aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-162-8/+8
| | | | PHPBB3-12722
* Merge pull request #2431 from Nicofuma/ticket/12109Dhruv Goel2014-06-151-8/+16
|\ | | | | [ticket/12109] Bug when setting permissions with "Select all users"
| * [ticket/12109] Fix coding styleTristan Darricau2014-05-101-4/+4
| | | | | | | | PHPBB3-12109
| * [ticket/12109] Bug when setting permissions with "Select all users"Tristan Darricau2014-05-101-8/+16
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12109 PHPBB3-12109
* | [ticket/12694] Remove whitespace at end of line from acp_groupsMarc Alexander2014-06-111-1/+1
| | | | | | | | PHPBB3-12694
* | Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-111-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
| | | | | | | | | | | | PHPBB3-12352
* | | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+2
| | | | | | | | | | | | PHPBB3-12508
* | | Merge pull request #2518 from Pico88/ticket/12606Joas Schilling2014-06-101-1/+106
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12606] Add ACP group core events * Pico88/ticket/12606: [ticket/12606] Add ACP group core events
| * | | [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
| | | | | | | | | | | | | | | | PHPBB3-12606
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-094-2/+157
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | | | [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Store values with config_text in the ACPJoas Schilling2014-05-291-8/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Fix request usageJoas Schilling2014-05-291-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Get service from containerJoas Schilling2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-291-10/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-291-1/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-292-0/+144
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Error pages still contain the email address. PHPBB3-10073
* | | | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer (1) and Dhruv Goel (1) * develop-olympus: [ticket/12660] Improve check for when phpinfo() is disabled.
| * | | | [ticket/12660] Improve check for when phpinfo() is disabled.Andreas Fischer2014-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12660
| * | | | [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will allow users to change the avatar path even if it's not writable. However, this will get rid of the error message that the path is not writable. Due to this, a minor addition to the explain message in the ACP settings has been made. PHPBB3-8960
* | | | | [ticket/12639] Don't make a copy of $marked when deleting logs in acp_logsTristan Darricau2014-06-021-7/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12639
* | | | | [ticket/12639] Send a correct IN entry when deleting marked logsTristan Darricau2014-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12639
* | | | | [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+0
| |_|/ / |/| | | | | | | | | | | PHPBB3-12639
* | | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-301-8/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10899] Using Delete All in log viewer with keyword search * Nicofuma/ticket/10899: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| * | | | [ticket/10899] Get $phpbb_log from the containerTristan Darricau2014-05-271-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-101-14/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| * | | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-2/+10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | | [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-1/+31
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Use force_cache on the list pageTristan Darricau2014-05-281-6/+10
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-0/+2
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-4/+7
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Fix whitespacesTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Update var namesTristan Darricau2014-05-281-16/+13
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-2/+4
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Remove the double spacesTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Coding styleTristan Darricau2014-05-281-33/+33
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Adding a missing commitNicofuma2014-05-281-4/+4
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Bug Fix: Extensions removed but still registred in DBNicofuma2014-05-281-8/+8
| | | | | | | | | | | | | | | | | | Fix the bug with the Extensions removed but still registred in DB PHPBB3-11366
* | | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-30/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
* | | [ticket/11366] Extension's version's checkNicofuma2014-05-281-26/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
* | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-1031/+56
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * \ \ Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-271-1031/+56
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12527] Remove translation editor from ACP * nickvergessen/ticket/12527: [ticket/12527] Fix "board’s language" vs "boards language" [ticket/12527] Use a proper language string on confirm screen [ticket/12527] Remove unnecessary language strings [ticket/12527] Check whether the language exists [ticket/12527] Restore missing files and variables check [ticket/12527] Remove editor from template [ticket/12527] Remove language file editor form ACP
| | * | | [ticket/12527] Use a proper language string on confirm screenJoas Schilling2014-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527