Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-06-07 | 1 | -1/+1 |
| | | | | PHPBB3-13685 | ||||
* | [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/13597] Modify variable-variable syntax to be compatible with PHP7 | Marc Alexander | 2015-02-11 | 1 | -2/+2 |
| | | | | PHPBB3-13597 | ||||
* | 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 | ||||
* | | [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/13137] Improve output of create_schema_files.php | Joas Schilling | 2014-10-07 | 1 | -1/+1 |
| | | | | PHPBB3-13137 | ||||
* | [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 | ||||
* | | [ticket/11459] Move $supported_dbms to beginning of create schema file | Joas Schilling | 2014-03-29 | 1 | -1/+9 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Clean up a little more | Joas Schilling | 2014-03-29 | 1 | -4/+0 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Do not add table schema to database schema files | Joas Schilling | 2014-03-29 | 1 | -535/+4 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Create schema.json from migration files | Joas Schilling | 2014-03-29 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Do not take files of extensions into account | Joas Schilling | 2014-03-29 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Pass array with migration class names to schema generator | Joas Schilling | 2014-03-29 | 1 | -5/+4 |
| | | | | | | | | PHPBB3-11459 |