Make the asset exporter use one session per asset, so as to avoid breaking

state that relies on only one asset being viewed per session.
This commit is contained in:
Drake 2006-10-12 02:45:43 +00:00
parent dad217b7fe
commit 57f7fe1c6f
2 changed files with 26 additions and 16 deletions

View file

@ -4,6 +4,7 @@
- fix: Survey: textarea answers are trunctated
- fix: Snippet Security Fails
- add: asset exporter making appropriate symlinks for extras, uploads, and root URL
- change: asset exporter now uses one session per asset to avoid breaking state in between
7.1.0
- fix: mysql and mysqldump were transposed in upgrade.pl --help