aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop' into feature/extension-managerNils Adermann2011-11-181-9/+0
|\
| * [ticket/10412] Replace memory_get_usage with memory_get_peak_usageNils Adermann2011-10-141-9/+0
* | [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-2/+2
* | [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-291-2/+3
* | [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-291-1/+1
* | [feature/extension-manager] The class loader no longer knows about extensionsNils Adermann2011-09-291-3/+6
* | [feature/extension-manager] Load the extension manager on all pagesNils Adermann2011-09-291-1/+4
* | [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-1/+1
|/
* Merge remote-tracking branch 'github-p/feature/template-engine' into developNils Adermann2011-08-131-2/+3
|\
| * [feature/template-engine] Dependency inject locator into template.Oleg Pudeyev2011-08-091-1/+2
| * [feature/template-engine] Move template.php to includes/templateIgor Wiedler2011-07-101-1/+0
| * [feature/template-engine] Replaced globals with dependency injection.Oleg Pudeyev2011-05-121-1/+2
| * [feature/template-engine] Delete template class, use phpbb_template instead.Oleg Pudeyev2011-05-041-1/+1
* | [ticket/7090] Update documented minimum PHP version to 5.2.0Igor Wiedler2011-07-131-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-151-106/+1
|\ \
| * | [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-106/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-031-1/+6
|\ \ \ | |/ /
| * | [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalarNils Adermann2011-06-031-1/+6
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.Andreas Fischer2011-05-111-1/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-121-5/+0
|\ \ | |/
| * [ticket/10046] No longer change $phpbb_root_path to an absolute path for cron.Andreas Fischer2011-03-121-5/+0
* | [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-1/+1
* | [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-1/+1
* | [feature/system-cron] add phpbb_ prefix to all class namesIgor Wiedler2011-02-121-1/+1
* | [feature/system-cron] remove more includes, adjust pathIgor Wiedler2011-02-121-1/+0
* | [feature/system-cron] Fixes to make cron actually run.Oleg Pudeyev2011-02-121-1/+1
* | [feature/system-cron] Updated includes after moving files.Oleg Pudeyev2011-02-121-1/+1
* | [feature/system-cron] WIP on making cron tasks runnable via system cronOleg Pudeyev2011-02-121-0/+6
* | [task/config-class] Do not create multiple cache driver instances.Nils Adermann2011-01-121-2/+2
* | [task/config-class] Always specify the config table to use.Nils Adermann2011-01-121-1/+1
* | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-101-1/+3
* | [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.Nils Adermann2011-01-091-3/+3
* | [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-6/+6
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-171-4/+2
|\ \ | |/
| * [ticket/9830] Redirect to install directly when config.php does not exist.Igor Wiedler2010-09-161-4/+2
| * PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quot...Nils Adermann2009-12-061-2/+6
| * Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ...Andreas Fischer2009-12-041-1/+2
| * PHP 5.3 compatibility.Marek A. R2008-08-151-1/+1
| * #19955Meik Sievertsen2008-01-291-2/+6
* | [feature/request-class] Remove duplicate class loader from common.phpIgor Wiedler2010-10-131-3/+0
* | [feature/request-class] Adjust some trailing newlinesIgor Wiedler2010-09-271-1/+1
* | [feature/request-class] Refactor request classes to use autoloadingIgor Wiedler2010-09-171-7/+8
* | [feature/request-class] Request class test now uses a type cast helper mock.Nils Adermann2010-09-171-2/+4
* | [feature/request-class] Instantiate a global request class instance.Nils Adermann2010-09-171-1/+8
* | [feature/auto-loading] Added autoloader to common and ensured compatabilityNils Adermann2010-07-051-0/+4
* | merge changes from 3.0.x branchMeik Sievertsen2009-12-161-3/+8
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+227