| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 1 | -2/+2 |
* | [ticket/15873] Add core.mcp_report_template_data | 3D-I | 2018-11-18 | 1 | -2/+31 |
* | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
* | [ticket/15701] Display signature in MCP | Jakub Senko | 2018-09-25 | 1 | -0/+5 |
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -16/+16 |
* | [ticket/10961] Send HTTP 403 when applicable | Jakub Senko | 2016-09-01 | 1 | -0/+2 |
* | Merge branch '3.1.x' | Marc Alexander | 2016-01-16 | 1 | -3/+3 |
|\ |
|
| * | [ticket/14412] Comment fixes for PHPDoc in the events | lavigor | 2016-01-15 | 1 | -3/+3 |
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+0 |
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -4/+1 |
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
* | | [ticket/9485] Add post_id to relevant $phpbb_log->add() | Zoddo | 2015-08-30 | 1 | -0/+1 |
* | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -1/+1 |
* | | Merge branch '3.1.x' | Joas Schilling | 2015-05-28 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | Merge pull request #3469 from brunoais/ticket/13672 | Joas Schilling | 2015-05-28 | 1 | -0/+20 |
| |\ |
|
| | * | [ticket/13672] Removed bogus sting concatenation | brunoais | 2015-05-08 | 1 | -1/+1 |
| | * | [ticket/13672] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | * | [ticket/13672] Allow changing the data from the user-submitted report | brunoais | 2015-03-05 | 1 | -0/+20 |
* | | | Merge branch '3.1.x' | Joas Schilling | 2015-05-28 | 1 | -5/+34 |
|\ \ \
| |/ / |
|
| * | | Merge pull request #3468 from brunoais/ticket/13668 | Joas Schilling | 2015-05-28 | 1 | -5/+33 |
| |\ \ |
|
| | * | | [ticket/13668] Removed bogus sting concatenation | brunoais | 2015-05-08 | 1 | -1/+1 |
| | * | | [ticket/13668] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | * | | [ticket/13668] Allow changing the query to obtain the user-submitted report. | brunoais | 2015-03-05 | 1 | -0/+19 |
| | |/ |
|
| | * | [ticket/13668] Convert the mcp report_details query to a built query | brunoais | 2015-03-05 | 1 | -5/+14 |
* | | | Merge branch '3.1.x' | Andreas Fischer | 2015-05-06 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | [ticket/13819] Add missing sql_freeresult() to files in includes/ | Marc Alexander | 2015-05-05 | 1 | -0/+1 |
| |/ |
|
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -15/+15 |
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -3/+11 |
* | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -1/+4 |
|/ |
|
* | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php | Tristan Darricau | 2014-09-11 | 1 | -1/+1 |
* | Merge pull request #2826 from brunoais/ticket/12928 | Marc Alexander | 2014-08-30 | 1 | -0/+21 |
|\ |
|
| * | [ticket/12928] Update to RC4 | brunoais | 2014-08-09 | 1 | -1/+1 |
| * | [ticket/12928] core.mcp_reports_gather_query_before | brunoais | 2014-08-08 | 1 | -0/+21 |
* | | [ticket/12990] Use the full services name for the notification's types | Tristan Darricau | 2014-08-16 | 1 | -5/+5 |
|/ |
|
* | [ticket/12612] Prefix check_ids() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 |
* | [ticket/12612] Prefix mcp_sorting() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 |
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global | Joas Schilling | 2014-06-23 | 1 | -4/+4 |
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -1/+1 |
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
* | [ticket/12501] Only select attachments uploaded before the post was reported. | Cesar G | 2014-05-05 | 1 | -0/+1 |
* | [ticket/12501] Parse the reported post message before its attachments. | Cesar G | 2014-05-05 | 1 | -2/+9 |
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop... | Nils Adermann | 2014-05-02 | 1 | -1/+1 |
|\ |
|
| * | [ticket/12052] Use different visibility when post was edited | Joas Schilling | 2014-04-25 | 1 | -1/+1 |
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 1 | -4/+2 |
|/ |
|
* | [ticket/12153] Remove redundant calls to pagination.on_page(). | Cesar G | 2014-02-03 | 1 | -1/+0 |
* | Merge pull request #1889 from prototech/ticket/11963 | Nathan Guse | 2013-12-30 | 1 | -6/+4 |
|\ |
|
| * | [ticket/11963] Don't depend on user_notify flag to delete report notifications. | Cesar G | 2013-11-23 | 1 | -6/+4 |
* | | [ticket/11849] Update more MCP calls to pagination class | Joas Schilling | 2013-12-18 | 1 | -2/+3 |
|/ |
|
* | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop | Nathan Guse | 2013-09-12 | 1 | -0/+1 |
|\ |
|