aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/info/ucp_profile.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/avatars] Reduce module auth of ucp avatar settingsMarc Alexander2013-03-041-1/+1
| | | | | | | Previously the avatar types that need to be enabled were hardcoded into the module auth. This is no longer needed in the new avatar system. PHPBB3-10018
* Merge branch 'develop' into feature/avatarsMarc Alexander2012-12-091-1/+1
|\ | | | | | | | | Conflicts: phpBB/install/database_update.php
| * [ticket/10679] Use module_auth to limit access to the moduleJoas Schilling2012-12-061-1/+1
| | | | | | | | PHPBB3-10679
* | [feature/avatars] Check for gravatar when checking the avatar module_authMarc Alexander2012-11-161-1/+1
|/ | | | PHPBB3-10018
* Merge branch 'develop-olympus' into developAndreas Fischer2012-10-291-1/+1
|\ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11158] Require acl_u_sig for ucp signature module. [ticket/11158] Revert old fix in PHPBB3-10186. Conflicts: phpBB/install/database_update.php phpBB/ucp.php
| * [ticket/11158] Require acl_u_sig for ucp signature module.Oleg Pudeyev2012-10-291-1/+1
| | | | | | | | PHPBB3-11158
* | [feature/delete-auto-logins] User can view/delete auto logins.Dhruv Goel2012-05-171-0/+1
| | | | | | | | | | | | | | User has an extra option in UCP->Profile to view the auto logins and clear them. PHPBB3-9647
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9807] Hide avatar tab in UCP when avatars are disabledIgor Wiedler2010-09-071-1/+1
| | | | PHPBB3-9807
* #14621Meik Sievertsen2007-10-041-3/+3
| | | | | | | | #14596 info file changes git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
* - support re-caching of theme data if stylesheet.css changed and ↵Meik Sievertsen2006-10-061-1/+1
| | | | | | | | | | load_tplcompile enabled - mcp fixes - fixed some usability issues git-svn-id: file:///svn/phpbb/trunk@6447 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove the module entries from the schema data file and generate the list ↵Graham Eames2006-05-011-4/+4
| | | | | | | | | instead This should be the last major item with hard-coded id values in it git-svn-id: file:///svn/phpbb/trunk@5873 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, thought about this now for too long. I think the best solution ↵Meik Sievertsen2006-03-251-0/+40
circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code. git-svn-id: file:///svn/phpbb/trunk@5725 89ea8834-ac86-4346-8a33-228a782c2dd0