aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-1/+1
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-289-54/+64
|\ | | | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-279-54/+64
| | | | | | | | PHPBB3-12594
* | [ticket/12564] Remove version definition from ACP/MCP/UCP module info filesMatt Friedman2014-05-189-9/+0
|/ | | | PHPBB3-12564
* [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backendJoas Schilling2014-04-121-1/+1
| | | | PHPBB3-11917
* [ticket/12005] Remove PM popup UCP moduleLukasz2013-11-081-1/+0
| | | | PHPBB3-12005
* [feature/oauth] Default auth_link into UCP_PROFILE not UCP_MAINJoseph Warner2013-08-091-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Forgot to have login_link be "in login" in ucpJoseph Warner2013-08-051-0/+34
| | | | PHPBB3-11673
* [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' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-041-0/+35
|\ | | | | | | | | Conflicts: phpBB/install/database_update.php
| * Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/database_update.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * \ Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/schemas/mssql_schema.sql phpBB/report.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | | [ticket/11103] UCP Notification ListNathan Guse2012-10-131-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11103
| * | | [ticket/11103] Move UCP Notification Options to Board Preferences tabNathan Guse2012-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Also rename to "Edit notification options" for consistency PHPBB3-11103
| * | | [ticket/11103] Allow grouping of multiple types in ucp notification optionsNathaniel Guse2012-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to hide notification types from UCP Notification options (if users do not have permission to use the notification type, or for whatever reason they should not see it) PHPBB3-11103
| * | | [ticket/11103] UCP base files for notification optionsNathaniel Guse2012-09-261-0/+34
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | 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-317-14/+7
| | | | | | | | PHPBB3-9916
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-117-14/+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-047-20/+20
| | | | | | | | #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-063-3/+3
| | | | | | | | | | 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-017-21/+21
| | | | | | | | | 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
* To all people having their bug status set to fixed: SF pserver CVS access is ↵Meik Sievertsen2006-04-061-2/+1
| | | | | | | | | | | | | | | | | | currently down, therefore the snapshots are still out of date. - fix a bunch of bugs - <!-- $Id$ --> is no longer allowed in template (.html) files - changed layout of private message screens (folders are menu items) - removed unread mode for private messages - added new feature to template engine - "jump out of loop" or "loop another loop within my loop" :D (will be documented within the coding guidelines) - added autologin field to sessions - check session length checks - added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug) - added multibyte support for various variables (exception at the moment is usernames which needs some discussion) - hopefully not broke something. :/ git-svn-id: file:///svn/phpbb/trunk@5765 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, thought about this now for too long. I think the best solution ↵Meik Sievertsen2006-03-257-0/+273
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