| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/10218] Moving global deregistration, etc. to startup.php | Yuriy Rusko | 2011-06-14 | 1 | -106/+1 |
* | [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar | Nils Adermann | 2011-06-03 | 1 | -1/+6 |
* | [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting. | Andreas Fischer | 2011-05-11 | 1 | -1/+1 |
* | [ticket/10046] No longer change $phpbb_root_path to an absolute path for cron. | Andreas Fischer | 2011-03-12 | 1 | -5/+0 |
* | [ticket/9830] Redirect to install directly when config.php does not exist. | Igor Wiedler | 2010-09-16 | 1 | -4/+2 |
* | PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quot... | Nils Adermann | 2009-12-06 | 1 | -2/+6 |
* | Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ... | Andreas Fischer | 2009-12-04 | 1 | -1/+2 |
* | PHP 5.3 compatibility. | Marek A. R | 2008-08-15 | 1 | -1/+1 |
* | #19955 | Meik Sievertsen | 2008-01-29 | 1 | -2/+6 |
* | - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to c... | Nils Adermann | 2007-11-18 | 1 | -1/+1 |
* | #i42 | Meik Sievertsen | 2007-10-04 | 1 | -0/+3 |
* | deregister globals to install too | Meik Sievertsen | 2007-10-04 | 1 | -3/+3 |
* | #i101 | Nils Adermann | 2007-10-03 | 1 | -2/+20 |
* | #i112 | Meik Sievertsen | 2007-10-01 | 1 | -1/+1 |
* | allow new installations... | Meik Sievertsen | 2007-09-23 | 1 | -1/+1 |
* | new hook system (do not get it confused with events or plugins please) | Meik Sievertsen | 2007-09-22 | 1 | -0/+9 |
* | php, a strange language. :o | Meik Sievertsen | 2007-08-30 | 1 | -1/+1 |
* | necessary changes... | Meik Sievertsen | 2007-08-30 | 1 | -1/+1 |
* | Some changes... non-invasive... | Meik Sievertsen | 2007-08-13 | 1 | -10/+1 |
* | - clean up mssql and mssql_odbc, mssql now uses a different method of dealing... | David M | 2007-02-19 | 1 | -1/+1 |
* | - using the PHP_VERSION constant is faster | David M | 2006-12-17 | 1 | -1/+1 |
* | - fixing a bunch of bugs | Meik Sievertsen | 2006-11-21 | 1 | -7/+0 |
* | *** empty log message *** | David M | 2006-11-12 | 1 | -1/+0 |
* | - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio... | Nils Adermann | 2006-09-17 | 1 | -0/+1 |
* | - getcwd replacement | David M | 2006-08-17 | 1 | -1/+9 |
* | Allow ACP access if install/ is present and display the generic board disable... | Graham Eames | 2006-08-12 | 1 | -3/+4 |
* | Fixed: a double slash appears in the installer URL if you go to the board and... | Ludovic Arnaud | 2006-07-23 | 1 | -1/+1 |
* | Fixed: if phpBB isn't installed, it redirects to http://host.tld\/install/ind... | Ludovic Arnaud | 2006-07-23 | 1 | -3/+3 |
* | Appears that the redirect in common.php didn't work on all setups we tried, s... | Graham Eames | 2006-07-07 | 1 | -3/+3 |
* | Change redirection logic to match the RFC better in those cases before redire... | Graham Eames | 2006-07-07 | 1 | -1/+27 |
* | hey dev team mates, here are the brand new beta checkins (as promised). Pleas... | Meik Sievertsen | 2006-06-17 | 1 | -6/+2 |
* | - automatically sync topic_reported when deleting a post [Bug #2152] | Nils Adermann | 2006-06-14 | 1 | -1/+1 |
* | - forgot to commit common.php | Nils Adermann | 2006-06-10 | 1 | -0/+5 |
* | dumdidum | Meik Sievertsen | 2006-06-07 | 1 | -1/+1 |
* | ok, this one is rather large... the most important change: | Meik Sievertsen | 2006-06-06 | 1 | -15/+14 |
* | hmm, still not giving the expected results | Meik Sievertsen | 2006-05-28 | 1 | -2/+2 |
* | - fix nasty error in functions_admin generating a fatal error on inclusion | Meik Sievertsen | 2006-05-28 | 1 | -1/+2 |
* | - some adjustements for phpdocumentor | Meik Sievertsen | 2006-05-05 | 1 | -0/+3 |
* | - put the error reporting check into another location (since we do want to di... | Meik Sievertsen | 2006-05-05 | 1 | -2/+1 |
* | hmm, maybe i should not comment this statement, eh? | Meik Sievertsen | 2006-05-04 | 1 | -1/+1 |
* | - slightly adjusted the DEBUG/DEBUG_EXTRA requirements | Meik Sievertsen | 2006-05-04 | 1 | -2/+3 |
* | blah | Meik Sievertsen | 2006-04-29 | 1 | -50/+56 |
* | reverting changes to the installer | Meik Sievertsen | 2006-04-29 | 1 | -100/+81 |
* | graham, sorry for this but i had to... ;) | Meik Sievertsen | 2006-04-28 | 1 | -35/+48 |
* | oops | Nils Adermann | 2006-04-26 | 1 | -1/+1 |
* | - safer globals deregistration | Nils Adermann | 2006-04-26 | 1 | -36/+55 |
* | - removed group settings from roles | Meik Sievertsen | 2006-04-22 | 1 | -28/+37 |
* | Porting the random number generator code over | Graham Eames | 2006-04-21 | 1 | -0/+1 |
* | Replacing the first part of the installer ready for some testing | Graham Eames | 2006-03-18 | 1 | -2/+2 |
* | Weee! My turn to bug things up :D | David M | 2006-03-06 | 1 | -3/+34 |