aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
...
* | [ticket/10611] Generate db_tools instance in acp_database module.Andreas Fischer2012-05-301-0/+7
* | [ticket/10308] makes variable booleanDhruv Goel2012-05-101-1/+1
* | [ticket/10308] fixes sql query, limit it to 1Dhruv Goel2012-05-101-4/+4
* | [ticket/10308] fix language and user's total postsDhruv Goel2012-05-101-0/+8
|/
* [ticket/10846] fixing SQL query bug in acp_main.phpSenky2012-04-301-1/+1
* [ticket/10694] Adjusting details link to 5.3 announcementMichael Cullum2012-03-101-1/+1
* [ticket/10694] Update PHP warning to 5.3.2Michael Cullum2012-03-091-1/+1
* Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympusOleg Pudeyev2012-03-091-4/+31
|\
| * [ticket/9831] Fix saving unchecked checkbox field valuerxu2012-02-051-0/+8
| * [ticket/9831] Correctly store checkbox default value for boolean CPF.rxu2012-01-181-4/+23
* | [ticket/10639] Do not allow negative post count as rank's minimum postsJoas Schilling2012-02-201-1/+1
* | [ticket/10616] Add template inheritance to exported templateVjacheslav Trushkin2012-02-031-9/+8
|/
* [ticket/10563] Show deactivated styles below active styles in acpVjacheslav Trushkin2012-01-021-0/+3
* Merge remote-tracking branch 'p/ticket/9681' into develop-olympusAndreas Fischer2011-12-251-0/+2
|\
| * [ticket/9681] Add password length to security settingsIgor Wiedler2011-12-231-0/+2
* | Merge remote-tracking branch 'p/ticket/10428' into develop-olympusAndreas Fischer2011-12-251-21/+36
|\ \
| * | [ticket/10428] Documentation for optionget/optionset functions.Oleg Pudeyev2011-12-251-2/+21
| * | [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.Oleg Pudeyev2011-12-251-16/+12
| * | [ticket/10428] Compare $data to false strictly.Oleg Pudeyev2011-12-251-4/+4
| |/
* | Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympusOleg Pudeyev2011-12-241-1/+6
|\ \
| * | [ticket/10507] Sort styles in acpVjacheslav Trushkin2011-12-151-1/+6
* | | [ticket/10546] Add missing argument to adm_back_link in acp_captcha.Oleg Pudeyev2011-12-231-1/+1
| |/ |/|
* | Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-12-161-2/+16
|\ \ | |/ |/|
| * [ticket/10531] Disallow deleting of the last styleJoas Schilling2011-12-151-2/+16
* | [ticket/10280] Change the display of user activation settings in the ACP.RMcGirr832011-11-251-11/+15
|/
* [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-203-5/+5
* [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-203-20/+5
* Merge remote-tracking branch 'cs278/ticket/10239' into develop-olympusOleg Pudeyev2011-11-191-3/+6
|\
| * [ticket/10239] Correct undefined variable error.Chris Smith2011-11-181-2/+1
| * [ticket/10239] Add confirm box to backup restore.Chris Smith2011-09-211-1/+5
* | Merge remote-tracking branch 'nickvergessen/ticket/10157' into develop-olympusOleg Pudeyev2011-11-171-1/+8
|\ \
| * | [ticket/10157] Add notification to update cpfs when installing a language.Joas Schilling2011-11-171-1/+8
| |/
* | Merge remote-tracking branch 'rxu/ticket/10419' into develop-olympusAndreas Fischer2011-11-151-0/+11
|\ \
| * | [ticket/10419] Reword some language strings, minor code changesrxu2011-11-051-4/+4
| * | [ticket/10419] Add mbstring PHP ini parameters checks to ACPrxu2011-10-181-0/+11
* | | Merge remote-tracking branch 'igorw/ticket/10087' into develop-olympusAndreas Fischer2011-11-131-5/+29
|\ \ \
| * | | [ticket/10087] Organize bans in acp_baninto optgroupsIgor Wiedler2011-11-111-5/+29
| | |/ | |/|
* | | Merge remote-tracking branch 'bantu/ticket/10190' into develop-olympusIgor Wiedler2011-11-131-6/+2
|\ \ \
| * | | [ticket/10190] Do not show hint about permissions when editing forum settings.Andreas Fischer2011-10-291-6/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'cs278/ticket/9307' into develop-olympusIgor Wiedler2011-10-291-2/+3
|\ \ \
| * | | [ticket/9307] Remove hardcoded chunk size of mass emails.Chris Smith2011-09-241-2/+3
| | |/ | |/|
* | | [ticket/10421] Correct parameter order for phpbb_check_hash() in acp_users.phpAndreas Fischer2011-10-181-1/+1
| |/ |/|
* | Merge remote-tracking branch 'nickvergessen/ticket/9525' into develop-olympusAndreas Fischer2011-10-171-1/+1
|\ \
| * | [ticket/9525] Minimum post length 0 is accepted but not working.Joas Schilling2011-10-141-1/+1
| |/
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10074' into develop...Nils Adermann2011-10-141-1/+1
|\ \
| * | [ticket/10074] Change default value of 'Set as special rank' to NoJoas Schilling2011-10-141-1/+1
| |/
* | Merge remote-tracking branch 'github-bantu/ticket/10278' into develop-olympusNils Adermann2011-10-141-1/+1
|\ \
| * | [ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.Andreas Fischer2011-10-131-1/+1
| |/
* | [ticket/10400] Allow forum name to be '0'Joas Schilling2011-10-071-1/+1
|/
* Merge remote-tracking branch 'callumacrae/ticket/9645' into develop-olympusOleg Pudeyev2011-07-301-0/+8
|\