aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/11508] Allow equal sign in parameter value.Cesar G2014-04-221-4/+6
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Remove unnecessary implode.Cesar G2014-04-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Remove unnecessary isset check.Cesar G2014-04-221-4/+1
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Curly brace should be on its own line...Cesar G2014-04-221-1/+2
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Do not add the '?' unless there are parameters.Cesar G2014-04-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Change separator parameter to a simple true|false $is_amp.Cesar G2014-04-221-8/+9
| | | | | | | | | | | | | | | | PHPBB3-11508
| * | | [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-0/+115
| | |/ | |/| | | | | | | PHPBB3-11508
* | | Merge pull request #2336 from Nicofuma/ticket/12413Joas Schilling2014-05-025-39/+89
|\ \ \ | | | | | | | | [ticket/12413] Fatal Error log created for feed.php file
| * | | [ticket/12413] Move parent:open() call to the end of the functionNicofuma2014-05-022-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12413
| * | | [ticket/12413] Fix coding styleNicofuma2014-05-023-4/+5
| | | | | | | | | | | | | | | | PHPBB3-12413
| * | | [ticket/12413] Fix: coding styleNicofuma2014-05-022-46/+10
| | | | | | | | | | | | | | | | PHPBB3-12413
| * | | [ticket/12413] Adding the missing visibilitiesNicofuma2014-05-021-9/+9
| | | | | | | | | | | | | | | | PHPBB3-12413
| * | | [ticket/12413] Fatal Error for feed.php?mode=forumsTristan Darricau2014-05-025-2/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12413 http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475 PHPBB3-12413
* | | | Merge branch 'exreaction/ticket/11881' into develop-ascraeusNils Adermann2014-05-021-10/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exreaction/ticket/11881: [ticket/11881] Move convert_timezones_test to migrator [ticket/11881] Fix test filename [ticket/11881] Limit to 500 [ticket/11881] Make sure user_timezone isn't converted twice [ticket/11881] Better split the timezone conversion into chunks; add test [ticket/11881] Timezone migration can take a long time
| * | | | [ticket/11881] Limit to 500Nathan Guse2013-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11881
| * | | | [ticket/11881] Make sure user_timezone isn't converted twiceNathan Guse2013-10-041-1/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11881
| * | | | [ticket/11881] Better split the timezone conversion into chunks; add testNathan Guse2013-10-041-12/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-11881
| * | | | [ticket/11881] Timezone migration can take a long timeNathan2013-10-021-2/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-11881
* | | | | Merge remote-tracking branch 'github-marc1706/ticket/8960' into develop-ascraeusNils Adermann2014-05-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * github-marc1706/ticket/8960: [ticket/8960] Allow changing avatar path if it's not writable
| * | | | Merge branch 'ticket/8960-olympus' into ticket/8960Marc Alexander2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/acp/acp_board.php
* | | | | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into ↵Nils Adermann2014-05-021-0/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-elsensee/ticket/stenudd/8558-2: [ticket/8558] Fix operator [ticket/8558] Fix field length in ACP [ticket/8558] Use only one variable and improve explain string [ticket/8558] Add config in migrations and schema_data [ticket/8558] Add display name in emails from board Conflicts: phpBB/includes/functions_messenger.php
| * | | | | [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-171-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8558
* | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-026-9/+1156
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * | | | | | [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-282-32/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Find events.md relative from the path not the phpbb rootJoas Schilling2014-04-281-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Do not look in extensions docs/ and tests/ directoryJoas Schilling2014-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Also check file for adm "Location:" eventsJoas Schilling2014-04-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Do not allow template events in non-html filesJoas Schilling2014-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix return descriptionJoas Schilling2014-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Allow to filter events for extensionsJoas Schilling2014-04-282-23/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Remove old parameter from function callJoas Schilling2014-04-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix table header for adm eventsJoas Schilling2014-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-272-11/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-262-42/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Use RecursiveDirectoryIterator in md_exporterJoas Schilling2014-04-261-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix doc blocksJoas Schilling2014-04-262-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Do not allow 3.1-A1 for template eventsJoas Schilling2014-04-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Sort arguments alphabetically before exportingJoas Schilling2014-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-251-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-253-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Update existing eventsJoas Schilling2014-04-252-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Use multiline arrays instead of array_merge()Joas Schilling2014-04-251-26/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-242-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Use array_merge instead of +=Joas Schilling2014-04-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-241-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Verify the result of the .md file to the sourceJoas Schilling2014-04-241-15/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Only check selected filesJoas Schilling2014-04-241-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Verify that the events are still in the named filesJoas Schilling2014-04-241-10/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Fix missing space in some ExceptionsJoas Schilling2014-04-201-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | | [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-33/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273