| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] | Igor Wiedler | 2012-11-09 | 1 | -1/+1 |
* | [ticket/10846] fixing SQL query bug in acp_main.php | Senky | 2012-04-30 | 1 | -1/+1 |
* | [ticket/10694] Adjusting details link to 5.3 announcement | Michael Cullum | 2012-03-10 | 1 | -1/+1 |
* | [ticket/10694] Update PHP warning to 5.3.2 | Michael Cullum | 2012-03-09 | 1 | -1/+1 |
* | [ticket/10419] Reword some language strings, minor code changes | rxu | 2011-11-05 | 1 | -4/+4 |
* | [ticket/10419] Add mbstring PHP ini parameters checks to ACP | rxu | 2011-10-18 | 1 | -0/+11 |
* | Merge remote-tracking branch 'github-bantu/ticket/10274' into develop-olympus | Nils Adermann | 2011-07-16 | 1 | -1/+1 |
|\ |
|
| * | [ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main | Andreas Fischer | 2011-07-15 | 1 | -1/+1 |
* | | [ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php | Andreas Fischer | 2011-07-14 | 1 | -4/+1 |
|/ |
|
* | [ticket/9874] view_log() performs unneeded count query over all log entries. | Joas Schilling | 2011-02-25 | 1 | -1/+1 |
* | Add a warning for users of old PHP versions about ending support. | Josh Woody | 2010-01-26 | 1 | -0/+8 |
* | adjust inactive users list on ACP index to act like the new inactive users li... | Meik Sievertsen | 2009-09-01 | 1 | -3/+16 |
* | Slightly adjust version check on index page to be a bit more descriptive | Meik Sievertsen | 2009-07-29 | 1 | -12/+13 |
* | - Display version check on ACP main page. | Marek A. R | 2009-07-28 | 1 | -0/+21 |
* | Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode | Ruslan Uzdenov | 2009-07-08 | 1 | -1/+1 |
* | restore firebird/sqlite support. TODO - the DBAL should handle this | Henry Sudhof | 2009-07-07 | 1 | -3/+11 |
* | Add a purge option for the session table to the acp. Seems that many boards g... | Henry Sudhof | 2009-07-06 | 1 | -0/+42 |
* | Fix bug #46965 - File named install in php directory | Ruslan Uzdenov | 2009-06-22 | 1 | -1/+1 |
* | Correctly determine writable status of files on Windows operating system. #39035 | Chris Smith | 2009-06-03 | 1 | -1/+1 |
* | - adjust db_tools again to not remove any schema (they may be required) | Meik Sievertsen | 2009-02-28 | 1 | -0/+6 |
* | fix postcount resync for situations where low and high post ids are higher th... | Meik Sievertsen | 2008-12-04 | 1 | -10/+29 |
* | Provide a way to disable the config write check and rename the ACP style edit... | Chris Smith | 2008-11-09 | 1 | -1/+1 |
* | ok, trim down the config check significantly for 3.0.3 until we properly disc... | Meik Sievertsen | 2008-11-09 | 1 | -1/+2 |
* | better query for syncing post counts. Thanks to BartVB for this. ;) | Meik Sievertsen | 2008-09-24 | 1 | -12/+11 |
* | gah | Meik Sievertsen | 2008-09-23 | 1 | -1/+1 |
* | synchronise post count in steps | Meik Sievertsen | 2008-09-23 | 1 | -8/+31 |
* | Prevent integer overflow - Bug #19895 | Meik Sievertsen | 2008-09-18 | 1 | -1/+1 |
* | Fix one design failure in phpBB3. Do not count non-approved posts to the user... | Meik Sievertsen | 2008-09-02 | 1 | -1/+1 |
* | writable instead of writeable. :/ | Meik Sievertsen | 2008-07-28 | 1 | -2/+2 |
* | add warning to ACP index if config file is writeable | Meik Sievertsen | 2008-07-28 | 1 | -6/+11 |
* | ACP logout | Henry Sudhof | 2008-06-02 | 1 | -0/+9 |
* | some language/style/code fixes (refer to the diff of the changelog) | Meik Sievertsen | 2008-02-23 | 1 | -6/+3 |
* | Fix for bug #17855 | Marek A. R | 2008-01-23 | 1 | -1/+1 |
* | #15554 | Henry Sudhof | 2007-11-27 | 1 | -0/+1 |
* | make sure we always check for a valid directory handle | Meik Sievertsen | 2007-10-21 | 1 | -1/+1 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -4/+12 |
* | err, forgot to commit | Meik Sievertsen | 2007-07-27 | 1 | -2/+2 |
* | #13831 | Henry Sudhof | 2007-07-27 | 1 | -0/+6 |
* | two fixes | Meik Sievertsen | 2007-07-24 | 1 | -0/+1 |
* | #13581 | David M | 2007-07-24 | 1 | -5/+5 |
* | #13713 | David M | 2007-07-22 | 1 | -1/+1 |
* | also refresh permissions on purge | Meik Sievertsen | 2007-06-27 | 1 | -0/+4 |
* | #11012 | David M | 2007-05-16 | 1 | -0/+16 |
* | - change conversion to process dotted topics after syncing (else some informa... | Meik Sievertsen | 2007-03-04 | 1 | -1/+4 |
* | #8376 | David M | 2007-02-27 | 1 | -177/+182 |
* | - Pruning doesn't lower user post counts anymore [Bug #7676] | Nils Adermann | 2007-02-08 | 1 | -11/+44 |
* | - should fix some Firebird issues ( can't believe that nobody found this unti... | David M | 2007-02-01 | 1 | -1/+11 |
* | fixing some bugs, most being submitted grammatical/spelling errors. | Meik Sievertsen | 2007-01-21 | 1 | -1/+1 |
* | rather large update, most important things done: | Meik Sievertsen | 2006-11-24 | 1 | -1/+1 |
* | seems like capitalizing menu titles introduced some problems. :) Also it migh... | Meik Sievertsen | 2006-11-11 | 1 | -5/+3 |