Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16223] Remove no longer supported memcache driver | Marc Alexander | 2019-11-24 | 2 | -125/+3 |
| | | | | PHPBB3-16223 | ||||
* | [3.3.x] Update version numbers to 3.3.0-rc1-dev | Marc Alexander | 2019-11-23 | 3 | -4/+4 |
| | |||||
* | Merge branch 'prep-release-3.3.0-b2' into 3.3.x | Marc Alexander | 2019-11-23 | 8 | -9/+72 |
|\ | |||||
| * | [prep-release-3.3.0-b2] Update changelog for 3.3.0-b2 | Marc Alexander | 2019-11-22 | 1 | -0/+25 |
| | | |||||
| * | [prep-release-3.3.0-b2] Add migration for 3.3.0-b2 | Marc Alexander | 2019-11-22 | 1 | -0/+38 |
| | | |||||
| * | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2 | Marc Alexander | 2019-11-22 | 2 | -3/+3 |
| | | |||||
| * | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2 | Marc Alexander | 2019-11-22 | 4 | -6/+6 |
| | | |||||
* | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-22 | 1 | -4/+0 |
|\ \ | |||||
| * \ | Merge pull request #5741 from marc1706/ticket/16217 | Marc Alexander | 2019-11-22 | 1 | -3/+0 |
| |\ \ | | | | | | | | | | | | | [ticket/16217] Enable opcache on travis tests again | ||||
| | * | | [ticket/16217] Enable opcache on travis tests again | Marc Alexander | 2019-11-22 | 1 | -3/+0 |
| |/ / | | | | | | | | | | PHPBB3-16217 | ||||
* | | | Merge pull request #5742 from marc1706/ticket/16216 | Marc Alexander | 2019-11-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | [ticket/16216] Ignore not being able to disable xdebug | ||||
| * | | | [ticket/16216] Ignore not being able to disable xdebug | Marc Alexander | 2019-11-22 | 1 | -1/+1 |
|/ / / | | | | | | | | | | PHPBB3-16216 | ||||
* | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge pull request #5740 from marc1706/ticket/16216 | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
| |\ | | | | | | | | | | [ticket/16216] Disable xdebug on travis | ||||
| | * | [ticket/16216] Disable xdebug on travis | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
| |/ | | | | | | | PHPBB3-16216 | ||||
* | | Merge pull request #5686 from v12mike/ticket/9837 | Marc Alexander | 2019-11-22 | 11 | -7/+507 |
|\ \ | | | | | | | | | | [ticket/9837] Display unapproved posts to their authors | ||||
| * | | [ticket/9837] Apply suggested changes by CHItA | Marc Alexander | 2019-11-22 | 2 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-9837 | ||||
| * | | [ticket/9837] Remove not needed lines in test | Marc Alexander | 2019-11-21 | 1 | -3/+0 |
| | | | | | | | | | | | | PHPBB3-9837 | ||||
| * | | [ticket/9837] Make unapproved posts visible to author | v12mike | 2019-11-21 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | review comments PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 3 | -78/+79 |
| | | | | | | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Clarification of comment PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Change code order to improve efficiency. PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | Re-order code for efficiency PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Improve ACP language strings PHPBB3-9837 | ||||
| * | | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 2 | -9/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to posters | v12mike | 2019-11-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837 | ||||
| * | | [ticket/9837] Small fixes | Máté Bartus | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | Máté Bartus | 2019-11-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to originator | v12mike | 2019-11-21 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | | Fix whitespace issues PHPBB3-9837 | ||||
| * | | [ticket/9837] Make unapproved posts visible to poster | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Improve acp explanation string PHPBB3-9837 | ||||
| * | | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 8 | -19/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to posters | v12mike | 2019-11-21 | 4 | -10/+371 |
| | | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837 | ||||
| * | | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 5 | -5/+38 |
| | | | | | | | | | | | | | | | | | | Improvements for feature following review PHPBB3-9837 | ||||
| * | | [ticket/9837] Small fixes | Máté Bartus | 2019-11-21 | 3 | -5/+6 |
| | | | | | | | | | | | | PHPBB3-9837 | ||||
| * | | [ticket/9837] Display unapproved posts to their authors | Máté Bartus | 2019-11-21 | 4 | -2/+24 |
| | | | | | | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837 | ||||
* | | | Merge pull request #5727 from marc1706/ticket/16167 | Marc Alexander | 2019-11-21 | 18 | -254/+78 |
|\ \ \ | | | | | | | | | | | | | [ticket/16167] Use user_email column for checking duplicates | ||||
| * | | | [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash() | Marc Alexander | 2019-11-19 | 3 | -22/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | The latter one has been deprecated for 10 years now. PHPBB3-16167 | ||||
| * | | | [ticket/16167] Adjust tests for actual duplicate email | Marc Alexander | 2019-11-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-16167 | ||||
| * | | | [ticket/16167] Remove uses of user_email_hash | Marc Alexander | 2019-11-18 | 14 | -232/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-16167 | ||||
| * | | | [ticket/16167] Add migration for removing user_email_hash | Marc Alexander | 2019-11-18 | 1 | -0/+57 |
|/ / / | | | | | | | | | | PHPBB3-16167 | ||||
* | | | Merge pull request #5735 from AlfredoRamos/ticket/16205 | Marc Alexander | 2019-11-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | [ticket/16205] Fix undefined $zebra variable | ||||
| * | | | [ticket/16205] Fix undefined zebra variable | Alfredo Ramos | 2019-11-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-16205 | ||||
* | | | | Merge pull request #5725 from marc1706/ticket/12574 | Marc Alexander | 2019-11-17 | 16 | -326/+448 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/12574] Remove passwords manager dependency from auth providers | ||||
| * | | | | [ticket/12574] Remove not used user_type | Marc Alexander | 2019-11-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Remove passwords manager & container requirement from oauth | Marc Alexander | 2019-11-16 | 3 | -54/+66 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Remove special cases for PHP < 5.3.7 | Marc Alexander | 2019-11-16 | 3 | -164/+50 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Clean up dependencies of db auth provider | Marc Alexander | 2019-11-16 | 3 | -24/+55 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Stop using passwords manager in apache provider | Marc Alexander | 2019-11-16 | 3 | -61/+55 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Fix incorrect setup() method declaration & ldap extension | Marc Alexander | 2019-11-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | | [ticket/12574] Adjust login tests for ldap | Marc Alexander | 2019-11-16 | 2 | -120/+26 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12574 |