aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
* [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
* Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into develop...Nils Adermann2014-03-291-0/+5
|\
| * [ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migrationJoas Schilling2014-03-291-0/+5
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into develop...Nils Adermann2014-03-294-0/+1404
|\ \ | |/
| * [ticket/11459] Make 3.1.0-dev migration depend on migrations_tableJoas Schilling2014-03-291-0/+1
| * [ticket/11459] Pass array with migration class names to schema generatorJoas Schilling2014-03-291-5/+5
| * [ticket/11459] Add migration for migrations tableJoas Schilling2014-03-291-0/+47
| * [ticket/11459] Update doc blocksJoas Schilling2014-03-292-3/+3
| * [ticket/11459] Add Schema from 3.0.0Joas Schilling2014-03-291-0/+1177
| * [ticket/11459] Add a migration/schema_generatorJoas Schilling2014-03-291-0/+179
* | Merge remote-tracking branch 'prototech/ticket/11959' into develop-ascraeusJoas Schilling2014-03-291-5/+4
|\ \ | |/ |/|
| * [ticket/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-5/+0
| * [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name.Cesar G2014-03-191-3/+3
| * [ticket/11959] Simplify how the users are trimmed.Cesar G2014-03-191-15/+7
| * [ticket/11959] List the last user with "and" instead of a comma.Cesar G2014-03-191-0/+7
| * [ticket/11959] Use the plurals system for the untrimmed language strings.Cesar G2014-03-191-1/+6
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-49/+97
* | Merge pull request #2192 from bantu/ticket/12314Nils Adermann2014-03-281-1/+7
|\ \
| * | [ticket/12314] Workaround HHVM SPL autoloader sometimes using leading backslashAndreas Fischer2014-03-281-1/+7
* | | [ticket/12317] Cast string to int to refix DBMSes not using int for integers.Andreas Fischer2014-03-284-5/+5
|/ /
* | Merge remote-tracking branch 'vsephpbb/ticket/12311' into develop-ascraeusJoas Schilling2014-03-281-2/+2
|\ \
| * | [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
* | | Merge remote-tracking branch 'vsephpbb/ticket/11230' into develop-ascraeusJoas Schilling2014-03-2810-73/+90
|\ \ \
| * | | [ticket/11230] Add missing last returns to dock blockMatt Friedman2014-03-281-0/+3
| * | | [ticket/11230] Update cache driver dock blocksMatt Friedman2014-03-223-0/+32
| * | | [ticket/11230] Use inheritdoc in docblocks in cache driversMatt Friedman2014-03-199-73/+55
* | | | Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeusJoas Schilling2014-03-281-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/11360] Avoiding online list where not requiredgeetakshi2014-03-202-3/+3
| * | | [ticket/11360] Change second parameter in page_header functiongeetakshi2014-03-192-2/+2
| | |/ | |/|
* | | [ticket/12297] Delete user_from column on updateOliver Schramm2014-03-231-0/+47
* | | Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeusDhruv2014-03-232-5/+38
|\ \ \
| * | | [ticket/12268] Do not use substr but just compare the characterJoas Schilling2014-03-151-1/+2
| * | | [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.phpJoas Schilling2014-03-141-0/+0
| * | | [ticket/12268] Move class out of extension namespace and rename itJoas Schilling2014-03-142-5/+5
| * | | [ticket/12268] Do not search in folders starting with a dotJoas Schilling2014-03-141-7/+2
| * | | [ticket/12268] Use FilesystemIterator::SKIP_DOTSJoas Schilling2014-03-141-6/+10
| * | | [ticket/12268] Extension finder should not crawl through .git/ of extensionsJoas Schilling2014-03-132-1/+34
* | | | [ticket/12293] Add missing compact() call to phpBB/phpbb/log/log.php events.Forumhulp.com2014-03-221-4/+4
| |_|/ |/| |
* | | Merge remote-tracking branch 'vsephpbb/ticket/12285' into developJoas Schilling2014-03-191-2/+4
|\ \ \
| * | | [ticket/12285] Fix mult-lingual issues between extensionsMatt Friedman2014-03-191-2/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'Elsensee/ticket/11169' into developJoas Schilling2014-03-191-0/+77
|\ \ \ | |/ / |/| |
| * | [ticket/11169] Skip migration if "Users" category has been deletedOliver Schramm2014-03-191-1/+3
| * | [ticket/11169] Move module 'prune users' to users categoryOliver Schramm2014-03-161-0/+75
* | | [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
* | | [ticket/11071] Add fallback if requested style don't existOliver Schramm2014-03-151-0/+13
|/ /
* | [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
|\ \