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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/avatars] Implement better treatment of avatar errors
Marc Alexander
2012-11-25
4
-25
/
+21
*
[feature/avatars] Small cosmetic changes
Marc Alexander
2012-11-25
4
-15
/
+9
*
[feature/avatars] Add static methods for handling driver names
Marc Alexander
2012-11-25
5
-12
/
+38
*
[feature/avatars] Small fixes
Marc Alexander
2012-11-25
1
-7
/
+4
*
[feature/avatars] Only create avatar objects if necessary
Marc Alexander
2012-11-25
6
-6
/
+14
*
[feature/avatars] Miscellaneous fixes
Marc Alexander
2012-11-25
6
-17
/
+20
*
[feature/avatars] Remove unnecessary abbreviations
Marc Alexander
2012-11-25
8
-63
/
+63
*
[feature/avatars] Remove obsolete functions from functions_user.php
Marc Alexander
2012-11-22
1
-466
/
+0
*
[feature/avatars] Add support for modularized avatars to ucp groups
Marc Alexander
2012-11-22
1
-93
/
+91
*
[feature/avatars] Use RecursiveDirectoryIterator for gallery avatar
Marc Alexander
2012-11-21
1
-33
/
+21
*
[feature/avatars] Get rid of array_keys() in gallery avatar
Marc Alexander
2012-11-21
1
-3
/
+6
*
[feature/avatars] Use isset() instead of in_array()
Marc Alexander
2012-11-21
1
-2
/
+2
*
[feature/avatars] Use in_array() and fix tabbing
Marc Alexander
2012-11-21
1
-4
/
+4
*
[feature/avatars] Move avatar specific settings to drivers
Marc Alexander
2012-11-21
7
-9
/
+76
*
[feature/avatars] Check if gravatar is within min/max width/height
Marc Alexander
2012-11-21
1
-0
/
+18
*
[feature/avatars] Use constant for URL and fix usage of getimagesize
Marc Alexander
2012-11-21
1
-16
/
+39
*
[feature/avatars] Use protected instead of private
Marc Alexander
2012-11-19
4
-12
/
+12
*
[feature/avatars] Fix the docs and small naming fixes
Marc Alexander
2012-11-19
6
-20
/
+66
*
[feature/avatars] Use https for gravatar
Marc Alexander
2012-11-19
1
-3
/
+2
*
[feature/avatars] Fix local and upload avatar in the ACP
Marc Alexander
2012-11-18
1
-2
/
+3
*
[feature/avatars] Handle deletion of avatars
Marc Alexander
2012-11-18
3
-4
/
+16
*
[feature/avatars] Add missing assign_block_vars() for avatar options
Marc Alexander
2012-11-18
1
-0
/
+4
*
[feature/avatars] Use request class in upload avatar
Marc Alexander
2012-11-17
1
-1
/
+2
*
[feature/avatars] Small fixes after transition to service containers
Marc Alexander
2012-11-17
1
-1
/
+1
*
[feature/avatars] Fix acp front-end of user and group avatars
Marc Alexander
2012-11-17
3
-31
/
+34
*
[feature/avatars] Check for gravatar when checking the avatar module_auth
Marc Alexander
2012-11-16
1
-1
/
+1
*
[feature/avatars] Add gravatar to avatar settings
Marc Alexander
2012-11-16
1
-0
/
+1
*
[feature/avatars] Use correct names of input fields
Marc Alexander
2012-11-16
3
-5
/
+5
*
[feature/avatars] Shorten avatar driver's class name
Marc Alexander
2012-11-16
7
-10
/
+10
*
[feature/avatars] Shorten needed language variable for avatar title
Marc Alexander
2012-11-16
1
-4
/
+5
*
[feature/avatars] Add service containers for avatars
Marc Alexander
2012-11-15
7
-52
/
+58
*
[feature/avatars] Add support for custom avatar HTML code
Marc Alexander
2012-11-14
3
-3
/
+3
*
[feature/avatars] Add barebone gravatar driver
Marc Alexander
2012-11-13
1
-0
/
+148
*
[feature/avatars] Fix coding guidelines infractions
Marc Alexander
2012-11-12
3
-5
/
+12
*
Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...
Marc Alexander
2012-11-12
15
-248
/
+1239
|
\
|
*
Merge branch 'develop' into feature/avatars
Igor Wiedler
2012-07-21
40
-275
/
+1736
|
|
\
|
*
|
[feature/avatars] Rewrite drivers to use full class name
Igor Wiedler
2012-06-27
7
-36
/
+66
|
*
|
[feature/avatars] Remove unneeded argument for driver prepare_form()
Igor Wiedler
2012-06-27
4
-7
/
+7
|
*
|
[feature/avatars] Fix error in avatar_manager::clean_row
Igor Wiedler
2012-06-27
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'upstream/develop' into feature/avatars
Igor Wiedler
2012-06-27
45
-420
/
+884
|
|
\
\
|
*
|
|
[feature/avatars] Fix clean_row regex, thanks to chris
Igor Wiedler
2012-04-08
1
-1
/
+1
|
*
|
|
[feature/avatars] Do not assign in an if statement
Igor Wiedler
2012-04-08
1
-1
/
+2
|
*
|
|
[feature/avatars] Update avatars in database_update
Igor Wiedler
2012-04-08
1
-57
/
+13
|
*
|
|
[feature/avatars] Simplify clean_row, move it to avatar manager
Igor Wiedler
2012-04-08
7
-57
/
+24
|
*
|
|
[feature/avatars] Introduce an avatar driver interface
Igor Wiedler
2012-04-08
6
-33
/
+87
|
*
|
|
[feature/avatars] Introduce global phpbb_avatar_manager
Igor Wiedler
2012-04-08
4
-28
/
+17
|
*
|
|
[feature/avatars] Fix CS
Igor Wiedler
2012-04-07
1
-1
/
+2
|
*
|
|
[feature/avatars] Use request object in avatar drivers
Igor Wiedler
2012-04-07
9
-21
/
+33
|
*
|
|
[feature/avatars] Remove unneeded require (class is now autoloaded)
Igor Wiedler
2012-04-07
1
-2
/
+0
|
*
|
|
[feature/avatars] Fix avatar driver filename for autoloading
Igor Wiedler
2012-04-07
1
-0
/
+0
[next]