aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [ticket/12873] Test the good identifier in \phpbb\db\toolsTristan Darricau2014-07-202-2/+2
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-071-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-1/+4
* | | | | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-0710-138/+247
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresultTristan Darricau2014-06-221-1/+6
| * | | | [ticket/12387] Remove unnecessary checksTristan Darricau2014-06-225-5/+5
| * | | | [ticket/12387] mssql_query return true if a select query returns 0 rowTristan Darricau2014-06-221-2/+12
| * | | | [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-2210-133/+227
* | | | | Merge pull request #2767 from Nicofuma/ticket/12882Joas Schilling2014-07-311-0/+34
|\ \ \ \ \
| * | | | | [ticket/12882] Use a new migrationTristan Darricau2014-07-212-4/+34
| * | | | | [ticket/12882] Update search_type when it's not prefixed by phpbb_searchTristan Darricau2014-07-211-0/+4
| | |/ / / | |/| | |
* | | | | [ticket/12870] Add doc blockTristan Darricau2014-07-281-0/+4
* | | | | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-0/+20
* | | | | Merge pull request #2651 from nickvergessen/ticket/12448Dhruv Goel2014-07-221-6/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12448] Fix null columns for MS SQLJoas Schilling2014-06-251-1/+1
| * | | | [ticket/12448] Fix null columns for postgresJoas Schilling2014-06-251-0/+6
| * | | | [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-6/+25
* | | | | [ticket/12846] SQLite3 bug in profilefield_base_migration.phpStanislav Atanasov2014-07-131-7/+7
* | | | | [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.2n-aleha2014-07-071-6/+2
* | | | | | Merge pull request #2675 from lucifer4o/ticket/12786Joas Schilling2014-07-091-0/+87
|\ \ \ \ \ \
| * | | | | | [ticket/12786] Correcting some tabsStanislav Atanasov2014-07-081-21/+21
| * | | | | | [ticket/12786] Array_merge instead copy array partsStanislav Atanasov2014-07-041-5/+2
| * | | | | | [ticket/12786] Some changes of the comments.Stanislav Atanasov2014-07-031-3/+3
| * | | | | | [ticket/12786] Dixing a typoStanislav Atanasov2014-06-291-1/+1
| * | | | | | [ticket/12786] Some minor fixes of comments and function namingStanislav Atanasov2014-06-291-14/+22
| * | | | | | [ticket/12786] Add clean_cpf_db_entriesStanislav Atanasov2014-06-291-0/+23
| * | | | | | [ticket/12786] White spaces foundStanislav Atanasov2014-06-291-2/+2
| * | | | | | [ticket/12786] Add create_language_entriesStanislav Atanasov2014-06-291-0/+30
| * | | | | | [ticket/12786] Add get_custom_field_idStanislav Atanasov2014-06-291-0/+13
| * | | | | | [ticket/12786] Extend profilefield_base_migration.php classStanislav Atanasov2014-06-291-0/+16
* | | | | | | Merge pull request #2695 from VSEphpbb/ticket/12812Tristan Darricau2014-07-081-0/+125
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2690 from Noxwizard/ticket/12802Tristan Darricau2014-07-071-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ticket/12802] Properly handle connection failures in SQLite3Patrick Webster2014-07-031-3/+4
* | | | | | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-0413-15/+630
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-2613-15/+630
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2660 from marc1706/ticket/12764Joas Schilling2014-06-271-1/+5
|\ \ \ \ \ \
| * | | | | | [ticket/12764] Properly handle errors upon connecting to MySQLi databaseMarc Alexander2014-06-261-1/+5
| |/ / / / /
* | | | | | [ticket/12771] Shanging substr to strposStanislav Atanasov2014-06-261-1/+1
* | | | | | [ticket/12771] Change var nameStanislav Atanasov2014-06-261-2/+2
* | | | | | [ticket/12771] Bug in profilefield_base_migration when used in extStanislav Atanasov2014-06-261-1/+2
|/ / / / /
* | | | | [prep-release-3.1.0-RC1] Add migration for 3.1.0-RC1Joas Schilling2014-06-241-0/+39
* | | | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-222-691/+1
|\ \ \ \ \
| * | | | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-202-683/+1
* | | | | | Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-2210-0/+80
|\ \ \ \ \ \
| * | | | | | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-2010-0/+80
* | | | | | | Merge pull request #2615 from Dragooon/ticket/12730Joas Schilling2014-06-221-0/+60
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-211-1/+1