aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13124] Also trim spaces in front of comments except for first lineMarc Alexander2014-10-061-7/+7
| | | | PHPBB3-13124
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-39/+0
| | | | PHPBB3-13061
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-2/+2
| | | | PHPBB3-12557
* [ticket/12782] Add doc blockTristan Darricau2014-06-282-1/+11
| | | | PHPBB3-12782
* [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-282-1/+34
| | | | PHPBB3-12782
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-252-2/+2
| | | | PHPBB3-12766
* [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllmanTristan Darricau2014-06-161-1/+2
| | | | PHPBB3-12721
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-279-36/+63
| | | | PHPBB3-12594
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-7/+8
| | | | PHPBB3-11497
* [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] Use multiline arrays instead of array_merge()Joas Schilling2014-04-251-26/+58
| | | | 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
* [ticket/12273] Add file line to exception messageJoas Schilling2014-04-201-29/+44
| | | | PHPBB3-12273
* [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-201-1/+6
| | | | PHPBB3-12273
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-201-9/+27
| | | | PHPBB3-12273
* [ticket/12273] Do not use Inline control structuresJoas Schilling2014-04-181-3/+9
| | | | PHPBB3-12273
* [ticket/12273] Make event exporter compatible with php 5.3.3Joas Schilling2014-04-181-1/+1
| | | | PHPBB3-12273
* [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-181-0/+223
| | | | PHPBB3-12273
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-72/+21
| | | | PHPBB3-12273
* [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-181-0/+610
| | | | PHPBB3-12273
* [ticket/12016] Use a service provider for event listenersJoas Schilling2013-11-131-12/+8
| | | | | | This allows them to use dependency injection PHPBB3-12016
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-46/+46
| | | | PHPBB3-11980
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-306-48/+0
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+0
| | | | PHPBB3-11981
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-193-6/+6
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-131-1/+0
| | | | | | | | PHPBB3-11784
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-166-22/+34
|/ | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-146-0/+367
PHPBB3-11698