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
/
acp
/
acp_users.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1854 from Pico88/ticket/12005
Nathan Guse
2013-11-21
1
-3
/
+0
|
\
|
*
[ticket/12005] Remove PM popup setting from user preferences
Lukasz
2013-11-08
1
-3
/
+0
*
|
Merge pull request #1815 from marc1706/ticket/11525
Nils Adermann
2013-11-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/11525] Only remove group or user prefix from given avatar data
Marc Alexander
2013-10-24
1
-1
/
+1
*
|
Merge pull request #1812 from prototech/ticket/11746
Nathan Guse
2013-11-02
1
-0
/
+3
|
\
\
|
*
|
[ticket/11746] Delete the notification after user is approved & fix language.
Cesar G
2013-10-26
1
-1
/
+1
|
*
|
[ticket/11746] Add "admin activation required" notification.
Cesar G
2013-10-24
1
-0
/
+3
|
|
/
*
|
[task/code-sniffer] Replace spaces with tabs.
Andreas Fischer
2013-10-30
1
-2
/
+2
|
/
*
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
1
-2
/
+2
*
Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...
Joas Schilling
2013-07-11
1
-2
/
+2
|
\
|
*
[ticket/11454] Use set_addresses in other applicable areas
Nathan Guse
2013-04-24
1
-2
/
+2
*
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...
Joas Schilling
2013-03-05
1
-46
/
+104
|
\
\
|
|
/
|
*
[feature/avatars] Remove trailing whitespace from avatar code
Marc Alexander
2013-02-19
1
-2
/
+2
|
*
[feature/avatars] Pass phpbb_user to prepare and process form functions
Marc Alexander
2013-02-19
1
-2
/
+2
|
*
[feature/avatars] Remove $request property and pass as argument if needed
Marc Alexander
2013-01-07
1
-2
/
+2
|
*
[feature/avatars] Use empty() instead of sizeof()
Marc Alexander
2013-01-07
1
-1
/
+1
|
*
[feature/avatars] Add function for localizing errors
Marc Alexander
2013-01-06
1
-12
/
+1
|
*
[feature/avatars] Add phpbb prefix to new functions
Marc Alexander
2013-01-04
1
-1
/
+1
|
*
[feature/avatars] Some more miscellaneous changes
Marc Alexander
2012-12-27
1
-1
/
+1
|
*
[feature/avatars] Add more consistency to codebase
Marc Alexander
2012-12-11
1
-2
/
+2
|
*
[feature/avatars] Use seperate function for retrieving the config name
Marc Alexander
2012-12-04
1
-1
/
+1
|
*
[feature/avatars] Minor variable naming fixes
Marc Alexander
2012-12-04
1
-2
/
+2
|
*
[feature/avatars] Fix variable names
Marc Alexander
2012-11-30
1
-18
/
+16
|
*
[feature/avatars] Get list of enabled drivers from avatar manager
Marc Alexander
2012-11-30
1
-19
/
+16
|
*
[feature/avatars] Implement better treatment of avatar errors
Marc Alexander
2012-11-25
1
-8
/
+6
|
*
[feature/avatars] Small cosmetic changes
Marc Alexander
2012-11-25
1
-2
/
+2
|
*
[feature/avatars] Add static methods for handling driver names
Marc Alexander
2012-11-25
1
-3
/
+3
|
*
[feature/avatars] Only create avatar objects if necessary
Marc Alexander
2012-11-25
1
-1
/
+4
|
*
[feature/avatars] Miscellaneous fixes
Marc Alexander
2012-11-25
1
-5
/
+7
|
*
[feature/avatars] Remove unnecessary abbreviations
Marc Alexander
2012-11-25
1
-8
/
+8
|
*
[feature/avatars] Handle deletion of avatars
Marc Alexander
2012-11-18
1
-1
/
+7
|
*
[feature/avatars] Fix acp front-end of user and group avatars
Marc Alexander
2012-11-17
1
-11
/
+15
|
*
Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...
Marc Alexander
2012-11-12
1
-47
/
+108
|
|
\
|
|
*
Merge branch 'develop' into feature/avatars
Igor Wiedler
2012-07-21
1
-12
/
+14
|
|
|
\
|
|
*
\
Merge remote-tracking branch 'upstream/develop' into feature/avatars
Igor Wiedler
2012-06-27
1
-0
/
+8
|
|
|
\
\
|
|
*
|
|
[feature/avatars] Do not assign in an if statement
Igor Wiedler
2012-04-08
1
-1
/
+2
|
|
*
|
|
[feature/avatars] Simplify clean_row, move it to avatar manager
Igor Wiedler
2012-04-08
1
-1
/
+1
|
|
*
|
|
[feature/avatars] Introduce an avatar driver interface
Igor Wiedler
2012-04-08
1
-1
/
+1
|
|
*
|
|
[feature/avatars] Introduce global phpbb_avatar_manager
Igor Wiedler
2012-04-08
1
-7
/
+5
|
|
*
|
|
[feature/avatars] Use request object in avatar drivers
Igor Wiedler
2012-04-07
1
-2
/
+3
|
|
*
|
|
Merge branch 'develop' into feature/avatars
Igor Wiedler
2012-04-07
1
-2
/
+2
|
|
|
\
\
\
|
|
*
|
|
|
[feature/avatars] Support editing of group avatars in ACP
Cullen Walsh
2012-03-18
1
-1
/
+0
|
|
*
|
|
|
[feature/avatars] Made ACP avatar gallery in Manage Users prettier
Cullen Walsh
2012-03-18
1
-3
/
+11
|
|
*
|
|
|
[feature/avatars] Update ACP manage users, fix gallery focus issue
Cullen Walsh
2012-03-18
1
-41
/
+43
|
|
*
|
|
|
[feature/avatars] Dynamically list the avatar types in UCP and ACP
Cullen Walsh
2012-03-18
1
-42
/
+94
|
|
*
|
|
|
[feature/avatars] Support proper avatar deletion, stub ACP
Cullen Walsh
2012-03-18
1
-4
/
+5
|
|
*
|
|
|
[feature/avatars] Modularized Avatars
Cullen Walsh
2012-03-18
1
-1
/
+1
*
|
|
|
|
|
Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...
Joas Schilling
2012-11-10
1
-5
/
+5
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
Joas Schilling
2012-10-17
1
-2
/
+2
|
*
|
|
|
|
[ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users.
Andreas Fischer
2012-09-09
1
-2
/
+2
[next]