aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2846 from rxu/ticket/12943Joas Schilling2014-08-102-3/+15
|\
| * [ticket/12943] Add core.phpbb_generate_debug_output core eventrxu2014-08-092-3/+15
* | Merge pull request #2852 from bantu/ticket/12938Joas Schilling2014-08-103-66/+0
|\ \
| * | [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-093-66/+0
* | | Merge pull request #2849 from bantu/ticket/12941Tristan Darricau2014-08-101-0/+2
|\ \ \
| * | | [ticket/12941] Fix remaining Sami complaints.Andreas Fischer2014-08-091-0/+2
| | |/ | |/|
* | | Merge pull request #2624 from dhruvgoel92/ticket/12718Tristan Darricau2014-08-091-12/+1
|\ \ \ | |/ / |/| |
| * | [ticket/12718] Use remove_topic_from_statistic() for delete_topicDhruv2014-08-071-12/+1
* | | Merge pull request #2833 from Geolim4/ticket/11520Marc Alexander2014-08-091-2/+26
|\ \ \
| * | | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+1
| * | | [ticket/11520] Coding guideline complianceGeolim42014-08-081-8/+7
| * | | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+28
| | |/ | |/|
* | | Merge pull request #2724 from VSEphpbb/ticket/12841Joas Schilling2014-08-091-0/+27
|\ \ \ | |/ / |/| |
| * | [ticket/12841] Make config position default to afterMatt Friedman2014-07-281-2/+3
| * | [ticket/12841] prefix function name with phpbb_Matt Friedman2014-07-241-1/+1
| * | [ticket/12841] Fix white space issues reported by snifferMatt Friedman2014-07-111-3/+3
| * | [ticket/12841] Allow extensions to position new config varsMatt Friedman2014-07-111-0/+26
* | | Merge pull request #2832 from marc1706/ticket/10404Andreas Fischer2014-08-081-1/+4
|\ \ \
| * | | [ticket/10404] Fix codesniffer complaint about anonymous functionMarc Alexander2014-08-081-1/+4
| * | | [ticket/10404] Use anonymous function instead of create_function in acp/authMarc Alexander2014-08-081-1/+1
* | | | Merge pull request #2824 from brunoais/ticket/12927Joas Schilling2014-08-081-0/+23
|\ \ \ \
| * | | | [ticket/12927] core.mcp_queue_get_posts2_query_beforebrunoais2014-08-081-0/+23
| |/ / /
* | | | Merge pull request #2764 from brunoais/ticket/12880Joas Schilling2014-08-081-0/+23
|\ \ \ \
| * | | | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
* | | | | Merge pull request #2762 from brunoais/ticket/12876Joas Schilling2014-08-081-0/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_afterbrunoais2014-08-071-0/+14
| |/ / /
* | | | Merge pull request #2810 from nickvergessen/ticket/12919Marc Alexander2014-08-071-10/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12919] Use the modules basename as identifier for extension modulesJoas Schilling2014-08-071-10/+14
* | | | Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-14/+1
|\ \ \ \
| * | | | [ticket/11528] Move related code from functions_posting to functionDhruv2014-06-191-14/+1
* | | | | Merge pull request #2812 from bantu/ticket/12826Joas Schilling2014-08-072-2/+2
|\ \ \ \ \
| * | | | | [ticket/12826] Add optional root namespace indicator for consistency.Andreas Fischer2014-08-072-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2720 from PayBas/ticket/12838Joas Schilling2014-08-071-5/+41
|\ \ \ \ \
| * | | | | [ticket/12838] Update RC2 to RC3PayBas2014-07-161-3/+3
| * | | | | [ticket/12838] Add raw row-data to acp_ranks core eventPayBas2014-07-101-3/+4
| * | | | | [ticket/12838] Add core events to acp_ranks.phpPayBas2014-07-101-5/+40
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2763 from brunoais/ticket/12877Marc Alexander2014-08-071-0/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_beforebrunoais2014-07-231-0/+12
| | |_|/ | |/| |
* | | | Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-071-0/+12
|\ \ \ \
| * | | | [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+12
* | | | | Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-077-14/+23
|\ \ \ \ \
| * | | | | [ticket/12557] Fix load active module descriptionn-aleha2014-08-071-1/+1
| * | | | | [ticket/12557] Fix php file descriptionn-aleha2014-08-072-5/+5
| * | | | | [ticket/12557] Fix pass by reference doc blocksn-aleha2014-08-071-5/+5
| * | | | | [ticket/12557] Fix var $preserve_cr descriptionn-aleha2014-08-031-1/+2
| * | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-2/+2
| * | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+0
| * | | | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-0/+2
| * | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-032-3/+3
| * | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-033-6/+13