aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14303] Use UTF8 quotes in app.php lang filephpBB España2015-12-261-1/+1
| | | | PHPBB3-14303
* Merge pull request #4084 from exussum12/ticket/14046Marc Alexander2015-12-232-10/+9
|\ | | | | | | [ticket/14046] Jabber message incorrect
| * [ticket/14046] Jabber message incorrectScott Dutton2015-12-162-10/+9
| | | | | | | | | | | | | | | | When making a Jabber message, the page says the message has been sent when loading the page for the first time, This message should only be shown after the message has actually been sent PHPBB3-14046
* | Merge pull request #4093 from VSEphpbb/ticket/14374Marc Alexander2015-12-225-5/+5
|\ \ | | | | | | | | | [ticket/14374] Update dynamic fallback jquery CDN script tag
| * | [ticket/14374] Update dynamic fallback jquery CDN script tagMatt Friedman2015-12-225-5/+5
|/ / | | | | | | PHPBB3-14374
* | Merge branch 'prep-release-3.1.7' into 3.1.xJoas Schilling2015-12-192-2/+33
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | [prep-release-3.1.7] Add migration to update the versionJoas Schilling2015-12-191-0/+31
| | |
| * | [prep-release-3.1.7] Increase version to 3.1.7Joas Schilling2015-12-193-4/+4
| | |
* | | Merge pull request #4078 from VSEphpbb/ticket/14353Marc Alexander2015-12-131-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/14353] Complete [list] bbcode documentation/examples
| * | | [ticket/14353] Complete [list] bbcode documentation/examplesMatt Friedman2015-12-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14353
* | | | [3.1.x] Update version to 3.1.8-devJoas Schilling2015-12-123-3/+3
| | | |
* | | | 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