aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/12594] Update file header in non-php filesJoas Schilling2014-05-301-2/+7
| | | | PHPBB3-12594
* Merge pull request #2505 from bantu/ticket/12582-ascraeusJoas Schilling2014-05-281-0/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12582] Strip away copyrighted ICC profile from images * bantu/ticket/12582-ascraeus: [ticket/12582] Use the correct script name. [ticket/12582] Fix coding style. [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images.
| * Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-271-1/+2
| |\ | | | | | | | | | | | | * ticket/12582: [ticket/12582] Fix coding style.
| | * [ticket/12582] Fix coding style.Andreas Fischer2014-05-271-1/+2
| | | | | | | | | | | | PHPBB3-12582
| * | Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-271-1/+0
| |\ \ | | |/ | | | | | | | | | * ticket/12582: [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.
| | * [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.Andreas Fischer2014-05-271-1/+0
| | | | | | | | | | | | PHPBB3-12582
| * | Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-271-0/+26
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images. Conflicts: .travis.yml
| | * [ticket/12582] Change strip_icc_profiles.sh to only take a single file.Andreas Fischer2014-05-271-19/+12
| | | | | | | | | | | | PHPBB3-12582
| | * [ticket/12582] Overwrite inplace instead of creating _original files.Andreas Fischer2014-05-271-1/+1
| | | | | | | | | | | | PHPBB3-12582
| | * [ticket/12582] Add script for strippping ICC profiles from images.Andreas Fischer2014-05-271-0/+33
| | | | | | | | | | | | PHPBB3-12582
* | | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-3/+3
| | | | | | | | | | | | PHPBB3-12594
* | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2720-59/+150
|/ / | | | | | | PHPBB3-12594
* | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-022-0/+2
| | | | | | | | | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* | [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-281-6/+6
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Update exporter to allow specifying an extensionJoas Schilling2014-04-281-12/+18
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Fix missing classes in export_events_for_wiki.phpJoas Schilling2014-04-271-0/+2
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-241-3/+3
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Fix export scriptJoas Schilling2014-04-181-15/+44
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-182-610/+2
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-182-77/+104
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Use class properties instead of parametersJoas Schilling2014-04-181-109/+128
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Add more tests for the event exporterJoas Schilling2014-04-181-24/+88
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Move grabbing the $vars array line to a methodJoas Schilling2014-04-181-15/+45
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Grab name of events with a functionJoas Schilling2014-04-181-35/+80
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Use the new classJoas Schilling2014-04-181-275/+5
| | | | | | | | PHPBB3-12273
* | [ticket/12273] Add a basic set of tests for the exporterJoas Schilling2014-04-181-0/+424
| | | | | | | | PHPBB3-12273
* | [ticket/12348] Allow to run create_schema_files when phpBB is not installedJoas Schilling2014-04-031-8/+19
| | | | | | | | PHPBB3-12348