aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-0411-30/+30
|\
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-2611-30/+30
* | Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-291-6/+6
|\ \
| * | [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-271-6/+6
| |/
* | [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-261-1/+1
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-261-1/+1
|\ \
| * | [ticket/12196] Revert Fix typo "referer" in acp/attachmentsDhruv2014-06-271-1/+1
* | | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-261-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/12196] Fix typo "referer" in acp/attachmentsJoas Schilling2014-06-251-1/+1
* | Merge pull request #2571 from Crizz0/ticket/12563Dhruv Goel2014-06-231-2/+2
|\ \
| * | [ticket/12563] Adds « and » to the links in acp_styles.phpCrizzo2014-06-221-2/+2
| * | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-121-2/+2
| * | [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-101-2/+2
* | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-225-257/+0
|\ \ \
| * | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-205-257/+0
* | | | [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-222-6/+15
|/ / /
* | | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-1/+1
* | | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-162-8/+8
* | | Merge pull request #2431 from Nicofuma/ticket/12109Dhruv Goel2014-06-151-8/+16
|\ \ \
| * | | [ticket/12109] Fix coding styleTristan Darricau2014-05-101-4/+4
| * | | [ticket/12109] Bug when setting permissions with "Select all users"Tristan Darricau2014-05-101-8/+16
* | | | [ticket/12694] Remove whitespace at end of line from acp_groupsMarc Alexander2014-06-111-1/+1
* | | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-111-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
* | | | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+2
* | | | Merge pull request #2518 from Pico88/ticket/12606Joas Schilling2014-06-101-1/+106
|\ \ \ \
| * | | | [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-094-2/+157
|\ \ \ \ \
| * | | | | [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-091-1/+1
| * | | | | [ticket/10073] Store values with config_text in the ACPJoas Schilling2014-05-291-8/+17
| * | | | | [ticket/10073] Fix request usageJoas Schilling2014-05-291-1/+3
| * | | | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-291-3/+3
| * | | | | [ticket/10073] Get service from containerJoas Schilling2014-05-291-2/+2
| * | | | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-291-3/+3
| * | | | | [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+1
| * | | | | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-291-10/+1
| * | | | | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-291-1/+10
| * | | | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-292-0/+144
| * | | | | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-1/+1
| |/ / / /
* | | | | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-091-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [ticket/12660] Improve check for when phpinfo() is disabled.Andreas Fischer2014-06-091-1/+1
| * | | | [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-141-1/+1
* | | | | [ticket/12639] Don't make a copy of $marked when deleting logs in acp_logsTristan Darricau2014-06-021-7/+1
* | | | | [ticket/12639] Send a correct IN entry when deleting marked logsTristan Darricau2014-06-021-1/+1
* | | | | [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+0
| |_|/ / |/| | |
* | | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-301-8/+14
|\ \ \ \
| * | | | [ticket/10899] Get $phpbb_log from the containerTristan Darricau2014-05-271-1/+3
| * | | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-101-14/+10
| * | | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-2/+10
| | |_|/ | |/| |
* | | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-1/+1
| |_|/ |/| |