aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-171-1/+8
|\
| * 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 branch 'develop-olympus' into developAndreas Fischer2011-11-151-0/+11
|\ \ \ | |/ /
| * | 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 branch 'develop-olympus' into developAndreas Fischer2011-11-131-5/+29
|\ \ \ \ | |/ / /
| * | | 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 branch 'develop-olympus' into developIgor Wiedler2011-11-131-6/+2
|\ \ \ \ | |/ / /
| * | | 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 'nickvergessen/ticket/10410' into developAndreas Fischer2011-11-011-6/+6
|\ \ \ \
| * | | | [ticket/10410] Add option to display users in their first teampage groupJoas Schilling2011-10-281-6/+6
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-291-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| | | |_|/ | | |/| |
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/10421] Correct parameter order for phpbb_check_hash() in acp_users.phpAndreas Fischer2011-10-181-1/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'VSEphpbb/ticket/10390' into developOleg Pudeyev2011-10-201-0/+1
|\ \ \ \
| * | | | [ticket/10390] Serve jQuery from Google CDN Yes/No button in ACPMatt Friedman2011-09-271-11/+1
| * | | | [ticket/10390] Allow option for jQuery to be hosted by a remote CDNMatt Friedman2011-09-261-0/+11
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-171-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 branch 'develop-olympus' into developNils Adermann2011-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 branch 'develop-olympus' into developNils Adermann2011-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
| | |/ /
* | | | Merge remote-tracking branch 'nickvergessen/ticket/10300' into developAndreas Fischer2011-10-131-1/+4
|\ \ \ \
| * | | | [ticket/10300] Always set group attributes for teampage and legendJoas Schilling2011-08-021-1/+4
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | [ticket/10400] Allow forum name to be '0'Joas Schilling2011-10-071-1/+1
| | |/ | |/|
* | | [feature/remove-db-styles] Remove forgotten template variables.Chris Smith2011-09-201-6/+0
* | | [feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.Chris Smith2011-09-201-18/+52
* | | [feature/remove-db-styles] Add error if template/theme file is unwritable.Chris Smith2011-09-201-29/+25
* | | [feature/remove-db-styles] Remove style.php DB storage.Chris Smith2011-09-201-6/+1
* | | [feature/remove-db-styles] ACP has forgotten how to store themes in the DB.Chris Smith2011-09-201-120/+22
* | | [feature/remove-db-styles] Missed a few template DB bits in acp_styles.Chris Smith2011-09-201-23/+3
* | | [feature/remove-db-styles] Removing unused methods from acp_style.Chris Smith2011-09-201-176/+0
* | | [feature/remove-db-styles] Removed database storage of style components.Chris Smith2011-09-201-349/+27
* | | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-65/+0
* | | [feature/remove-imagesets] Changing admin control panel styles moduleVjacheslav Trushkin2011-09-032-792/+27
* | | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
* | | Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-188-22/+24
|\ \ \
| * \ \ Merge remote-tracking branch 'igorw/ticket/9608' into developOleg Pudeyev2011-08-141-5/+5
| |\ \ \
| | * | | [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-5/+5