aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5457 from battye/ticket/15883Marc Alexander2019-01-054-5/+53
|\ | | | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group
| * [ticket/15883] Doc block changebattye2019-01-051-2/+2
| | | | | | | | PHPBB3-15883
| * [ticket/15883] Review changesbattye2019-01-043-2/+3
| | | | | | | | PHPBB3-15883
| * [ticket/15883] Use the new language objectbattye2018-11-292-6/+14
| | | | | | | | | | | | | | | | | | | | Using the new ->lang() format. Made the username comparison case insensitive. Also fixed a bug where the return to previous page link in the UCP was going back to the list of groups rather than the specific manage group page when an error occurred. PHPBB3-15883
| * [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-264-4/+43
| | | | | | | | | | | | | | | | | | Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
* | Merge pull request #5485 from marc1706/ticket/15919Derky2019-01-021-0/+7
|\ \ | | | | | | | | | [ticket/15919] Don't run lint test against node_modules
| * | [ticket/15919] Don't run lint test against node_modulesMarc Alexander2018-12-231-0/+7
| | | | | | | | | | | | | | | | | | | | | Also, make sure to correctly handle opendir returning false instead of the stream handle. PHPBB3-15919
* | | Merge pull request #5493 from marc1706/ticket/15924Derky2019-01-014-5/+16
|\ \ \ | | | | | | | | | | | | [ticket/15924] Switch to trusty build environment
| * | | [ticket/15924] Switch back to installing mariadb from 3rd party repoMarc Alexander2019-01-013-3/+59
| | | | | | | | | | | | | | | | PHPBB3-15924
| * | | [ticket/15924] Enable APCu extensionMarc Alexander2019-01-011-0/+10
| | | | | | | | | | | | | | | | PHPBB3-15924
| * | | [ticket/15924] Install apc via pecl and remove nginx config checkMarc Alexander2018-12-312-2/+1
| | | | | | | | | | | | | | | | PHPBB3-15924
| * | | [ticket/15924] Switch to trusty build environmentMarc Alexander2018-12-314-62/+8
|/ / / | | | | | | | | | PHPBB3-15924
* | | Merge pull request #5488 from marc1706/ticket/15921chita2018-12-297-29/+34
|\ \ \ | | | | | | | | | | | | [ticket/15921] Update textformattter to 1.3.2
| * | | [ticket/15921] Use backward compatible template for emojisJoshyPHP2018-12-291-1/+8
| | | | | | | | | | | | | | | | PHPBB3-15921
| * | | [ticket/15921] Update tests for twemojiMarc Alexander2018-12-272-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15921
| * | | [ticket/15921] Use twemojiMarc Alexander2018-12-262-0/+4
| | | | | | | | | | | | | | | | PHPBB3-15921
| * | | [ticket/15921] Update inconsistencies in composer.lockMarc Alexander2018-12-261-4/+4
| | | | | | | | | | | | | | | | PHPBB3-15921
| * | | [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-265-32/+26
| | | | | | | | | | | | | | | | PHPBB3-15921
* | | | Merge pull request #5462 from 3D-I/ticket/15890Marc Alexander2018-12-291-3/+25
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15890] Add core.memberlist_modify_viewprofile_sql
| * | | | [ticket/15890] Add core.memberlist_modify_viewprofile_sql3D-I2018-12-011-3/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-15890
* | | | | Merge pull request #5468 from senky/ticket/15898Marc Alexander2018-12-271-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template
| * | | | | [ticket/15898] Add core.ucp_pm_compose_templateJakub Senko2018-12-031-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15898
* | | | | | Merge pull request #5482 from GanstaZ/ticket/15914Marc Alexander2018-12-271-6/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15914] Add core.modify_memberlist_viewprofile_group* events
| * | | | | | [ticket/15914] Change sinceGanstaZ2018-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914
| * | | | | | Merge branch '3.2.x' into ticket/15914GanstaZ2018-12-2215-22/+210
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | [ticket/15914] fix sql lineGanstaZ2018-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914
| * | | | | | [ticket/15914] Add core.modify_memberlist_viewprofile_group* eventsGanstaZ2018-12-151-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914
* | | | | | | Merge pull request #5359 from Elsensee/ticket/15509Marc Alexander2018-12-271-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | [ticket/15509] Don't show disabled board when in install
| * | | | | | [ticket/15509] Don't show disabled board when in installOliver Schramm2018-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15509
* | | | | | | Merge pull request #5474 from mrgoldy/ticket/15901Marc Alexander2018-12-262-0/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15901] Add mcp_post_ template events
| * | | | | | | [ticket/15901] Alphabetical ordermrgoldy2018-12-041-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901
| * | | | | | | [ticket/15901] Add missing semi-colonmrgoldy2018-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901
| * | | | | | | [ticket/15901] Alphabetical ordermrgoldy2018-12-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After has to be before before. Mind twist. PHPBB3-15901
| * | | | | | | [ticket/15901] Add mcp_post_ template eventsmrgoldy2018-12-042-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901
* | | | | | | | Merge pull request #5456 from nunoplopes/ticket/15876Marc Alexander2018-12-241-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captcha plugin
| * | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captch pluginNuno Lopes2018-11-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15876
* | | | | | | | | Merge pull request #5481 from kasimi/ticket/15910-3.2.xMarc Alexander2018-12-2421-45/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly
| * | | | | | | | | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-1221-45/+45
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15910
* | | | | | | | | Merge pull request #5479 from kasimi/ticket/15904Marc Alexander2018-12-231-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | [ticket/15904] Fix counting empty template blocks
| * | | | | | | | [ticket/15904] Fix counting empty template blockskasimi2018-12-081-1/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15904
* | | | | | | | Merge branch 'prep-release-3.2.5' into 3.2.xMarc Alexander2018-12-2215-22/+210
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | [prep-release-3.2.5] Add 3.2.5 migrationMarc Alexander2018-12-191-0/+38
| | | | | | | |
| * | | | | | | [prep-release-3.2.5] Update changelog for 3.2.5Marc Alexander2018-12-191-0/+13
| | | | | | | |
| * | | | | | | [prep-release-3.2.5] Update version numbers to 3.2.5Marc Alexander2018-12-194-5/+5
| | | | | | | |
| * | | | | | | Merge pull request #43 from phpbb/security/229Marc Alexander2018-12-193-4/+49
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [security/229] Update jQuery to 1.12.4
| | * | | | | | | [security/229] Adjust effectively_installed on jquery update migrationMarc Alexander2018-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229
| | * | | | | | | [security/229] Add ajax prefilter for crossdomain requestsMarc Alexander2018-12-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229
| | * | | | | | | [security/229] Update jQuery CDN linkMarc Alexander2018-12-091-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229
| | * | | | | | | [SECURITY/229] Update jQuery to 1.12.4Marc Alexander2018-12-091-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229
| * | | | | | | | Merge pull request #5483 from marc1706/ticket/15911Marc Alexander2018-12-193-5/+32
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15911] Prevent errors when trying to delete from non-existent tables