aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-02-201-0/+22
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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 branch '3.1.x'Marc Alexander2015-02-184-40/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-02-181-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [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/10748] Fix class type hintingJoas Schilling2015-02-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10748
* | | | | | [ticket/13497] Update calls to `get_tables()`Gaëtan Muller2015-02-112-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13497
* | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-115-11/+11
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
| * | | | | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-115-11/+11
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-13597
* | | | | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-072-4/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10748
* | | | | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-033-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13455
* | | | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-0329-77/+77
| | | | | | | | | | | | | | | | | | | | PHPBB3-13455
* | | | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-0363-789/+783
| | | | | | | | | | | | | | | | | | | | PHPBB3-13455
* | | | | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-0310-50/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()`
| * | | | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-0210-50/+46
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13496
* | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-032-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13569] Add missing sql_freeresults and remove unneeded results
| * | | | | 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 branch 'develop-ascraeus' into developJoas Schilling2015-02-022-6/+64
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-5/+87
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_queue.php
| * | | | | | Merge pull request #3326 from Wolfsblvt-Test/ticket/13537Joas Schilling2015-02-021-5/+87
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add core events on mcp_queue for approval and disapproval
| | * | | | | | [ticket/13537] Add core events on mcp_queue for approval and disapprovalWolfsblvt2015-01-231-5/+87
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added for the functions approve_posts(), approve_topics() and disapprove_posts() in mcp_queue.php, so that you can send notifications during approval and disapproval. PHPBB3-13537
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-022-1/+49
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * | | | | | Merge pull request #3325 from rxu/ticket/13536Joas Schilling2015-02-022-1/+49
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
| | * | | | | | [ticket/13536] Add core events to allow modifying user profile data on editingrxu2015-01-232-1/+49
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744 PHPBB3-13536
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-1/+31
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3324 from rxu/ticket/13336Joas Schilling2015-02-021-1/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13336] Add core events to the function user_active_flip()
| | * | | | | | [ticket/13336] Add core events to the function user_active_flip()rxu2015-01-231-1/+31
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core events to the function user_active_flip() in includes/functions_user.php to allow checking/modifying data while activating/deactivating users. PHPBB3-13336
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-0/+22
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3323 from rxu/ticket/13535Joas Schilling2015-02-021-0/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13535] Add core event to allow modifying account settings on editing
| | * | | | | | [ticket/13535] Add core event to allow modifying account settings on editingrxu2015-01-221-0/+22
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ucp_profile.php core event to allow modifying account settings on editing. PHPBB3-13535
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-0/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3317 from Wolfsblvt/ticket/13532Joas Schilling2015-02-021-0/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add core event to get_unread_topics() in functions.php
| | * | | | | | [ticket/13532] Add core event to get_unread_topics() in functions.phpWolfsblvt2015-01-231-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding core event core.get_unread_topics_modify_sql to to funtion get_unread_topics() in functions.php, so that you now are able to modify the sql query that retrieves the unread topics. PHPBB3-13532
* | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-1/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3305 from Wolfsblvt/ticket/13518Joas Schilling2015-02-021-1/+34
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to markread() in functions.php
| | * | | | | | | [ticket/13518] Add core event to markread() in functions.phpWolfsblvt2015-01-231-1/+34
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding core event core.markread_before to to funtion markread() in functions.php, so that you now are able to add additional stuff inside the markread process, for example notifications designed in extensions. PHPBB3-13518
* | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-2/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3282 from Elsensee/ticket/13313Joas Schilling2015-02-021-2/+16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13313] Add event core.acp_email_display