aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3445 from RMcGirr83/ticket/13650Marc Alexander2015-03-101-3/+15
|\ | | | | | | [ticket/13650] Move core event
| * [ticket/13650] Move core eventRMcGirr832015-02-251-3/+15
| | | | | | | | PHPBB3-13650
* | Merge pull request #3452 from RobertHeim/ticket/13658Marc Alexander2015-03-071-1/+27
|\ \ | | | | | | | | | [ticket/13658] add event before and after topics are deleted
| * | [ticket/13658] renamed events and added table_ary parameterRobert Heim2015-02-271-4/+6
| | | | | | | | | | | | | | | | | | | | | - added suffix '_query' to event names - added table_ary to before event PHPBB3-13658
| * | [ticket/13658] add event before and after topics are deletedRobertHeim2015-02-271-1/+25
| | | | | | | | | | | | PHPBB3-13658
* | | Merge pull request #3473 from RMcGirr83/ticket/13675Marc Alexander2015-03-061-1/+14
|\ \ \ | | | | | | | | | | | | [ticket/13675] Add validate to acp_profile event and add template events
| * | | [ticket/13675] Add validate to acp_profile event and add template eventsRichard McGirr2015-03-061-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | for acp users profile PHPBB3-13675
* | | | Merge pull request #3450 from brunoais/ticket/13142Marc Alexander2015-03-061-23/+51
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13142] Before query to get the total number of reports
| * | | | [ticket/13142] Default $total to -1 before the event for more flexibilitybrunoais2015-02-271-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | [ticket/13142] Removed surperfulous spacebrunoais2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | [ticket/13142] Removed surperfulous new linebrunoais2015-02-271-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | [ticket/13142] Place the event in the most meaningful placebrunoais2015-02-261-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.brunoais2015-02-261-22/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13142
* | | | | Merge pull request #3426 from kinerity/ticket/13637Marc Alexander2015-03-061-0/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
| * | | | | [ticket/13637] Update msg_id docblockKailey Truscott2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637
| * | | | | [ticket/13637] Update event name and docblockKailey Truscott2015-02-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the event name to core.ucp_pm_compose_modify_data Change description of to_group_id and submit dockblock PHPBB3-13637
| * | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP eventKailey Truscott2015-02-191-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new PHP event to ucp_pm_compose to alter the default vars PHPBB3-13637
* | | | | | Merge pull request #3413 from kasimi/ticket/13540Marc Alexander2015-03-051-0/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | [ticket/13540] Add topic info and total posts count to mcp_topic_review_modify_row event
| * | | | | [ticket/13540] Add total post count to mcp_topic_review_modify_row eventkasimi2015-02-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13540
| * | | | | [ticket/13540] Add topic_info to mcp_topic_review_modify_row eventkasimi2015-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13540
* | | | | | Merge pull request #3388 from rxu/ticket/13596Marc Alexander2015-02-271-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13596] Add display_forums() event to allow modifying forums list data
| * | | | | | [ticket/13596] Add display_forums() event to allow modifying forums list datarxu2015-02-101-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add display_forums() core event in includes/functions_display.php to allow modifying forums list data before the list is being generated and dumped to the template. PHPBB3-13596
* | | | | | | [ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()brunoais2015-02-251-1/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | PHPBB3-13652
* | | | | | Merge pull request #3381 from rxu/ticket/13591Joas Schilling2015-02-241-6/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13591] Add core events to the function obtain_users_online_string()
| * | | | | | [ticket/13591] Add core events to the function obtain_users_online_string()rxu2015-02-081-6/+52
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add functions.php core events to the function obtain_users_online_string() to allow extensions adding/modifying online users data. PHPBB3-13591
* | | | | | Merge pull request #3436 from RMcGirr83/ticket/13650Joas Schilling2015-02-241-1/+13
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | [ticket/13650] Validate ucp profile data changes
| * | | | | [ticket/13650] Validate ucp profile data changesRichard McGirr2015-02-231-1/+13
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-13650
* | | | | [ticket/13587] SQL syntax errors in get_prune_users()RMcGirr832015-02-241-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-13587
* | | | Merge pull request #3415 from RMcGirr83/ticket/13578Joas Schilling2015-02-221-1/+41
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13578] Add ucp_register.php core events
| * | | | [ticket/13578] Add ucp_register.php core eventsRMcGirr832015-02-221-1/+41
| | | | | | | | | | | | | | | | | | | | PHPBB3-13578
* | | | | Merge pull request #3423 from RMcGirr83/ticket/13635Joas Schilling2015-02-201-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13635] Add sql_ary to ucp profile event
| * | | | | [ticket/13635] Add sql_ary to ucp profile eventRMcGirr832015-02-191-1/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13635
* | | | | Merge pull request #3277 from dhruvgoel92/ticket/13472Joas Schilling2015-02-201-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13472] Delete admin activation notification when deleting user
| * | | | | [ticket/13472] Delete admin activation notification when deleting userDhruv2015-01-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13472
* | | | | | Merge pull request #3197 from brunoais/ticket/13142Joas Schilling2015-02-201-0/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13142] Before query to list unapproved and deleted posts
| * | | | | [ticket/13142] BUMPed versionbrunoais2015-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | | [ticket/13142] Fix typo: unaproved -> unapprovedbrunoais2014-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | | [ticket/13142] BUMPing versionbrunoais2014-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| * | | | | [ticket/13142] Adding core.mcp_sorting_unapproved_deleted_posts_query_beforebrunoais2014-11-281-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
* | | | | | Merge pull request #3395 from s9e/ticket/13595Marc Alexander2015-02-184-40/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13595] Remove unused instances of the bbcode class
| * | | | | | [ticket/13595] Removed unused codeJoshyPHP2015-02-134-40/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-13595
* | | | | | [ticket/13433] Fix parsing of email addressesrxu2015-02-171-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently email addresses are parsed incorrectly due to the regex structure. Namely, if localpart consists of several dot separated parts, only the last part with the trailing dot will be captured. The patch change this behavior to capture the whole localpart. PHPBB3-13433
* | | | | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-115-11/+11
| |_|/ / |/| | | | | | | | | | | PHPBB3-13597
* | | | Merge pull request #3361 from marc1706/ticket/13569Andreas Fischer2015-02-032-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13569] Add missing sql_freeresults and remove unneeded results * marc1706/ticket/13569: [ticket/13569] Add missing sql_freeresults and remove unneeded results
| * | | | [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-022-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13569
* | | | | Merge pull request #3330 from kasimi/ticket/13540Joas Schilling2015-02-022-6/+64
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | [ticket/13540] Add core event for modifying topic review block data
| * | | | [ticket/13540] Added var row to both eventskasimi2015-01-252-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13540
| * | | | [ticket/13540] Add core event for MCP topic review block datakasimi2015-01-241-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to the previous event, this event triggers for each post in the MCP topic review. PHPBB3-13540
| * | | | [ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentationskasimi2015-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13540
| * | | | [ticket/13540] Add core event for modifying topic review block datakasimi2015-01-241-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added event core.topic_review_modify_row in function topic_review() in functions_posting for modifying template data blocks for topic reviews. PHPBB3-13540