aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.1.0-b4] Update phpBB Version for b5 developmentJoas Schilling2014-05-301-1/+1
|
* [prep-release-3.1.0-b4] Update version to 3.1.0-b4Joas Schilling2014-05-301-1/+1
|
* [ticket/12621] schema.json is not up to date with migration filesPayBas2014-05-301-6/+5
| | | | PHPBB3-12621
* [ticket/11366] Add config value in schema_data.sqlTristan Darricau2014-05-281-0/+1
| | | | PHPBB3-11366
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
| | | | PHPBB3-12594
* [prep-release-3.1.0-b3] Update phpBB Version for b4 developmentJoas Schilling2014-05-041-1/+1
|
* [prep-release-3.1.0-b3] Update version to 3.1.0-b3Joas Schilling2014-05-041-1/+1
|
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10737] Add live member search. * prototech/ticket/10737: [ticket/10737] Remove loading indicator. [ticket/10737] Enforce allow_live_searches setting in memberlist.php. [ticket/10737] Add config setting to disable live searches. [ticket/10737] Add loading indicator and alert box code to simple_footer.html. [ticket/10737] Load core.js and ajax.js in simple_footer.html. [ticket/10737] Set the username as the input value instead of redirecting. [ticket/10737] Drop subsilver2 changes. [ticket/10737] Add a more generic live search implementation. [ticket/10737] Clean up memberlist.php. [ticket/10737] Use dropdown for search results container. [ticket/10737] Adding delayed keyup and removing target_blank. [ticket/10737] Using UTF-8 aware alternatives in PHP code. [ticket/10737] Removing obsolete code. [ticket/10737] Avoid hard-coding table row and use case-insensitive search. [ticket/10737] Removing unnecessary/obsolete code. [ticket/10737] Using JQuery events and JSON response. [ticket/10737] Code fixes in AJAX search feature [ticket/10737] Improvements over last commit [ticket/10737] Adding username suggestions in "Find a member" using AJAX
| * [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-0/+1
| | | | | | | | PHPBB3-10737
* | [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-171-0/+1
|/ | | | PHPBB3-8558
* Merge remote-tracking branch 'Marc/ticket/12150' into develop-ascraeusJoas Schilling2014-04-061-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Remove 'after' for columns from migrations fileMarc Alexander2014-04-031-20/+16
| | | | | | | | PHPBB3-12150
| * [ticket/12150] Update schema files for prune shadow topicsMarc Alexander2014-03-301-0/+20
| | | | | | | | PHPBB3-12150
* | [ticket/12337] Update jQuery to version 1.11.0Matt Friedman2014-03-311-1/+1
| | | | | | | | PHPBB3-12337
* | [prep-release-3.1.0-b2] Prepare development of 3.1.0-b3Joas Schilling2014-03-301-1/+1
| |
* | [prep-release-3.1.0-b2] Update version to 3.1.0-b2Joas Schilling2014-03-301-1/+1
|/
* [ticket/11459] Move $supported_dbms to beginning of create schema fileJoas Schilling2014-03-291-1/+0
| | | | PHPBB3-11459
* [ticket/11459] Do not add table schema to database schema filesJoas Schilling2014-03-298-9780/+3325
| | | | PHPBB3-11459
* [ticket/11459] Refresh schema filesJoas Schilling2014-03-297-139/+244
| | | | PHPBB3-11459
* [ticket/11459] Update schema files with new scriptJoas Schilling2014-03-297-905/+790
| | | | | | The order of some tables and columns was changed PHPBB3-11459
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-294/+339
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9725] Code sniffer fixes [ticket/9725] Do not use deprecated views to remove default constraints [ticket/9725] Move primary key creation to the correct location [ticket/9725] Remove trailing spaces from MSSQL schema [ticket/9725] Create MSSQL primary keys if none exist [ticket/9725] Remove explicit filegroup designations [ticket/9725] Fetch Azure db stats from proper table [ticket/9725] Add dummy indexes for Azure [ticket/9725] Create an Azure SQL compatible Schema Conflicts: phpBB/install/schemas/mssql_schema.sql
| * Merge remote-tracking branch 'noxwizard/ticket/naderman/9725' into ↵Joas Schilling2014-03-291-286/+319
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * noxwizard/ticket/naderman/9725: [ticket/9725] Code sniffer fixes [ticket/9725] Do not use deprecated views to remove default constraints [ticket/9725] Move primary key creation to the correct location [ticket/9725] Remove trailing spaces from MSSQL schema [ticket/9725] Create MSSQL primary keys if none exist [ticket/9725] Remove explicit filegroup designations [ticket/9725] Fetch Azure db stats from proper table [ticket/9725] Add dummy indexes for Azure [ticket/9725] Create an Azure SQL compatible Schema
| | * [ticket/9725] Remove trailing spaces from MSSQL schemaPatrick Webster2014-03-281-172/+172
| | | | | | | | | | | | PHPBB3-9725
| | * [ticket/9725] Add dummy indexes for AzureHenry Sudhof2014-03-011-43/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | SQL Azure requires a primary AKA clustered key on every table. This adds a dummy INT column to act as key, avoiding possible duplicate entries. so that these columns can support bigger (speak: huge) tables PHPBB3-9725
| | * [ticket/9725] Create an Azure SQL compatible SchemaHenry Sudhof2014-03-011-275/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two problems were encountered when installing on AzureSQL: -Azure SQL does not support the ON clause of T-SQL -Azure SQL requries a clustered index AKA primary key on all tables The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns. PHPBB3-9725
* | | [prep-release-3.1.0-b1] Update build version to 3.1.0-b2-devJoas Schilling2014-03-151-1/+1
| | |
* | | [prep-release-3.1.0-b1] Update version to 3.1.0-b1Joas Schilling2014-03-151-1/+1
| | |
* | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/12072] Fix comment about NEW MEMBERS permission
| * | [ticket/12072] Fix comment about NEW MEMBERS permissionOliver Schramm2014-03-141-1/+1
| |/ | | | | | | PHPBB3-12072
| * [develop-olympus] Increment version number to 3.0.13-dev.Andreas Fischer2013-07-121-1/+1
| |
| * [develop-olympus] Bump version numbers for 3.0.12-RC1 release.Andreas Fischer2013-07-121-1/+1
| |
* | [ticket/12251] Enable displaying profile fields on memberlist, posts and pmsJoas Schilling2014-03-061-3/+3
| | | | | | | | PHPBB3-12251
* | [ticket/12251] Deactivate outdated profile fields by defaultJoas Schilling2014-03-061-6/+6
| | | | | | | | PHPBB3-12251
* | [ticket/12251] Sort IM profile fields alphabeticallyJoas Schilling2014-03-061-4/+4
| | | | | | | | PHPBB3-12251
* | [ticket/12236] Change order of profile fields for new installsJoas Schilling2014-03-051-4/+4
| | | | | | | | PHPBB3-12236
* | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-058-9/+10
| | | | | | | | PHPBB3-12236
* | [ticket/12237] Regenerate db schema filesJoas Schilling2014-03-057-14/+14
| | | | | | | | PHPBB3-12237
* | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-2/+3
| | | | | | | | PHPBB3-12237
* | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-2/+3
| | | | | | | | PHPBB3-12235
* | [ticket/12187] Remove user_website fieldJoas Schilling2014-03-047-7/+0
| | | | | | | | PHPBB3-12187
* | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-2/+3
| | | | | | | | PHPBB3-12187
* | [ticket/12187] Convert website field data to custom profile fieldJoas Schilling2014-03-037-3/+10
| | | | | | | | PHPBB3-12187
* | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-288-11/+12
| | | | | | | | PHPBB3-12234
* | [ticket/12233] Update schema fileJoas Schilling2014-02-281-3/+3
| | | | | | | | PHPBB3-12233
* | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-287-3/+24
| | | | | | | | | | | | | | | | Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages PHPBB3-12233
* | Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-207-14/+14
|\ \ | | | | | | [ticket/12183] Update user_newpasswd column in users table for passwords manager
| * | [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convertMarc Alexander2014-02-177-14/+14
| | | | | | | | | | | | PHPBB3-12183
| * | [ticket/12183] Update user_newpasswd column to length of 255 in schema filesMarc Alexander2014-02-107-7/+7
| | | | | | | | | | | | PHPBB3-12183
* | | [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-108-3/+10
| | | | | | | | | | | | PHPBB3-12169
* | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-108-11/+12
|/ / | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169