| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | 3 | -23/+12 |
| | | | | | 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] Fix unit tests for multi line arrays | Joas Schilling | 2014-04-25 | 2 | -11/+61 |
| | | | | | 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] Fix unit test for multi line $vars | Joas Schilling | 2014-04-24 | 1 | -2/+2 |
| | | | | | 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 | 2 | -3/+14 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Test source files and compare with events.md | Joas Schilling | 2014-04-24 | 2 | -3/+40 |
| | | | | | 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 | 2 | -37/+24 |
| | | | | | 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 | 3 | -8/+51 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Allow multiple $vars lines | Joas Schilling | 2014-04-20 | 5 | -26/+106 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Do not use Inline control structures | Joas Schilling | 2014-04-18 | 1 | -3/+9 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Fix Markdown layout | Joas Schilling | 2014-04-18 | 1 | -4/+4 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Fix missing $vars line | Joas Schilling | 2014-04-18 | 2 | -2/+4 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Fix invalid @event and @since tags | Joas Schilling | 2014-04-18 | 3 | -3/+3 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Make event exporter compatible with php 5.3.3 | Joas Schilling | 2014-04-18 | 1 | -1/+1 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Fix export script | Joas Schilling | 2014-04-18 | 1 | -15/+44 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Move MD Exporter to separate file | Joas Schilling | 2014-04-18 | 2 | -0/+253 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Rename exporter to php_exporter | Joas Schilling | 2014-04-18 | 2 | -79/+26 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Move event exporter to namespace | Joas Schilling | 2014-04-18 | 3 | -40/+40 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Crawl the phpBB directory for events | Joas Schilling | 2014-04-18 | 3 | -86/+122 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Use class properties instead of parameters | Joas Schilling | 2014-04-18 | 4 | -129/+211 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Add more tests for the event exporter | Joas Schilling | 2014-04-18 | 6 | -40/+424 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Move grabbing the $vars array line to a method | Joas Schilling | 2014-04-18 | 1 | -15/+45 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Grab name of events with a function | Joas Schilling | 2014-04-18 | 1 | -35/+80 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Use the new class | Joas Schilling | 2014-04-18 | 1 | -275/+5 |
| | | | | | PHPBB3-12273 | ||||
| * | [ticket/12273] Add a basic set of tests for the exporter | Joas Schilling | 2014-04-18 | 5 | -0/+794 |
| | | | | | PHPBB3-12273 | ||||
| * | Merge pull request #2318 from prototech/ticket/12121 | Joas Schilling | 2014-04-16 | 1 | -0/+9 |
| |\ | | | | | | | | | | | | | [ticket/12121] Preserve link redirect counts when updating from 3.0.x. * prototech/ticket/12121: [ticket/12121] Preserve link redirect counts when updating from 3.0.x. | ||||
| | * | [ticket/12121] Preserve link redirect counts when updating from 3.0.x. | Cesar G | 2014-04-15 | 1 | -0/+9 |
| | | | | | | | | | PHPBB3-12121 | ||||
| * | | Merge pull request #2243 from n-aleha/ticket/12345 | Joas Schilling | 2014-04-16 | 2 | -2/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/12345] Improve search flood interval message for ascraeus * n-aleha/ticket/12345: [ticket/12345] Improve search flood interval message for ascraeus | ||||
| | * | | [ticket/12345] Improve search flood interval message for ascraeus | n-aleha | 2014-04-16 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Show to guests and users the remaining seconds until their next allowed search, if a search flood limit is enabled for them. PHPBB3-12345 | ||||
| * | | | Merge branch 'develop-olympus' into develop-ascraeus | Joas Schilling | 2014-04-16 | 1 | -0/+2 |
| |\ \ \ | |_|/ |/| | | | | | | | | * develop-olympus: [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail." | ||||
| | * | | Merge pull request #2324 from bantu/ticket/12417 | Joas Schilling | 2014-04-16 | 1 | -0/+2 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fai... * bantu/ticket/12417: [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail." | ||||
| | | * | | [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail." | Andreas Fischer | 2014-04-16 | 1 | -0/+2 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | hhvm-nightly 2014.04.16~precise introduced "Attempted to serialize unserializable builtin class DOMElement" errors when running functional tests. This reverts commit ff7cc77f9db66b7fddacd77f215d85cf0243b2fa. PHPBB3-12417 | ||||
| * | | | Merge pull request #2305 from n-aleha/ticket/12391 | Joas Schilling | 2014-04-16 | 1 | -3/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12391] Assign variables to core.posting_modify_template_vars * n-aleha/ticket/12391: [ticket/12391] Assign variables to core.posting_modify_template_vars | ||||
| | * | | | [ticket/12391] Assign variables to core.posting_modify_template_vars | n-aleha | 2014-04-14 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assign variables to event "core.posting_modify_template_vars". Also, fix a couple of typos. PHPBB3-12391 | ||||
