| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11885] Fix migrations error | Nathan Guse | 2013-10-04 | 3 | -12/+18 |
* | [ticket/11885] Use conditional in update_data() | David King | 2013-10-04 | 3 | -6/+9 |
* | [ticket/11885] Fix migration files for 3.0.12 | David King | 2013-10-04 | 3 | -3/+3 |
* | [ticket/11885] Add migration files for 3.0.12-RC2 and RC3 and 3.0.12 | David King | 2013-10-04 | 3 | -0/+90 |
* | Merge pull request #1742 from EXreaction/ticket/11840 | David King | 2013-10-04 | 1 | -7/+7 |
|\ |
|
| * | [ticket/11840] Fix regex | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| * | [task/composer-compatibility] Minor changes that will break extension BC | MichaelC | 2013-10-01 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'EXreaction/ticket/11883' into develop | Dhruv | 2013-10-04 | 3 | -6/+20 |
|\ \ |
|
| * | | [ticket/11883] Only output the migration time, not total | Nathan Guse | 2013-10-04 | 1 | -3/+3 |
| * | | [ticket/11883] Report completed data step in migration as "Installing Data" | Nathan | 2013-10-02 | 3 | -6/+20 |
* | | | Merge pull request #1739 from nickvergessen/ticket/11871 | Nathan Guse | 2013-10-03 | 3 | -11/+29 |
|\ \ \ |
|
| * | | | [ticket/11871] Fallback to int ID of the module, when creating links | Joas Schilling | 2013-10-02 | 1 | -4/+27 |
| * | | | [ticket/11871] Allow backslash in classnames for Modules | Joas Schilling | 2013-09-27 | 2 | -7/+2 |
* | | | | Merge pull request #1704 from dhruvgoel92/ticket/11344 | Nathan Guse | 2013-10-03 | 1 | -0/+42 |
|\ \ \ \ |
|
| * | | | | [ticket/11344] Upgrade migration to namespaces | Dhruv | 2013-10-03 | 1 | -2/+4 |
| * | | | | [ticket/11344] Fix url of license | Dhruv | 2013-10-03 | 1 | -1/+1 |
| * | | | | [ticket/11344] Add migration to remove acp_style_components module in 3.1 | Dhruv | 2013-10-03 | 1 | -0/+40 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1654 from rechosen/ticket/11786 | Nathan Guse | 2013-10-03 | 7 | -17/+17 |
|\ \ \ \ |
|
| * | | | | [ticket/11786] Fix indentation in the PHPDoc of core.group_delete_user_before | rechosen | 2013-09-23 | 1 | -2/+2 |
| * | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11786 | rechosen | 2013-09-23 | 194 | -5106/+6889 |
| |\ \ \ \ |
|
| * | | | | | [ticket/11786] Further improve wording in phpbb/notification/type/quote.php | rechosen | 2013-08-13 | 1 | -1/+1 |
| * | | | | | [ticket/11786] s/@return void/@return null in content_visibility.php | rechosen | 2013-08-13 | 1 | -3/+3 |
| * | | | | | [ticket/11786] Fix PHPDoc documentation of a few events | rechosen | 2013-08-13 | 3 | -10/+10 |
| * | | | | | [ticket/11786] Fix typo and ugly English in the notification system PHPDoc | rechosen | 2013-08-13 | 2 | -2/+2 |
* | | | | | | Merge pull request #1746 from EXreaction/ticket/11882 | David King | 2013-10-03 | 2 | -1/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ticket/11882] If dependency is incorrect/unfulfillable, throw an error | Nathan | 2013-10-02 | 1 | -0/+5 |
| * | | | | | | [ticket/11882] Incorrect dependency in signature module auth migration | Nathan | 2013-10-02 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1726 from EXreaction/ticket/11850 | David King | 2013-10-03 | 3 | -5/+19 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | [ticket/11850] Need symfony request and filesystem setup globally for session | Nathan Guse | 2013-09-30 | 2 | -0/+4 |
| * | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11850 | Nathan Guse | 2013-09-30 | 339 | -1798/+2658 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | [ticket/11850] page_name contains controller request rather than query string | Nathan Guse | 2013-09-17 | 1 | -5/+6 |
| * | | | | | [ticket/11850] Fix $user->page on pages through the controller | Nathan Guse | 2013-09-17 | 1 | -5/+14 |
* | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/11691' into develop | Dhruv | 2013-10-02 | 3 | -18/+62 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ticket/11691] Fix table names and arguments/docs | Joas Schilling | 2013-09-26 | 1 | -8/+8 |
| * | | | | | | [ticket/11691] Move purge code into new function | Joas Schilling | 2013-09-26 | 1 | -7/+7 |
| * | | | | | | [ticket/11691] Fix typo in comment | Joas Schilling | 2013-09-26 | 1 | -1/+1 |
| * | | | | | | [ticket/11691] Add order by to the query | Joas Schilling | 2013-09-26 | 1 | -1/+2 |
| * | | | | | | [ticket/11691] Fix some minor comments | Joas Schilling | 2013-09-26 | 1 | -4/+3 |
| * | | | | | | [ticket/11691] Fix some more problems with softdelete update | Joas Schilling | 2013-09-26 | 1 | -4/+9 |
| * | | | | | | [ticket/11691] Change detection of effectively_installed() | Joas Schilling | 2013-09-26 | 1 | -1/+3 |
| * | | | | | | [ticket/11691] Stagger user notification reconversion even more | Joas Schilling | 2013-09-26 | 1 | -7/+24 |
| * | | | | | | [ticket/11691] Stagger the convertion of soft delete updates | Joas Schilling | 2013-09-26 | 1 | -3/+23 |
* | | | | | | | [ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modules | Nathan Guse | 2013-10-02 | 1 | -2/+2 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #1735 from nickvergessen/ticket/11852 | Nathan Guse | 2013-09-30 | 14 | -217/+238 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ticket/11852] Add class file | Joas Schilling | 2013-09-27 | 1 | -0/+175 |
| * | | | | | | [ticket/11852] Split filesystem and path_helper into 2 classes | Joas Schilling | 2013-09-26 | 13 | -217/+63 |
* | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-09-28 | 2 | -0/+8 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Merge branch 'prep-release-3.0.12' into develop-olympus | Andreas Fischer | 2013-09-28 | 2 | -0/+8 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [prep-release-3.0.12] Update changelog for 3.0.12 release. | Andreas Fischer | 2013-09-28 | 1 | -0/+1 |
| | * | | | | | | [ticket/11873] Do not hash very large passwords in order to safe resources. | Joas Schilling | 2013-09-28 | 1 | -0/+7 |