aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/Nicofuma/ticket/12432' into ↵Nathaniel Guse2014-05-011-4/+11
|\ | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12432: [ticket/12432] Correcting the assertion [ticket/12432] Adding unit test [ticket/12432] Migrator should not revert custom functions
| * [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12432 PHPBB3-12432
* | [ticket/12444] The logs message aren't filled correctlyNicofuma2014-04-251-1/+1
|/ | | | | | https://tracker.phpbb.com/browse/PHPBB3-12444 PHPBB3-12444
* Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-76/+226
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12012] Correctly drop default value constraints * nickvergessen/ticket/12012: [ticket/12012] Move property to the top [ticket/12012] Move MS SQL server comparison into a method [ticket/12012] Fix docs in connection manager [ticket/12012] Remove duplicated code (only the $sql are different) [ticket/12012] Handle begin and commit transactions in tests [ticket/12012] Drop and recreate indexes when removing columns [ticket/12012] Add a unit test for removing a column with indexes [ticket/12012] Add a unit test for changing the column type [ticket/12012] Return SQL statements for index drop/create [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 [ticket/12012] Drop and recreate indexes when changing a column on MSSQL [ticket/12012] Fix query layout [ticket/12012] Correctly drop default value constraints on MSSQL
| * [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
| | | | | | | | | | | | Otherwise we recreate the index before changing the column PHPBB3-12012
| * [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
| | | | | | | | PHPBB3-12012
| * [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
| | | | | | | | | | | | | | We need to drop the default constraints of a column, before being able to change their type or deleting them. PHPBB3-12012
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into ↵Nils Adermann2014-04-241-0/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11917: [ticket/11917] Move OAuth Module to the bottom while installing [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend Conflicts: phpBB/install/install_install.php
| * | [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backendJoas Schilling2014-04-121-0/+40
| | | | | | | | | | | | PHPBB3-11917
* | | [ticket/12422] Fix debug warning in log searchOliver Schramm2014-04-201-2/+16
| |/ |/| | | | | PHPBB3-12422
* | [ticket/12121] Preserve link redirect counts when updating from 3.0.x.Cesar G2014-04-151-0/+9
| | | | | | | | PHPBB3-12121
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-04-151-2/+2
| | | | | | | | | | * develop-olympus: [ticket/12397] Fix sql_unique_index_exists doc block
* | Merge pull request #2286 from nickvergessen/ticket/12388Andreas Fischer2014-04-151-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12388] Fix translation of log entries without additional log data * nickvergessen/ticket/12388: [ticket/12388] Add tests for lang() use on log actions without data [ticket/12388] Fix translation of log entries without additional log data
| * | [ticket/12388] Fix translation of log entries without additional log dataJoas Schilling2014-04-111-0/+4
| |/ | | | | | | PHPBB3-12388
* | [ticket/12004] Support empty routes to app.php/ in path_helperMarc Alexander2014-04-111-0/+10
|/ | | | | | | | | | The symfony routing component allows us to use the path "/" for routes. Therefore, we should be able to use example.com/app.php/ for controllers. However, this currently does not properly work. The method get_web_root_path incorrectly returns phpbb_root_path. Therefore, paths to images or files are broken. PHPBB3-12004
* Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into ↵Nils Adermann2014-04-101-4/+18
|\ | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12113: [ticket/12113] Fix view_log() tests [ticket/12113] Correctly use plurals when deleting user warnings [ticket/12113] Allow log entries to use plurals
| * [ticket/12113] Allow log entries to use pluralsJoas Schilling2014-04-011-4/+18
| | | | | | | | PHPBB3-12113
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into ↵Nils Adermann2014-04-101-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12331: [ticket/12331] Add functional test for saving custom profile fields [ticket/12331] Fix SQL error when inserting a new entry to profile field data
| * | [ticket/12331] Fix SQL error when inserting a new entry to profile field dataJoas Schilling2014-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a "Field 'pf_phpbb_interests' doesn't have a default value" error, because we didn't specify values for the disabled fields. We can not disable the sql_return_on_error() thou, because it otherwise we run into "Duplicate entry '2' for key 'PRIMARY'" errors when the user submits the form again but didn't change any values. PHPBB3-12331
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵Nils Adermann2014-04-1056-390/+572
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12282: [ticket/12282] Update new references [ticket/12282] Update container db mock [ticket/12282] Add new line at EOF of the interface [ticket/12282] Use interface for type hinting [ticket/12282] Use {@inheritDoc} for inherited methods [ticket/12282] Add Interface for DBAL drivers
| * | | [ticket/12282] Update new referencesJoas Schilling2014-04-011-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12282
| * | | [ticket/12282] Add new line at EOF of the interfaceJoas Schilling2014-04-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12282
| * | | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-0142-98/+98
| | | | | | | | | | | | | | | | PHPBB3-12282
| * | | [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
| | | | | | | | | | | | | | | | PHPBB3-12282
| * | | [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
| | |/ | |/| | | | | | | PHPBB3-12282
* | | [ticket/12356] Assign vars preventing Plupload from loading in PM editor.Cesar G2014-04-091-1/+5
| | | | | | | | | | | | PHPBB3-12356
* | | Merge remote-tracking branch 'nickvergessen/ticket/12349' into develop-ascraeusDhruv2014-04-0884-84/+84
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/12349: [ticket/12349] Fix Sniffer for @license tag [ticket/12349] Update license header in several new files
| * | | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-0384-84/+84
| |/ / | | | | | | | | | PHPBB3-12349
* | | Merge remote-tracking branch 'Marc/ticket/12362' into develop-ascraeusJoas Schilling2014-04-071-0/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12362: [ticket/12362] Do not use database test case as it's not needed [ticket/12362] Add tests for schema generator [ticket/12362] Throw exception in schema generator on unresolvable dependency
| * | | [ticket/12362] Throw exception in schema generator on unresolvable dependencyMarc Alexander2014-04-061-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we throw an exception in the schema generator if we come across an unresolvable dependency. Otherwise we'll get stuck in a infinite loop that needs to be cancelled by the user or the maximum execution time. PHPBB3-12362
* | | | Merge remote-tracking branch 'Marc/ticket/12150' into develop-ascraeusJoas Schilling2014-04-062-0/+237
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12150: [ticket/12150] Use correct license URL in prune shadow migrations file [ticket/12150] Remove 'after' for columns from migrations file [ticket/12150] Update schema files for prune shadow topics [ticket/12150] Use log service instead of add_log() function [ticket/12150] Use shorter column names for prune settings [ticket/12150] Add functional tests for pruning shadow topics [ticket/12150] Add missing space to query for shadow topics [ticket/12150] Add missing prune settings variables in acp_forums [ticket/12150] Add file and caller for pruning shadow topics [ticket/12150] Add prune columns to schema files and migration file [ticket/12150] Add options to acp
| * | | [ticket/12150] Use correct license URL in prune shadow migrations fileMarc Alexander2014-04-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | [ticket/12150] Remove 'after' for columns from migrations fileMarc Alexander2014-04-031-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | Merge branch 'develop-ascraeus' of https://github.com/phpbb/phpbb into ↵Marc Alexander2014-03-301-0/+5
| |\ \ \ | | | |/ | | |/| | | | | ticket/12150
| * | | [ticket/12150] Use log service instead of add_log() functionMarc Alexander2014-03-291-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-292-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
| * | | [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+188
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | [ticket/12150] Add prune columns to schema files and migration fileMarc Alexander2014-03-291-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12150
| * | | [ticket/12150] Add options to acpMarc Alexander2014-03-291-0/+44
| | | | | | | | | | | | | | | | PHPBB3-12150
* | | | Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeusJoas Schilling2014-04-051-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/7707: [ticket/7707] Fix undefined variable: perm_from [ticket/7707] Add comma to last entry of arrays [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() once more [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() where possible
| * | | | [ticket/7707] Add get_username_string() once moreOliver Schramm2014-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-7707
* | | | | [ticket/12337] Fix jQuery update migration fileMatt Friedman2014-04-011-1/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12337
* | | | | [ticket/12337] Update jQuery to version 1.11.0Matt Friedman2014-03-311-0/+28
| |_|_|/ |/| | | | | | | | | | | PHPBB3-12337