aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_forums.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-011-0/+5
| | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* [ticket/16083] Remove type=text/javascriptJakub Senko2019-10-041-4/+4
| | | | PHPBB3-16083
* Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-6/+6
| | | | | | | | PHPBB3-14272
* | [ticket/14201] Add events.md descriptions, fix accidentally swapped eventsrxu2015-10-121-1/+1
| | | | | | | | PHPBB3-14201
* | [ticket/14201] Add more template events to ACPrxu2015-09-261-1/+1
|/ | | | PHPBB3-14201
* [ticket/14013] Add acp_forums_custom_settings eventZoddo2015-07-151-0/+2
| | | | PHPBB3-14013
* [ticket/13347] fix CSomniError2014-11-171-7/+7
| | | | PHPBB3-13347
* [ticket/13347] missing acp_forums template eventsomniError2014-11-171-0/+7
| | | | PHPBB3-13347
* [ticket/12810] Use correct template vars for shadow pruning settingsMarc Alexander2014-07-061-2/+2
| | | | PHPBB3-12810
* [ticket/12807] New variables for _EXPLAINCrizzo2014-07-061-2/+2
| | | | PHPBB3-12807
* [ticket/12807] Changes PRUNE_FREQ to PRUNE_SHADOW_FREQ/_DAYSCrizzo2014-07-051-2/+2
| | | | PHPBB3-12807
* Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-141-22/+22
|\ | | | | | | | | | | | | | | | | | | * marc/ticket/12372: [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay [ticket/12372] Use admin.js $(document).ready for hiding questionnaire details [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() [ticket/12372] Move dE() function core.js [ticket/12372] Unify definition of function dE() across all files [ticket/12372] Use jQuery in javascript dE() function
| * [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-22/+22
| | | | | | | | PHPBB3-12372
* | [ticket/12351] Add loading indicator to links that are missing it.Varun Agrawal2014-04-121-2/+2
|/ | | | | | | | When you click on the link, the turning circle is missing, so you don't know whether it is actually doing something or not, until the response is served. PHPBB3-12351
* [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-7/+7
| | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
* [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-2/+2
| | | | PHPBB3-12150
* [ticket/12150] Add options to acpMarc Alexander2014-03-291-0/+13
| | | | PHPBB3-12150
* Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-041-1/+1
|\ | | | | [ticket/11935] Fix invalid HTML and Errors
| * [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-4/+4
| |\ | | | | | | | | | PHPBB3-11935
| * | [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-1/+1
| | | | | | | | | | | | PHPBB3-11935
* | | [ticket/11977] Remove data and change code in acp_modulesVjacheslav Trushkin2013-11-031-1/+1
| | | | | | | | | | | | PHPBB3-11977
* | | [ticket/11977] Use CSS instead of JS to disable up/down iconsVjacheslav Trushkin2013-11-021-21/+4
| |/ |/| | | | | PHPBB3-11977
* | [ticket/11957] Responsive forums listVjacheslav Trushkin2013-10-261-4/+4
|/ | | | PHPBB3-11957
* [feature/twig] Fix improper template syntax in acp_forums.htmlNathaniel Guse2013-06-141-1/+1
| | | | PHPBB3-11598
* Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' ↵Nathaniel Guse2013-06-061-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | into develop # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/feature/editor-code-tabs: [feature/editor-code-tabs] Make inTag function reusable [feature/editor-code-tabs] Check for browser support in function [feature/editor-code-tabs] Apply code editor to everything [feature/editor-code-tabs] Correctly count indentation on first line
| * [feature/editor-code-tabs] Apply code editor to everythingVjacheslav Trushkin2013-05-201-2/+2
| | | | | | | | | | | | | | | | Move code editor from prosilver to assets Apply code editor to subsilver2 Apply code editor to ACP elements where bbcode is allowed PHPBB3-11557
* | [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-4/+4
|/ | | | PHPBB3-11010
* [feature/events] Remove extraneous spaceDavid King2012-12-171-1/+1
| | | | PHPBB3-9550
* [feature/events] Append "_append" to acp_forums_normal_settingsDavid King2012-12-171-1/+1
| | | | PHPBB3-9550
* [feature/events] Adding acp prefix to acp event namesMichael Cullum2012-12-171-1/+1
| | | | PHPBB3-9550
* [feature/events] Adding forums_normal_settings acp template ledgeMichael Cullum2012-12-171-0/+1
| | | | PHPBB3-9550
* [ticket/11198] Correctly set links after an item is moved up/down with AJAXJoas Schilling2012-11-141-4/+4
| | | | PHPBB3-11198
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-40/+40
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [ticket/10982] Remove overlay on first up/down move of forums in ACPJoas Schilling2012-07-111-4/+4
| | | | PHPBB3-10982
* [feature/ajax] Do not hard-code sorting images of acp_forums orderingIgor Wiedler2012-03-311-0/+8
| | | | PHPBB3-10270
* [ticket/10281] AJAXified reordering forums in the ACP.Callum Macrae2012-03-311-9/+9
| | | | PHPBB3-10281
* [ticket/10362] HTML5 Fix - Replace name attribute with id in anchorsMatt Friedman2011-09-111-1/+1
| | | | | | | When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362
* [ticket/8138] Add autocomplete="off" to a user and forum ACP.Nils Adermann2011-06-031-2/+2
| | | | PHPBB3-8138
* [ticket/10154] Move "copy permissions from" to below "parent" on forum creationAndreas Fischer2011-05-091-6/+6
| | | | | | Move "copy permissions from" to below "parent forum" in forum creation form. PHPBB3-10154
* [ticket/9575] Also change 'administrate' to 'administer' in templatesIgor Wiedler2010-12-051-1/+1
| | | | PHPBB3-9575
* [ticket/9547] Use separate constants for display/enable active topics.Andreas Fischer2010-05-161-2/+2
| | | | | | | | Split S_DISPLAY_ACTIVE_TOPICS into S_DISPLAY_ACTIVE_TOPICS and S_ENABLE_ACTIVE_TOPICS so we have correct default values when changing the forum type. PHPBB3-9547
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-231-0/+5
| | | | | | | - add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Removed redundant code and unnecessary queries in forum management. #42265Chris Smith2009-02-271-1/+1
| | | | | | | - Fixed use of <b> instead of <strong> in ACP git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0
* #25205Henry Sudhof2008-05-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8533 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor stuff: #20925, #20815Henry Sudhof2008-02-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8375 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging r8373 into 3.0 branch: adding a new option to hide the entire list ↵Nils Adermann2008-02-031-0/+5
| | | | | | of subforums on listforums git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8374 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-4/+4
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i43Henry Sudhof2007-10-051-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-4/+4
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0