fb139a8820
[feature/avatars] Fix behavior of avatar manager and variables
...
The $force_all variable was only partially removed and the behavior was
not consistent in all files.
PHPBB3-10018
2012-12-04 15:12:04 +01:00
8aaa3e055f
[feature/avatars] Use seperate function for retrieving the config name
...
PHPBB3-10018
2012-12-04 15:11:14 +01:00
fc4069f81d
[feature/avatars] Use seperate function for retrieving all drivers
...
PHPBB3-10018
2012-12-04 00:59:37 +01:00
b42ca792fd
[feature/avatars] Minor variable naming fixes
...
PHPBB3-10018
2012-12-04 00:49:37 +01:00
215ac6a0da
[feature/avatars] Removed unneeded dependencies
...
PHPBB3-10018
2012-12-01 21:28:44 +01:00
d439f47710
[feature/avatars] Fix docblocks and minor cosmetic issues
...
PHPBB3-10018
2012-12-01 00:27:52 +01:00
081440f6c4
[feature/avatars] Create setting for enabling avatar in manager
...
PHPBB3-10018
2012-11-30 23:11:44 +01:00
33b98dc5ba
[feature/avatars] Fix variable names
...
PHPBB3-10018
2012-11-30 16:46:11 +01:00
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
562ebe5c12
[feature/avatars] Unify size of avatar_type
...
Previously it was set to 255 in one file while it was 32 in other files.
As the size of 32 is rather low this was increased to 255.
PHPBB3-10018
2012-11-30 14:36:18 +01:00
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
81a1a21185
[feature/avatars] Properly implement custom HTML in the interface
...
Previously the driver class added a variable that defined wether an avatar
driver would return custom HTML. The existence of this variable was
implied in the interface. It's also not needed which is why it has been
removed.
PHPBB3-10018
2012-11-29 23:08:29 +01:00
cb1d98ab7f
[feature/avatars] Check for existing functions rather than using _once
...
PHPBB3-10018
2012-11-26 23:06:38 +01:00
0abec06b09
[feature/avatars] Change gravatar explain as discussed in PR
...
PHPBB3-10018
2012-11-25 21:16:21 +01:00
f851d763f9
[feature/avatars] Even more fixes to docblocks
...
PHPBB3-10018
2012-11-25 21:14:05 +01:00
6522190ff1
[feature/avatars] Docblock fixes and small change for php_ext
...
PHPBB3-10018
2012-11-25 20:50:31 +01:00
a77fcdb5f9
[feature/avatars] Implement better treatment of avatar errors
...
PHPBB3-10018
2012-11-25 17:01:21 +01:00
f8256ed00f
[feature/avatars] Small cosmetic changes
...
PHPBB3-10018
2012-11-25 16:18:51 +01:00
06639729ea
[feature/avatars] Add static methods for handling driver names
...
PHPBB3-10018
2012-11-25 16:05:57 +01:00
6d061304af
[feature/avatars] Small fixes
...
PHPBB3-10018
2012-11-25 15:03:35 +01:00
67c2e48d15
[feature/avatars] Only create avatar objects if necessary
...
PHPBB3-10018
2012-11-25 14:33:13 +01:00
ce5e2f1677
[feature/avatars] Miscellaneous fixes
...
PHPBB3-10018
2012-11-25 01:18:27 +01:00
7945ffa2a1
[feature/avatars] Use new avatar types in database updater
...
PHPBB3-10018
2012-11-25 01:02:43 +01:00
ce44e3908e
[feature/avatars] Remove unnecessary abbreviations
...
PHPBB3-10018
2012-11-25 00:54:34 +01:00
2b91719906
[feature/avatars] Add allow_avatar_gravatar to schema_data.sql
...
PHPBB3-10018
2012-11-22 18:38:36 +01:00
5ff343f1e6
[feature/avatars] Remove duplicate form enctype
...
PHPBB3-10018
2012-11-22 11:58:45 +01:00
211abe2ac9
[feature/avatars] Remove obsolete functions from functions_user.php
...
The removed functions are no longer needed due to the new avatar system.
PHPBB3-10018
2012-11-22 00:39:02 +01:00
5289dc52a3
[feature/avatars] Add support for modularized avatars to ucp groups
...
This seems to be the last component where the new avatars system was still
missing.
PHPBB3-10018
2012-11-22 00:00:45 +01:00
8a01bc1718
[feature/avatars] Use RecursiveDirectoryIterator for gallery avatar
...
RecursiveDirectoryIterator is now used for populating the avatar list
array of the gallery avatar.
PHPBB3-10018
2012-11-21 21:42:42 +01:00
24ac039336
[feature/avatars] Get rid of array_keys() in gallery avatar
...
PHPBB3-10018
2012-11-21 20:01:50 +01:00
01b313ea26
[feature/avatars] Use isset() instead of in_array()
...
PHPBB3-10018
2012-11-21 19:20:39 +01:00
8c782122c1
[feature/avatars] Use in_array() and fix tabbing
...
PHPBB3-10018
2012-11-21 17:24:02 +01:00
726d1a16d7
[feature/avatars] Move avatar specific settings to drivers
...
PHPBB3-10018
2012-11-21 17:15:35 +01:00
9b61204a17
[feature/avatars] Check if gravatar is within min/max width/height
...
PHPBB3-10018
2012-11-21 16:27:20 +01:00
b7b14f9a05
[feature/avatars] Use constant for URL and fix usage of getimagesize
...
We now use a constant for the gravatar URL. Additionally the usage of
getimagesize() was reduced. It should only be run if the user didn't
specify both the width and height of the avatar.
PHPBB3-10018
2012-11-21 16:20:14 +01:00
858c59279c
[feature/avatars] Use protected instead of private
...
PHPBB3-10018
2012-11-19 23:50:34 +01:00
8d0c667dce
[feature/avatars] Fix the docs and small naming fixes
...
PHPBB3-10018
2012-11-19 00:30:18 +01:00
bea6e845d3
[feature/avatars] Use https for gravatar
...
PHPBB3-10018
2012-11-19 00:27:22 +01:00
7521c077a9
[feature/avatars] Miscellaenous template fixes
...
PHPBB3-10018
2012-11-18 23:16:37 +01:00
c2ba24558f
[feature/avatars] Fix local and upload avatar in the ACP
...
PHPBB3-10018
2012-11-18 23:11:40 +01:00
959bc183bf
[feature/avatars] Handle deletion of avatars
...
Previously this wasn't handled correctly if at all.
PHPBB3-10018
2012-11-18 23:09:09 +01:00
d8510356d6
[feature/avatars] Add subsilver2 support
...
This implementation might not be perfect though.
PHPBB3-10018
2012-11-18 20:47:29 +01:00
1c3b3621db
[feature/avatars] Add missing assign_block_vars() for avatar options
...
This is needed for selecting the gallery avatar while using subsilver2.
PHPBB3-10018
2012-11-18 20:45:51 +01:00
072615dc6e
[feature/avatars] Use request class in upload avatar
...
PHPBB3-10018
2012-11-17 13:55:47 +01:00
0a8d1220a3
[feature/avatars] Small fixes after transition to service containers
...
PHPBB3-10018
2012-11-17 13:53:24 +01:00
c70cbfac43
[feature/avatars] Fix acp front-end of user and group avatars
...
Due to the changes to the avatar manager etc. these had to be updated.
PHPBB3-10018
2012-11-17 00:50:23 +01:00
5d0a20bbb6
[feature/avatars] Add missing language variables for avatars
...
PHPBB3-10018
2012-11-16 23:07:51 +01:00
ac7c3d2b8d
[feature/avatars] Check for gravatar when checking the avatar module_auth
...
PHPBB3-10018
2012-11-16 23:04:09 +01:00
ca30135391
[feature/avatars] Add gravatar to avatar settings
...
PHPBB3-10018
2012-11-16 22:59:29 +01:00
517d3f56ac
[feature/avatars] Use correct names of input fields
...
The name of the avatar input fields seem to have been copied from the local
avatar (gallery avatar). Since the input fields have different names in
the template files of the remote and gravatar avatars this will not
properly default to the entered values.
Additionally, the focused driver wasn't correctly filtered causing use to
always default to no avatar.
PHPBB3-10018
2012-11-16 17:39:32 +01:00