fix - export fails with strange urls. Factored url to path translation out into a seperate method. Added beginnings of a smoke test for AssetExportHtml.pm.

This commit is contained in:
Roy Johnson 2007-01-30 15:34:43 +00:00
parent 83dbcf63e9
commit 19bf1f4e8a
3 changed files with 179 additions and 19 deletions

View file

@ -5,7 +5,9 @@
- Fixed a typo in testEnvironment.pl version number for DBD::mysql
- Fixed a Recurring Payments processing bug: illegal division by zero
- fix: How to hose your assets (perlDreamer Consulting, LLC)
- fix: Exporting fails with strange URLs. Also factored the URL to path/file
translation out into a seperate method so it can be more easily maintained
and tested.
7.3.8
- Fixed a template variable rewriting problem with HTML::Template::Expr