aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4045 from RMcGirr83/ticket_14313Marc Alexander2015-11-261-1/+1
|\ | | | | | | [ticket/14313] Check for item approved explicitly
| * [ticket/14313] Check for item approved explicitlyRichard McGirr2015-11-261-1/+1
| | | | | | | | PHPBB3-14313
* | Merge pull request #4044 from RMcGirr83/ticket_14313Marc Alexander2015-11-251-0/+3
|\ \ | |/ | | | | [ticket/14313] Don't display quote button on unapproved posts
| * [ticket/14313] Don't display quote button on unapproved postsRMcGirr832015-11-251-0/+3
|/ | | | PHPBB3-14313
* Merge pull request #4040 from Nicofuma/ticket/13656Marc Alexander2015-11-251-139/+160
|\ | | | | | | [ticket/13656] Updates Symfony to fix the DB password issue
| * [ticket/13656] Updates Symfony to fix the DB password issueTristan Darricau2015-11-251-139/+160
| | | | | | | | PHPBB3-13656
* | Merge pull request #4033 from tas2580/ticket/14297Marc Alexander2015-11-241-1/+1
|\ \ | |/ |/| | | [ticket/14297] Uppercase and lowercase when sorting topics
| * [ticket/14297] Uppercase and lowercase when sorting topicsTobi Schäfer2015-11-161-1/+1
| | | | | | | | | | PHPBB3-14297 Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297
* | Merge pull request #3888 from Senky/ticket/14146Marc Alexander2015-11-153-0/+10
|\ \ | | | | | | | | | [ticket/14146] Add viewtopic_body_post_subject_before event
| * | [ticket/14146] Add viewtopic_body_post_subject_before eventJakub Senko2015-10-123-0/+10
| | | | | | | | | | | | PHPBB3-14146
* | | Merge pull request #3805 from rxu/ticket/14066Marc Alexander2015-11-133-3/+134
|\ \ \ | | | | | | | | | | | | [ticket/14066] Add template events to search_body.html
| * | | [ticket/14066] Change the events listing order in events.md.rxu2015-11-121-16/+16
| | | | | | | | | | | | | | | | PHPBB3-14066
| * | | [ticket/14066] Add template events to search_body.htmlrxu2015-11-123-3/+134
| | | | | | | | | | | | | | | | PHPBB3-14066
* | | | Merge pull request #3996 from RMcGirr83/ticket_14242Marc Alexander2015-11-131-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14242] Fix memberlist sort method
| * | | | [ticket/14242] Revert some changesRMcGirr832015-10-301-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14242
| * | | | [ticket/14242] Fix u_sort_posts to use correct sort keyRichard McGirr2015-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14242
| * | | | [ticket/14242] Fix memberlist sort methodRMcGirr832015-10-191-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-14242
* | | | | Merge pull request #4028 from prototech/ticket/14287Marc Alexander2015-11-121-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/14287] Always remove loading indicator after confirming action.
| * | | | [ticket/14287] Always remove loading indicator after confirming action.Cesar G2015-11-121-0/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | If there is no success message after the action is confirmed, the indicator is not currently removed. PHPBB3-14287
* | | | Merge pull request #3850 from rxu/ticket/14117Marc Alexander2015-11-121-15/+48
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14117] Add core events to index.php to allow modifying birthdays list
| * | | | [ticket/14117] Add core events to index.php to allow modifying birthdays listrxu2015-10-121-15/+48
| | | | | | | | | | | | | | | | | | | | PHPBB3-14117
* | | | | Merge pull request #3910 from kinerity/ticket/14170Marc Alexander2015-11-121-10/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14170] Fix mcp_change_poster_after event
| * | | | | [ticket/14170] Revert mcp_change_poster_after @since changeKailey Truscott2015-10-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the @since change back to 3.1.6-RC1. Add @changed line 3.1.7-RC1 and description. PHPBB3-14170
| * | | | | [ticket/14170] Fix mcp_change_poster_after eventKailey Truscott2015-09-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mcp_change_poster_after event to before renewing $post_info. I changed the "since" version as this would be fixed in 3.1.7-RC1. PHPBB3-14170
* | | | | | Merge pull request #4022 from RMcGirr83/3.1.xMarc Alexander2015-11-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14276] Adjust function get_folder_status
| * | | | | | [ticket/14276] Adjust function get_folder_statusRichard McGirr2015-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14276
* | | | | | | Merge pull request #3930 from rxu/ticket/14201Marc Alexander2015-11-1012-14/+270
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/14201] Add multiple ACP template events
| * | | | | | [ticket/14201] Add events.md descriptions, fix accidentally swapped eventsrxu2015-10-1210-16/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14201
| * | | | | | [ticket/14201] Add more template events to ACPrxu2015-09-268-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14201
| * | | | | | [ticket/14201] Add events to acp_users.html, permission_forum_copy.htmlrxu2015-09-262-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14201
| * | | | | | [ticket/14201] Add template events to acp_permissions.htmlrxu2015-09-261-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14201
* | | | | | | Merge pull request #3975 from prototech/ticket/11971Oliver Schramm2015-11-062-12/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11971] Validate "Spambot countermeasures" settings before saving
| * | | | | | | [ticket/11971] Validate "Spambot countermeasures" settings before saving.Cesar G2015-10-142-12/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11971
* | | | | | | | Merge pull request #4012 from RMcGirr83/ticket_14228Marc Alexander2015-11-031-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14228] Vertical align of numbers in polls
| * | | | | | | | [ticket/14228] Vertical align of numbers in pollsRichard McGirr2015-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14228
* | | | | | | | | Merge pull request #3983 from prototech/ticket/13831Andreas Fischer2015-11-021-2/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13831] Store provided reason when deleting from Mod. Queue module. * prototech/ticket/13831: [ticket/13831] Store provided reason when deleting from Mod. Queue module.
| * | | | | | | | [ticket/13831] Store provided reason when deleting from Mod. Queue module.Cesar G2015-10-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13831
* | | | | | | | | Merge pull request #4004 from paul999/ticket/14258Marc Alexander2015-10-241-0/+19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14258] Add event into auth::login before session creation
| * | | | | | | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo PHPBB3-14258
| * | | | | | | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update comments regarding variables. PHPBB3-14258
| * | | | | | | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-0/+20
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new event in the login method just before the session create, so extensions can do some additional validation during login. PHPBB3-14258
* | | | | | | | | Merge pull request #3998 from Elsensee/ticket/14249Cesar G2015-10-221-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14249] Fix online list order
| * | | | | | | | | [ticket/14249] Fix online list orderOliver Schramm2015-10-211-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14249
* | | | | | | | | Merge pull request #3997 from CHItA/ticket/13976Máté Bartus2015-10-211-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | [ticket/13976] Fix comment typo in salted_md5.php
| * | | | | | | | [ticket/13976] Fix comment typo in salted_md5.phpSumanai2015-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13976
* | | | | | | | | Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-194-5/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13799] Do not rawurlencode category in gallery avatar * marc1706/ticket/13799: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| * | | | | | | | | [ticket/13799] Split lines in HTML files for better readabilityMarc Alexander2015-06-042-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13799
| * | | | | | | | | [ticket/13799] Add missing space before checked attributeMarc Alexander2015-06-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13799
| * | | | | | | | | [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-304-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13799
| * | | | | | | | | [ticket/13799] Do not rawurlencode category in gallery avatarMarc Alexander2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the directory seperator will incorrectly be transformed to its HTML replacement. PHPBB3-13799