aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
Commit message (Expand)AuthorAgeFilesLines
...
* | [feature/auth-refactor] Fix style issueJoseph Warner2013-07-111-1/+1
* | [feature/auth-refactor] Fix typoJoseph Warner2013-07-111-1/+1
|/
* [feature/auth-refactor] Remove invalid providers from acp selectJoseph Warner2013-07-111-6/+4
* [feature/auth-refactor] Check that providers implement auth interfaceJoseph Warner2013-07-111-0/+6
* [feature/auth-refactor] Fix code style issueJoseph Warner2013-07-021-2/+2
* [feature/auth-refactor] Removed no longer used variableJoseph Warner2013-06-261-1/+0
* [feature/auth-refactor] Fix errors in acp_boardJoseph Warner2013-06-251-2/+2
* [feature/auth-refactor] Fix indentation on acp_boardJoseph Warner2013-06-251-41/+38
* [feature/auth-refactor] Refactor auth in acp_boardJoseph Warner2013-06-251-22/+3
* [feature/auth-refactor] Don't truncate name then reattach same thingJoseph Warner2013-06-251-4/+4
* [feature/auth-refactor] Remove references to old auth pluginsJoseph Warner2013-06-251-29/+9
* [feature/auth-refactor] Refactor code to use servicesJoseph Warner2013-06-211-9/+6
* [feature/auth-refactor] Refactor acp_board for new auth interfaceJoseph Warner2013-06-191-18/+17
* [ticket/11010] properly tabifying 'max_autologin_time'Senky2013-05-211-1/+1
* [ticket/11010] resolving latest commentsSenky2013-05-211-1/+2
* [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-2/+2
* [ticket/11010] validation to match typeSenky2013-05-201-42/+42
* [ticket/11010] replacing maxlenght with maxSenky2013-05-201-45/+45
* [ticket/11010] adding type="url" to 'site_home_url'Senky2013-05-201-1/+1
* [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-49/+48
* [ticket/11010] changing email and url input types in php filesSenky2013-05-201-3/+3
* [ticket/10325] change language varDhruv2013-04-251-1/+1
* [ticket/10325] add allow forgot password option in acpDhruv2013-04-251-0/+1
* Migration file and change board_home_text to board_index_textTabitha Backoff2013-03-281-1/+1
* Ticket# 11477 - Allow customisation of "Board index"Tabitha Backoff2013-03-281-0/+1
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-041-2/+3
|\
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-261-2/+2
| |\
| | * Merge branch 'develop-olympus' into developNils Adermann2013-02-241-2/+2
| | |\
| | | * [ticket/10896] Adds email validation to email settings in ACPDavid Tobin2013-02-041-2/+2
| * | | [ticket/11103] ACP option to enable/disable notifications output in headerNathan Guse2012-10-051-0/+1
| |/ /
* | | [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-081-1/+1
* | | [feature/avatars] Use empty() instead of sizeof()Marc Alexander2013-01-071-1/+1
* | | [feature/avatars] Fix behavior of avatar manager and variablesMarc Alexander2012-12-041-1/+1
* | | [feature/avatars] Use seperate function for retrieving all driversMarc Alexander2012-12-041-1/+1
* | | [feature/avatars] Create setting for enabling avatar in managerMarc Alexander2012-11-301-3/+10
* | | [feature/avatars] Fix variable namesMarc Alexander2012-11-301-1/+1
* | | [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-1/+1
* | | [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-251-1/+2
* | | [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-211-9/+15
* | | [feature/avatars] Add gravatar to avatar settingsMarc Alexander2012-11-161-0/+1
|/ /
* | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-0/+2
* | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-191-1/+3
* | [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-191-1/+8
* | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-3/+3
* | [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-181-5/+0
* | [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-171-1/+11
* | [feature/new-tz-handling] Fix comment and validation in ACP board moduleJoas Schilling2012-06-191-2/+2
* | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+0
* | [feature/new-tz-handling] Fix handling of timezone and dst in dateformat_selectJoas Schilling2012-06-181-7/+8
* | Merge PR #721 branch 'rahulr92/ticket/10650' into developOleg Pudeyev2012-05-211-0/+1
|\ \