Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14044] Deduplicate the installers | Mate Bartus | 2015-10-22 | 6 | -231/+207 |
| | | | | PHPBB3-14044 | ||||
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 4 | -10/+44 |
| | | | | PHPBB3-14039 | ||||
* | Merge pull request #3441 from brunoais/feature/sql-bool-builder | Tristan Darricau | 2015-10-14 | 2 | -0/+390 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/sql-bool-builder] Extending DBAL query builder for boolean generation * brunoais/feature/sql-bool-builder: [feature/sql-bool-builder] Improved tests output to show the SQL error. [feature/sql-bool-builder] Adding the IS operator to predicted operators [feature/sql-bool-builder] test_single_not_like [feature/sql-bool-builder] test_single_like [feature/sql-bool-builder] test_single_not_in [feature/sql-bool-builder] test_single_in [feature/sql-bool-builder] test_and_of_or_of_and [feature/sql-bool-builder] test_triple_and_with_in [feature/sql-bool-builder] test_double_and_with_not_of_and [feature/sql-bool-builder] test_triple_and_with_is_null [feature/sql-bool-builder] Prepare testing class [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations [feature/sql-bool-builder] Explain better the code in the first [feature/sql-bool-builder] Also use parenthesis for the NOT operator [feature/sql-bool-builder] AS keyword must be lowercase; [feature/sql-bool-builder] Added code to use this feature for the WHERE clause [feature/sql-bool-builder] Removed non-necessary spaces [feature/sql-bool-builder] First working version | ||||
| * | [feature/sql-bool-builder] Improved tests output to show the SQL error. | brunoais | 2015-03-17 | 1 | -7/+40 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operators | brunoais | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_not_like | brunoais | 2015-03-16 | 1 | -0/+27 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_like | brunoais | 2015-03-16 | 1 | -0/+25 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_not_in | brunoais | 2015-03-16 | 1 | -0/+26 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_in | brunoais | 2015-03-16 | 1 | -0/+26 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_and_of_or_of_and | brunoais | 2015-03-16 | 1 | -0/+46 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_triple_and_with_in | brunoais | 2015-03-16 | 1 | -0/+31 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_double_and_with_not_of_and | brunoais | 2015-03-16 | 1 | -0/+31 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_triple_and_with_is_null | brunoais | 2015-03-16 | 1 | -0/+37 |
| | | | | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] Prepare testing class | brunoais | 2015-03-16 | 2 | -0/+108 |
| | | | | | | | | PHPBB3-13652 | ||||
* | | [ticket/14168] Use attachment manager instead of separate classes | Marc Alexander | 2015-10-12 | 4 | -7/+10 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add more test cases for attachment manager | Marc Alexander | 2015-10-09 | 1 | -31/+50 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add new test method and more tests | Marc Alexander | 2015-10-09 | 1 | -1/+44 |
| | | | | | | | | | | | | One test method to rule them all. PHPBB3-14168 | ||||
* | | [ticket/14168] Fix tabs in manager and add test file | Marc Alexander | 2015-10-09 | 1 | -0/+69 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Fix tests after rebase | Marc Alexander | 2015-10-09 | 4 | -5/+6 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Improve code coverage in upload class | Marc Alexander | 2015-10-09 | 1 | -13/+96 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Move image check and don't use trigger_error() | Marc Alexander | 2015-10-09 | 2 | -5/+154 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add tests for init_error() during upload | Marc Alexander | 2015-10-09 | 1 | -0/+49 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add basic test file for attachments upload | Marc Alexander | 2015-10-09 | 1 | -0/+183 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 5 | -8/+72 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Reset sequence before tests in delete tests | Marc Alexander | 2015-10-09 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Fix resync tests on sqlite3 | Marc Alexander | 2015-10-09 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add tests for attachment delete class | Marc Alexander | 2015-10-09 | 1 | -0/+70 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add tests for attachment resync class | Marc Alexander | 2015-10-09 | 2 | -0/+155 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 3 | -3/+3 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Fix tests after adding attachment delete class | Marc Alexander | 2015-10-09 | 3 | -0/+4 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14220] Move route loading to services | Tristan Darricau | 2015-10-08 | 3 | -10/+18 |
| | | | | | | | | PHPBB3-14220 | ||||
* | | Merge pull request #3857 from Nicofuma/ticket/14124 | Marc Alexander | 2015-10-07 | 1 | -0/+8 |
|\ \ | | | | | | | | | | [ticket/14124] Automatically translate exceptions in CLI | ||||
| * | | [ticket/14124] Update cron tests | Tristan Darricau | 2015-08-26 | 1 | -0/+8 |
| | | | | | | | | | | | | PHPBB3-14124 | ||||
* | | | [ticket/14216] Do not run thumbnail test if gd is disabled | Marc Alexander | 2015-10-04 | 1 | -0/+5 |
| | | | | | | | | | | | | PHPBB3-14216 | ||||
* | | | Merge pull request #3851 from hanakin/ticket/12769 | Marc Alexander | 2015-09-20 | 1 | -6/+18 |
|\ \ \ | | | | | | | | | | | | | [ticket/12769] Font-Awesome Integration & Icon overhaul | ||||
| * | | | [ticket/12769] Properly include FA | Michael Miday | 2015-09-17 | 1 | -6/+18 |
| | | | | |||||
* | | | | [ticket/14180] Use unix line endings in type_foo | Marc Alexander | 2015-09-20 | 1 | -31/+31 |
| | | | | | | | | | | | | | | | | PHPBB3-14180 | ||||
* | | | | [ticket/14178] Fix installer's database helper test | Mate Bartus | 2015-09-19 | 1 | -1/+17 |
|/ / / | | | | | | | | | | PHPBB3-14178 | ||||
* | | | Merge pull request #3727 from marc1706/ticket/13904 | Tristan Darricau | 2015-09-16 | 17 | -98/+1177 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ... | ||||
| * | | | [ticket/13904] Set properties to protected where possible in filespec | Marc Alexander | 2015-09-13 | 3 | -14/+23 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Fix tests after changes to factory | Marc Alexander | 2015-09-09 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Add language entries for error messages in upload class | Marc Alexander | 2015-09-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 8 | -16/+16 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Improve code coverage | Marc Alexander | 2015-09-09 | 2 | -1/+96 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Add unit tests for local upload type | Marc Alexander | 2015-09-09 | 1 | -0/+161 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Improve test coverage of base upload type class | Marc Alexander | 2015-09-09 | 1 | -0/+93 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Improve test coverage of remote upload type | Marc Alexander | 2015-09-09 | 1 | -0/+77 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Improve test coverage of form upload type | Marc Alexander | 2015-09-09 | 1 | -0/+174 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 4 | -6/+119 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | | [ticket/13904] Add back tests for retrieving floats | Marc Alexander | 2015-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-13904 |