aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-105/+0
* | i am not sure if people will like the config layout i test here... it require...Meik Sievertsen2009-01-201-5/+5
* | erm, revert last commit and add relevant comment. ;) This actually allows us ...Meik Sievertsen2009-01-131-2/+2
* | in case we do: include(bootstrap) ... include(common)Meik Sievertsen2009-01-131-1/+1
* | fix some functionsMeik Sievertsen2008-12-301-3/+3
* | implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-281-1/+1
* | document plugin-supportMeik Sievertsen2008-12-281-1/+1
* | Add core bootstrap. Also change common.php to use it.Meik Sievertsen2008-12-261-153/+36
* | add nils' request and super globals classMeik Sievertsen2008-12-251-1/+1
* | change cache:: to phpbb_cache::Meik Sievertsen2008-12-241-10/+1
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-0/+3
* | PHP5.3 compatibility.Marek A. R2008-08-151-1/+1
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-17/+17
* | git-svn-id: file:///svn/phpbb/trunk@8569 89ea8834-ac86-4346-8a33-228a782c2dd0Meik Sievertsen2008-05-261-1/+1
* | not sure what the implications of this quick fix are, especially when upgradi...Nils Adermann2008-03-241-0/+1
* | - add error_reporting to style.php (merge from r8464)Nils Adermann2008-03-241-1/+0
* | Merging revisions #r8346, #r8347 and #r8348Meik Sievertsen2008-01-291-2/+6
* | uncomment the second one for ultra debugging power :PDavid M2008-01-031-1/+2
* | oh boy...David M2008-01-031-4/+4
|/
* - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to c...Nils Adermann2007-11-181-1/+1
* #i42Meik Sievertsen2007-10-041-0/+3
* deregister globals to install tooMeik Sievertsen2007-10-041-3/+3
* #i101Nils Adermann2007-10-031-2/+20