index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
phpbb
/
event
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/13124] Also trim spaces in front of comments except for first line
Marc Alexander
2014-10-06
1
-7
/
+7
*
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
Tristan Darricau
2014-09-13
1
-39
/
+0
*
[ticket/12557] Fix php file description
n-aleha
2014-08-07
1
-2
/
+2
*
[ticket/12782] Add doc block
Tristan Darricau
2014-06-28
2
-1
/
+11
*
[ticket/12782] Use an interface for the phpbb event_dispatcher
Tristan Darricau
2014-06-28
2
-1
/
+34
*
[ticket/12766] Event exporter does not like RCx as version
PayBas
2014-06-25
2
-2
/
+2
*
[ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman
Tristan Darricau
2014-06-16
1
-1
/
+2
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
9
-36
/
+63
*
[ticket/11497] Remove 'ext.finder' from services' list
Nicofuma
2014-05-03
1
-7
/
+8
*
[ticket/12273] Move $extension to constructor so the path is always set
Joas Schilling
2014-04-28
2
-32
/
+24
*
[ticket/12273] Find events.md relative from the path not the phpbb root
Joas Schilling
2014-04-28
1
-3
/
+8
*
[ticket/12273] Do not look in extensions docs/ and tests/ directory
Joas Schilling
2014-04-28
1
-0
/
+2
*
[ticket/12273] Also check file for adm "Location:" events
Joas Schilling
2014-04-28
1
-0
/
+5
*
[ticket/12273] Do not allow template events in non-html files
Joas Schilling
2014-04-28
1
-1
/
+1
*
[ticket/12273] Fix return description
Joas Schilling
2014-04-28
1
-1
/
+1
*
[ticket/12273] Allow to filter events for extensions
Joas Schilling
2014-04-28
2
-23
/
+51
*
[ticket/12273] Remove old parameter from function call
Joas Schilling
2014-04-28
1
-3
/
+2
*
[ticket/12273] Fix table header for adm events
Joas Schilling
2014-04-27
1
-1
/
+1
*
[ticket/12273] Add root path to recursive_event_filter_iterator
Joas Schilling
2014-04-27
2
-11
/
+35
*
[ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
Joas Schilling
2014-04-26
2
-42
/
+59
*
[ticket/12273] Use RecursiveDirectoryIterator in md_exporter
Joas Schilling
2014-04-26
1
-16
/
+16
*
[ticket/12273] Fix doc blocks
Joas Schilling
2014-04-26
2
-6
/
+35
*
[ticket/12273] Do not allow 3.1-A1 for template events
Joas Schilling
2014-04-25
1
-2
/
+0
*
[ticket/12273] Sort arguments alphabetically before exporting
Joas Schilling
2014-04-25
1
-0
/
+1
*
[ticket/12273] Do not allow 3.1-A1 version
Joas Schilling
2014-04-25
1
-13
/
+5
*
[ticket/12273] Use multiline arrays instead of array_merge()
Joas Schilling
2014-04-25
1
-26
/
+58
*
[ticket/12273] Use array_merge instead of +=
Joas Schilling
2014-04-24
1
-4
/
+4
*
[ticket/12273] Fix method name of test and fix undefined index
Joas Schilling
2014-04-24
1
-0
/
+11
*
[ticket/12273] Verify the result of the .md file to the source
Joas Schilling
2014-04-24
1
-15
/
+151
*
[ticket/12273] Only check selected files
Joas Schilling
2014-04-24
1
-3
/
+6
*
[ticket/12273] Verify that the events are still in the named files
Joas Schilling
2014-04-24
1
-10
/
+43
*
[ticket/12273] Fix missing space in some Exceptions
Joas Schilling
2014-04-20
1
-6
/
+7
*
[ticket/12273] Remove duplicated code
Joas Schilling
2014-04-20
1
-33
/
+16
*
[ticket/12273] Add file line to exception message
Joas Schilling
2014-04-20
1
-29
/
+44
*
[ticket/12273] Move phpBB test to new file and use a data provider
Joas Schilling
2014-04-20
1
-1
/
+6
*
[ticket/12273] Allow multiple $vars lines
Joas Schilling
2014-04-20
1
-9
/
+27
*
[ticket/12273] Do not use Inline control structures
Joas Schilling
2014-04-18
1
-3
/
+9
*
[ticket/12273] Make event exporter compatible with php 5.3.3
Joas Schilling
2014-04-18
1
-1
/
+1
*
[ticket/12273] Move MD Exporter to separate file
Joas Schilling
2014-04-18
1
-0
/
+223
*
[ticket/12273] Rename exporter to php_exporter
Joas Schilling
2014-04-18
1
-72
/
+21
*
[ticket/12273] Move event exporter to namespace
Joas Schilling
2014-04-18
1
-0
/
+610
*
[ticket/12016] Use a service provider for event listeners
Joas Schilling
2013-11-13
1
-12
/
+8
*
[task/code-sniffer] Replace spaces with tabs.
Andreas Fischer
2013-10-30
1
-46
/
+46
*
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
Andreas Fischer
2013-10-30
6
-48
/
+0
*
[ticket/11981] Fix code sniffer complaints
Marc Alexander
2013-10-28
1
-1
/
+0
*
[ticket/11700] Fix extension loading with namespaces
Nils Adermann
2013-09-19
3
-6
/
+6
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
1
-1
/
+0
|
\
|
*
[ticket/11784] Remove naming redundancy for event listeners
Matt Friedman
2013-08-13
1
-1
/
+0
*
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
6
-22
/
+34
|
/
*
[ticket/11698] Moving all autoloadable files to phpbb/
Nils Adermann
2013-07-14
6
-0
/
+367