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
*
[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
*
[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
*
[ticket/10631] Remove the now un-used method
Michael Cullum
2012-09-01
1
-65
/
+0
*
[ticket/10631] Adding extension metadata manager class
Michael Cullum
2012-09-01
1
-0
/
+368
*
[ticket/10631] Fixing some items mentioned in PR
Michael Cullum
2012-09-01
1
-0
/
+64
*
[ticket/11054] Fixed $config var description
David King
2012-08-15
1
-2
/
+2
*
[ticket/11054] The user class is phpbb_user
David King
2012-08-14
1
-1
/
+1
*
[ticket/11054] Fixed documentation syntax for @var in extension/controller.php
David King
2012-08-14
1
-7
/
+14
*
[ticket/11041] Correctly import PHP file extension from global space.
Andreas Fischer
2012-08-02
1
-2
/
+2
*
[ticket/11012] Normalize $phpEx member vars to $php_ext
Igor Wiedler
2012-07-21
3
-17
/
+17
*
[ticket/10735] Changing locator paths structure
Vjacheslav Trushkin
2012-03-31
1
-4
/
+14
*
Merge pull request #662 from imkingdavid/ticket/10586
Igor Wiedler
2012-03-30
2
-1
/
+78
|
\
|
*
[ticket/10586] Added visibility indication to __construct()
David King
2012-03-28
1
-1
/
+1
|
*
[ticket/10586] Remove handle() from abstract class, undo change in index.php
David King
2012-03-28
2
-8
/
+1
|
*
[ticket/10586] Do not pass as reference
David King
2012-03-28
1
-6
/
+5
|
*
[ticket/10586] Make the abstract class implement the original interface
David King
2012-03-28
2
-1
/
+32
|
*
[ticket/10586] Change the interface to an abstract class
David King
2012-03-28
2
-31
/
+85
*
|
Merge remote-tracking branch 'imkingdavid/ticket/10586' into develop
Igor Wiedler
2012-03-28
2
-0
/
+53
|
\
\
|
|
/
|
*
[ticket/10586] Tidy up comments
David King
2012-03-27
1
-1
/
+1
|
*
[ticket/10586] Sanitize periods from class names, use manager to get path.
David King
2012-03-19
1
-1
/
+1
|
*
[ticket/10586] Extension front controller
David King
2012-03-19
2
-0
/
+53
*
|
[ticket/10703] Added a condition to check if ext directory exists
Dhruv Goel
2012-03-23
1
-0
/
+4
|
/
*
[ticket/10663] Extension finder should not find subdirs with directory filter
Nils Adermann
2012-02-21
1
-0
/
+4
*
[ticket/10614] Unbreak all_available on extension manager.
Oleg Pudeyev
2012-02-11
1
-1
/
+2
*
[ticket/10614] Check if cache exists before destroying it
Igor Wiedler
2012-02-09
1
-5
/
+20
*
[ticket/10614] Remove ext manager exceptions for now
Igor Wiedler
2012-02-09
1
-19
/
+1
*
[ticket/10614] Refactor list command to use manager API
Igor Wiedler
2012-02-09
1
-1
/
+11
*
[ticket/10614] Tweak list output, show state, purge cache, handle missing exts
Igor Wiedler
2012-02-09
1
-1
/
+19
*
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
5
-5
/
+5
*
[ticket/10323] slight potential performance improvement
Igor Wiedler
2011-11-20
1
-4
/
+4
[next]