Apache2-ASP
view release on metacpan or search on metacpan
overrode a placeholder from a super-masterpage.
2.00_25 2008-11-20
- Fixed a bug with nested MasterPages which caused some fatal errors.
- Fixed another issue with nested MasterPages which caused the parser to
not interpret all <asp:ConentPlaceHolder /> tags (when there were more than one)
inside of an <asp:Content /> in a nested MasterPage. I suppose you really
had to be there.
- Added tests to check for these problems with nested MasterPages.
2.00_24 2008-11-19
- Added Apache2::ASP::Manual::BestPractices.
2.00_23 2008-11-19
- Added asphelper.
- Moved asphelper and runasp into the sbin/* directory in the distribution.
- Added Test::Memory::Cycle to the PREREQ_RPM list in Makefile.PL
- Fixed a (hopefully) rare corner-case in which thaw($Application) would return
undef - the solution was to default to an empty hashref { }.
- Fixed a but in ASPPage in which empty asp:ContentPlaceHolder tags in MasterPages
caused the "%s does not define an asp:ContentPlaceHolder with an id of %s" error
2.00_11 2008-10-29
- ASPPage updated so that pages containing "~" in their text will not cause
syntax errors after being parsed.
- File uploads are handled correctly by ModPerl, UploadHandler and MediaManager.
2.00_10 2008-10-26
- Server.RegisterCleanup(\&subref, \@argref) now fires both from the command-line
and within an actual mod_perl environment.
2.00_09 2008-10-24
- Pages that use MasterPages are now executed with the correct @_.
- Added Apache2::ASP::FormHandler again.
2.00_08 2008-10-23
- Apache2::ASP::Apache creates a new HTTPContext from the correct class/subclass now.
- Source code is filtered with: s/(\$Response\->End)/return $1/sg;
2.00_07 2008-10-22
- Adjustments to HTTPContext to better support massive stack-depths of "inner" HTTPContexts.
( run in 1.218 second using v1.01-cache-2.11-cpan-7add2cbd662 )