aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | [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-ascraeus' into developDhruv2014-06-091-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
* | | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-041-9/+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 branch 'develop-ascraeus' into developJoas Schilling2014-05-301-8/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-281-38/+178
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-1/+31
| * | | | [ticket/11366] Use force_cache on the list pageTristan Darricau2014-05-281-6/+10
| * | | | [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-0/+2
| * | | | [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-4/+7
| * | | | [ticket/11366] Fix whitespacesTristan Darricau2014-05-281-3/+3
| * | | | [ticket/11366] Update var namesTristan Darricau2014-05-281-16/+13
| * | | | [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-2/+4
| * | | | [ticket/11366] Remove the double spacesTristan Darricau2014-05-281-1/+1
| * | | | [ticket/11366] Coding styleTristan Darricau2014-05-281-33/+33
| * | | | [ticket/11366] Adding a missing commitNicofuma2014-05-281-4/+4
| * | | | [ticket/11366] Bug Fix: Extensions removed but still registred in DBNicofuma2014-05-281-8/+8
| * | | | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-30/+47
| * | | | [ticket/11366] Extension's version's checkNicofuma2014-05-281-26/+111
* | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-2865-408/+462
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-1031/+56
| |\ \ \ \
| * | | | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2765-408/+462
* | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-271-1031/+56
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-271-1031/+56
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/12527] Use a proper language string on confirm screenJoas Schilling2014-05-111-1/+1
| | * | | | [ticket/12527] Check whether the language existsJoas Schilling2014-05-111-0/+5
| | * | | | [ticket/12527] Restore missing files and variables checkJoas Schilling2014-05-111-1/+88
| | * | | | [ticket/12527] Remove language file editor form ACPJoas Schilling2014-05-111-1071/+4
* | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-261-1/+21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-261-1/+21
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/12074] Don't log errorsTristan Darricau2014-05-091-12/+0
| | * | | | [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-1/+33
| | |/ / /
* | | | | [ticket/12564] Remove version definition from ACP/MCP/UCP module info filesMatt Friedman2014-05-1832-32/+0
|/ / / /
* | | | Merge pull request #2420 from prototech/ticket/9388Joas Schilling2014-05-112-6/+8
|\ \ \ \
| * | | | [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-4/+6
| * | | | [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-081-2/+2
| |/ / /
* | | | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
* | | | [ticket/12476] Increase asset version on cache purgen-aleha2014-05-091-1/+1
|/ / /