aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'prep-release-3.1.7' into 3.1.xJoas Schilling2015-12-128-8/+148
|\
| * [prep-release-3.1.7] Add changelog for 3.1.7-RC1Joas Schilling2015-12-121-0/+108
| |
| * [prep-release-3.1.7] Add migration for 3.1.7-RC1Joas Schilling2015-12-121-0/+32
| |
| * [prep-release-3.1.7] Update version to 3.1.7-RC1Joas Schilling2015-12-126-8/+8
|/
* Merge pull request #4018 from marc1706/ticket/14271Tristan Darricau2015-12-081-4/+13
|\ | | | | | | | | | | | | | | | | [ticket/14271] Update sample config * marc1706/ticket/14271: [ticket/14271] Properly use try_files in nginx sample config [ticket/14271] Improve try_files and use split path info [ticket/14271] Update sample config
| * [ticket/14271] Properly use try_files in nginx sample configMarc Alexander2015-11-101-6/+4
| | | | | | | | PHPBB3-14271
| * [ticket/14271] Improve try_files and use split path infoMarc Alexander2015-11-091-2/+4
| | | | | | | | PHPBB3-14271
| * [ticket/14271] Update sample configMarc Alexander2015-11-051-3/+12
| | | | | | | | PHPBB3-14271
* | Merge pull request #4071 from marc1706/ticket/14213Tristan Darricau2015-12-081-1/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14213] Adding event after users have been added to a group * marc1706/ticket/14213: [ticket/14213] Add pending to core.group_add_user_after [ticket/14213] Mv event group_add_user_after after cache cleaning [ticket/14213] Fix version number [ticket/14213] Adding missing reference to event dispatcher [ticket/14213] Adding event after users have been added to a group
| * | [ticket/14213] Add pending to core.group_add_user_afterMarc Alexander2015-12-081-1/+8
| | | | | | | | | | | | PHPBB3-14213
| * | [ticket/14213] Mv event group_add_user_after after cache cleaningWardormeur2015-12-071-12/+13
| | | | | | | | | | | | | | | | | | In order to match with the rest of the event and to have appropriate info state PHPBB3-14213
| * | [ticket/14213] Fix version numberWardormeur2015-12-071-1/+1
| | | | | | | | | | | | | | | | | | for core.group_add_user_after event PHPBB3-14213
| * | [ticket/14213] Adding missing reference to event dispatcherWardormeur2015-12-071-2/+2
| | | | | | | | | | | | | | | | | | Required to dispatch event, wasn't included into global PHPBB3-14213
| * | [ticket/14213] Adding event after users have been added to a groupWardormeur2015-12-071-0/+12
| | | | | | | | | | | | | | | | | | Allow mapping with others CMS by exposing user configuration & changes PHPBB3-14213
* | | Merge pull request #4008 from Zoddo/ticket/14261Tristan Darricau2015-12-073-45/+39
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14261] Move the update of session informations to page_footer() * Zoddo/ticket/14261: [ticket/14261] Fix tests by removing old code. [ticket/14261] Move the update of session informations to page_footer()
| * | | [ticket/14261] Fix tests by removing old code.Zoddo2015-10-281-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will obselete GH-4007 PHPBB3-14261 PHPBB3-13202
| * | | [ticket/14261] Move the update of session informations to page_footer()Zoddo2015-10-273-45/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the unique way to disable the update of session_page is to pass "false" to the parameter of session_begin(). This method is directly called in app.php, so pages served from the routing system can't disable the update of session informations. By moving the update to page_footer, we can allow controllers to tell to the session manager that we don't want to update the session infos. PHPBB3-14261
* | | | Merge pull request #4069 from marc1706/ticket/14346Tristan Darricau2015-12-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14346] Do not turn version red if update status is unknown * marc1706/ticket/14346: [ticket/14346] Do not turn version red if update status is unknown
| * | | | [ticket/14346] Do not turn version red if update status is unknownMarc Alexander2015-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14346
* | | | | Merge pull request #4063 from marc1706/ticket/14339Tristan Darricau2015-12-073-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/14339] Properly state PHP version support * marc1706/ticket/14339: [ticket/14339] Properly state PHP version support
| * | | | [ticket/14339] Properly state PHP version supportMarc Alexander2015-12-053-3/+3
| |/ / / | | | | | | | | | | | | PHPBB3-14339
* | | | Merge pull request #4066 from kasimi/ticket/14343Tristan Darricau2015-12-071-0/+16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | [ticket/14343] Add event when locking/unlocking posts/topics * kasimi/ticket/14343: [ticket/14343] Add event when locking/unlocking posts/topics
| * | | [ticket/14343] Add event when locking/unlocking posts/topicskasimi2015-12-061-0/+16
|/ / / | | | | | | | | | PHPBB3-14343
* | | Merge pull request #4057 from marc1706/ticket/14334Tristan Darricau2015-12-051-6/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14334] Use phpbb_get_avatar() in user_loader * marc1706/ticket/14334: [ticket/14334] Use phpbb_get_avatar() in user_loader
| * | | [ticket/14334] Use phpbb_get_avatar() in user_loaderMarc Alexander2015-12-031-6/+1
|/ / / | | | | | | | | | PHPBB3-14334
* | | Merge pull request #4030 from RMcGirr83/ticket_14283Marc Alexander2015-11-264-3/+27
|\ \ \ | | | | | | | | | | | | [ticket/14283] Add a Manage Group link on a group page
| * | | [ticket/14283] Check for user being group leaderRichard McGirr2015-11-251-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14283
| * | | [ticket/14283] Remove group founder and free up memoryRichard McGirr2015-11-181-9/+13
| | | | | | | | | | | | | | | | PHPBB3-14283
| * | | [ticket/14283] Fix spelling of the word moduleRichard McGirr2015-11-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14283
| * | | [ticket/14283] Add a Manage Group link on a group pageRichard McGirr2015-11-144-3/+23
| | | | | | | | | | | | | | | | PHPBB3-14283
* | | | 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