Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5457 from battye/ticket/15883 | Marc Alexander | 2019-01-05 | 4 | -5/+53 |
|\ | | | | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group | ||||
| * | [ticket/15883] Doc block change | battye | 2019-01-05 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-15883 | ||||
| * | [ticket/15883] Review changes | battye | 2019-01-04 | 3 | -2/+3 |
| | | | | | | | | PHPBB3-15883 | ||||
| * | [ticket/15883] Use the new language object | battye | 2018-11-29 | 2 | -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 group | battye | 2018-11-26 | 4 | -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/15919 | Derky | 2019-01-02 | 1 | -0/+7 |
|\ \ | | | | | | | | | | [ticket/15919] Don't run lint test against node_modules | ||||
| * | | [ticket/15919] Don't run lint test against node_modules | Marc Alexander | 2018-12-23 | 1 | -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/15924 | Derky | 2019-01-01 | 4 | -5/+16 |
|\ \ \ | | | | | | | | | | | | | [ticket/15924] Switch to trusty build environment | ||||
| * | | | [ticket/15924] Switch back to installing mariadb from 3rd party repo | Marc Alexander | 2019-01-01 | 3 | -3/+59 |
| | | | | | | | | | | | | | | | | PHPBB3-15924 | ||||
| * | | | [ticket/15924] Enable APCu extension | Marc Alexander | 2019-01-01 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-15924 | ||||
| * | | | [ticket/15924] Install apc via pecl and remove nginx config check | Marc Alexander | 2018-12-31 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15924 | ||||
| * | | | [ticket/15924] Switch to trusty build environment | Marc Alexander | 2018-12-31 | 4 | -62/+8 |
|/ / / | | | | | | | | | | PHPBB3-15924 | ||||
* | | | Merge pull request #5488 from marc1706/ticket/15921 | chita | 2018-12-29 | 7 | -29/+34 |
|\ \ \ | | | | | | | | | | | | | [ticket/15921] Update textformattter to 1.3.2 | ||||
| * | | | [ticket/15921] Use backward compatible template for emojis | JoshyPHP | 2018-12-29 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | PHPBB3-15921 | ||||
| * | | | [ticket/15921] Update tests for twemoji | Marc Alexander | 2018-12-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15921 | ||||
| * | | | [ticket/15921] Use twemoji | Marc Alexander | 2018-12-26 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-15921 | ||||
| * | | | [ticket/15921] Update inconsistencies in composer.lock | Marc Alexander | 2018-12-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-15921 | ||||
| * | | | [ticket/15921] Updated dependencies to latest textformatter | JoshyPHP | 2018-12-26 | 5 | -32/+26 |
| | | | | | | | | | | | | | | | | PHPBB3-15921 | ||||
* | | | | Merge pull request #5462 from 3D-I/ticket/15890 | Marc Alexander | 2018-12-29 | 1 | -3/+25 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15890] Add core.memberlist_modify_viewprofile_sql | ||||
| * | | | | [ticket/15890] Add core.memberlist_modify_viewprofile_sql | 3D-I | 2018-12-01 | 1 | -3/+25 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15890 | ||||
* | | | | | Merge pull request #5468 from senky/ticket/15898 | Marc Alexander | 2018-12-27 | 1 | -2/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template | ||||
| * | | | | | [ticket/15898] Add core.ucp_pm_compose_template | Jakub Senko | 2018-12-03 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15898 | ||||
* | | | | | | Merge pull request #5482 from GanstaZ/ticket/15914 | Marc Alexander | 2018-12-27 | 1 | -6/+45 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15914] Add core.modify_memberlist_viewprofile_group* events | ||||
| * | | | | | | [ticket/15914] Change since | GanstaZ | 2018-12-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914 | ||||
| * | | | | | | Merge branch '3.2.x' into ticket/15914 | GanstaZ | 2018-12-22 | 15 | -22/+210 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | [ticket/15914] fix sql line | GanstaZ | 2018-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914 | ||||
| * | | | | | | [ticket/15914] Add core.modify_memberlist_viewprofile_group* events | GanstaZ | 2018-12-15 | 1 | -6/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15914 | ||||
* | | | | | | | Merge pull request #5359 from Elsensee/ticket/15509 | Marc Alexander | 2018-12-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | [ticket/15509] Don't show disabled board when in install | ||||
| * | | | | | | [ticket/15509] Don't show disabled board when in install | Oliver Schramm | 2018-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15509 | ||||
* | | | | | | | Merge pull request #5474 from mrgoldy/ticket/15901 | Marc Alexander | 2018-12-26 | 2 | -0/+18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15901] Add mcp_post_ template events | ||||
| * | | | | | | | [ticket/15901] Alphabetical order | mrgoldy | 2018-12-04 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901 | ||||
| * | | | | | | | [ticket/15901] Add missing semi-colon | mrgoldy | 2018-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901 | ||||
| * | | | | | | | [ticket/15901] Alphabetical order | mrgoldy | 2018-12-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After has to be before before. Mind twist. PHPBB3-15901 | ||||
| * | | | | | | | [ticket/15901] Add mcp_post_ template events | mrgoldy | 2018-12-04 | 2 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15901 | ||||
* | | | | | | | | Merge pull request #5456 from nunoplopes/ticket/15876 | Marc Alexander | 2018-12-24 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captcha plugin | ||||
| * | | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captch plugin | Nuno Lopes | 2018-11-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15876 | ||||
* | | | | | | | | | Merge pull request #5481 from kasimi/ticket/15910-3.2.x | Marc Alexander | 2018-12-24 | 21 | -45/+45 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly | ||||
| * | | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 21 | -45/+45 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15910 | ||||
* | | | | | | | | | Merge pull request #5479 from kasimi/ticket/15904 | Marc Alexander | 2018-12-23 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | [ticket/15904] Fix counting empty template blocks | ||||
| * | | | | | | | | [ticket/15904] Fix counting empty template blocks | kasimi | 2018-12-08 | 1 | -1/+2 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15904 | ||||
* | | | | | | | | Merge branch 'prep-release-3.2.5' into 3.2.x | Marc Alexander | 2018-12-22 | 15 | -22/+210 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | [prep-release-3.2.5] Add 3.2.5 migration | Marc Alexander | 2018-12-19 | 1 | -0/+38 |
| | | | | | | | | |||||
| * | | | | | | | [prep-release-3.2.5] Update changelog for 3.2.5 | Marc Alexander | 2018-12-19 | 1 | -0/+13 |
| | | | | | | | | |||||
| * | | | | | | | [prep-release-3.2.5] Update version numbers to 3.2.5 | Marc Alexander | 2018-12-19 | 4 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #43 from phpbb/security/229 | Marc Alexander | 2018-12-19 | 3 | -4/+49 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [security/229] Update jQuery to 1.12.4 | ||||
| | * | | | | | | | [security/229] Adjust effectively_installed on jquery update migration | Marc Alexander | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229 | ||||
| | * | | | | | | | [security/229] Add ajax prefilter for crossdomain requests | Marc Alexander | 2018-12-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229 | ||||
| | * | | | | | | | [security/229] Update jQuery CDN link | Marc Alexander | 2018-12-09 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229 | ||||
| | * | | | | | | | [SECURITY/229] Update jQuery to 1.12.4 | Marc Alexander | 2018-12-09 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-229 | ||||
| * | | | | | | | | Merge pull request #5483 from marc1706/ticket/15911 | Marc Alexander | 2018-12-19 | 3 | -5/+32 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15911] Prevent errors when trying to delete from non-existent tables |