aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-10/+14
|\
| * [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-251-10/+14
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9850] Display upgrade instructions for feature release in acpIgor Wiedler2010-11-021-1/+1
* Merge branch 'ticket/bantu/9167' into develop-olympusJosh Woody2010-08-191-35/+47
|\
| * [ticket/9167] Remove shadow topics from remaining forums when deleting a forumAndreas Fischer2010-06-111-35/+47
* | [ticket/9658] Optimize topic splitting.rxu2010-07-151-4/+4
|/
* [ticket/9510] Unable to copy permissions from and to forums you cannot seeJosh Woody2010-05-161-5/+1
* [ticket/9546] Also delete bookmarks, when a topic is deleted.Joas Schilling2010-05-161-1/+1
* Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums.Andreas Fischer2010-02-231-6/+7
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-151-0/+20
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+1
* Fix #57395, a regression from r10427Josh Woody2010-02-071-1/+1
* - Bug #56255 - Moving topics to a forum where you are on queue Josh Woody2010-01-181-7/+8
* Fix sql error in cache_moderators() if using postgresql. (Bug #53765)Meik Sievertsen2009-11-091-1/+1
* Fix Bug #53245 - Correct regular expression escaping and only splitting keywo...Meik Sievertsen2009-10-281-2/+9
* Return integers when get_forum_list() is supposed to only return IDs.Andreas Fischer2009-09-171-1/+1
* fix uninitialised variable in functions_admin.php (Bug #51295)Meik Sievertsen2009-09-151-0/+1
* Some smaller changes to r10041.Andreas Fischer2009-09-061-6/+6
* Make sure only logs for existing users are displayed and user-specific logs r...Meik Sievertsen2009-08-251-1/+2
* - accidentally undid changes introduced in r9979Jim Wigginton2009-08-221-1/+3
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-211-8/+34
* Some things I missed in r9887.Andreas Fischer2009-08-141-1/+3
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-18/+18
* add transactions to sync(); not one big one to avoid nesting.Henry Sudhof2009-08-071-10/+42
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-2/+2
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-281-0/+143
* - Display version check on ACP main page.Marek A. R2009-07-281-0/+39
* Fix an SQL errorChris Smith2009-07-271-1/+1
* [Feature] Added new functionality to inactive users module:Meik Sievertsen2009-07-241-2/+2
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...Joas Schilling2009-07-241-8/+50
* - added filtration ability to MCPJim Wigginton2009-07-201-1/+2
* - added ability to filter logs by log_operationJim Wigginton2009-07-181-2/+3
* erm, yes... ground should be groupMeik Sievertsen2009-06-221-1/+1
* - Display coloured usernames in ACP groups management screensMeik Sievertsen2009-06-191-2/+5
* fix r9605Joas Schilling2009-06-171-4/+4
* Fix bug #41555 - Fix function to recalculate Binary TreeJoas Schilling2009-06-171-76/+28
* view_log() breaks if the serialized data is corrupt. #46545Chris Smith2009-06-141-2/+3
* Fix bug #45705 - Show error in the ACP when template folder is not readable.Andreas Fischer2009-06-081-1/+1
* Fix skipping messages if using next/prev PM in history links. (Bug #22205)Meik Sievertsen2009-04-121-0/+2
* SQL optimizationsMeik Sievertsen2009-04-111-5/+19
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-4/+4
* Deleting private message attachments could delete post attachments. #42815Chris Smith2009-03-161-0/+9
* Fix a bug in r8908Chris Smith2008-11-131-1/+1
* Log the forum name that topics are moved into.Chris Smith2008-09-231-2/+8
* Correctly delete message attachments. (Bug #23755) Also revamped and simplifi...Meik Sievertsen2008-09-191-121/+85
* Do not decrease topics counter when deleting shadow topics. #26495Chris Smith2008-09-071-2/+2
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-1/+1
* Fix one design failure in phpBB3. Do not count non-approved posts to the user...Meik Sievertsen2008-09-021-1/+2
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-14/+14