| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/9874] view_log() performs unneeded count query over all log entries. | Joas Schilling | 2011-02-25 | 1 | -10/+14 |
* | [ticket/9850] Display upgrade instructions for feature release in acp | Igor Wiedler | 2010-11-02 | 1 | -1/+1 |
* | Merge branch 'ticket/bantu/9167' into develop-olympus | Josh Woody | 2010-08-19 | 1 | -35/+47 |
|\ |
|
| * | [ticket/9167] Remove shadow topics from remaining forums when deleting a forum | Andreas Fischer | 2010-06-11 | 1 | -35/+47 |
* | | [ticket/9658] Optimize topic splitting. | rxu | 2010-07-15 | 1 | -4/+4 |
|/ |
|
* | [ticket/9510] Unable to copy permissions from and to forums you cannot see | Josh Woody | 2010-05-16 | 1 | -5/+1 |
* | [ticket/9546] Also delete bookmarks, when a topic is deleted. | Joas Schilling | 2010-05-16 | 1 | -1/+1 |
* | Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums. | Andreas Fischer | 2010-02-23 | 1 | -6/+7 |
* | Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums... | Andreas Fischer | 2010-02-15 | 1 | -0/+20 |
* | Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc... | Nils Adermann | 2010-02-11 | 1 | -0/+1 |
* | Fix #57395, a regression from r10427 | Josh Woody | 2010-02-07 | 1 | -1/+1 |
* | - Bug #56255 - Moving topics to a forum where you are on queue | Josh Woody | 2010-01-18 | 1 | -7/+8 |
* | Fix sql error in cache_moderators() if using postgresql. (Bug #53765) | Meik Sievertsen | 2009-11-09 | 1 | -1/+1 |
* | Fix Bug #53245 - Correct regular expression escaping and only splitting keywo... | Meik Sievertsen | 2009-10-28 | 1 | -2/+9 |
* | Return integers when get_forum_list() is supposed to only return IDs. | Andreas Fischer | 2009-09-17 | 1 | -1/+1 |
* | fix uninitialised variable in functions_admin.php (Bug #51295) | Meik Sievertsen | 2009-09-15 | 1 | -0/+1 |
* | Some smaller changes to r10041. | Andreas Fischer | 2009-09-06 | 1 | -6/+6 |
* | Make sure only logs for existing users are displayed and user-specific logs r... | Meik Sievertsen | 2009-08-25 | 1 | -1/+2 |
* | - accidentally undid changes introduced in r9979 | Jim Wigginton | 2009-08-22 | 1 | -1/+3 |
* | - replaced the drop down menu log filter thing with log searching | Jim Wigginton | 2009-08-21 | 1 | -8/+34 |
* | Some things I missed in r9887. | Andreas Fischer | 2009-08-14 | 1 | -1/+3 |
* | ok, i am very sorry, but this needs to be fixed. | Meik Sievertsen | 2009-08-12 | 1 | -18/+18 |
* | add transactions to sync(); not one big one to avoid nesting. | Henry Sudhof | 2009-08-07 | 1 | -10/+42 |
* | Apply locale-independent basename() to attachment filenames. New function add... | Meik Sievertsen | 2009-08-01 | 1 | -2/+2 |
* | [Feature] Ability to copy permissions from one forum to several other forums. | Andreas Fischer | 2009-07-28 | 1 | -0/+143 |
* | - Display version check on ACP main page. | Marek A. R | 2009-07-28 | 1 | -0/+39 |
* | Fix an SQL error | Chris Smith | 2009-07-27 | 1 | -1/+1 |
* | [Feature] Added new functionality to inactive users module: | Meik Sievertsen | 2009-07-24 | 1 | -2/+2 |
* | Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte... | Joas Schilling | 2009-07-24 | 1 | -8/+50 |
* | - added filtration ability to MCP | Jim Wigginton | 2009-07-20 | 1 | -1/+2 |
* | - added ability to filter logs by log_operation | Jim Wigginton | 2009-07-18 | 1 | -2/+3 |
* | erm, yes... ground should be group | Meik Sievertsen | 2009-06-22 | 1 | -1/+1 |
* | - Display coloured usernames in ACP groups management screens | Meik Sievertsen | 2009-06-19 | 1 | -2/+5 |
* | fix r9605 | Joas Schilling | 2009-06-17 | 1 | -4/+4 |
* | Fix bug #41555 - Fix function to recalculate Binary Tree | Joas Schilling | 2009-06-17 | 1 | -76/+28 |
* | view_log() breaks if the serialized data is corrupt. #46545 | Chris Smith | 2009-06-14 | 1 | -2/+3 |
* | Fix bug #45705 - Show error in the ACP when template folder is not readable. | Andreas Fischer | 2009-06-08 | 1 | -1/+1 |
* | Fix skipping messages if using next/prev PM in history links. (Bug #22205) | Meik Sievertsen | 2009-04-12 | 1 | -0/+2 |
* | SQL optimizations | Meik Sievertsen | 2009-04-11 | 1 | -5/+19 |
* | Fix race condition for updating post/topic/etc. counter. (reported by BartVB) | Meik Sievertsen | 2009-03-19 | 1 | -4/+4 |
* | Deleting private message attachments could delete post attachments. #42815 | Chris Smith | 2009-03-16 | 1 | -0/+9 |
* | Fix a bug in r8908 | Chris Smith | 2008-11-13 | 1 | -1/+1 |
* | Log the forum name that topics are moved into. | Chris Smith | 2008-09-23 | 1 | -2/+8 |
* | Correctly delete message attachments. (Bug #23755) Also revamped and simplifi... | Meik Sievertsen | 2008-09-19 | 1 | -121/+85 |
* | Do not decrease topics counter when deleting shadow topics. #26495 | Chris Smith | 2008-09-07 | 1 | -2/+2 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 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/+2 |
* | The same way we allow defining a custom template/style path we now allow this... | Meik Sievertsen | 2008-08-23 | 1 | -14/+14 |
* | fix whitespace | David M | 2008-04-20 | 1 | -1/+1 |
* | #14648 | David M | 2008-04-20 | 1 | -1/+3 |