Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7 | Marc Alexander | 2015-02-11 | 1 | -1/+1 |
| | | | | PHPBB3-13597 | ||||
* | [ticket/13569] Add missing sql_freeresults and remove unneeded results | Marc Alexander | 2015-02-02 | 1 | -1/+1 |
| | | | | PHPBB3-13569 | ||||
* | Merge branch 'prep-release-3.1.3' into develop-ascraeus | Joas Schilling | 2015-01-31 | 1 | -1/+1 |
|\ | |||||
| * | [prep-release-3.1.3] Update version to 3.1.3-RC2 | Joas Schilling | 2015-01-31 | 1 | -1/+1 |
|/ | |||||
* | [prep-release-3.1.3] Update version to 3.1.2-RC1 | Joas Schilling | 2015-01-26 | 2 | -2/+2 |
| | |||||
* | Merge pull request #3242 from lavigor/ticket/13442 | Joas Schilling | 2015-01-09 | 1 | -1/+1 |
|\ | | | | | | | [ticket/13442] UTF-8 symbols for database host | ||||
| * | [ticket/13442] UTF-8 symbols for database host | lavigor | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Added support for cyrillic domains as database hosts. PHPBB3-13442 | ||||
* | | Merge pull request #3229 from n-aleha/ticket/13098 | Joas Schilling | 2014-12-27 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/13098] Repair Yahoo contact field | ||||
| * | | [ticket/13098] Repair Yahoo contact field | n-aleha | 2014-12-12 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098 | ||||
* | | [ticket/13370] Allow calling class method in convertor framework directly. | Cesar G | 2014-12-09 | 1 | -1/+1 |
|/ | | | | | | | | This change allows the usage of array($class, 'method')) directly instead of having to use the functionX syntax as follows: array('function1' => array($class, 'method'))) PHPBB3-13370 | ||||
* | [prep-release-3.1.2] Update the development version to 3.1.3-RC1-dev | Joas Schilling | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | [prep-release-3.1.2] Increase version number to 3.1.2 | Joas Schilling | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | [prep-release-3.1.2] Update version to 3.1.2-RC1 | Joas Schilling | 2014-11-22 | 2 | -2/+2 |
| | |||||
* | Merge branch 'prep-release-3.1.1' into develop-ascraeus | Nils Adermann | 2014-11-02 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.1: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| * | [prep-release-3.1.1] Update version number to 3.1.1 | Nils Adermann | 2014-11-01 | 2 | -2/+2 |
| | | |||||
| * | Merge commit '078e0c1e440f7f906b670348e8da00141e245876' into prep-release-3.1.0 | Nils Adermann | 2014-10-25 | 1 | -24/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '078e0c1e440f7f906b670348e8da00141e245876': [ticket/13211] Move console migrator output handler back to console folder [ticket/13211] Also use log wrapper output handler for console migrations [ticket/13211] Move console migrator output handler to db folder [ticket/13211] Add log wrapper for writing database updater to log file [ticket/13126] Add missing use statement [ticket/13126] Fix tests [ticket/13126] Change messages verbosity levels [ticket/13126] Move migrator_output_handler to an interface [ticket/13126] Extends migrator_output_handler instead of using a closure [ticket/13126] Improve the feedback when running the migrations | ||||
* | | | [develop-ascraeus] Update version number to 3.1.1-RC1-dev | Nils Adermann | 2014-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3060 from marc1706/ticket/13211 | Nils Adermann | 2014-10-25 | 1 | -24/+2 |
|\ \ \ | |/ / |/| / | |/ | [ticket/13211] Add log wrapper for writing database updater to log file | ||||
| * | [ticket/13211] Add log wrapper for writing database updater to log file | Marc Alexander | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13211 | ||||
| * | Merge remote-tracking branch 'Nicofuma/ticket/13126' into ticket/13211 | Marc Alexander | 2014-10-24 | 1 | -24/+2 |
| |\ | |||||
| | * | [ticket/13126] Extends migrator_output_handler instead of using a closure | Tristan Darricau | 2014-10-16 | 1 | -12/+1 |
| | | | | | | | | | | | | PHPBB3-13126 | ||||
| | * | [ticket/13126] Improve the feedback when running the migrations | Tristan Darricau | 2014-10-14 | 1 | -24/+13 |
| | | | | | | | | | | | | PHPBB3-13126 | ||||
* | | | [prep-release-3.1.0] Update version to 3.1.0 | Joas Schilling | 2014-10-23 | 2 | -2/+2 |
|/ / | |||||
* | | [prep-release-3.1.0-RC6] Update phpBB Version for RC7 development | Joas Schilling | 2014-10-23 | 1 | -1/+1 |
| | | |||||
* | | [prep-release-3.1.0-RC6] Update version to 3.1.0-RC6 | Joas Schilling | 2014-10-23 | 2 | -2/+2 |
|/ | |||||
* | [prep-release-3.1.0-RC5] Update phpBB Version for RC6 development | Joas Schilling | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | [prep-release-3.1.0-RC5] Update version to 3.1.0-RC5 | Joas Schilling | 2014-10-07 | 2 | -2/+2 |
| | |||||
* | [ticket/13137] Generate the schema when the schema.json file is not available | Joas Schilling | 2014-10-07 | 1 | -2/+25 |
| | | | | PHPBB3-13137 | ||||
* | [ticket/13137] Remove schema.json file | Joas Schilling | 2014-10-07 | 1 | -3356/+0 |
| | | | | PHPBB3-13137 | ||||
* | [ticket/13136] Update schema.json with latest changes | Joas Schilling | 2014-10-07 | 1 | -1/+1 |
| | | | | PHPBB3-13136 | ||||
* | [ticket/13077] Move extension module to the top of the Customise tab | Joas Schilling | 2014-09-24 | 1 | -0/+13 |
| | | | | PHPBB3-13077 | ||||
* | Merge pull request #2963 from Senky/ticket/13045 | Dhruv Goel | 2014-09-21 | 1 | -1/+0 |
|\ | | | | | [ticket/13045] Remove Pragma headers | ||||
| * | [ticket/13045] Remove Pragma headers | Jakub Senko | 2014-09-17 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-13045 | ||||
* | | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 development | Joas Schilling | 2014-09-20 | 1 | -1/+1 |
| | | |||||
* | | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4 | Joas Schilling | 2014-09-19 | 2 | -2/+2 |
| | | |||||
* | | [ticket/12963] Revert back to "migrations" folder name for extensions | Joas Schilling | 2014-09-18 | 1 | -8/+0 |
|/ | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963 | ||||
* | [ticket/13044] move GMT string out of gmdate() | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | PHPBB3-13044 | ||||
* | [ticket/13044] Correct Expires headers | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | PHPBB3-13044 | ||||
* | Merge pull request #2932 from Nicofuma/ticket/12963 | Marc Alexander | 2014-09-17 | 1 | -2/+12 |
|\ | | | | | | | [ticket/12963] Load extensions migrations from /migration | ||||
| * | [ticket/12963] Edit deprecation message | Tristan Darricau | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12963 | ||||
| * | [ticket/12963] Load extensions migrations from /migration | Tristan Darricau | 2014-09-10 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12963 | ||||
| * | [ticket/12963] Fix the list of migrations in database_update.php | Tristan Darricau | 2014-09-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | Without this patch the finder grab all the class available in the ext folder and not only the migrations. This change is backported for the one done before to the cli tool db:migrate. (see the commit 3420f8f3201ac337434f73ee00bda6df7b378212) PHPBB3-12963 | ||||
* | | [ticket/13065] Fix rehashing of stored password hash in phpBB2 convertor. | Cesar G | 2014-09-14 | 2 | -2/+11 |
|/ | | | | PHPBB3-13065 | ||||
* | [ticket/12990] Fix unit tests | Tristan Darricau | 2014-08-17 | 1 | -4/+4 |
| | | | | PHPBB3-12990 | ||||
* | [prep-release-3.1.0-RC3] Update phpBB Version for RC4 development | Joas Schilling | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3 | Joas Schilling | 2014-08-11 | 2 | -2/+2 |
| | |||||
* | [ticket/12970] Regenerate schema.json with new dependencies | Joas Schilling | 2014-08-11 | 1 | -14/+14 |
| | | | | PHPBB3-12970 | ||||
* | [ticket/11854] Update the default captcha choosen during the installation | Tristan Darricau | 2014-08-11 | 1 | -1/+1 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Add a migration to update the captcha_plugin setting | Tristan Darricau | 2014-08-11 | 1 | -1/+1 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/12932] Add method for getting the datetime class and allow overriding | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | | | | An extension can now override the datetime class by overwriting the datetime.class parameter in their own yml file. PHPBB3-12932 |