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
/
includes
/
extension
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'EXreaction/ticket/11415' into develop
David King
2013-05-18
3
-94
/
+113
|
\
|
*
[ticket/11415] Send the extension base the finder rather than the manager
Nathan Guse
2013-05-10
2
-10
/
+9
|
*
[ticket/11415] Create function in finder find_from_extension
Nathan Guse
2013-05-10
2
-13
/
+30
|
*
[ticket/11415] Make migrator/ext.manager dependencies of the base ext class
Nathaniel Guse
2013-05-01
2
-13
/
+23
|
*
[ticket/11415] Remove migrator dependency from extension manager
Nathaniel Guse
2013-05-01
1
-4
/
+1
|
*
[ticket/11415] Move migrator to base extension class from ext.manager
Nathaniel Guse
2013-05-01
2
-75
/
+86
|
*
[ticket/11415] Move while loop from ext manager to acp_extensions.php
Nathaniel Guse
2013-05-01
1
-18
/
+3
*
|
[ticket/11450] Fix all instances of phpbb_extension_metadata_manager
Joas Schilling
2013-05-08
1
-1
/
+1
*
|
[ticket/11450] Fix doc blocks and add missing class var $config
Joas Schilling
2013-05-08
1
-3
/
+41
*
|
[ticket/11450] Sort parameters alphabetically
Joas Schilling
2013-05-08
1
-3
/
+4
*
|
[ticket/11450] Remove unused $db and $phpEx from metadata_manager construct()
Joas Schilling
2013-05-08
1
-7
/
+1
|
/
*
[ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'
Nathan Guse
2013-04-24
3
-7
/
+7
*
[ticket/11362] Extension manager depends on filesystem
Joas Schilling
2013-04-17
1
-2
/
+4
*
[ticket/11362] Use new filesystem class in finder
Joas Schilling
2013-04-17
1
-2
/
+5
*
[ticket/11362] Correctly sanitise the directory path
Joas Schilling
2013-03-12
1
-1
/
+1
*
[ticket/11386] Send list of migrations instead of using load_migrations
Nathaniel Guse
2013-03-03
1
-12
/
+20
*
[ticket/11386] Fix circular reference error & serialize error
Nathaniel Guse
2013-03-02
1
-1
/
+0
*
[ticket/11386] Use finder to find migration files
Nathaniel Guse
2013-03-02
2
-19
/
+83
*
[feature/migrations] Call revert correctly when purging an extension
Nathaniel Guse
2013-02-09
1
-8
/
+13
*
[feature/migrations] Inject Migrator instead of using the container to fetch
Nathaniel Guse
2013-02-09
1
-7
/
+8
*
[feature/migrations] Fix path to extension migrations
Nathaniel Guse
2013-02-06
1
-1
/
+1
*
[feature/migrations] Automatically install/revert migrations for extensions
Nathan Guse
2013-02-06
1
-0
/
+62
*
[feature/migrations] Make the container available to extension installers
Nathan Guse
2013-02-06
2
-3
/
+25
*
[ticket/11309] phpbb_extension_interface::disable_step correct docblock.
Erik Frèrejean
2013-01-04
1
-1
/
+3
*
[ticket/11283] Extension manager follow symlinks.
Erik Frèrejean
2012-12-23
1
-1
/
+1
*
[ticket/11015] Change more docblocks.
Oleg Pudeyev
2012-12-04
2
-2
/
+2
*
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Igor Wiedler
2012-11-12
3
-120
/
+5
|
\
|
*
[feature/compiled-dic] Purge cache to make ext services available right away
David King
2012-11-10
1
-5
/
+5
|
*
[feature/compiled-dic] Compile the DI Container into a cached class
David King
2012-11-10
2
-115
/
+0
*
|
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Igor Wiedler
2012-11-12
5
-13
/
+419
|
\
\
|
|
/
|
*
[ticket/11154] Do not try to load any extensions when installing.
Oleg Pudeyev
2012-11-07
1
-1
/
+11
|
*
[ticket/10933] Expanded prose documentation for phpbb_extension_provider.
Oleg Pudeyev
2012-11-02
1
-2
/
+10
|
*
[ticket/10631] Removing un-needed TODOs that are no longer needed.
Unknown Bliss
2012-09-01
1
-4
/
+0
|
*
[ticket/10631] Fixing a few extension admin issues
Unknown Bliss
2012-09-01
1
-3
/
+0
|
*
[ticket/10631] Adjust prefixes to be easier to understand
Unknown Bliss
2012-09-01
1
-13
/
+13
|
*
[ticket/10631] Make failure to meet ext enable requirements clearer
Nathan Guse
2012-09-01
1
-2
/
+7
|
*
[ticket/10631] Metadata manager tests
Nathan Guse
2012-09-01
1
-29
/
+30
|
*
[ticket/10631] get_extension_metadata_manager -> create_extension_metadata_ma...
Nathan Guse
2012-09-01
1
-1
/
+1
|
*
[ticket/10631] Simplify exceptions
Nathan Guse
2012-09-01
2
-8
/
+35
|
*
[ticket/10631] Use exceptions for errors. Build action list dynamically.
Nathan Guse
2012-09-01
1
-36
/
+36
|
*
[ticket/10631] Fix some issues as noted in github comments, significantly sim...
Nathan Guse
2012-09-01
2
-102
/
+44
|
*
[ticket/10631] Additional validation
Nathan Guse
2012-09-01
1
-51
/
+25
|
*
[ticket/10631] Remove code duplication
Nathan Guse
2012-09-01
1
-13
/
+20
|
*
[ticket/10631] Validation for extensions
Nathan Guse
2012-09-01
2
-121
/
+184
|
*
[ticket/10631] Use display name if available
Nathan Guse
2012-09-01
1
-11
/
+8
|
*
[ticket/10631] Fixing some more issues
Nathan Guse
2012-09-01
1
-17
/
+18
|
*
[ticket/10631] Various tidbits and cleanup on the acp extensions manager
Nathan Guse
2012-09-01
2
-21
/
+56
|
*
[ticket/10631] Template shouldn't be required
Michael Cullum
2012-09-01
1
-7
/
+5
|
*
[ticket/10631] Fixing and finishing the extension metadata class.
Michael Cullum
2012-09-01
1
-24
/
+43
|
*
[ticket/10631] Some tidying up
Michael Cullum
2012-09-01
2
-60
/
+12
[next]