Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11010] Fixes for number input in acp | Vjacheslav Trushkin | 2013-05-20 | 1 | -1/+1 |
| | | | | PHPBB3-11010 | ||||
* | [ticket/11335] (avatars) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -2/+2 |
| | | | | PHPBB3-11335 | ||||
* | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 1 | -2/+2 |
| | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018 | ||||
* | [feature/avatars] Use array for allowed extensions and implode if needed | Marc Alexander | 2013-02-07 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Correct license, copyright and package info | Marc Alexander | 2013-02-03 | 1 | -3/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Move list of supported formats to avatar driver class | Marc Alexander | 2013-01-25 | 1 | -1/+1 |
| | | | | | | | Using the regex and turning it into an array if necessary seemed like the cleanest approach to achieve this. PHPBB3-10018 | ||||
* | [feature/avatars] Pass phpbb_user object to prepare_form_acp() | Marc Alexander | 2013-01-08 | 1 | -3/+1 |
| | | | | | | | The phpbb_user object might be used for language variables. Pass it as a function argument to prepare_form_acp() instead of using globals. PHPBB3-10018 | ||||
* | [feature/avatars] Remove $request property and pass as argument if needed | Marc Alexander | 2013-01-07 | 1 | -4/+4 |
| | | | | | | | | Remove the $request property from the phpbb_avatar_driver class and rather pass it as function argument if it's needed in a function. Currently this is only the case for the class methods prepare_form() and process_form(). PHPBB3-10018 | ||||
* | [feature/avatars] Improve handling of incorrect input for avatars | Marc Alexander | 2013-01-04 | 1 | -1/+6 |
| | | | | | | | | | The upload avatar driver will now inform the user if insufficient data has been entered for both remote and local avatar uploads. The local avatar driver (gallery avatar) will also inform the user if he didn't select a category and/or file before submitting. PHPBB3-10018 | ||||
* | [feature/avatars] Some more miscellaneous changes | Marc Alexander | 2012-12-27 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Create setting for enabling avatar in manager | Marc Alexander | 2012-11-30 | 1 | -17/+5 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Check for existing functions rather than using _once | Marc Alexander | 2012-11-26 | 1 | -1/+4 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Even more fixes to docblocks | Marc Alexander | 2012-11-25 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Docblock fixes and small change for php_ext | Marc Alexander | 2012-11-25 | 1 | -2/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Remove unnecessary abbreviations | Marc Alexander | 2012-11-25 | 1 | -4/+4 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Move avatar specific settings to drivers | Marc Alexander | 2012-11-21 | 1 | -0/+15 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use protected instead of private | Marc Alexander | 2012-11-19 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix the docs and small naming fixes | Marc Alexander | 2012-11-19 | 1 | -1/+3 |
| | | | | 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 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Shorten avatar driver's class name | Marc Alexander | 2012-11-16 | 1 | -0/+147 |
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 |