aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-2/+1
* | | [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-191-1/+2
* | | [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-1/+1
|/ /
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-2/+1
* | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-2/+1
* | [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-2/+2
* | [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-1/+3
* | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-311-0/+6
|\ \
| * \ Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-301-1/+1
| |\ \
| * | | [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, testsIgor Wiedler2012-03-241-1/+1
| * | | [feature/event-dispatcher] Add phpbb_event_dispatcher_wrapperIgor Wiedler2012-03-211-1/+1
| * | | [feature/event-dispatcher] Delete hard dependency on composer.Oleg Pudeyev2012-03-181-2/+0
| * | | [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-111-1/+5
| * | | [feature/event-dispatcher] Allow subscribers to be loaded from extensionsIgor Wiedler2012-01-071-0/+4
* | | | Merge remote-tracking branch 'upstream/develop' into feature/merging-style-co...Vjacheslav Trushkin2012-03-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to...David King2012-03-251-1/+1
| |/ /
* | | [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-3/+3
* | | [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-3/+3
|/ /
* | [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