Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10369] Rename filter_errfile() to filter_root_path(). | Andreas Fischer | 2011-09-18 | 1 | -1/+1 |
| | | | | PHPBB3-10369 | ||||
* | [ticket/10369] DRY code to remove phpbb path from errfile. | Andreas Fischer | 2011-09-18 | 1 | -3/+1 |
| | | | | PHPBB3-10369 | ||||
* | [ticket/10369] Always include errfile and errline in format_errors(). | Andreas Fischer | 2011-09-18 | 1 | -5/+9 |
| | | | | | | | We remove the phpBB root path from errfile. This is consistent with how msg_handler handles E_WARNING messages etc. PHPBB3-10369 | ||||
* | [ticket/10057] Fixes for a bunch of small problems. | Oleg Pudeyev | 2011-03-08 | 1 | -0/+16 |
| | | | | PHPBB3-10057 | ||||
* | [ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL. | Oleg Pudeyev | 2011-03-07 | 1 | -1/+1 |
| | | | | PHPBB3-10057 | ||||
* | [ticket/10057] Moved error collector class into its own file. | Oleg Pudeyev | 2011-03-06 | 1 | -0/+45 |
This will make it autoloadable in 3.1. This commit breaks 3.0 since no code includes the error collector. Such include code will be in its own commit since it will need to be reverted in 3.1. PHPBB3-10057 |