aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/12710] Fix missing closing bracketJoas Schilling2014-08-091-1/+1
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Prefix column so it does not start with a numberJoas Schilling2014-08-091-1/+1
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Pass the original column data to the create functionJoas Schilling2014-08-091-2/+3
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Fix foreach generationJoas Schilling2014-08-091-1/+1
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Compare to uppercase versionJoas Schilling2014-08-091-1/+1
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Do not try to match the uniqueness in the queryJoas Schilling2014-08-091-4/+6
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Remove table_name from index_name before deleting and ↵Joas Schilling2014-08-091-3/+15
| | | | | | | | | | | | recreating them PHPBB3-12710
| * [ticket/12710] Can not use upper in oracles where clausJoas Schilling2014-08-091-3/+3
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Correctly select index name and compare to column nameJoas Schilling2014-08-091-2/+2
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Fix problems with creating unique indexes on oracleJoas Schilling2014-08-091-1/+1
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Correctly fetch unique and normal indexes only in MSSQLJoas Schilling2014-08-091-9/+6
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Fix changing the column type on oracleJoas Schilling2014-08-071-47/+129
| | | | | | | | PHPBB3-12710
| * [ticket/12710] Prepare get_existing_indexes() for other DBMSJoas Schilling2014-08-071-73/+112
| | | | | | | | PHPBB3-12710
* | Merge pull request #2838 from dhruvgoel92/ticket/12738Joas Schilling2014-08-081-0/+1
|\ \ | |/ |/| | | | | | | | | [ticket/12738] Pass $this->config in content_visibility constructor * dhruvgoel92/ticket/12738: [ticket/12738] Pass $this->config in content_visibility constructor
| * [ticket/12738] Pass $this->config in content_visibility constructorDhruv2014-08-081-0/+1
| | | | | | | | PHPBB3-12738
* | Merge pull request #2761 from Nicofuma/ticket/12873Joas Schilling2014-08-072-1/+39
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12873] Test the correct identifier in \phpbb\db\tools * Nicofuma/ticket/12873: [ticket/12873] Add migration to rename the index [ticket/12873] Don not touch the existing migrations [ticket/12873] Test the good identifier in \phpbb\db\tools
| * | [ticket/12873] Add migration to rename the indexTristan Darricau2014-08-071-0/+38
| | | | | | | | | | | | PHPBB3-12873
| * | [ticket/12873] Don not touch the existing migrationsTristan Darricau2014-08-071-1/+1
| | | | | | | | | | | | PHPBB3-12873
| * | [ticket/12873] Test the good identifier in \phpbb\db\toolsTristan Darricau2014-07-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | We need to rename the index key because with the default prefix (phpbb_) this key has a length of 31. And because we don't accept the keys longer than 30 characters we should ensure that by default no key is longer than 30 characters. PHPBB3-12873
* | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-1/+4
| | | | | | | | | | | | PHPBB3-12557
* | | Merge pull request #2767 from Nicofuma/ticket/12882Joas Schilling2014-07-311-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12882] Update search_type when it's not prefixed by phpbb_search * Nicofuma/ticket/12882: [ticket/12882] Use a new migration [ticket/12882] Update search_type when it's not prefixed by phpbb_search
| * | | [ticket/12882] Use a new migrationTristan Darricau2014-07-212-4/+34
| | | | | | | | | | | | | | | | PHPBB3-12882
| * | | [ticket/12882] Update search_type when it's not prefixed by phpbb_searchTristan Darricau2014-07-211-0/+4
| |/ / | | | | | | | | | PHPBB3-12882
* | | [ticket/12870] Add doc blockTristan Darricau2014-07-281-0/+4
| | | | | | | | | | | | PHPBB3-12870
* | | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-0/+20
| | | | | | | | | | | | PHPBB3-12870
* | | Merge pull request #2651 from nickvergessen/ticket/12448Dhruv Goel2014-07-221-6/+31
|\ \ \ | |/ / |/| | [ticket/12448] Allow null as default value for columns
| * | [ticket/12448] Fix null columns for MS SQLJoas Schilling2014-06-251-1/+1
| | | | | | | | | | | | PHPBB3-12448
| * | [ticket/12448] Fix null columns for postgresJoas Schilling2014-06-251-0/+6
| | | | | | | | | | | | PHPBB3-12448
| * | [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-6/+25
| | | | | | | | | | | | PHPBB3-12448
* | | [ticket/12846] SQLite3 bug in profilefield_base_migration.phpStanislav Atanasov2014-07-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using profilefield_base_migration.php to create a custom profile field with SQlite3 DBMS returns warning: [phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/sqlite3.php on line 218: SQLite3Result::fetchArray(): Unable to execute statement: constraint failed This is due passing filed_id and lang_id to the DB driver in unspecified format. As they are always int we should cast them in int to prevent the error message appearance. PHPBB3-12846
* | | [prep-release-3.1.0-RC2] Add migration for 3.1.0-RC2Joas Schilling2014-07-111-0/+31
| | |
* | | Merge pull request #2711 from n-aleha/ticket/12829Andreas Fischer2014-07-111-6/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12829] Remove check for pgsql 8.3/8.2 * n-aleha/ticket/12829: [ticket/12829] Remove check for pgsql 8.3/8.2
| * | | [ticket/12829] Remove check for pgsql 8.3/8.2n-aleha2014-07-071-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | Remove check for pgsql 8.3/8.2 and set multi_insert to true. PHPBB3-12829
* | | | Merge pull request #2675 from lucifer4o/ticket/12786Joas Schilling2014-07-091-0/+87
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12786] Extend profilefield_base_migration.php class * lucifer4o/ticket/12786: [ticket/12786] Correcting some tabs [ticket/12786] Array_merge instead copy array parts [ticket/12786] Some changes of the comments. [ticket/12786] Dixing a typo [ticket/12786] Some minor fixes of comments and function naming [ticket/12786] Add clean_cpf_db_entries [ticket/12786] White spaces found [ticket/12786] Add create_language_entries [ticket/12786] Add get_custom_field_id [ticket/12786] Extend profilefield_base_migration.php class
| * | | | [ticket/12786] Correcting some tabsStanislav Atanasov2014-07-081-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tabs needed corection PHPBB3-12786
| * | | | [ticket/12786] Array_merge instead copy array partsStanislav Atanasov2014-07-041-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nickvergessen proposed this PHPBB3-12786
| * | | | [ticket/12786] Some changes of the comments.Stanislav Atanasov2014-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comments and quotes PHPBB3-12786 [ticket/12786] PHPBB3-12786 Revert "[ticket/12786]" This reverts commit 61a6647101731110f67689b109de953f7449b03e.
| * | | | [ticket/12786] Dixing a typoStanislav Atanasov2014-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typos fixed PHPBB3-12786
| * | | | [ticket/12786] Some minor fixes of comments and function namingStanislav Atanasov2014-06-291-14/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-12786
| * | | | [ticket/12786] Add clean_cpf_db_entriesStanislav Atanasov2014-06-291-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add function to clean the cpf fields entries PHPBB3-12786
| * | | | [ticket/12786] White spaces foundStanislav Atanasov2014-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some white spaces PHPBB3-12786
| * | | | [ticket/12786] Add create_language_entriesStanislav Atanasov2014-06-291-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add function to create entries in PROFILE_FIELDS_LANG_TABLE PHPBB3-12786
| * | | | [ticket/12786] Add get_custom_field_idStanislav Atanasov2014-06-291-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding function to get CPFs ID PHPBB3-12786
| * | | | [ticket/12786] Extend profilefield_base_migration.php classStanislav Atanasov2014-06-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If extensions authors will use profilefield_base_migration.php class as base class for creation of CPFs, the class need to be extended a bit. At the moment there are two issues with it: It does not create entries for PROFILE_FIELDS_LANG_TABLE (as it can't know what fields to create). The migration is not "cleaning" the DBMS after purging the extension and leaves everything except the CPF column. Adding profilefield_language_data PHPBB3-12786
* | | | | Merge pull request #2695 from VSEphpbb/ticket/12812Tristan Darricau2014-07-081-0/+125
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12812] Add a migrator tool for config_text database changes * VSEphpbb/ticket/12812: [ticket/12812] Remove unused global $db from tests [ticket/12812] Improve migrator config_text tool tests [ticket/12812] Improve migrator config_text tool tests [ticket/12812] Add a migrator tool for config_text database changes
| * | | | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-12812
* | | | | Merge pull request #2690 from Noxwizard/ticket/12802Tristan Darricau2014-07-071-3/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/12802] Properly handle connection failures in SQLite3 * Noxwizard/ticket/12802: [ticket/12802] Properly handle connection failures in SQLite3
| * | | | [ticket/12802] Properly handle connection failures in SQLite3Patrick Webster2014-07-031-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12802
* | | | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-0413-15/+630
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * | | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-2613-15/+630
| | |/ / | |/| | | | | | | | | | PHPBB3-12446