Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 1 | -10/+12 |
| | | | | PHPBB3-14039 | ||||
* | Merge branch '3.1.x' | Marc Alexander | 2015-05-28 | 2 | -3/+87 |
|\ | |||||
| * | [ticket/13872] Allow template events to have a changed version | Joas Schilling | 2015-05-28 | 2 | -3/+87 |
| | | | | | | | | PHPBB3-13872 | ||||
* | | Merge branch '3.1.x' | Nicofuma | 2015-05-06 | 2 | -10/+159 |
|\ \ | |/ | |||||
| * | [ticket/13807] Fix minor coding flaws | Joas Schilling | 2015-05-02 | 1 | -2/+3 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Add an option to generate a diff for the release highlights | Joas Schilling | 2015-05-02 | 2 | -5/+30 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Allow filtering template events | Joas Schilling | 2015-05-02 | 1 | -1/+27 |
| | | | | | | | | PHPBB3-13807 | ||||
| * | [ticket/13807] Allow filtering events by phpBB version | Joas Schilling | 2015-05-02 | 1 | -4/+101 |
| | | | | | | | | PHPBB3-13807 | ||||
* | | [ticket/13725] Coding guidelines: static public | Matt Friedman | 2015-03-27 | 2 | -2/+2 |
| | | | | | | | | PHPBB3-13725 | ||||
* | | Merge branch '3.1.x' | Andreas Fischer | 2015-02-22 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN | ||||
| * | [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN | Nicofuma | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | PHP_INT_MIN isn't a defined constant but it can be calculed by ~PHP_INT_MAX (two's complement of PHP_INT_MAX) PHPBB3-13643 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Nils Adermann | 2015-01-22 | 1 | -13/+46 |
|\ \ | |/ | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13361] Rename exception to runtime_exception [ticket/13361] Fix the JsonResponse in the exception listener [ticket/13361] Add tests [ticket/13361] Support ajax request (send a json response) [ticket/13361] Improve the exception listener | ||||
| * | Merge pull request #3173 from Nicofuma/ticket/13361 | Nils Adermann | 2015-01-22 | 1 | -13/+46 |
| |\ | | | | | | | [ticket/13361] Improve the exception listener | ||||
| | * | [ticket/13361] Fix the JsonResponse in the exception listener | Tristan Darricau | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | [ticket/13361] Add tests | Tristan Darricau | 2015-01-11 | 1 | -3/+7 |
| | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | [ticket/13361] Support ajax request (send a json response) | Tristan Darricau | 2015-01-10 | 1 | -9/+25 |
| | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | [ticket/13361] Improve the exception listener | Tristan Darricau | 2014-11-23 | 1 | -4/+17 |
| | | | | | | | | | | | | PHPBB3-13361 | ||||
* | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-20 | 2 | -0/+45 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php | ||||
| * | | [ticket/13489] Disable the event dispatcher in the migrator | Tristan Darricau | 2015-01-14 | 2 | -0/+45 |
| |/ | | | | | | | PHPBB3-13489 | ||||
* | | [ticket/13063] Introduces a new \phpbb\routing\router class | Tristan Darricau | 2014-11-20 | 1 | -82/+0 |
| | | | | | | | | PHPBB3-13063 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-10-15 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | [ticket/13124] Also trim spaces in front of comments except for first line | Marc Alexander | 2014-10-06 | 1 | -7/+7 |
| | | | | | | | | PHPBB3-13124 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-09-17 | 1 | -39/+0 |
|\ \ | |/ | | | | | | | * develop-ascraeus: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass | ||||
| * | [ticket/13061] Replace the service event.subscriber_loader by a compiler pass | Tristan Darricau | 2014-09-13 | 1 | -39/+0 |
| | | | | | | | | PHPBB3-13061 | ||||
* | | [ticket/12958] Remove more references of subsilver2 | Joas Schilling | 2014-08-10 | 1 | -8/+3 |
|/ | | | | PHPBB3-12958 | ||||
* | [ticket/12557] Fix php file description | n-aleha | 2014-08-07 | 1 | -2/+2 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12782] Add doc block | Tristan Darricau | 2014-06-28 | 2 | -1/+11 |
| | | | | PHPBB3-12782 | ||||
* | [ticket/12782] Use an interface for the phpbb event_dispatcher | Tristan Darricau | 2014-06-28 | 2 | -1/+34 |
| | | | | PHPBB3-12782 | ||||
* | [ticket/12766] Event exporter does not like RCx as version | PayBas | 2014-06-25 | 2 | -2/+2 |
| | | | | PHPBB3-12766 | ||||
* | [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman | Tristan Darricau | 2014-06-16 | 1 | -1/+2 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 9 | -36/+63 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11497] Remove 'ext.finder' from services' list | Nicofuma | 2014-05-03 | 1 | -7/+8 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/12273] Move $extension to constructor so the path is always set | Joas Schilling | 2014-04-28 | 2 | -32/+24 |
| | | | | 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] 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] 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] Use multiline arrays instead of array_merge() | Joas Schilling | 2014-04-25 | 1 | -26/+58 |
| | | | | PHPBB3-12273 | ||||
* | [ticket/12273] Use array_merge instead of += | Joas Schilling | 2014-04-24 | 1 | -4/+4 |
| | | | | PHPBB3-12273 |