aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
| | | | PHPBB3-12282
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
| | | | PHPBB3-12282
* [prep-release-3.1.0-b2] Add migration for 3.1.0-b2Joas Schilling2014-03-301-0/+29
|
* [ticket/12330] Fix create index in db tools on mssqlOliver Schramm2014-03-301-2/+2
| | | | PHPBB3-12330
* Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into ↵Nils Adermann2014-03-291-0/+5
|\ | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11459: [ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migration
| * [ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migrationJoas Schilling2014-03-291-0/+5
| | | | | | | | PHPBB3-11459
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into ↵Nils Adermann2014-03-294-0/+1404
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11459: (21 commits) [ticket/11459] Make 3.1.0-dev migration depend on migrations_table [ticket/11459] Move $supported_dbms to beginning of create schema file [ticket/11459] Fix missing constant CONFIG_TABLE for sql_create_index() [ticket/11459] Fix auth provider test [ticket/11459] Correctly set up the database from schema in unit tests [ticket/11459] Install DB schema from json file [ticket/11459] Clean up a little more [ticket/11459] Do not add table schema to database schema files [ticket/11459] Create schema.json from migration files [ticket/11459] Do not take files of extensions into account [ticket/11459] Pass array with migration class names to schema generator [ticket/11459] Refresh schema files [ticket/11459] Remove spaces from the end of lines in MSSQL [ticket/11459] Correctly handle index column length [ticket/11459] Add migration for migrations table [ticket/11459] Update doc blocks [ticket/11459] Remove old schema file [ticket/11459] Update schema files with new script [ticket/11459] Use new migration/schema_generator to create schema files [ticket/11459] Add Schema from 3.0.0 ...
| * [ticket/11459] Make 3.1.0-dev migration depend on migrations_tableJoas Schilling2014-03-291-0/+1
| | | | | | | | PHPBB3-11459
| * [ticket/11459] Pass array with migration class names to schema generatorJoas Schilling2014-03-291-5/+5
| | | | | | | | PHPBB3-11459
| * [ticket/11459] Add migration for migrations tableJoas Schilling2014-03-291-0/+47
| | | | | | | | | | | | | | | | This migration will always be skipped on updates, because database_update.php creates the table. But the create schema script requires the migration, so the table is created for new installs. PHPBB3-11459
| * [ticket/11459] Update doc blocksJoas Schilling2014-03-292-3/+3
| | | | | | | | PHPBB3-11459
| * [ticket/11459] Add Schema from 3.0.0Joas Schilling2014-03-291-0/+1177
| | | | | | | | PHPBB3-11459
| * [ticket/11459] Add a migration/schema_generatorJoas Schilling2014-03-291-0/+179
| | | | | | | | | | | | It loops over the migrations and creates the schema from it. PHPBB3-11459
* | Merge remote-tracking branch 'prototech/ticket/11959' into develop-ascraeusJoas Schilling2014-03-291-5/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11959: [ticket/11959] Move phpbb_generate_string_list() to functions_content.php. [ticket/11959] Add unit tests. [ticket/11959] Remove use of plurals and make it possible to use Oxford comma. [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name. [ticket/11959] Simplify how the users are trimmed. [ticket/11959] Add function to create a string list. [ticket/11959] Add samples for the untrimmed strings. [ticket/11959] List the last user with "and" instead of a comma. [ticket/11959] Use the plurals system for the untrimmed language strings. [ticket/11959] Fix the NOTIFICATION_QUOTE_TRIMMED text. [ticket/11959] Use plurals for the language strings.
| * [ticket/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-5/+0
| | | | | | | | PHPBB3-11959
| * [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name.Cesar G2014-03-191-3/+3
| | | | | | | | PHPBB3-11959
| * [ticket/11959] Simplify how the users are trimmed.Cesar G2014-03-191-15/+7
| | | | | | | | PHPBB3-11959
| * [ticket/11959] List the last user with "and" instead of a comma.Cesar G2014-03-191-0/+7
| | | | | | | | PHPBB3-11959
| * [ticket/11959] Use the plurals system for the untrimmed language strings.Cesar G2014-03-191-1/+6
| | | | | | | | PHPBB3-11959
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-49/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 pull request #2192 from bantu/ticket/12314Nils Adermann2014-03-281-1/+7
|\ \ | | | | | | [ticket/12314] Workaround HHVM SPL autoloader sometimes using leading ba...
| * | [ticket/12314] Workaround HHVM SPL autoloader sometimes using leading backslashAndreas Fischer2014-03-281-1/+7
| | | | | | | | | | | | PHPBB3-12314
* | | [ticket/12317] Cast string to int to refix DBMSes not using int for integers.Andreas Fischer2014-03-284-5/+5
|/ / | | | | | | PHPBB3-12317
* | Merge remote-tracking branch 'vsephpbb/ticket/12311' into develop-ascraeusJoas Schilling2014-03-281-2/+2
|\ \ | | | | | | | | | | | | | | | * vsephpbb/ticket/12311: [ticket/12311] Use British-English spelling of licence in lang file [ticket/12311] Use valid composer schema - license - for extensions
| * | [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
| | | | | | | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* | | Merge remote-tracking branch 'vsephpbb/ticket/11230' into develop-ascraeusJoas Schilling2014-03-2810-73/+90
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/11230: [ticket/11230] Add missing last returns to dock block [ticket/11230] Update cache driver dock blocks [ticket/11230] Use inheritdoc in docblocks in cache drivers
| * | | [ticket/11230] Add missing last returns to dock blockMatt Friedman2014-03-281-0/+3
| | | | | | | | | | | | | | | | PHPBB3-11230
| * | | [ticket/11230] Update cache driver dock blocksMatt Friedman2014-03-223-0/+32
| | | | | | | | | | | | | | | | PHPBB3-12230
| * | | [ticket/11230] Use inheritdoc in docblocks in cache driversMatt Friedman2014-03-199-73/+55
| | | | | | | | | | | | | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230
* | | | Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeusJoas Schilling2014-03-281-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | * geetakshi/ticket/11360: [ticket/11360] Updating default value of $display_online_list [ticket/11360] Avoiding online list where not required [ticket/11360] Change second parameter in page_header function
| * | | [ticket/11360] Avoiding online list where not requiredgeetakshi2014-03-202-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11360
| * | | [ticket/11360] Change second parameter in page_header functiongeetakshi2014-03-192-2/+2
| | |/ | |/| | | | | | | PHPBB3-11360
* | | [ticket/12297] Delete user_from column on updateOliver Schramm2014-03-231-0/+47
| | | | | | | | | | | | PHPBB3-12297
* | | Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeusDhruv2014-03-232-5/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/12268: [ticket/12268] Do not use substr but just compare the character [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.php [ticket/12268] Move class out of extension namespace and rename it [ticket/12268] Do not search in folders starting with a dot [ticket/12268] Use FilesystemIterator::SKIP_DOTS [ticket/12268] Extension finder should not crawl through .git/ of extensions
| * | | [ticket/12268] Do not use substr but just compare the characterJoas Schilling2014-03-151-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12268
| * | | [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.phpJoas Schilling2014-03-141-0/+0
| | | | | | | | | | | | | | | | PHPBB3-12268
| * | | [ticket/12268] Move class out of extension namespace and rename itJoas Schilling2014-03-142-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12268
| * | | [ticket/12268] Do not search in folders starting with a dotJoas Schilling2014-03-141-7/+2
| | | | | | | | | | | | | | | | PHPBB3-12268
| * | | [ticket/12268] Use FilesystemIterator::SKIP_DOTSJoas Schilling2014-03-141-6/+10
| | | | | | | | | | | | | | | | PHPBB3-12268
| * | | [ticket/12268] Extension finder should not crawl through .git/ of extensionsJoas Schilling2014-03-132-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new filter ignores .svn and .git directories. When searching for php classes and template files of extensions we don't need to look inside these directories. PHPBB3-12268
* | | | [ticket/12293] Add missing compact() call to phpBB/phpbb/log/log.php events.Forumhulp.com2014-03-221-4/+4
| |_|/ |/| | | | | | | | PHPBB3-12293
* | | Merge remote-tracking branch 'vsephpbb/ticket/12285' into developJoas Schilling2014-03-191-2/+4
|\ \ \ | | | | | | | | | | | | | | | | * vsephpbb/ticket/12285: [ticket/12285] Fix mult-lingual issues between extensions
| * | | [ticket/12285] Fix mult-lingual issues between extensionsMatt Friedman2014-03-191-2/+4
| | |/ | |/| | | | | | | PHPBB3-12285
* | | Merge remote-tracking branch 'Elsensee/ticket/11169' into developJoas Schilling2014-03-191-0/+77
|\ \ \ | |/ / |/| | | | | | | | | | | * Elsensee/ticket/11169: [ticket/11169] Skip migration if "Users" category has been deleted [ticket/11169] Move module 'prune users' to users category
| * | [ticket/11169] Skip migration if "Users" category has been deletedOliver Schramm2014-03-191-1/+3
| | | | | | | | | | | | | | | | | | or the module has already been moved to that category PHPBB3-11169
| * | [ticket/11169] Move module 'prune users' to users categoryOliver Schramm2014-03-161-0/+75
| | | | | | | | | | | | PHPBB3-11169
* | | [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when an user adds a HTML entity to a custom profile field, the length gets incremented by 4 since the code reads &gt; instead of <. However, the length is presentational and not DB storage so it should be treated as a single character even if it takes four lengths in the DB by being stored as a HTML entity. Work around this by decoding html entities before counting. Also, added unit tests for string field type PHPBB3-9040
* | | [ticket/11071] Add fallback if requested style don't existOliver Schramm2014-03-151-0/+13
|/ / | | | | | | PHPBB3-11071
* | [prep-release-3.1.0-b1] Add migration for 3.1.0-b1Joas Schilling2014-03-151-0/+33
| |
* | Merge remote-tracking branch 'vsephpbb/ticket/11429' into developJoas Schilling2014-03-141-0/+5
|\ \ | | | | | | | | | | | | * vsephpbb/ticket/11429: [ticket/11429] Increment asset version on Ext enable