aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
...
* | | [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
* | | Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\ \ \
| * | | [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
* | | | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/ / /
* | | Merge remote-tracking branch 'github-bantu/ticket/12473' into develop-ascraeusNils Adermann2014-05-021-0/+127
|\ \ \
| * | | [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127
* | | | Merge remote-tracking branch 'github-nickvergessen/feature/sqlite3' into deve...Nils Adermann2014-05-023-115/+600
|\ \ \ \
| * | | | [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-021-4/+2
| * | | | [feature/sqlite3] Correctly recreate indexes when recreating a tableJoas Schilling2014-05-021-82/+135
| * | | | [feature/sqlite3] Fix sql_index_drop() for sqlite3Joas Schilling2014-05-021-1/+1
| * | | | [feature/sqlite3] Remove trailing comma from column listJoas Schilling2014-05-021-1/+6
| * | | | [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
| * | | | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-023-49/+453
| |/ / /
* | | | Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-asc...Nils Adermann2014-05-021-0/+116
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/11508] Allow equal sign in parameter value.Cesar G2014-04-221-4/+6
| * | | [ticket/11508] Remove unnecessary implode.Cesar G2014-04-221-1/+1
| * | | [ticket/11508] Remove unnecessary isset check.Cesar G2014-04-221-4/+1
| * | | [ticket/11508] Curly brace should be on its own line...Cesar G2014-04-221-1/+2
| * | | [ticket/11508] Do not add the '?' unless there are parameters.Cesar G2014-04-221-1/+1
| * | | [ticket/11508] Change separator parameter to a simple true|false $is_amp.Cesar G2014-04-221-8/+9
| * | | [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-0/+115
| | |/ | |/|
* | | Merge pull request #2336 from Nicofuma/ticket/12413Joas Schilling2014-05-025-39/+89
|\ \ \
| * | | [ticket/12413] Move parent:open() call to the end of the functionNicofuma2014-05-022-4/+4
| * | | [ticket/12413] Fix coding styleNicofuma2014-05-023-4/+5
| * | | [ticket/12413] Fix: coding styleNicofuma2014-05-022-46/+10
| * | | [ticket/12413] Adding the missing visibilitiesNicofuma2014-05-021-9/+9
| * | | [ticket/12413] Fatal Error for feed.php?mode=forumsTristan Darricau2014-05-025-2/+87
* | | | Merge branch 'exreaction/ticket/11881' into develop-ascraeusNils Adermann2014-05-021-10/+35
|\ \ \ \
| * | | | [ticket/11881] Limit to 500Nathan Guse2013-10-041-1/+1
| * | | | [ticket/11881] Make sure user_timezone isn't converted twiceNathan Guse2013-10-041-1/+6
| * | | | [ticket/11881] Better split the timezone conversion into chunks; add testNathan Guse2013-10-041-12/+20
| * | | | [ticket/11881] Timezone migration can take a long timeNathan2013-10-021-2/+14
* | | | | Merge remote-tracking branch 'github-marc1706/ticket/8960' into develop-ascraeusNils Adermann2014-05-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'ticket/8960-olympus' into ticket/8960Marc Alexander2014-04-161-1/+1
* | | | | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into dev...Nils Adermann2014-05-021-0/+30
|\ \ \ \ \
| * | | | | [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-171-0/+30
* | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-026-9/+1156
|\ \ \ \ \ \
| * | | | | | [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-282-32/+24
| * | | | | | [ticket/12273] Find events.md relative from the path not the phpbb rootJoas Schilling2014-04-281-3/+8
| * | | | | | [ticket/12273] Do not look in extensions docs/ and tests/ directoryJoas Schilling2014-04-281-0/+2
| * | | | | | [ticket/12273] Also check file for adm "Location:" eventsJoas Schilling2014-04-281-0/+5
| * | | | | | [ticket/12273] Do not allow template events in non-html filesJoas Schilling2014-04-281-1/+1
| * | | | | | [ticket/12273] Fix return descriptionJoas Schilling2014-04-281-1/+1
| * | | | | | [ticket/12273] Allow to filter events for extensionsJoas Schilling2014-04-282-23/+51
| * | | | | | [ticket/12273] Remove old parameter from function callJoas Schilling2014-04-281-3/+2
| * | | | | | [ticket/12273] Fix table header for adm eventsJoas Schilling2014-04-271-1/+1
| * | | | | | [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-272-11/+35
| * | | | | | [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-262-42/+59
| * | | | | | [ticket/12273] Use RecursiveDirectoryIterator in md_exporterJoas Schilling2014-04-261-16/+16
| * | | | | | [ticket/12273] Fix doc blocksJoas Schilling2014-04-262-6/+35