Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' | Marc Alexander | 2015-03-06 | 1 | -23/+51 |
|\ | |||||
| * | Merge pull request #3450 from brunoais/ticket/13142 | Marc Alexander | 2015-03-06 | 1 | -23/+51 |
| |\ | | | | | | | | | | [ticket/13142] Before query to get the total number of reports | ||||
| | * | [ticket/13142] Default $total to -1 before the event for more flexibility | brunoais | 2015-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] Removed surperfulous space | brunoais | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] Removed surperfulous new line | brunoais | 2015-02-27 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] Place the event in the most meaningful place | brunoais | 2015-02-26 | 1 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | The event now has nearly all variables and it is in the place where it can most influence this method's outcome without requiring the extension to re-process phpBB's code. PHPBB3-13142 | ||||
| | * | [ticket/13142] Delete event in order to move it. | brunoais | 2015-02-26 | 1 | -22/+0 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
* | | | Merge branch '3.1.x' | Joas Schilling | 2015-02-26 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/functions_mcp.php | ||||
| * | | [ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting() | brunoais | 2015-02-25 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-13652 | ||||
* | | Merge branch '3.1.x' | Joas Schilling | 2015-02-20 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | Merge pull request #3197 from brunoais/ticket/13142 | Joas Schilling | 2015-02-20 | 1 | -0/+22 |
| |\ | | | | | | | | | | [ticket/13142] Before query to list unapproved and deleted posts | ||||
| | * | [ticket/13142] BUMPed version | brunoais | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] Fix typo: unaproved -> unapproved | brunoais | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] BUMPing version | brunoais | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
| | * | [ticket/13142] Adding core.mcp_sorting_unapproved_deleted_posts_query_before | brunoais | 2014-11-28 | 1 | -0/+22 |
| | | | | | | | | | | | | PHPBB3-13142 | ||||
* | | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-13455 | ||||
* | | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+1 |
|/ / | | | | | | | PHPBB3-13450 | ||||
* | | [ticket/12966] Sort by post_time and post_id where applicable | Marc Alexander | 2014-08-23 | 1 | -4/+13 |
|/ | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966 | ||||
* | [ticket/12612] Prefix check_ids() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Prefix mcp_sorting() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global | Joas Schilling | 2014-06-23 | 1 | -5/+5 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Prefix module url functions with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -15/+15 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Move functions from mcp.php to functions_mcp.php | Joas Schilling | 2014-06-18 | 1 | -0/+666 |
PHPBB3-12612 |