aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12348] Allow to run create_schema_files when phpBB is not installedJoas Schilling2014-04-031-8/+19
| | | | PHPBB3-12348
* [ticket/11459] Move $supported_dbms to beginning of create schema fileJoas Schilling2014-03-291-1/+9
| | | | PHPBB3-11459
* [ticket/11459] Clean up a little moreJoas Schilling2014-03-291-4/+0
| | | | PHPBB3-11459
* [ticket/11459] Do not add table schema to database schema filesJoas Schilling2014-03-291-535/+4
| | | | PHPBB3-11459
* [ticket/11459] Create schema.json from migration filesJoas Schilling2014-03-291-0/+4
| | | | PHPBB3-11459
* [ticket/11459] Do not take files of extensions into accountJoas Schilling2014-03-291-1/+2
| | | | PHPBB3-11459
* [ticket/11459] Pass array with migration class names to schema generatorJoas Schilling2014-03-291-5/+4
| | | | PHPBB3-11459
* [ticket/11459] Remove spaces from the end of lines in MSSQLJoas Schilling2014-03-291-2/+2
| | | | PHPBB3-11459
* [ticket/11459] Correctly handle index column lengthJoas Schilling2014-03-291-4/+21
| | | | | | Code is copied from db\tools::sql_create_index() PHPBB3-11459
* [ticket/11459] Update schema files with new scriptJoas Schilling2014-03-291-2/+2
| | | | | | The order of some tables and columns was changed PHPBB3-11459
* [ticket/11459] Use new migration/schema_generator to create schema filesJoas Schilling2014-03-291-3/+13
| | | | PHPBB3-11459
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-4/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/9725] Remove trailing spaces from MSSQL schemaPatrick Webster2014-03-281-2/+2
| | | | | | | | PHPBB3-9725
| * [ticket/9725] Add dummy indexes for AzureHenry Sudhof2014-03-011-13/+14
| | | | | | | | | | | | | | | | | | 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-4/+16
| | | | | | | | | | | | | | | | | | | | 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
* | [ticket/12262] Do not use inline assignmentsJoas Schilling2014-03-151-4/+7
| | | | | | | | PHPBB3-12262
* | [ticket/12262] Do not use getExtension()Joas Schilling2014-03-151-1/+1
| | | | | | | | | | | | The method is php 5.3.6+ only. PHPBB3-12262
* | [ticket/12262] Fix location list for acp events with "Locations:"Joas Schilling2014-03-111-2/+13
| | | | | | | | PHPBB3-12262
* | [ticket/12262] Also find vars array when it's defined in the trigger_event()Joas Schilling2014-03-111-8/+19
| | | | | | | | PHPBB3-12262
* | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-3/+2
| | | | | | | | PHPBB3-12236
* | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-3/+2
| | | | | | | | PHPBB3-12237
* | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-3/+2
| | | | | | | | PHPBB3-12235
* | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-3/+2
| | | | | | | | PHPBB3-12187
* | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-3/+2
| | | | | | | | PHPBB3-12234
* | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-3/+2
| | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-3/+2
| | | | | | | | PHPBB3-12115
* | [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-3/+2
| | | | | | | | PHPBB3-12115
* | [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-051-129/+0
| | | | | | | | PHPBB3-11998
* | [ticket/11924] Verify that the script is only run from command lineJoas Schilling2013-10-261-0/+5
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Do not use globals :(Joas Schilling2013-10-261-17/+10
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Remove duplicated codeJoas Schilling2013-10-161-54/+22
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Add option to export php event listJoas Schilling2013-10-161-0/+242
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Reduce unneccessary loadJoas Schilling2013-10-161-6/+2
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Add version info of template events to events.mdJoas Schilling2013-10-161-2/+3
| | | | | | | | PHPBB3-11924
* | [ticket/11924] Add script to export events.md with wiki markupJoas Schilling2013-10-161-0/+102
| | | | | | | | PHPBB3-11924
* | [ticket/11905] 3.1.0-a1 MigrationNathan Guse2013-10-101-0/+42
| | | | | | | | | | | | | | | | | | Created a migration tips develop tool to help find the migration tree tips so they can be copied to versions released. With this, A1 is the only current tree tip (it depends on all other migrations). PHPBB3-11905
* | [ticket/11866] Remove outdated and broken develop scriptJoas Schilling2013-09-261-24/+0
| | | | | | | | PHPBB3-11866
* | [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-262-2/+2
| | | | | | | | PHPBB3-11866
* | [ticket/11700] Add file headers to develop scripts for namespaceNils Adermann2013-09-192-0/+30
| | | | | | | | PHPBB3-11700
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-164-2527/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * | [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-032-2/+2
| | | | | | | | | | | | PHPBB3-11825
| * | [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-022-2545/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | De-duplicating code from create_schema_files, mysql_upgrader. New file phpbb/db/schema_data which contains all the current schema data. New function in db_tools public static function get_dbms_type_map() to make the type map available everywhere (without requiring $db be setup already) PHPBB3-11755
| * | [ticket/11761] Serve blank file locally in functional testAndy Chase2013-08-062-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Example.org no longer serves blank responses, failing functional tests. this patch creates a blank file and serve it locally during the test, instead of hitting the http://example.org servers kindly provided by IANA. PHPBB3-11761
| * | Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-0/+19
| |\ \ | | |/ | | | | | | | | | | | | * develop-olympus: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data.
| | * Merge remote-tracking branch 'bantu/ticket/11753' into prep-release-3.0.12Joas Schilling2013-07-301-2/+19
| | |\ | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11753: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data.
| | | * [ticket/11753] Remove ?> from MySQL Upgrader.Andreas Fischer2013-07-301-2/+0
| | | | | | | | | | | | | | | | PHPBB3-11753
| | | * [ticket/11753] Update MySQL upgrader schema data.Andreas Fischer2013-07-301-0/+19
| | | | | | | | | | | | | | | | PHPBB3-11753
| * | | Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-1/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"
| | * | [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"Andreas Fischer2013-07-301-1/+2
| | |/ | | | | | | | | | | | | | | | ... on PHP 5.4 or higher. PHPBB3-11524
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-4/+4
| | | | | | | | | | | | PHPBB3-11700