| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/avatars] Add static methods for handling driver names | Marc Alexander | 2012-11-25 | 5 | -12/+38 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Small fixes | Marc Alexander | 2012-11-25 | 1 | -7/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Only create avatar objects if necessary | Marc Alexander | 2012-11-25 | 7 | -8/+14 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Miscellaneous fixes | Marc Alexander | 2012-11-25 | 7 | -27/+30 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use new avatar types in database updater | Marc Alexander | 2012-11-25 | 1 | -3/+3 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Remove unnecessary abbreviations | Marc Alexander | 2012-11-25 | 28 | -157/+157 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add allow_avatar_gravatar to schema_data.sql | Marc Alexander | 2012-11-22 | 1 | -0/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Remove duplicate form enctype | Marc Alexander | 2012-11-22 | 1 | -1/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Remove obsolete functions from functions_user.php | Marc Alexander | 2012-11-22 | 1 | -466/+0 |
| | | | | | | | The removed functions are no longer needed due to the new avatar system. PHPBB3-10018 | ||||
| * | [feature/avatars] Add support for modularized avatars to ucp groups | Marc Alexander | 2012-11-22 | 5 | -160/+125 |
| | | | | | | | | This seems to be the last component where the new avatars system was still missing. PHPBB3-10018 | ||||
| * | [feature/avatars] Use RecursiveDirectoryIterator for gallery avatar | Marc Alexander | 2012-11-21 | 1 | -33/+21 |
| | | | | | | | | RecursiveDirectoryIterator is now used for populating the avatar list array of the gallery avatar. PHPBB3-10018 | ||||
| * | [feature/avatars] Get rid of array_keys() in gallery avatar | Marc Alexander | 2012-11-21 | 1 | -3/+6 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use isset() instead of in_array() | Marc Alexander | 2012-11-21 | 1 | -2/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use in_array() and fix tabbing | Marc Alexander | 2012-11-21 | 1 | -4/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Move avatar specific settings to drivers | Marc Alexander | 2012-11-21 | 7 | -9/+76 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Check if gravatar is within min/max width/height | Marc Alexander | 2012-11-21 | 1 | -0/+18 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use constant for URL and fix usage of getimagesize | Marc Alexander | 2012-11-21 | 1 | -16/+39 |
| | | | | | | | | | We now use a constant for the gravatar URL. Additionally the usage of getimagesize() was reduced. It should only be run if the user didn't specify both the width and height of the avatar. PHPBB3-10018 | ||||
| * | [feature/avatars] Use protected instead of private | Marc Alexander | 2012-11-19 | 4 | -12/+12 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix the docs and small naming fixes | Marc Alexander | 2012-11-19 | 7 | -20/+71 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use https for gravatar | Marc Alexander | 2012-11-19 | 1 | -3/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Miscellaenous template fixes | Marc Alexander | 2012-11-18 | 3 | -4/+7 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix local and upload avatar in the ACP | Marc Alexander | 2012-11-18 | 3 | -7/+7 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Handle deletion of avatars | Marc Alexander | 2012-11-18 | 6 | -4/+19 |
| | | | | | | | Previously this wasn't handled correctly if at all. PHPBB3-10018 | ||||
| * | [feature/avatars] Add subsilver2 support | Marc Alexander | 2012-11-18 | 6 | -54/+101 |
| | | | | | | | This implementation might not be perfect though. PHPBB3-10018 | ||||
| * | [feature/avatars] Add missing assign_block_vars() for avatar options | Marc Alexander | 2012-11-18 | 1 | -0/+4 |
| | | | | | | | This is needed for selecting the gallery avatar while using subsilver2. PHPBB3-10018 | ||||
| * | [feature/avatars] Use request class in upload avatar | Marc Alexander | 2012-11-17 | 1 | -1/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Small fixes after transition to service containers | Marc Alexander | 2012-11-17 | 2 | -2/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix acp front-end of user and group avatars | Marc Alexander | 2012-11-17 | 7 | -80/+51 |
| | | | | | | | Due to the changes to the avatar manager etc. these had to be updated. PHPBB3-10018 | ||||
| * | [feature/avatars] Add missing language variables for avatars | Marc Alexander | 2012-11-16 | 4 | -6/+21 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Check for gravatar when checking the avatar module_auth | Marc Alexander | 2012-11-16 | 2 | -1/+9 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add gravatar to avatar settings | Marc Alexander | 2012-11-16 | 2 | -0/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use correct names of input fields | Marc Alexander | 2012-11-16 | 3 | -5/+5 |
| | | | | | | | | | | | | The name of the avatar input fields seem to have been copied from the local avatar (gallery avatar). Since the input fields have different names in the template files of the remote and gravatar avatars this will not properly default to the entered values. Additionally, the focused driver wasn't correctly filtered causing use to always default to no avatar. PHPBB3-10018 | ||||
| * | [feature/avatars] Shorten avatar driver's class name | Marc Alexander | 2012-11-16 | 8 | -18/+18 |
| | | | | | | | | | The addition of "core_" that was used until now would require additional avatar drivers (e.g. in extensions) to also include that in their class name which would be incorrect. PHPBB3-10018 | ||||
| * | [feature/avatars] Shorten needed language variable for avatar title | Marc Alexander | 2012-11-16 | 1 | -4/+5 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add service containers for avatars | Marc Alexander | 2012-11-15 | 10 | -53/+122 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add support for custom avatar HTML code | Marc Alexander | 2012-11-14 | 3 | -3/+3 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add barebone gravatar driver | Marc Alexander | 2012-11-13 | 2 | -0/+159 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] fix 'user_avatar_type' in database updater | Marc Alexander | 2012-11-13 | 1 | -4/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix coding guidelines infractions | Marc Alexander | 2012-11-12 | 3 | -5/+12 |
| | | |||||
| * | [feature/avatars] Replace colon usage with {L_COLON} | Marc Alexander | 2012-11-12 | 8 | -12/+12 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] add missing html closing tags and fix tabbing | Marc Alexander | 2012-11-12 | 2 | -4/+6 |
| | | | | | PHPBB3-10018 | ||||
| * | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into ↵ | Marc Alexander | 2012-11-12 | 40 | -417/+1485 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/avatars Conflicts: phpBB/adm/style/acp_groups.html phpBB/adm/style/acp_users_avatar.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_display.php phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/styles/prosilver/template/ucp_avatar_options.html | ||||
| | * | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-07-21 | 128 | -662/+2755 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (201 commits) [feature/new-tz-handling] Don't use global user but make it a parameter [feature/new-tz-handling] Fix size of suggestion button in chrome [feature/new-tz-handling] Fall back to UTC, if the timezone is invalid [feature/new-tz-handling] Add previous selected value to validation if valid [feature/new-tz-handling] Display suggestion when a different value is selected [ticket/10998] Add border-radius to forum rules block - prosilver [feature/new-tz-handling] Remove additional marking of selected items [feature/new-tz-handling] Move update helper function to new class [feature/new-tz-handling] Fix unit test [feature/new-tz-handling] Delete old variable which is not used anymore [feature/new-tz-handling] Rename $user->tz back to $user->timezone [feature/pagination-as-list] New parameter for name of start var [feature/pagination-as-list] Updates for nils comments [feature/pagination-as-list] Rename and deprecate functions [feature/pagination-as-list] Various fixes and improvements [ticket/10968] Render pagination within the template [feature/new-tz-handling] Remove "timezone might be numeric" [feature/new-tz-handling] Add function to update the timezone [feature/new-tz-handling] Correctly update user and board timezones on update [ticket/10996] Use correct DBMS name in Travis config for PostgreSQL ... | ||||
| | * | | [feature/avatars] Rewrite drivers to use full class name | Igor Wiedler | 2012-06-27 | 9 | -38/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use full driver class name as avatar_type value * Move avatar drivers to core namespace * Make avatars installable through extensions PHPBB3-10018 | ||||
| | * | | [feature/avatars] Fixup avatars.js rewrite | Igor Wiedler | 2012-06-27 | 2 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
| | * | | [feature/avatars] Add self-invoking closure around avatars.js | Igor Wiedler | 2012-06-27 | 2 | -0/+12 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
| | * | | [feature/avatars] Rewrite avatars event handler to use jQuery | Igor Wiedler | 2012-06-27 | 2 | -24/+8 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
| | * | | [feature/avatars] Move avatars JavaScript code to external JS file | Igor Wiedler | 2012-06-27 | 5 | -64/+40 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
| | * | | [feature/avatars] Remove empty script tag | Igor Wiedler | 2012-06-27 | 1 | -3/+0 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
| | * | | [feature/avatars] Remove unneeded argument for driver prepare_form() | Igor Wiedler | 2012-06-27 | 4 | -7/+7 |
| | | | | | | | | | | | | | PHPBB3-10018 | ||||
