aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-038-22/+22
* [feature/avatars] Move list of supported formats to avatar driver classMarc Alexander2013-01-254-3/+8
* [feature/avatars] Add include of functions_display.php in BC functionMarc Alexander2013-01-241-1/+8
* [feature/avatars] Add note about when compatibility function was addedMarc Alexander2013-01-221-1/+2
* [feature/avatars] Add compatibility function for get_user_avatar()Marc Alexander2013-01-222-0/+42
* [feature/avatars] Move definition of driver_collection to avatars.ymlMarc Alexander2013-01-152-7/+7
* [feature/avatars] Remove the obsolete request argument for avatar driversMarc Alexander2013-01-151-4/+0
* [feature/avatars] Add missing @var to docblocks in avatar managerMarc Alexander2013-01-091-0/+4
* [feature/avatars] Remove not needed inline styleMarc Alexander2013-01-081-1/+1
* [feature/avatars] Strictly check if avatar list is empty and cache resultMarc Alexander2013-01-081-2/+3
* [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-085-7/+7
* [feature/avatars] Pass phpbb_user object to get_custom_html()Marc Alexander2013-01-084-4/+7
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-0710-41/+36
* [feature/avatars] Use empty() instead of sizeof()Marc Alexander2013-01-072-2/+2
* [feature/avatars] Add function for localizing errorsMarc Alexander2013-01-065-58/+35
* [feature/avatars] Add missing docblocks to avatar managerMarc Alexander2013-01-051-0/+16
* [feature/avatars] Change avatar javascript to conform to new coding guidelinesMarc Alexander2013-01-043-9/+9
* [feature/avatars] Improve handling of incorrect input for avatarsMarc Alexander2013-01-043-1/+14
* [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-0410-23/+23
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-01-0446-270/+518
|\
| * Merge remote-tracking branch 'erikfrerejean/ticket/11283' into developAndreas Fischer2013-01-031-1/+1
| |\
| | * [ticket/11283] Extension manager follow symlinks.Erik Frèrejean2012-12-231-1/+1
| * | Merge PR #1153 branch 'marc1706/ticket/10805' into developOleg Pudeyev2013-01-021-1/+15
| |\ \
| | * | [ticket/10805] Compare phpbbAlertTimer against nullMarc Alexander2013-01-021-3/+3
| | * | [ticket/10805] Clear loading alert timeout after ajax request finishedMarc Alexander2013-01-011-1/+15
| * | | [ticket/11302] Correctly select first timezone or selected timezoneMarc Alexander2013-01-022-4/+4
| * | | [ticket/11305] Check for $cache being null before using it in db drivers.Oleg Pudeyev2013-01-0210-41/+41
| * | | [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-024-3/+10
| * | | [ticket/11305] Adjust comment.Oleg Pudeyev2013-01-021-1/+1
| * | | [ticket/11305] Use phpbb_create_default_container.Oleg Pudeyev2013-01-021-12/+1
| * | | [ticket/11305] Create a normal container during final installation step.Oleg Pudeyev2013-01-022-5/+19
| * | | [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-024-9/+10
| * | | [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-025-33/+90
| * | | [ticket/11306] Add docblocks to all container related functionsIgor Wiedler2013-01-021-0/+41
| * | | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-024-36/+19
| * | | Merge remote-tracking branch 'p/ticket/11037' into developAndreas Fischer2012-12-312-42/+71
| |\ \ \
| | * | | [ticket/11037] Update services.yml.Oleg Pudeyev2012-12-261-0/+4
| | * | | [ticket/11037] Add/update docblocks.Oleg Pudeyev2012-12-261-0/+33
| | * | | [ticket/11037] Eliminate globals from cache service.Oleg Pudeyev2012-12-241-42/+34
| * | | | Merge remote-tracking branch 'p/ticket/11188' into developAndreas Fischer2012-12-311-5/+48
| |\ \ \ \
| | * | | | [ticket/11188] Reduce waste.Oleg Pudeyev2012-12-301-6/+8
| | * | | | [ticket/11188] add result count query for author searchDhruv2012-12-301-1/+33
| | * | | | [ticket/11188] add count query to postgres searchDhruv2012-12-301-1/+10
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-311-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/11293] Add a note that mysqli should be in front of mysql.Oleg Pudeyev2012-12-251-0/+2
| * | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-2919-49/+63
| |\ \ \ \ \
| | * | | | | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-105-22/+22
| | * | | | | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-096-16/+16
| | * | | | | [ticket/11259] Also make adm_relative_path available in the containerNathan Guse2012-12-091-0/+1
| | * | | | | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-0916-32/+45