Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5808 from marc1706/ticket/16284 | Marc Alexander | 2020-01-14 | 1 | -1/+9 |
|\ | | | | | [ticket/16284] Move 4.0 migrations to v400 folder | ||||
| * | [ticket/16284] Adjust create schema and add tables to tests | Marc Alexander | 2020-01-01 | 1 | -1/+9 |
| | | | | | | | | PHPBB3-16284 | ||||
* | | Merge branch '3.3.x' | Marc Alexander | 2020-01-02 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Merge pull request #5802 from 3D-I/ticket/16279 | Marc Alexander | 2020-01-02 | 1 | -0/+1 |
| |\ | | | | | | | | | | [ticket/16279] Add permission for Emoji in topic title | ||||
| | * | [ticket/16279] Add permission for Emoji in topic title | 3D-I | 2019-12-30 | 1 | -0/+1 |
| | | | | | | | | | | | | PHPBB3-16279 | ||||
* | | | Merge branch '3.3.x' | Marc Alexander | 2019-11-21 | 2 | -130/+0 |
|\| | | |||||
| * | | [ticket/16167] Remove uses of user_email_hash | Marc Alexander | 2019-11-18 | 2 | -130/+0 |
| | | | | | | | | | | | | PHPBB3-16167 | ||||
* | | | Merge branch '3.3.x' | Marc Alexander | 2019-11-01 | 2 | -80/+1 |
|\| | | |||||
| * | | [ticket/16188] Remove some legacy code and fix bug | rubencm | 2019-11-01 | 2 | -80/+1 |
| | | | | | | | | | | | | PHPBB3-16189 | ||||
* | | | Merge branch '3.3.x' | Marc Alexander | 2019-10-13 | 3 | -220/+2 |
|\| | | |||||
| * | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0 | Marc Alexander | 2019-10-06 | 3 | -220/+2 |
| |/ | | | | | | | PHPBB3-16051 | ||||
* | | Merge branch '3.2.x' | Marc Alexander | 2018-01-07 | 1 | -1/+1 |
|\| | |||||
| * | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 | Marc Alexander | 2018-01-07 | 4 | -6/+6 |
| |\ | |||||
| | * | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 4 | -6/+6 |
| | | | | | | | | | | | | PHPBB3-14972 | ||||
| * | | Merge branch 'ticket/security/211' into ticket/security/211-rhea | Marc Alexander | 2018-01-01 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | [ticket/security/211] Do not match javascript URIs with URL regexes | Marc Alexander | 2017-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | SECURITY-211 | ||||
* | | | [ticket/15276] Fix code and add phpdoc | Rubén Calvo | 2017-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15276 | ||||
* | | | [ticket/15276] Remove avatar_path | Rubén Calvo | 2017-08-25 | 1 | -9/+14 |
| | | | | | | | | | | | | PHPBB3-15276 | ||||
* | | | [ticket/15253] Use storage helper methods instead of filesystem methods | Rubén Calvo | 2017-07-20 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15253 | ||||
* | | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2017-07-17 | 4 | -6/+6 |
|/ / | | | | | | | PHPBB3-14972 | ||||
* | | [ticket/15307] fix for good! | hanakin | 2017-01-23 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-15037 | ||||
* | | [ticket/15037]a attempt to fix stupid test issue | hanakin | 2017-01-23 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-15037 | ||||
* | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 2 | -2/+1 |
| | | | | | | | | PHPBB3-14739 | ||||
* | | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-10809 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+3 |
| | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 2 | -2/+2 |
| | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454 | ||||
* | | [ticket/14358] Includes the composer autoloader in create_schema_files.php | Tristan Darricau | 2015-12-14 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14358 | ||||
* | | [ticket/14317] Make it easier to change the language iso tag | Joas Schilling | 2015-11-28 | 1 | -11/+6 |
| | | | | | | | | PHPBB3-14317 | ||||
* | | [ticket/8708] Add f_announce_global permission | Oliver Schramm | 2015-07-19 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-8708 | ||||
* | | Merge pull request #3618 from marc1706/ticket/13832 | Tristan Darricau | 2015-06-24 | 1 | -2/+6 |
|\ \ | | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier | ||||
| * | | [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodes | Marc Alexander | 2015-05-28 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Use preg_replace_callback in check_flash_bbcodes | Marc Alexander | 2015-05-20 | 1 | -1/+6 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-06-09 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php | ||||
| * | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13685 | ||||
* | | | [ticket/13844] Fix language file so the tests pass | Joas Schilling | 2015-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-13844 | ||||
* | | | [ticket/13844] FAQ in new controller format | Joas Schilling | 2015-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13844 | ||||
* | | | [ticket/13844] Add a little develop script to migrate the files | Joas Schilling | 2015-05-16 | 1 | -0/+312 |
| |/ |/| | | | | | PHPBB3-13844 | ||||
* | | Merge branch '3.1.x' | Nicofuma | 2015-05-06 | 1 | -10/+43 |
|\| | |||||
| * | [ticket/13807] Add version to the usage output | Joas Schilling | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Only output the header for diff | Joas Schilling | 2015-05-02 | 1 | -6/+7 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Add an option to generate a diff for the release highlights | Joas Schilling | 2015-05-02 | 1 | -9/+38 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Allow filtering events by phpBB version | Joas Schilling | 2015-05-02 | 1 | -2/+5 |
| | | | | | | | | PHPBB3-13807 | ||||
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-02-11 | 1 | -2/+2 |
|\| | | | | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7 | ||||
| * | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7 | Marc Alexander | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13597 | ||||
* | | [ticket/10748] Replace direct creations of tools(); | Joas Schilling | 2015-02-07 | 2 | -2/+8 |
| | | | | | | | | PHPBB3-10748 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 3 | -4/+4 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13468 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Marc Alexander | 2015-01-10 | 2 | -5/+8 |
|\| | | | | | | | | | | | Conflicts: phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php | ||||
| * | Merge pull request #3272 from nickvergessen/ticket/13307 | Marc Alexander | 2015-01-10 | 2 | -5/+8 |
| |\ | | | | | | | | | | [ticket/13307] Update mysql_upgrader.php to work without the schema_data... |