aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12413] Disabled unapproved and solftdeleted testsNicofuma2014-05-021-9/+22
| | | | PHPBB3-12413
* [ticket/12413] Move parent:open() call to the end of the functionNicofuma2014-05-022-4/+4
| | | | PHPBB3-12413
* [ticket/12413] Coding style againNicofuma2014-05-021-27/+27
| | | | PHPBB3-12413
* [ticket/12413] Fix coding styleNicofuma2014-05-024-15/+23
| | | | PHPBB3-12413
* [ticket/12413] Fix: coding styleNicofuma2014-05-023-54/+18
| | | | PHPBB3-12413
* [ticket/12413] Fixing the failed testNicofuma2014-05-021-8/+20
| | | | | | | The test was failing because travis is too fast: 2 posts had the same timestamp. PHPBB3-12413
* [ticket/12413] Adding the missing visibilitiesNicofuma2014-05-021-9/+9
| | | | PHPBB3-12413
* [ticket/12413] Using static attribute instead of @dependsTristan Darricau2014-05-021-194/+59
| | | | | | | | | Using a static attribute to store the initial state of the feeds instead of transmit it with the @depends annotation. This attribute is also added to backupStaticAttributesBlackList PHPBB3-12413
* [ticket/12413] Useing @depends to transmit the state of the boardTristan Darricau2014-05-021-90/+328
| | | | | | | the state of the board is calculate in the first test and transmit to the others thanks to the @depends annotation. PHPBB3-12413
* [ticket/12413] Tests: Adding functional tests for the feedsTristan Darricau2014-05-021-0/+1373
| | | | | | | Some tests are disabled until PHPBB3-12418 (#2331) and PHPBB3-12421 (#2330) are fixed and merged PHPBB3-12413
* [ticket/12413] Fatal Error for feed.php?mode=forumsTristan Darricau2014-05-026-6/+88
| | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12413 http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475 PHPBB3-12413
* [ticket/8558] htmlspecialchars_decode the contact name for emailsNils Adermann2014-05-021-1/+2
| | | | PHPBB3-8558
* Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into ↵Nils Adermann2014-05-025-1/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Fix operatorOliver Schramm2014-04-231-1/+1
| | | | | | | | PHPBB3-8558
| * [ticket/8558] Fix field length in ACPOliver Schramm2014-04-171-1/+1
| | | | | | | | PHPBB3-8558
| * [ticket/8558] Use only one variable and improve explain stringOliver Schramm2014-04-172-17/+5
| | | | | | | | PHPBB3-8558
| * [ticket/8558] Add config in migrations and schema_dataOliver Schramm2014-04-172-0/+31
| | | | | | | | PHPBB3-8558
| * [ticket/8558] Add display name in emails from boardMarkus Stenudd2014-04-173-2/+19
| | | | | | | | PHPBB3-8558
* | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558' into ↵Nils Adermann2014-05-021-2/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-elsensee/ticket/stenudd/8558: [ticket/8558] Do string concatenation only once and do htmlspecialchars [ticket/8558] Add display name in emails from board
| * | [ticket/8558] Do string concatenation only once and do htmlspecialcharsOliver Schramm2014-04-161-2/+4
| | | | | | | | | | | | PHPBB3-8558
| * | [ticket/8558] Add display name in emails from boardMarkus Stenudd2014-04-161-2/+2
| | | | | | | | | | | | PHPBB3-8558
* | | Merge remote-tracking branch 'github-rxu/ticket/12409' into develop-ascraeusNils Adermann2014-05-021-25/+65
|\ \ \ | | | | | | | | | | | | | | | | * github-rxu/ticket/12409: [ticket/12409] Add acp_users.php core events to modify users preferences data
| * | | [ticket/12409] Add acp_users.php core events to modify users preferences datarxu2014-04-171-25/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There're events to modify UCP user preferences in ucp_prefs.php, so it makes sense to add related events to acp_users.php to control new user's prefs via ACP. PHPBB3-12409
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-0244-397/+2461
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-38/+30
| | | | | | | | | | | | | | | | | | | | 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] Update exporter to allow specifying an extensionJoas Schilling2014-04-281-12/+18
| | | | | | | | | | | | | | | | | | | | 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] Fix missing classes in export_events_for_wiki.phpJoas Schilling2014-04-271-0/+2
| | | | | | | | | | | | | | | | | | | | 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-253-23/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-2524-76/+76
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Update existing eventsJoas Schilling2014-04-2512-37/+200
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Fix unit tests for multi line arraysJoas Schilling2014-04-252-11/+61
| | | | | | | | | | | | | | | | | | | | 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-2410-15/+36
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Fix unit test for multi line $varsJoas Schilling2014-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Use array_merge instead of +=Joas Schilling2014-04-241-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | [ticket/12273] Add missing event documentationJoas Schilling2014-04-241-0/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12273