Commit graph

40 commits

Author SHA1 Message Date
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08:00
pdontthink
06880e1ceb
Error context is removed from PHP 8 2021-10-11 17:30:59 -07:00
pdontthink
ac0c27aef6
Class constructor updates that were missed previously 2021-09-09 04:52:09 -07:00
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552 Happy 2017 2017-01-27 20:34:08 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +00:00
pdontthink
3b465a0d0f Happy 2015 2015-01-03 04:09:49 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94 The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation. 2009-09-29 12:15:33 +00:00
Fredrik Jervfors
0a6245814a There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style. 2009-04-15 22:00:49 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
pdontthink
717be5c30c Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2 2006-12-10 05:07:54 +00:00
pdontthink
c4d5b290c4 Added comment 2006-11-16 01:44:35 +00:00
stevetruckstuff
f41a7c9454 Fix unreachable code 2006-09-18 14:38:46 +00:00
stevetruckstuff
464a61b52b Add explicit saveDelayedErrors() member function 2006-09-15 14:36:34 +00:00
stevetruckstuff
4df9981f2d Prevent the same error from being displayed twice 2006-08-31 18:05:41 +00:00
stevetruckstuff
bac4cf6314 Correct typo in previous commit. 2006-08-31 14:44:51 +00:00
stevetruckstuff
69f9454fbb Fix error with trying to resend the header on a fatal error.
We *really* need to figure out why changes to member variables aren't being remembered outside of the member function in which they are changed.  This is afflicting the Template class and the Error class.
2006-08-31 14:14:28 +00:00
stevetruckstuff
3f002629a4 Implement delayed error handling. Defaults to FALSE. Enable this feature by calling $oErrorHandler->setDealyedErrors(true). This allows errors to be held on certain pages, e.g. webmail.php and displayed at a more appropriate time, e.g. at the bottom of left_main.php. 2006-08-10 22:31:56 +00:00
tokul
59ae6f3ac2 removing trailing ?> from function scripts 2006-07-15 12:01:32 +00:00
stekkel
0ee5d97177 Update documentation 2006-02-11 15:24:58 +00:00
stekkel
f28f5bb0eb Fix for #1093360.
The fix also includes the move from manual generated error messages in
imap_general to the central error handler.
In order to catch non fatal error message in compose.php I had to collect
the error messages array before the header redirect and write them to the
session. In read_body.php, compose.php and right_main.php I add the error
messages to the error handler again and clean up the delayed error messages
array.
I also modified the error handler in order to display the page_header in
case it wasn't displayed yet.
2006-02-11 15:14:31 +00:00
stekkel
8a1d9e2fdf made the code work for triggering imap related errors. 2006-02-08 07:59:19 +00:00
tokul
83fdb4c332 copyright update 2006-01-23 18:46:41 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
stekkel
864d67873d Respect the error_reporting setting in php.ini and do not display errors
when the error level is not enabled in php.ini
2005-08-06 12:01:39 +00:00
tokul
51faeb3419 phpdoc fix. 2005-08-06 06:16:39 +00:00
tokul
45e76e59b8 more php 4.1.2 testing. it is possible that ini_get call is not needed. 2005-08-03 12:19:53 +00:00
tokul
96e838cab4 add php5 E_STRICT support and disable logging of disabled error messages.
it is possible that switch($iErrNo) should be replaced with if control
structures in order to follow php error_reporting setting.
2005-07-31 12:13:30 +00:00
stekkel
840d791203 Introduce error handling 2005-07-28 21:03:00 +00:00