Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15620] Use separate local avatar cache file for every lang | Jakub Senko | 2018-06-18 | 1 | -2/+2 |
| | | | | PHPBB3-15620 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | Merge branch '3.1.x' | Tristan Darricau | 2015-10-19 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | * 3.1.x: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar | ||||
| * | [ticket/13799] Correctly urlencode category and show selected avatar | Marc Alexander | 2015-05-30 | 1 | -2/+4 |
| | | | | | | | | PHPBB3-13799 | ||||
| * | [ticket/13799] Do not rawurlencode category in gallery avatar | Marc Alexander | 2015-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Otherwise the directory seperator will incorrectly be transformed to its HTML replacement. PHPBB3-13799 | ||||
* | | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8672 | ||||
* | | [ticket/8672] Add class for retrieving imagesize without download | Marc Alexander | 2015-04-24 | 1 | -3/+5 |
|/ | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672 | ||||
* | [ticket/13742] Use correct avatar path for local avatar | Kevin Roy | 2015-04-03 | 1 | -1/+3 |
| | | | | | | | Prior to this change, the path might have been incorrect when using PHPBB_USE_BOARD_URL_PATH. PHPBB3-13742 | ||||
* | [ticket/13232] Fix more issues with TTL and global cache file | Joas Schilling | 2014-10-28 | 1 | -2/+2 |
| | | | | PHPBB3-13232 | ||||
* | [ticket/12822] Remove "None" option from avatar select boxes | Marc Alexander | 2014-08-07 | 1 | -1/+0 |
| | | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\avatar\driver\* | Tristan Darricau | 2014-06-15 | 1 | -5/+5 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12666] Use "None" for images in root of gallery avatar path | Marc Alexander | 2014-06-05 | 1 | -3/+3 |
| | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666 | ||||
* | [ticket/12457] Default to first category if none is selected in gallery avatar | Marc Alexander | 2014-06-03 | 1 | -1/+1 |
| | | | | | | | If any category exists, the key() function should always return the first key of the $avatar_list array. PHPBB3-12457 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11859] Make avatar drivers return template filename | Marc Alexander | 2013-11-27 | 1 | -0/+8 |
| | | | | | | | | The service name might not follow the expected naming scheme which would cause abnormally long filenames and confusion for authors that might add more avatar drivers. PHPBB3-11859 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11930] Use \phpbb\path_helper for avatar URLs | Marc Alexander | 2013-10-17 | 1 | -1/+1 |
| | | | | | | | This will ensure that avatars still properly display on extension pages supplied via app.php. PHPBB3-11930 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+5 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+197 |
PHPBB3-11698 |