aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12732] Update schema.json for SkypeShitiz Garg2014-06-211-0/+4
| | | | | | | | | | | | PHPBB3-12732
| * | [ticket/12732] Values shouldn't be escaped for schema_data.sqlShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | PHPBB3-12732
| * | [ticket/12732] Set field_active to 1 for Skype's fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | PHPBB3-12732
| * | [ticket/12732] Use user info instead of chat as default Skype actionShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | PHPBB3-12732
| * | [ticket/12732] Add Skype custom profile fieldShitiz Garg2014-06-201-0/+1
| |/ | | | | | | PHPBB3-12732
* | Merge pull request #2612 from Dragooon/ticket/12733Joas Schilling2014-06-202-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12733] Add Twitter custom profile field * Dragooon/ticket/12733: [ticket/12733] Add functional test for twitter profile field [ticket/12733] Values needn't be escaped for schema_data.sql [ticket/12733] Set field_active to 1 for Twitter [ticket/12733] Convert spaces to tabs [ticket/12733] Fix spacing for block header in profilefield_twitter.php [ticket/12733] Update schema.json [ticket/12733] Add Twitter custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * | [ticket/12733] Values needn't be escaped for schema_data.sqlShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | PHPBB3-12733
| * | [ticket/12733] Set field_active to 1 for TwitterShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | PHPBB3-12733
| * | [ticket/12733] Update schema.jsonShitiz Garg2014-06-201-0/+4
| | | | | | | | | | | | PHPBB3-12733
| * | [ticket/12733] Add Twitter custom profile fieldShitiz Garg2014-06-201-0/+1
| |/ | | | | | | PHPBB3-12733
* | [ticket/12730] Values needn't be escaped for schema_data.sqlShitiz Garg2014-06-201-1/+1
| | | | | | | | PHPBB3-12730
* | [ticket/12729] Set field_active as 1 for Facebook profile fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | PHPBB3-12729
* | [ticket/12729] Update schema.jsonShitiz Garg2014-06-201-0/+4
| | | | | | | | PHPBB3-12729
* | [ticket/12729] Cleanup schema_data.sql for Facebook fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | PHPBB3-12729
* | [ticket/12729] Add Facebook custom profile fieldShitiz Garg2014-06-201-0/+1
|/ | | | PHPBB3-12729
* Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-111-4/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * [ticket/12352] Update schema json fileMarc Alexander2014-06-011-4/+0
| | | | | | | | PHPBB3-12352
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-091-0/+7
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-091-1/+1
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Move config values to config_textJoas Schilling2014-05-291-3/+3
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add new configs to the schemaJoas Schilling2014-05-291-0/+6
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-291-0/+1
| | | | | | | | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* | [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