aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-021-0/+1
| | | | PHPBB3-16279
* Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-074-6/+6
|\
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-6/+6
| | | | | | | | PHPBB3-14972
* | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-011-1/+1
|\ \ | |/ |/|
| * [ticket/security/211] Do not match javascript URIs with URL regexesMarc Alexander2017-07-261-1/+1
| | | | | | | | SECURITY-211
* | [ticket/15307] fix for good!hanakin2017-01-231-0/+0
| | | | | | | | PHPBB3-15037
* | [ticket/15037]a attempt to fix stupid test issuehanakin2017-01-231-0/+0
| | | | | | | | PHPBB3-15037
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-162-2/+1
| | | | | | | | PHPBB3-14739
* | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | PHPBB3-10809
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+3
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-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.phpTristan Darricau2015-12-141-0/+1
| | | | | | | | PHPBB3-14358
* | [ticket/14317] Make it easier to change the language iso tagJoas Schilling2015-11-281-11/+6
| | | | | | | | PHPBB3-14317
* | [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-191-0/+1
| | | | | | | | PHPBB3-8708
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-2/+6
|\ \ | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodesMarc Alexander2015-05-281-1/+0
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback in check_flash_bbcodesMarc Alexander2015-05-201-1/+6
| | | | | | | | | | | | PHPBB3-13832
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | | | | | | | | | PHPBB3-13685
* | | [ticket/13844] Fix language file so the tests passJoas Schilling2015-05-161-2/+2
| | | | | | | | | | | | PHPBB3-13844
* | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-161-1/+1
| | | | | | | | | | | | PHPBB3-13844
* | | [ticket/13844] Add a little develop script to migrate the filesJoas Schilling2015-05-161-0/+312
| |/ |/| | | | | PHPBB3-13844
* | Merge branch '3.1.x'Nicofuma2015-05-061-10/+43
|\ \ | |/
| * [ticket/13807] Add version to the usage outputJoas Schilling2015-05-051-1/+1
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Only output the header for diffJoas Schilling2015-05-021-6/+7
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-021-9/+38
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-2/+5
| | | | | | | | PHPBB3-13807
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-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 developAndreas Fischer2015-02-111-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 PHP7Marc Alexander2015-02-111-2/+2
| | | | | | | | PHPBB3-13597
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-072-2/+8
| | | | | | | | PHPBB3-10748
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-033-4/+4
| | | | | | | | PHPBB3-13455
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
| | | | | | | | PHPBB3-13468
* | Merge branch 'develop-ascraeus' into developMarc Alexander2015-01-102-5/+8
|\ \ | |/ | | | | | | | | Conflicts: phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php
| * Merge pull request #3272 from nickvergessen/ticket/13307Marc Alexander2015-01-102-5/+8
| |\ | | | | | | | | | [ticket/13307] Update mysql_upgrader.php to work without the schema_data...
| | * [ticket/13307] Update mysql_upgrader.php to work without the schema_data.phpJoas Schilling2015-01-092-5/+8
| | | | | | | | | | | | | | | | | | The file has been delete quite some time ago. PHPBB3-13307
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-101-0/+151
|\ \ \ | |/ /
| * | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-101-27/+35
| | | | | | | | | | | | | | | | | | | | | Get rid of the $scheme and $inline vars, fix regex_idn.php to generate both common and inline mode regexes all at once. PHPBB3-12926
| * | [ticket/12926] Support for IDN (IRI)rxu2014-11-271-0/+143
| |/ | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-4/+4
| | | | | | | | PHPBB3-13421
* | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-083-718/+1
| |
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13137] Create schema.json in build script [ticket/13137] Improve output of create_schema_files.php [ticket/13137] Add schema.json file to .gitignore [ticket/13137] Generate the schema when the schema.json file is not available [ticket/13137] Remove schema.json file
| * [ticket/13137] Improve output of create_schema_files.phpJoas Schilling2014-10-071-1/+1
| | | | | | | | PHPBB3-13137
* | [ticket/12958] Remove more references of subsilver2Joas Schilling2014-08-101-1/+1
|/ | | | PHPBB3-12958
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-264-5/+5
| | | | PHPBB3-12446
* [ticket/12763] Do not regenerate the *_schema.sql filesJoas Schilling2014-06-231-183/+0
| | | | PHPBB3-12763
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-2/+0
| | | | PHPBB3-12747
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-10/+2
| | | | PHPBB3-12508
* [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-46/+0
| | | | PHPBB3-12664