| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | [ticket/13904] Improve test coverage and use constants instead of magic numbers | Marc Alexander | 2015-09-09 | 3 | -11/+61 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Split code up and pass root path to remote upload type | Marc Alexander | 2015-09-09 | 3 | -26/+43 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Modify doc blocks | Marc Alexander | 2015-09-09 | 2 | -8/+5 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix remote upload functional tests | Marc Alexander | 2015-09-09 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Move remote upload to its own type class | Marc Alexander | 2015-09-09 | 5 | -190/+255 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Improve docblock | Marc Alexander | 2015-09-09 | 3 | -11/+9 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Split up local_upload method | Marc Alexander | 2015-09-09 | 1 | -16/+31 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Add types base class | Marc Alexander | 2015-09-09 | 1 | -0/+66 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix minor issues and move local_upload to its own class | Marc Alexander | 2015-09-09 | 6 | -109/+188 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Use the class member plupload instead of argument | Marc Alexander | 2015-09-09 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix minor coding issues and don't use form_upload anymore | Marc Alexander | 2015-09-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Move form_upload to its own class and define type classes | Marc Alexander | 2015-09-09 | 6 | -80/+210 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Add more tests for upload class | Marc Alexander | 2015-09-09 | 1 | -0/+96 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 5 | -13/+22 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 3 | -16/+27 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 4 | -25/+35 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 5 | -46/+41 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Improve doc blocks in filespec class | Marc Alexander | 2015-09-09 | 1 | -18/+76 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix tests again | Marc Alexander | 2015-09-09 | 2 | -15/+25 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Use language class instead of user global in upload | Marc Alexander | 2015-09-09 | 2 | -26/+30 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Improve doc blocks in upload class | Marc Alexander | 2015-09-09 | 1 | -11/+74 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove functions_fileupload.php | Marc Alexander | 2015-09-09 | 3 | -33/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix fileupload functional tests | Marc Alexander | 2015-09-09 | 1 | -6/+29 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] No longer use fileerror class for extending filespec class | Marc Alexander | 2015-09-09 | 3 | -28/+40 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Use factory instead of container and add factory to services | Marc Alexander | 2015-09-09 | 2 | -12/+18 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix fileupload tests | Marc Alexander | 2015-09-09 | 1 | -9/+33 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix filespec tests | Marc Alexander | 2015-09-09 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 3 | -19/+6 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove fileupload class | Marc Alexander | 2015-09-09 | 1 | -641/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Get rid of useless parameters and variables | Marc Alexander | 2015-09-09 | 3 | -9/+6 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Allow using factory for none files. classes | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove magic method from factory and allow short names | Marc Alexander | 2015-09-09 | 1 | -24/+3 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Load upload class using factory | Marc Alexander | 2015-09-09 | 6 | -32/+47 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Add fileupload class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+655 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Turn filespec into prototype and improve init methods | Marc Alexander | 2015-09-09 | 3 | -12/+20 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Fix uploading for use with new filespec class | Marc Alexander | 2015-09-09 | 3 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Remove filespec class from functions_upload | Marc Alexander | 2015-09-09 | 1 | -467/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Modify constructor to be instantiatable by container | Marc Alexander | 2015-09-09 | 2 | -13/+32 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Add filespec class to files classes | Marc Alexander | 2015-09-09 | 2 | -0/+483 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | | [ticket/13904] Add initial factory for handling file classes | Marc Alexander | 2015-09-09 | 1 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | | Merge pull request #3907 from hanakin/ticket/14165 | Marc Alexander | 2015-09-15 | 2 | -3/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14165] Fix layout of ucp/mcp after 14139 | |||||
| | * | | | | | [ticket/14165] Fix Tab Layout | Michael Miday | 2015-09-15 | 2 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-09-15 | 2 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | Conflicts: phpBB/styles/prosilver/template/overall_header.html | |||||
| | * | | | | Merge pull request #3865 from Zoddo/ticket/13992 | Marc Alexander | 2015-09-15 | 2 | -2/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13992] Fix HTML5 error from w3.org validator | |||||
| | | * | | | | [ticket/13992] Fix HTML5 error from w3.org validator | Max Pen | 2015-08-30 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13992 | |||||
| * | | | | | | Merge pull request #3879 from hanakin/ticket/14139 | Marc Alexander | 2015-09-15 | 33 | -232/+202 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [Ticket/14139] Stop styling with IDs | |||||
| | * | | | | | | [ticket/14139] Fix loading indicator | Michael Miday | 2015-09-14 | 1 | -1/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | [ticket/14139] Swap ids for classes in css files | Michael Miday | 2015-09-14 | 11 | -177/+144 | |
| | | | | | | | | ||||||
| | * | | | | | | [ticket/14139] Add class of IDs to html tags | Michael Miday | 2015-09-14 | 21 | -54/+54 | |
| |/ / / / / / | ||||||
