gecko-dev/webtools/PLIF
ian%hixie.ch 86e3bcd2ae * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables
* Implemented MagicCollectingArray, which acts like MagicPipingArray except that the result is collected into one big array instead of multiple arrayrefs
* Added the relevant getCollecting*List methods to the Controller class
* Added DESTROY methods to the magic array to prevent DESTROY method calls from being propagated
* Made the debug.dumpVars string more robust when the data hash includes one of the three magic characters '(', '.' or ')'
* Implemented sanitation in COSES so that any keys in the data hash containing one of the three magic characters '(', '.' or ')' will have them transliterated to '[', ':' and ']' respectively (sanitation is optional and can be bypassed)
* Changed the API of the generic output module's 'output' method to take the optional $session argument last, thus simplifying the call sites a lot
* Implemented the 'dispatcher.output' service in several classes to return strings that must be support in variants (required for a good UI in the COSES editor)
* Renamed the Login module's strings so that they use the dot-notation separating significant parts
2001-06-04 06:13:22 +00:00
..
PLIF * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables 2001-06-04 06:13:22 +00:00
Documentation.txt Added some minor corrections and clarifications to the documentation. 2001-05-24 07:06:41 +00:00
PLIF.pm * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables 2001-06-04 06:13:22 +00:00
STYLEGUIDE * fixed the methodMissing() method so that it actually is possible to use it to do method dispatching; 2001-05-06 06:26:24 +00:00