]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/ErrorManager.php
var --> public
[SourceForge/phpwiki.git] / lib / ErrorManager.php
2013-05-29 vargenauvar --> public
2013-04-02 vargenauUse HTML 5 DOCTYPE
2012-12-11 vargenauFix exit
2012-11-26 vargenau$HTTP_SERVER_VARS --> $_SERVER
2012-11-21 vargenauTemporary hack to have errors displayed on dev machines.
2012-11-15 vargenauPHP 5 only
2012-11-14 vargenauelseif
2012-10-06 vargenauReformat code
2012-10-01 vargenauWhitespace only
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauextra_empty_lines
2011-04-11 vargenauWe assume PHP >= 4.3.9, so debug_backtrace exists
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-12-20 vargenauNo h4 for errors
2010-08-11 vargenauHarmonize file footer
2010-06-07 rurbanuse special HtmlElement5.php with php-4 unparsable...
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2010-01-22 vargenauProcess log messages of type 'E_DEPRECATED' as warnings...
2009-10-05 vargenauValid XHTML code; add CSS
2009-04-01 vargenauBe more verbose if DEBUG is on
2009-03-31 vargenauRemove history
2008-08-22 vargenauActivated Id substitution for Subversion
2008-05-06 rurbanAdd file and line to PhpWikiError
2008-03-17 rurbanadded destroyPostponedErrors: Get rid of all pending...
2007-09-19 rurbanuse duplicates to save memory with DEBUG
2007-09-15 rurbandont fatal on multi-page dumps
2007-01-09 rurbanrelease ready: turn off assert
2006-12-22 rurbanimprove and unify error messages
2006-03-19 rurbansf.net patch #1438439 by Matt Brown: Only set no-cache...
2005-10-31 rurbanfix ConvertBefore
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.