aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-211-6/+21
|\
| * Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
| |\ | | | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php
| | * [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
| |/ | | | | | | PHPBB3-13344
* | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-031-2/+2
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-3/+3
| | | | | | | | PHPBB3-14492
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-1/+0
|\ \ | |/
| * [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-011-1/+0
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-221-3/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12723] Do not mention too many details on documentation. [ticket/12723] Do not reference the coding guidelines section. [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions [ticket/12723] Properly describe new Code Sniffer rulsets. [ticket/12723] Use core suffix in filename instead of phpbb in the middle. [ticket/12723] Add Sniff ensuring PHP files use the correct file header
| * [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-3/+7
| | | | | | | | PHPBB3-12723
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-06-091-0/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: (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] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+26
| | | | | | | | PHPBB3-10073
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-2832-192/+224
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2732-192/+224
| | | | | | | | PHPBB3-12594
* | [ticket/12564] Remove version definition from ACP/MCP/UCP module info filesMatt Friedman2014-05-1832-32/+0
|/ | | | PHPBB3-12564
* [ticket/11169] Move module 'prune users' to users categoryOliver Schramm2014-03-161-1/+1
| | | | PHPBB3-11169
* [ticket/11298] Fix typo in language key; EXTENSIONS -> EXTENSIONDavid King2013-02-231-2/+2
| | | | PHPBB3-11298
* [ticket/11088] Move style, extension and language pack management to customiseDavid King2012-12-122-3/+3
| | | | | | | Instead of being separated, these related ACP modules are now grouped intuitively. PHPBB3-11088
* [ticket/10631] Fix so it installs the module in the correct placeMichael Cullum2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Adding an extensions adminMichael Cullum2012-09-011-0/+34
| | | | PHPBB3-10631
* [feature/merging-style-components] New acp_stylesVjacheslav Trushkin2012-03-141-3/+3
| | | | | | New acp_styles, completely rewritten PHPBB3-10632
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-3131-62/+31
| | | | PHPBB3-9916
* [feature/remove-imagesets] Changing admin control panel styles moduleVjacheslav Trushkin2011-09-031-1/+0
| | | | | | Removing imagesets. Changing admin control panel styles module PHPBB3-10336
* [feature/attachment-management-no-reassignment] Further feature adjustments.rxu2011-04-111-1/+1
| | | | | | | | | | | | | | | -add database update entry; - add files statistics checks; - improve files deletion procedure; - improve reversed order for pagination; - adjust template file; - add missing comma for orphan key in info module; - change module mode name; - fix module explanation text; - add files comments output; - change attachments per page amount from posts to topics per page value. PHPBB3-9721
* [feature/attachment-management-no-reassignment] Fix some more errorsrxu2011-04-111-1/+1
| | | | | | Missing comma for orphan key in info module, define $start variable PHPBB3-9721
* [feature/attachment-management-no-reassignment] Attachments managementrxu2011-04-101-0/+1
| | | | | | This feature allows to manage attachments in posts and PMs via ACP. PHPBB3-9721
* [ticket/9549] Add the module and files for the ACP.Joas Schilling2011-02-161-0/+1
| | | | PHPBB3-9549
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-1131-64/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9578] ACP Posting tab is missing "Post settings" module.Joas Schilling2010-05-281-1/+1
| | | | PHPBB3-9578
* correct mode is send_statistics, else installs will differ from updates.Meik Sievertsen2009-08-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10068 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-281-0/+1
| | | | | | [Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
* Feature Bug #43375 - Ability to delete warnings and keep warnings permanentlyJoas Schilling2009-07-141-0/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9758 89ea8834-ac86-4346-8a33-228a782c2dd0
* acp module for submitting statistical information to phpBBNils Adermann2009-06-271-0/+37
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 89ea8834-ac86-4346-8a33-228a782c2dd0
* First ATOM Feed commit/integrationMeik Sievertsen2009-06-121-0/+1
| | | | | | - Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 89ea8834-ac86-4346-8a33-228a782c2dd0
* Disable mass e-mail when e-mail is disabled. #27385Chris Smith2008-10-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9011 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8598 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14621Meik Sievertsen2007-10-0430-90/+90
| | | | | | | | #14596 info file changes git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
* Unused Code inside function update_forum_data [Bug #6606]Meik Sievertsen2006-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | Copy permissions protection for groups [Bug #6594] HTML issues in ACP [Bug #6580, #6578] Always send the correct encoding [related to bug #6576] Mass email fixes for first loop iteration [Bug #6570] Extension groups to be allowed in PM's and/or Posts [Bug #6558] Extension allowance checking clarified (no longer using forum id 0 for private messaging) Using request_var() array method for some variables [Bug #6556] Added confirmation for deletion of ranks/smilies/icons/word censores [Bug #6548, #6530, #6512, #6466] Only show postable forums in dropdown list for moving posts on forum deletion as well as correct re-indexing [Bug #6510, #6476, #6384] Jabber password being password field in jabber settings screen [Bug #6478] user activity language variable if viewing not own profile [Bug #6432] Show moderator group/user-name colour [Bug #6402] Log rank creation/updating/removing [Bug #6398] Update check permission changed from a_ to a_board [Bug #6392] git-svn-id: file:///svn/phpbb/trunk@6816 89ea8834-ac86-4346-8a33-228a782c2dd0
* A reworking of how we handle inactive usersGraham Eames2006-09-231-0/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@6394 89ea8834-ac86-4346-8a33-228a782c2dd0
* add version check to acp. Now no longer directly displayed at the acp index ↵Meik Sievertsen2006-09-021-0/+37
| | | | | | but accessible through the System tab and viewable by any admin (no special permisison needed). git-svn-id: file:///svn/phpbb/trunk@6347 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-4/+4
| | | | | | | | | | | | - added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved... - added "active module" var to the module class returning the current active module - changed call to image magick - add administrator to global moderators group by default - extend auth_option column a little bit - other bugfixes git-svn-id: file:///svn/phpbb/trunk@6135 89ea8834-ac86-4346-8a33-228a782c2dd0
* ketchup? catcher? catheter? no. CAPTCHADavid M2006-06-282-1/+38
| | | | | | | | | | - New CAPTCHA ACP, only lets you enable what you can actually use :D - CAPTCHA ACP also has a nifty demo link that lets you preview a CAPTCHA with the current settings that you enable. I hope it all works... git-svn-id: file:///svn/phpbb/trunk@6129 89ea8834-ac86-4346-8a33-228a782c2dd0
* Misc module ordering stuff/missing modules.Graham Eames2006-05-318-9/+9
| | | | | | | There's still 1 minor bit to fix up.... git-svn-id: file:///svn/phpbb/trunk@5994 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few top level changes to the module structure.Graham Eames2006-05-201-4/+4
| | | | | | | More will follow since the quick access section is currently broken git-svn-id: file:///svn/phpbb/trunk@5948 89ea8834-ac86-4346-8a33-228a782c2dd0
* A couple of minor slips of the fingerGraham Eames2006-05-052-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5884 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove the module entries from the schema data file and generate the list ↵Graham Eames2006-05-0127-83/+83
| | | | | | | | | instead This should be the last major item with hard-coded id values in it git-svn-id: file:///svn/phpbb/trunk@5873 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adding user logs (displaying all users instead of limited to the user if ↵Meik Sievertsen2006-04-261-0/+1
| | | | | | | | | viewing user notes) - fixed a tiny set of bugs... git-svn-id: file:///svn/phpbb/trunk@5848 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed group settings from rolesMeik Sievertsen2006-04-221-0/+1
| | | | | | | | | | - added forum icon in front of forums in permissions acp - added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :)) - some bugfixes - PHP6 fix git-svn-id: file:///svn/phpbb/trunk@5824 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmm, das hat hoffentlich keiner gesehen... :PMeik Sievertsen2006-04-151-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5788 89ea8834-ac86-4346-8a33-228a782c2dd0
* slightly modified general tab layout to remove the confusion between board ↵Meik Sievertsen2006-04-151-6/+14
| | | | | | defaults and board settings. git-svn-id: file:///svn/phpbb/trunk@5787 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, thought about this now for too long. I think the best solution ↵Meik Sievertsen2006-03-2527-0/+1052
circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code. git-svn-id: file:///svn/phpbb/trunk@5725 89ea8834-ac86-4346-8a33-228a782c2dd0