Marc Alexander
fc4069f81d
[feature/avatars] Use seperate function for retrieving all drivers
...
PHPBB3-10018
2012-12-04 00:59:37 +01:00
Marc Alexander
215ac6a0da
[feature/avatars] Removed unneeded dependencies
...
PHPBB3-10018
2012-12-01 21:28:44 +01:00
Marc Alexander
d439f47710
[feature/avatars] Fix docblocks and minor cosmetic issues
...
PHPBB3-10018
2012-12-01 00:27:52 +01:00
Marc Alexander
081440f6c4
[feature/avatars] Create setting for enabling avatar in manager
...
PHPBB3-10018
2012-11-30 23:11:44 +01:00
Marc Alexander
33b98dc5ba
[feature/avatars] Fix variable names
...
PHPBB3-10018
2012-11-30 16:46:11 +01:00
Marc Alexander
d5cbedaaa2
[feature/avatars] Let avatar manager handle $ignore_config
...
The avatar manager already handles if avatars are enabled. It should also
handle ignoring the config settings.
PHPBB3-10018
2012-11-30 15:12:34 +01:00
Marc Alexander
f4ad60e2cf
[feature/avatars] Get list of enabled drivers from avatar manager
...
This shouldn't be done in the avatar drivers. We need to force the
display all avatar drivers in the ACP or it won't be possible to enable
avatars after they have been disabled.
PHPBB3-10018
2012-11-30 01:07:10 +01:00
Marc Alexander
f851d763f9
[feature/avatars] Even more fixes to docblocks
...
PHPBB3-10018
2012-11-25 21:14:05 +01:00
Marc Alexander
06639729ea
[feature/avatars] Add static methods for handling driver names
...
PHPBB3-10018
2012-11-25 16:05:57 +01:00
Marc Alexander
01b313ea26
[feature/avatars] Use isset() instead of in_array()
...
PHPBB3-10018
2012-11-21 19:20:39 +01:00
Marc Alexander
8c782122c1
[feature/avatars] Use in_array() and fix tabbing
...
PHPBB3-10018
2012-11-21 17:24:02 +01:00
Marc Alexander
858c59279c
[feature/avatars] Use protected instead of private
...
PHPBB3-10018
2012-11-19 23:50:34 +01:00
Marc Alexander
8d0c667dce
[feature/avatars] Fix the docs and small naming fixes
...
PHPBB3-10018
2012-11-19 00:30:18 +01:00
Marc Alexander
0a5d54cc9b
[feature/avatars] Shorten avatar driver's class name
...
The addition of "core_" that was used until now would require additional
avatar drivers (e.g. in extensions) to also include that in their class
name which would be incorrect.
PHPBB3-10018
2012-11-16 17:19:04 +01:00
Marc Alexander
60b4c907b2
[feature/avatars] Add service containers for avatars
...
PHPBB3-10018
2012-11-15 18:10:54 +01:00
Marc Alexander
940d768592
[feature/avatars] Fix coding guidelines infractions
2012-11-12 16:27:45 +01:00
Igor Wiedler
df16bd1c49
[feature/avatars] Rewrite drivers to use full class name
...
* Use full driver class name as avatar_type value
* Move avatar drivers to core namespace
* Make avatars installable through extensions
PHPBB3-10018
2012-06-27 21:02:07 +02:00
Igor Wiedler
6d994380d7
[feature/avatars] Fix error in avatar_manager::clean_row
...
PHPBB3-10018
2012-06-27 14:48:51 +02:00
Igor Wiedler
f273ab16ae
[feature/avatars] Fix clean_row regex, thanks to chris
...
PHPBB3-10018
2012-04-08 22:28:40 +02:00
Igor Wiedler
3b71e81cfb
[feature/avatars] Simplify clean_row, move it to avatar manager
...
PHPBB3-10018
2012-04-08 21:29:52 +02:00
Igor Wiedler
0898d11457
[feature/avatars] Fix CS
...
PHPBB3-10018
2012-04-07 20:27:11 +02:00
Igor Wiedler
e861bb0e04
[feature/avatars] Use request object in avatar drivers
...
PHPBB3-10018
2012-04-07 19:20:11 +02:00
Igor Wiedler
3b0e0dba32
[feature/avatars] Remove unneeded require (class is now autoloaded)
...
PHPBB3-10018
2012-04-07 19:08:54 +02:00
Cullen Walsh
6d0f2e4788
[feature/avatars] Fixing typos in avatar manager and local avatars
...
See above
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
84099e5bc1
[feature/avatars] Support proper avatar deletion, stub ACP
...
Fixing avatar deletion in the UCP and ACP, and stubbing the ACP
configuration page. I'll admit I kind of got caught carried away, so
this really should be a couple separate commits.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
f102d9a631
[feature/avatars] Various cosmetic changes
...
Various small changes based on feedback from nn-
* Renaming $php_ext to $phpEx
* Fixing copyright years
* Explain $ignore_config
* Explain Regex
* Copypasta package error
* rename get_singleton
PHPBB3-10018
2012-03-18 22:19:17 +00:00
Cullen Walsh
7abded081d
[feature/avatars] UCP Avatar Interface
...
This stubs out the avatar form fields and how form processing will
occur. Form processing is not yet implemented, but shouldn't be too
hard. After this I will refactor/duplicate some of the logic for the
ACP.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Cullen Walsh
1bd3d40121
[feature/avatars] Refactor avatars to use manager
...
Manager now stores singletons of each driver to speed loading.
PHPBB3-10018
2012-03-18 22:19:16 +00:00