Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12413] Fatal Error for feed.php?mode=forums | Tristan Darricau | 2014-05-02 | 6 | -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 emails | Nils Adermann | 2014-05-02 | 1 | -1/+2 |
| | | | | PHPBB3-8558 | ||||
* | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558-2' into ↵ | Nils Adermann | 2014-05-02 | 5 | -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 operator | Oliver Schramm | 2014-04-23 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8558 | ||||
| * | [ticket/8558] Fix field length in ACP | Oliver Schramm | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8558 | ||||
| * | [ticket/8558] Use only one variable and improve explain string | Oliver Schramm | 2014-04-17 | 2 | -17/+5 |
| | | | | | | | | PHPBB3-8558 | ||||
| * | [ticket/8558] Add config in migrations and schema_data | Oliver Schramm | 2014-04-17 | 2 | -0/+31 |
| | | | | | | | | PHPBB3-8558 | ||||
| * | [ticket/8558] Add display name in emails from board | Markus Stenudd | 2014-04-17 | 3 | -2/+19 |
| | | | | | | | | PHPBB3-8558 | ||||
* | | Merge remote-tracking branch 'github-elsensee/ticket/stenudd/8558' into ↵ | Nils Adermann | 2014-05-02 | 1 | -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 htmlspecialchars | Oliver Schramm | 2014-04-16 | 1 | -2/+4 |
| | | | | | | | | | | | | PHPBB3-8558 | ||||
| * | | [ticket/8558] Add display name in emails from board | Markus Stenudd | 2014-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-8558 | ||||
* | | | Merge remote-tracking branch 'github-rxu/ticket/12409' into develop-ascraeus | Nils Adermann | 2014-05-02 | 1 | -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 data | rxu | 2014-04-17 | 1 | -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 Adermann | 2014-05-02 | 34 | -397/+1485 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 set | Joas Schilling | 2014-04-28 | 3 | -38/+30 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Find events.md relative from the path not the phpbb root | Joas Schilling | 2014-04-28 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Do not look in extensions docs/ and tests/ directory | Joas Schilling | 2014-04-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Also check file for adm "Location:" events | Joas Schilling | 2014-04-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Do not allow template events in non-html files | Joas Schilling | 2014-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix return description | Joas Schilling | 2014-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Update exporter to allow specifying an extension | Joas Schilling | 2014-04-28 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Allow to filter events for extensions | Joas Schilling | 2014-04-28 | 2 | -23/+51 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Remove old parameter from function call | Joas Schilling | 2014-04-28 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix table header for adm events | Joas Schilling | 2014-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Add root path to recursive_event_filter_iterator | Joas Schilling | 2014-04-27 | 2 | -11/+35 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix missing classes in export_events_for_wiki.php | Joas Schilling | 2014-04-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter | Joas Schilling | 2014-04-26 | 2 | -42/+59 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Use RecursiveDirectoryIterator in md_exporter | Joas Schilling | 2014-04-26 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix doc blocks | Joas Schilling | 2014-04-26 | 2 | -6/+35 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Do not allow 3.1-A1 for template events | Joas Schilling | 2014-04-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Sort arguments alphabetically before exporting | Joas Schilling | 2014-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Do not allow 3.1-A1 version | Joas Schilling | 2014-04-25 | 1 | -13/+5 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Update since version to 3.1.0-a* style | Joas Schilling | 2014-04-25 | 24 | -76/+76 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Update existing events | Joas Schilling | 2014-04-25 | 12 | -37/+200 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Use multiline arrays instead of array_merge() | Joas Schilling | 2014-04-25 | 1 | -26/+58 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix long $vars lines for existing events | Joas Schilling | 2014-04-24 | 10 | -15/+36 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Use array_merge instead of += | Joas Schilling | 2014-04-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Add missing event documentation | Joas Schilling | 2014-04-24 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix number of = in events.md | Joas Schilling | 2014-04-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix subsilver2 missing from simple_footer_after docs | Joas Schilling | 2014-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix method name of test and fix undefined index | Joas Schilling | 2014-04-24 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Test source files and compare with events.md | Joas Schilling | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Verify the result of the .md file to the source | Joas Schilling | 2014-04-24 | 1 | -15/+151 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Only check selected files | Joas Schilling | 2014-04-24 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix some locations of existing events | Joas Schilling | 2014-04-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Verify that the events are still in the named files | Joas Schilling | 2014-04-24 | 1 | -10/+43 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Fix missing space in some Exceptions | Joas Schilling | 2014-04-20 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Remove duplicated code | Joas Schilling | 2014-04-20 | 1 | -33/+16 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Add file line to exception message | Joas Schilling | 2014-04-20 | 1 | -29/+44 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 | ||||
| * | | | | [ticket/12273] Move phpBB test to new file and use a data provider | Joas Schilling | 2014-04-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12273 |