aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14044] Try to fix missing table prefixMate Bartus2015-10-281-0/+4
| | | | PHPBB3-14044
* [ticket/14044] Automatically trigger rollback on insert in transactionMarc Alexander2015-10-232-8/+12
| | | | | | | | | | | | | | | This will cause the sqlite3 driver to automatically rollback transactions if an insert fails during a transaction. Other dbms trigger a rollback inside the sql_error() function with a rollback command. However, this manual rollback command might fail on sqlite3 due to ongoing queries. With this change, sqlite3 itself will abort any ongoing queries and initiate the rollback automatically. Since manually triggered rollbacks will fail after the rollback was started automatically, we catch exceptions output by the exec() command during rollback and any exception that might be thrown by fetchArray() due to aborted queries. PHPBB3-14044
* [ticket/14044] Use empty instead of !countMate Bartus2015-10-231-1/+1
| | | | PHPBB3-14044
* [ticket/14044] Fix Sqlite error in testsMarc Alexander2015-10-232-5/+19
| | | | PHPBB3-14044
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-224-12/+34
| | | | PHPBB3-14044
* Merge branch '3.1.x'Mate Bartus2015-10-211-1/+1
|\ | | | | | | | | * 3.1.x: [ticket/13976] Fix comment typo in salted_md5.php
| * Merge pull request #3997 from CHItA/ticket/13976Máté Bartus2015-10-211-1/+1
| |\ | | | | | | [ticket/13976] Fix comment typo in salted_md5.php
| | * [ticket/13976] Fix comment typo in salted_md5.phpSumanai2015-10-211-1/+1
| | | | | | | | | | | | PHPBB3-13976
* | | Merge pull request #3794 from CHItA/ticket/14039Tristan Darricau2015-10-1957-169/+3733
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14039] Refactoring the updater * CHItA/ticket/14039: [ticket/14039] Use update helper to include files in container factory [ticket/14039] Fix inclusion logic in update helper [ticket/14039] Fix folder creation and deleted binary file issue [ticket/14039] Fix file check for deleted files [ticket/14039] Fix acp link [ticket/14039] Fix ACP link generation [ticket/14039] Fix constants for the updater [ticket/14039] Include phpBB constants on startup [ticket/14039] Fix migrator's language calls [ticket/14039] Fix misunderstandable comment in the archive file updater [ticket/14039] Use shared language service in the container factory [ticket/14039] Fix filesystem file updater's mkdir usage [ticket/14039] Only show log container when it has content [ticket/14039] Use compatibility globals from the update package [ticket/14039] Use http_exception instead of die() [ticket/14039] Fix T_TEMPLATE_PATH constant [ticket/14039] Fix language constants and comments [ticket/14039] Revamp updater
| * | | [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-24/+15
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix inclusion logic in update helperMate Bartus2015-10-191-6/+1
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-182-1/+8
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix acp linkMate Bartus2015-10-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix ACP link generationMate Bartus2015-10-181-17/+11
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix constants for the updaterMate Bartus2015-10-181-1/+12
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix migrator's language callsMate Bartus2015-10-182-2/+3
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix misunderstandable comment in the archive file updaterMate Bartus2015-10-181-1/+3
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-4/+16
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix filesystem file updater's mkdir usageMate Bartus2015-10-181-16/+1
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Use compatibility globals from the update packageMate Bartus2015-10-181-1/+8
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Use http_exception instead of die()Mate Bartus2015-10-181-2/+3
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix T_TEMPLATE_PATH constantMate Bartus2015-10-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Fix language constants and commentsMate Bartus2015-10-182-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14039
| * | | [ticket/14039] Revamp updaterMate Bartus2015-10-1757-145/+3703
| | | | | | | | | | | | | | | | PHPBB3-14039
* | | | Merge branch '3.1.x'Tristan Darricau2015-10-191-2/+4
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | * 3.1.x: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| * | Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-191-2/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13799] Do not rawurlencode category in gallery avatar * marc1706/ticket/13799: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| | * | [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-301-2/+4
| | | | | | | | | | | | | | | | PHPBB3-13799
| | * | [ticket/13799] Do not rawurlencode category in gallery avatarMarc Alexander2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the directory seperator will incorrectly be transformed to its HTML replacement. PHPBB3-13799
* | | | Merge branch '3.1.x'Marc Alexander2015-10-178-9/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/notification/type/bookmark.php phpBB/phpbb/notification/type/post.php phpBB/phpbb/notification/type/quote.php
| * | | [ticket/13892] Replace other uses of self with static.Cesar G2015-10-157-9/+9
| | | | | | | | | | | | | | | | PHPBB3-13892
| * | | [ticket/13892] Respect "Someone reports a post" notification setting.Cesar G2015-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | report_post inherits from post_in_queue, therefore using self:: instead of static:: results in the incorrect notification type being used to determine which users to exclude from the notification. PHPBB3-13892
* | | | [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-117/+10
| | | | | | | | | | | | | | | | PHPBB3-13789
* | | | [ticket/13652] Fix coding styleTristan Darricau2015-10-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13652
* | | | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-141-1/+136
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Adding the IS operator to predicted operatorsbrunoais2015-03-171-0/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparationsbrunoais2015-03-161-0/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | [feature/sql-bool-builder] Explain better the code in the firstbrunoais2015-03-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain what that if and check is for in the first method that is called. PHPBB3-13652
| * | | | [feature/sql-bool-builder] Also use parenthesis for the NOT operatorbrunoais2015-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Be on the safe side, also use parenthesis for the NOT operator PHPBB3-13652
| * | | | [feature/sql-bool-builder] AS keyword must be lowercase;brunoais2015-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AS keyword must be lowercase; expected "as" but found "AS" PHPBB3-13652
| * | | | [feature/sql-bool-builder] Added code to use this feature for the WHERE clausebrunoais2015-03-161-1/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | [feature/sql-bool-builder] Removed non-necessary spacesbrunoais2015-03-161-29/+29
| | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | [feature/sql-bool-builder] First working versionbrunoais2015-03-161-0/+92
| | | | | | | | | | | | | | | | | | | | PHPBB3-13652
* | | | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-144-0/+989
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | | | | [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | | [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | | [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | | [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | | [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14168