aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [ticket/10714] Add return null to phpbb_log and add param to constructorJoas Schilling2012-08-211-0/+6
| * | | | | | | [ticket/10714] Use keys for the log data instead of requiring a special orderJoas Schilling2012-08-212-9/+13
| * | | | | | | [ticket/10714] Add @return null to doc blocksJoas Schilling2012-08-211-0/+4
| * | | | | | | [ticket/10714] Remove the dirty global hack to disable the log.Joas Schilling2012-08-211-3/+5
| * | | | | | | [ticket/10714] Use new phpbb_log class in add_log functionJoas Schilling2012-08-211-40/+49
| * | | | | | | [ticket/10714] Implement a class to add logs to the database.Joas Schilling2012-08-212-0/+232
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11386-3' into developDavid King2013-03-042-117/+101
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386-3Nathaniel Guse2013-03-0428-989/+2931
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/11386] Fix missing ;Nathaniel Guse2013-03-041-1/+1
| * | | | | | | | | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-032-118/+102
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11394' into developDavid King2013-03-043-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/11394] Relax Migration ToolsNathaniel Guse2013-03-043-8/+8
| |/ / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11393' into developDavid King2013-03-041-1/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/11393] Give more information on database updaterNathaniel Guse2013-03-031-1/+8
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11395' into developDavid King2013-03-041-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11395] Prevent acp_modules::get_modules_info from reincluding filesNathaniel Guse2013-03-031-2/+2
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'remotes/marc/feature/avatars' into developNathaniel Guse2013-03-0420-813/+1799
|\ \ \ \ \ \ \ \
| * | | | | | | | [feature/avatars] Update module_auth of ucp module and fix small issuesMarc Alexander2013-03-041-9/+12
| * | | | | | | | [feature/avatars] Add migrations data file for avatarsMarc Alexander2013-03-041-0/+64
| * | | | | | | | [feature/avatars] Reduce module auth of ucp avatar settingsMarc Alexander2013-03-041-1/+1
| * | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-04102-658/+9362
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | [feature/avatars] Use "Main" as category for avatars in root of galleryMarc Alexander2013-02-191-6/+8
| * | | | | | | | [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-196-17/+16
| * | | | | | | | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-199-18/+20
| * | | | | | | | [feature/avatars] Document the use of the allowed extensions arrayMarc Alexander2013-02-131-1/+6
| * | | | | | | | [feature/avatars] Use array for allowed extensions and implode if neededMarc Alexander2013-02-074-4/+9
| * | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-02-0718-51/+2431
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [feature/avatars] Use deprecated for compatibility functionMarc Alexander2013-02-031-4/+5
| * | | | | | | | | [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-221-0/+41
| * | | | | | | | | [feature/avatars] Add missing @var to docblocks in avatar managerMarc Alexander2013-01-091-0/+4
| * | | | | | | | | [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] Improve handling of incorrect input for avatarsMarc Alexander2013-01-042-1/+13
| * | | | | | | | | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-048-18/+18
| * | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-01-0429-193/+431
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [feature/avatars] Let the server handle http or https for gravatarsMarc Alexander2012-12-271-1/+1
| * | | | | | | | | | [feature/avatars] Add missing explanation to docblock of get_all_drivers()Marc Alexander2012-12-271-0/+4
| * | | | | | | | | | [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-277-28/+28
| * | | | | | | | | | Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatarsMarc Alexander2012-12-2449-1895/+2395
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [feature/avatars] Use callback method in avatar manager's clean rowMarc Alexander2012-12-171-7/+12
| * | | | | | | | | | | [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-115-17/+27