]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/ErrorManager.php
minor fixes
[SourceForge/phpwiki.git] / lib / ErrorManager.php
2005-10-30 rurbanminor fixes
2005-10-29 uckelmanexistence of isa should be checked, not built-in is_a()
2005-08-07 rurbanstricter error handling: dba errors are fatal, display...
2005-04-11 rurbanImprove postponed errors+warnins list layout.
2005-02-26 rurbanre-enable colored boxed errors
2004-12-26 rurbanphp5 fixes: case-sensitivity, no & new
2004-12-13 rurbanaesthetics
2004-11-05 rurbanprint errno only if _DEBUG_VERBOSE
2004-10-19 rurban<4.3 fix
2004-10-14 rurbanremove debugging prints
2004-10-12 rurbanavoid Php Notice header
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-09-24 rurbanin deferred html error messages use the worst header...
2004-09-14 rurbanuse assert, maybe we should only turn it off for releases
2004-07-08 rurbanvarious unit test fixes: print error backtrace on _DEBU...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-20 rurbanget_class case-sensitivity issues
2004-06-16 rurbanfixed typo: undefined object #235
2004-06-13 rurbanisa() workaround, if stdlib.php is not loaded
2004-06-02 rurbaninit global FileFinder to add proper include paths...
2004-06-02 rurbanassert only if DEBUG is non-false
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-18 rurbanhold warnings until headers are sent. new Error-style...
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-04-26 rurbaninclude_path independency
2004-04-13 rurbanworkaround for sf.net bug #910582
2004-02-26 rurbantypo
2004-02-08 rurbanfixed sprintf problem
2003-02-26 dairikiMore/better/different checks for bad page names.
2002-09-14 dairikiNew method PhpError::asString() to get error message...
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-20 carstenklappPhp version added to error heading.
2002-01-15 dairikiNew method ErrorManager::getPostponedErrorsAsHTML.
2002-01-13 dairikiReverting to htmlspecialchar()ing the error message...
2002-01-10 carstenklappRemoved htmlspecialchars to allow urls in error message...
2002-01-09 carstenklappRewrapped comments. Minor reindenting in emacs.
2001-12-28 carstenklappFound more strings needing gettext _() and sprintf...
2001-12-13 dairikiFix typo.
2001-11-21 dairikiChange calling conventions for ErrorManager::pushErrorH...
2001-11-06 dairikiFix typo.
2001-09-18 dairikiJeff's hacks II.