aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-4/+0
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-4/+0
* [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-4/+0
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-5/+2
|\
| * [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| * [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-5/+2
* | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-5/+5
|\ \ | |/
| * [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-1/+1
| * [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-1/+1
| * [ticket/11923] Attempt to translate errors only if user can change avatar.Cesar G2013-10-171-3/+3
* | [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-131-4/+7
|/
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+3
|\
| * Merge branch 'develop-olympus' into developJoas Schilling2013-07-311-0/+3
| |\
| | * [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-251-0/+3
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
* | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
|/ /
* | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
* | [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-3/+3
* | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
* | [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-2/+2
* | [feature/avatars] Add function for localizing errorsMarc Alexander2013-01-061-13/+2
* | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-2/+2
* | [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-271-1/+1
* | [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-111-2/+2
* | Merge branch 'develop' into feature/avatarsMarc Alexander2012-12-091-0/+5
|\ \
| * | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-061-0/+5
* | | [feature/avatars] Minor variable naming fixesMarc Alexander2012-12-041-2/+2
* | | [feature/avatars] Fix docblocks and minor cosmetic issuesMarc Alexander2012-12-011-1/+1
* | | [feature/avatars] Fix variable namesMarc Alexander2012-11-301-16/+14
* | | [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-18/+15
* | | [feature/avatars] Check for existing functions rather than using _onceMarc Alexander2012-11-261-1/+4
* | | [feature/avatars] Implement better treatment of avatar errorsMarc Alexander2012-11-251-7/+5
* | | [feature/avatars] Small cosmetic changesMarc Alexander2012-11-251-2/+2
* | | [feature/avatars] Add static methods for handling driver namesMarc Alexander2012-11-251-3/+3
* | | [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-251-1/+2
* | | [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-251-1/+1
* | | [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-8/+8
* | | [feature/avatars] Handle deletion of avatarsMarc Alexander2012-11-181-2/+2
* | | [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-171-1/+1
* | | [feature/avatars] Use correct names of input fieldsMarc Alexander2012-11-161-1/+1
* | | [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-161-1/+1
* | | [feature/avatars] Shorten needed language variable for avatar titleMarc Alexander2012-11-161-4/+5
* | | [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-151-3/+4
* | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-121-51/+115
|\ \ \ | |/ / |/| |
| * | [feature/avatars] Rewrite drivers to use full class nameIgor Wiedler2012-06-271-5/+5
| * | Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-271-0/+54
| |\ \
| * | | [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-081-1/+1
| * | | [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-081-1/+1
| * | | [feature/avatars] Introduce global phpbb_avatar_managerIgor Wiedler2012-04-081-7/+6
| * | | [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-071-2/+2