aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12649] Fix bidi.cssRMcGirr832015-11-031-4/+4
| | | | PHPBB3-12649
* [ticket/12649] Change sort & display options in footers to dropdown menuRMcGirr832015-11-0316-121/+85
| | | | PHPBB3-12649
* Merge pull request #3995 from CHItA/ticket/14044Tristan Darricau2015-11-0343-10326/+614
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14044] Deduplicate the installers * CHItA/ticket/14044: [ticket/14044] Add config as global in notify user [ticket/14044] Fix language selection data loss [ticket/14044] Patch language::set_fallback_array() [ticket/14044] Fix tests [ticket/14044] Fix wrong descriptions in install [ticket/14044] Solve missing email template error [ticket/14044] global $table_prefix in constants.php [ticket/14044] Try to fix missing table prefix [ticket/14044] Use the correct language file version [ticket/14044] Automatically trigger rollback on insert in transaction [ticket/14044] Use empty instead of !count [ticket/14044] Fix Sqlite error in tests [ticket/14044] Deduplicate the installers
| * [ticket/14044] Add config as global in notify userMate Bartus2015-11-031-2/+5
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Fix language selection data lossMate Bartus2015-10-304-3/+6
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Patch language::set_fallback_array()Mate Bartus2015-10-301-2/+2
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Fix testsMate Bartus2015-10-301-0/+2
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Fix wrong descriptions in installMate Bartus2015-10-281-1/+1
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Solve missing email template errorMate Bartus2015-10-282-1/+17
| | | | | | | | PHPBB3-14044
| * [ticket/14044] global $table_prefix in constants.phpMate Bartus2015-10-282-4/+3
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Try to fix missing table prefixMate Bartus2015-10-281-0/+4
| | | | | | | | PHPBB3-14044
| * [ticket/14044] Use the correct language file versionMate Bartus2015-10-281-13/+109
| | | | | | | | 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-2235-10308/+455
| | | | | | | | PHPBB3-14044
* | Merge branch '3.1.x'Marc Alexander2015-11-031-1/+1
|\ \
| * \ Merge pull request #4012 from RMcGirr83/ticket_14228Marc Alexander2015-11-031-1/+1
| |\ \ | | | | | | | | | | | | [ticket/14228] Vertical align of numbers in polls
| | * | [ticket/14228] Vertical align of numbers in pollsRichard McGirr2015-11-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14228
* | | | Merge branch '3.1.x'Andreas Fischer2015-11-021-2/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/13831] Store provided reason when deleting from Mod. Queue module.
| * | | Merge pull request #3983 from prototech/ticket/13831Andreas Fischer2015-11-021-2/+3
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | [ticket/13831] Store provided reason when deleting from Mod. Queue module. * prototech/ticket/13831: [ticket/13831] Store provided reason when deleting from Mod. Queue module.
| | * | [ticket/13831] Store provided reason when deleting from Mod. Queue module.Cesar G2015-10-141-2/+3
| | | | | | | | | | | | | | | | PHPBB3-13831
* | | | Merge pull request #4011 from Elsensee/ticket/14265Andreas Fischer2015-11-021-1/+50
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14265] Make all tables available in container * Elsensee/ticket/14265: [ticket/14265] Make all tables available in container
| * | | | [ticket/14265] Make all tables available in containerOliver Schramm2015-11-011-1/+50
|/ / / / | | | | | | | | | | | | PHPBB3-14265
* | | | Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-2923-79/+130
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14237] Use $language class for notifications
| * | | | [ticket/14237] Consistent references to classes in docblocksMatt Friedman2015-10-141-3/+3
| | | | | | | | | | | | | | | PHPBB3-14237
| * | | | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-1323-82/+133
| | | | | | | | | | | | | | | | | | | | PHPBB3-14237
* | | | | Merge branch '3.1.x'Marc Alexander2015-10-241-0/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4004 from paul999/ticket/14258Marc Alexander2015-10-241-0/+19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14258] Add event into auth::login before session creation
| | * | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo PHPBB3-14258
| | * | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update comments regarding variables. PHPBB3-14258
| | * | | | [ticket/14258] Add event into auth::login before session creationPaul Sohier2015-10-241-0/+20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new event in the login method just before the session create, so extensions can do some additional validation during login. PHPBB3-14258
* | | | | Merge pull request #4003 from Elsensee/ticket/14256Andreas Fischer2015-10-241-1/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14256] Remove PHP7 from the allowed failures * Elsensee/ticket/14256: [ticket/14256] Remove PHP7 from the allowed failures
| * | | | | [ticket/14256] Remove PHP7 from the allowed failuresOliver Schramm2015-10-231-1/+0
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14256
* | | | | Merge branch '3.1.x'Cesar G2015-10-221-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | * 3.1.x: [ticket/14249] Fix online list order
| * | | Merge pull request #3998 from Elsensee/ticket/14249Cesar G2015-10-221-1/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14249] Fix online list order
| | * | | [ticket/14249] Fix online list orderOliver Schramm2015-10-211-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-14249
* | | | 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-1995-288/+4550
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-192-24/+16
| | | | | | | | | | | | | | | | | | | | | | | | 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-182-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14039
| * | | | | [ticket/14039] Fix constants for the updaterMate Bartus2015-10-182-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14039
| * | | | | [ticket/14039] Include phpBB constants on startupMate Bartus2015-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14039
| * | | | | [ticket/14039] Fix migrator's language callsMate Bartus2015-10-182-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14039