Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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... | ||||
| | * | [ticket/13307] Update mysql_upgrader.php to work without the schema_data.php | Joas Schilling | 2015-01-09 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | The file has been delete quite some time ago. PHPBB3-13307 | ||||
* | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-10 | 1 | -0/+151 |
|\ \ \ | |/ / | |||||
| * | | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.php | rxu | 2015-01-10 | 1 | -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) | rxu | 2014-11-27 | 1 | -0/+143 |
| |/ | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
* | | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 2 | -4/+4 |
| | | | | | | | | PHPBB3-13421 | ||||
* | | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback | Nicolas Grekas | 2014-11-08 | 3 | -718/+1 |
| | | |||||
* | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2014-10-07 | 1 | -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.php | Joas Schilling | 2014-10-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13137 | ||||
* | | [ticket/12958] Remove more references of subsilver2 | Joas Schilling | 2014-08-10 | 1 | -1/+1 |
|/ | | | | PHPBB3-12958 | ||||
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 4 | -5/+5 |
| | | | | PHPBB3-12446 | ||||
* | [ticket/12763] Do not regenerate the *_schema.sql files | Joas Schilling | 2014-06-23 | 1 | -183/+0 |
| | | | | PHPBB3-12763 | ||||
* | [ticket/12747] Drop support for Firebird | Joas Schilling | 2014-06-20 | 1 | -2/+0 |
| | | | | PHPBB3-12747 | ||||
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 1 | -1/+1 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -10/+2 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12664] Refactor develop/migration_tips.php into a console command. | Andreas Fischer | 2014-06-10 | 1 | -46/+0 |
| | | | | PHPBB3-12664 | ||||
* | [ticket/12594] Update file header in non-php files | Joas Schilling | 2014-05-30 | 1 | -2/+7 |
| | | | | PHPBB3-12594 | ||||
* | Merge pull request #2505 from bantu/ticket/12582-ascraeus | Joas Schilling | 2014-05-28 | 1 | -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-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Fix coding style. | ||||
| | * | [ticket/12582] Fix coding style. | Andreas Fischer | 2014-05-27 | 1 | -1/+2 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| * | | Merge branch 'ticket/12582' into ticket/12582-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -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 Fischer | 2014-05-27 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| * | | Merge branch 'ticket/12582' into ticket/12582-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -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 Fischer | 2014-05-27 | 1 | -19/+12 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| | * | [ticket/12582] Overwrite inplace instead of creating _original files. | Andreas Fischer | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| | * | [ticket/12582] Add script for strippping ICC profiles from images. | Andreas Fischer | 2014-05-27 | 1 | -0/+33 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
* | | | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-12594 | ||||
* | | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 20 | -59/+150 |
|/ / | | | | | | | PHPBB3-12594 | ||||
* | | [feature/sqlite3] Add support for SQLite 3 | Patrick Webster | 2014-05-02 | 2 | -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 set | Joas Schilling | 2014-04-28 | 1 | -6/+6 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Update exporter to allow specifying an extension | Joas Schilling | 2014-04-28 | 1 | -12/+18 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Fix missing classes in export_events_for_wiki.php | Joas Schilling | 2014-04-27 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Test source files and compare with events.md | Joas Schilling | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Fix export script | Joas Schilling | 2014-04-18 | 1 | -15/+44 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Move event exporter to namespace | Joas Schilling | 2014-04-18 | 2 | -610/+2 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Crawl the phpBB directory for events | Joas Schilling | 2014-04-18 | 2 | -77/+104 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Use class properties instead of parameters | Joas Schilling | 2014-04-18 | 1 | -109/+128 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Add more tests for the event exporter | Joas Schilling | 2014-04-18 | 1 | -24/+88 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Move grabbing the $vars array line to a method | Joas Schilling | 2014-04-18 | 1 | -15/+45 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Grab name of events with a function | Joas Schilling | 2014-04-18 | 1 | -35/+80 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Use the new class | Joas Schilling | 2014-04-18 | 1 | -275/+5 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Add a basic set of tests for the exporter | Joas Schilling | 2014-04-18 | 1 | -0/+424 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12348] Allow to run create_schema_files when phpBB is not installed | Joas Schilling | 2014-04-03 | 1 | -8/+19 |
| | | | | | | | | PHPBB3-12348 |