Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F860028
custom
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 30, 12:28 AM
Size
24 KB
Mime Type
text/x-diff
Expires
Fri, May 2, 12:28 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
611737
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/RC/custom/units/site_configs/ban_rules_ban-rule.php
===================================================================
--- branches/RC/custom/units/site_configs/ban_rules_ban-rule.php (nonexistent)
+++ branches/RC/custom/units/site_configs/ban_rules_ban-rule.php (revision 11905)
@@ -0,0 +1,51 @@
+<?php
+
+ // section removal
+ $remove_sections = Array (
+ 'in-portal:user_banlist',
+ );
+
+ // sections shown with debug on
+ $debug_only_sections = Array (
+// 'in-portal:user_banlist',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of all email templates (direct list)
+// 'ban_rule_list' => Array ('new_item', 'edit', 'delete', 'view', 'dbl-click'),
+
+// edit email body direct
+// 'ban_rule_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'RuleId', 'RuleType', 'MessageType', 'LanguageId', 'ItemVerb', 'ItemValue', 'ItemType', 'Priority',
+ 'Status', 'ErrorTag', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'RuleId', 'RuleType', 'MessageType', 'LanguageId', 'ItemVerb',*/ 'ItemValue', /*'ItemType', 'Priority',
+ 'Status', 'ErrorTag', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// currently not in user
+// 'Default' => Array ('RuleId', 'RuleType', 'ItemField', 'ItemVerb', 'ItemValue', 'Status', ),
+ );
\ No newline at end of file
Property changes on: branches/RC/custom/units/site_configs/ban_rules_ban-rule.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/reviews_rev.php
===================================================================
--- branches/RC/custom/units/site_configs/reviews_rev.php (revision 11904)
+++ branches/RC/custom/units/site_configs/reviews_rev.php (revision 11905)
@@ -1,51 +1,51 @@
<?php
// section removal
$remove_sections = Array (
// reviews section under Community
// 'in-portal:reviews'
);
// sections shown with debug on
$debug_only_sections = Array (
// 'in-portal:reviews'
);
- // toolbar buttons (this are obstracts - all buttons defined in clone configs, ie. l-rev )
+ // toolbar buttons (this are abstracts - all buttons defined in clone configs, ie. l-rev )
$remove_buttons = Array (
// geenral list of reviews/comments
// 'reviews' => Array ('edit', 'delete', 'approve', 'decline', 'view', 'dbl-click'),
);
// fields to hide
$hidden_fields = Array (
/* 'ReviewId', 'CreatedOn', 'ReviewText', 'Rating', 'IPAddress', 'ItemId', 'CreatedById', 'ItemType',
'Priority', 'Status', 'TextFormat', 'Module', */
);
// virtual fields to hide
$virtual_hidden_fields = Array (
// 'ReviewedBy', 'CatalogItemName', 'CatalogItemId', 'CatalogItemCategory',
);
// fields to make required
$required_fields = Array (
/* 'ReviewId', 'CreatedOn',*/ 'ReviewText', /*'Rating', 'IPAddress', 'ItemId', 'CreatedById', 'ItemType',
'Priority', 'Status', 'TextFormat', 'Module', */
);
// virtual fields to make required
$virtual_required_fields = Array (
// 'ReviewedBy', 'CatalogItemName', 'CatalogItemId', 'CatalogItemCategory',
);
// tabs during editing
$hide_edit_tabs = Array (
// no tabs defined here
);
// hide columns in grids
$hide_columns = Array (
// 'Default' => Array ('ReviewId', 'ReviewText', 'ReviewedBy', 'CreatedOn', 'Status', 'Rating'),
// 'ReviewsSection' => Array ('ReviewId', 'ReviewText', 'ReviewedBy', 'CreatedOn', 'Status', 'Rating'),
);
Index: branches/RC/custom/units/site_configs/relationship_rel.php
===================================================================
--- branches/RC/custom/units/site_configs/relationship_rel.php (revision 11904)
+++ branches/RC/custom/units/site_configs/relationship_rel.php (revision 11905)
@@ -1,46 +1,46 @@
<?php
// section removal
$remove_sections = Array (
);
// sections shown with debug on
$debug_only_sections = Array (
);
- // toolbar buttons (this are obstracts - all buttons defined in clone configs, ie. l-rel )
+ // toolbar buttons (this are abstracts - all buttons defined in clone configs, ie. l-rel )
$remove_buttons = Array (
);
// fields to hide
$hidden_fields = Array (
/* 'RelationshipId', 'SourceId', 'TargetId', 'SourceType', 'TargetType', 'Type', 'Enabled', 'Priority' */
);
// virtual fields to hide
$virtual_hidden_fields = Array (
// 'ItemName', 'ItemType',
);
// fields to make required
$required_fields = Array (
/* 'RelationshipId', */'SourceId', 'TargetId', /*'SourceType', 'TargetType', */'Type', /*'Enabled', 'Priority', */
);
// virtual fields to make required
$virtual_required_fields = Array (
// 'ItemName', 'ItemType',
);
// tabs during editing
$hide_edit_tabs = Array (
// no tabs defined here
);
// hide columns in grids
$hide_columns = Array (
// 'Default' => Array ('RelationshipId', 'ItemName', 'ItemType', 'Type', 'Enabled'),
);
Index: branches/RC/custom/units/site_configs/languages_lang.php
===================================================================
--- branches/RC/custom/units/site_configs/languages_lang.php (revision 11904)
+++ branches/RC/custom/units/site_configs/languages_lang.php (revision 11905)
@@ -1,6 +1,18 @@
<?php
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:configure_lang',
+ );
+
// section in debug mode
$debug_only_sections = Array (
'in-portal:configure_lang',
);
+
+
+
+
+
+
+
Index: branches/RC/custom/units/site_configs/forms_form.php
===================================================================
--- branches/RC/custom/units/site_configs/forms_form.php (nonexistent)
+++ branches/RC/custom/units/site_configs/forms_form.php (revision 11905)
@@ -0,0 +1,58 @@
+<?php
+
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:forms',
+ );
+
+ // sections shown with debug on
+ $debug_only_sections = Array (
+// 'in-portal:forms',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of forms
+// 'forms_list' => Array ('new_form', 'edit', 'delete', 'view', 'dbl-click'),
+
+// editing form
+// 'forms_edit' => Array ('select', 'cancel', 'prev', 'next'),
+
+// edit list of fields when adding/editing form
+// 'forms_edit_fields' => Array ('select', 'cancel', 'prev', 'next', 'new_item', 'edit', 'delete', 'move_up', 'move_down', 'view', 'dbl-click'),
+
+// edit form field when adding/editing form
+// 'form_field_edit' => Array ('select', 'cancel'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'FormId', 'Title', 'Description', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'FormId',*/ 'Title', /* 'Description', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+// tabs during form editing
+// 'Default' => Array ('general', 'fields'),
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// list of forms
+// 'Default' => Array ('FormId', 'Title'),
+ );
Property changes on: branches/RC/custom/units/site_configs/forms_form.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/email_messages_emailmessages.php
===================================================================
--- branches/RC/custom/units/site_configs/email_messages_emailmessages.php (nonexistent)
+++ branches/RC/custom/units/site_configs/email_messages_emailmessages.php (revision 11905)
@@ -0,0 +1,54 @@
+<?php
+
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:configemail',
+ );
+
+ // sections shown with debug on
+ $debug_only_sections = Array (
+// 'in-portal:configemail',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of all email templates (direct list)
+// 'email_messages_direct_list' => Array ('edit', 'view', 'dbl-click'),
+
+// edit email body direct
+// 'email_messages_edit_direct' => Array ('select', 'cancel', 'reset_edit'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /*'EmailMessageId', 'Template',*/ 'MessageType', /*'LanguageId', 'EventId', 'Subject' */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ 'Headers',/* 'Body', 'ReplacementTags', 'Description', 'Module', 'Type', 'MassSubject', 'MassAttachment',
+ 'MassHtmlMessage', 'MassTextMessage', */
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /*'EmailMessageId', 'Template', 'MessageType', 'LanguageId', 'EventId', 'Subject' */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ /* 'Headers', 'Body', 'ReplacementTags', 'Description', 'Module', 'Type', 'MassSubject', 'MassAttachment',
+ 'MassHtmlMessage', 'MassTextMessage', */
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// currently not in user
+// 'Default' => Array ('Subject', 'Description', 'Type', ),
+// 'Emails' => Array ('EventId', 'Subject', 'Description', 'Type', 'LanguageId', ),
+ );
\ No newline at end of file
Property changes on: branches/RC/custom/units/site_configs/email_messages_emailmessages.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/form_submissions_formsubs.php
===================================================================
--- branches/RC/custom/units/site_configs/form_submissions_formsubs.php (nonexistent)
+++ branches/RC/custom/units/site_configs/form_submissions_formsubs.php (revision 11905)
@@ -0,0 +1,41 @@
+<?php
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of forms
+// 'formsubs_list' => Array ('edit', 'delete', 'dbl-click'),
+
+// editing form
+// 'formsubs_view' => Array ('cancel', 'prev', 'next'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'FormSubmissionId', 'FormId', 'SubmissionTime', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'FormSubmissionId', 'FormId', 'SubmissionTime', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// submission columns
+// 'Default' => Array ('FormSubmissionId', 'SubmissionTime'),
+ );
Property changes on: branches/RC/custom/units/site_configs/form_submissions_formsubs.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/form_fields_formflds.php
===================================================================
--- branches/RC/custom/units/site_configs/form_fields_formflds.php (nonexistent)
+++ branches/RC/custom/units/site_configs/form_fields_formflds.php (revision 11905)
@@ -0,0 +1,34 @@
+<?php
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'FormFieldId', 'FormId', 'Type', 'FieldName', 'FieldLabel', 'Heading', 'Prompt', 'ElementType', 'ValueList', 'Priority',
+ 'IsSystem', 'Required', 'DisplayInGrid', 'DefaultValue', 'Validation', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ /* 'DirectOptions', */
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'FormFieldId', 'FormId', 'Type', */'FieldName', 'FieldLabel', 'Prompt', 'ElementType',/* 'Heading', 'ValueList', 'Priority',
+ 'IsSystem', 'Required', 'DisplayInGrid', 'DefaultValue', 'Validation', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ /* 'DirectOptions', */
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// submission columns
+// 'Default' => Array ('FormFieldId', 'FieldName', 'FieldLabel', 'Priority', 'ElementType', 'Required', 'DisplayInGrid'),
+ );
Property changes on: branches/RC/custom/units/site_configs/form_fields_formflds.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/categories_c.php
===================================================================
--- branches/RC/custom/units/site_configs/categories_c.php (revision 11904)
+++ branches/RC/custom/units/site_configs/categories_c.php (revision 11905)
@@ -1,77 +1,78 @@
<?php
// section removal
$remove_sections = Array (
'in-portal:configure_categories',
'in-portal:configuration_search',
'in-portal:configuration_email',
'in-portal:configuration_custom',
);
// sections shown with debug on
$debug_only_sections = Array (
// 'in-portal:configure_categories',
// 'in-portal:configuration_search',
// 'in-portal:configuration_email',
// 'in-portal:configuration_custom',
);
// toolbar buttons
$remove_buttons = Array (
'catalog' => Array (/*'select', 'cancel', 'upcat', 'homecat', 'new_cat', 'new_link', 'new_article', 'new_topic', 'new_item', 'edit', 'delete',*/ 'approve', 'decline', /*'cut', 'copy', 'paste', 'move_up', 'move_down',*/ 'rebuild_cache', /*'view'*/),
+
'advanced_view' => Array (/*'select', 'cancel', 'new_cat', 'edit', 'delete',*/ 'approve', 'decline', /*'view'*/),
// 'categories_relations' => Array ('select', 'cancel', 'prev', 'next', 'new_relation', 'edit', 'delete', 'approve', 'decline', 'view', 'dbl-click'),
// 'categories_images' => Array ('select', 'cancel', 'prev', 'next', 'new_image', 'edit', 'delete', 'move_up', 'move_down', 'primary_image', 'view', 'dbl-click'),
// 'reviews' => Array ('edit', 'delete', 'approve', 'decline', 'view', 'dbl-click'),
// 'categories_related_searches' => Array ('new_related_search', 'edit', 'delete', 'move_up', 'move_down', 'approve', 'decline', 'view', 'dbl-click'),
// 'related_searches_edit' => Array ('select', 'cancel'),
);
// fields to hide
$hidden_fields = Array (
'CategoryId', /*'Type',*/ 'SymLinkCategoryId', /*'ParentId', 'Name', 'Filename', 'AutomaticFilename',*/
'Description', 'CreatedOn', 'EditorsPick', 'Status', /*'Priority', 'MetaKeywords', 'CachedDescendantCatsQty',
'CachedNavbar', 'CreatedById', 'ResourceId', 'ParentPath', 'TreeLeft', 'TreeRight', 'NamedParentPath',
'MetaDescription', 'HotItem',*/ 'NewItem', /*'PopItem', 'Modified', 'ModifiedById', 'CachedTemplate',
'Template',*/ 'UseExternalUrl', 'ExternalUrl', 'UseMenuIconUrl', 'MenuIconUrl', 'Title', 'MenuTitle',
/*'MetaTitle', 'IndexTools', 'IsIndex', 'IsMenu', 'IsSystem',*/ 'FormId', 'FormSubmittedTemplate',
/*'Translated', 'FriendlyURL', 'ThemeId'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
/*'CurrentSort', 'IsNew', 'OldPriority', 'SameImages', 'LocalThumb', 'ThumbPath', 'ThumbUrl',
'LocalImage', 'LocalPath', 'FullUrl'*/
);
$debug_only_fields = Array (
'Filename', 'AutomaticFilename', 'IsIndex',
);
// fields to make required
$required_fields = Array (
'ParentId', 'Name', 'Filename', 'CreatedOn', 'Priority',
);
// virtual fields to make required
$virtual_required_fields = Array (
);
// tabs during editing
$hide_edit_tabs = Array (
// 'Default' => Array ('general', 'properties', 'relations', 'related_searches', 'images', 'permissions', 'custom'),
);
// hide columns in grids
$hide_columns = Array (
'Default' => Array (/*'CategoryId', 'Name', 'Modified', 'Template', 'IsMenu', 'IsSystem',*/ 'Priority'),
'DefaultShowAll' => Array (/*'CategoryId', 'Name', 'Modified', 'Template', 'IsMenu', 'IsSystem', 'Priority', 'CachedNavbar'*/),
'Radio' => Array (/*'CategoryId', 'Name', 'Modified', 'Template', 'IsMenu', 'IsSystem',*/ 'Priority'),
'RadioShowALl' => Array (/*'CategoryId', 'Name', 'Modified', 'Template', 'IsMenu', 'IsSystem', 'Priority', 'CachedNavbar'*/),
'Structure' => Array (/*'CategoryId', 'Name', 'Modified', 'Template', 'IsMenu', 'Path', 'IsSystem',*/ 'Priority'),
);
\ No newline at end of file
Index: branches/RC/custom/units/site_configs/agents_agent.php
===================================================================
--- branches/RC/custom/units/site_configs/agents_agent.php (revision 11904)
+++ branches/RC/custom/units/site_configs/agents_agent.php (revision 11905)
@@ -1,6 +1,49 @@
<?php
// section removal
$remove_sections = Array (
'in-portal:agents',
);
+
+ // sections shown with debug on
+ $debug_only_sections = Array (
+// 'in-portal:agents',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of agents
+// 'agent_list' => Array ('new_agent', 'edit', 'delete', 'approve', 'decline', 'cancel', 'view', 'dbl-click'),
+
+// edit agent
+// 'agent_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn',
+ 'LastRunStatus', 'NextRunOn', 'RunTime', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn',
+ 'LastRunStatus', 'NextRunOn', 'RunTime', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array ( );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// currently not in user
+// 'Default' => Array ( 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn', 'LastRunStatus', 'NextRunOn', ),
+ );
\ No newline at end of file
Index: branches/RC/custom/units/site_configs/files_file.php
===================================================================
--- branches/RC/custom/units/site_configs/files_file.php (nonexistent)
+++ branches/RC/custom/units/site_configs/files_file.php (revision 11905)
@@ -0,0 +1,43 @@
+<?php
+
+ // section removal
+ $remove_sections = Array (
+// no separate tree section defined for this
+ );
+
+ // sections shown with debug on
+ $debug_only_sections = Array (
+// no separate tree section defined for this
+ );
+
+ // toolbar buttons (this are abstracts - all buttons defined in clone configs )
+ $remove_buttons = Array (
+
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /* 'FileId', 'ResourceId', 'FileName', 'FilePath', 'Size', 'Status', 'LocalPath', 'CreatedOn', 'CreatedById', 'MimeType', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /* 'FileId', 'ResourceId',*/ 'FileName', 'FilePath', /*'Size', 'Status', 'LocalPath', 'CreatedOn', 'CreatedById', 'MimeType', */
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// 'Default' => Array ('FileId', 'FileName', 'Status'),
+ );
Property changes on: branches/RC/custom/units/site_configs/files_file.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: branches/RC/custom/units/site_configs/images_img.php
===================================================================
--- branches/RC/custom/units/site_configs/images_img.php (revision 11904)
+++ branches/RC/custom/units/site_configs/images_img.php (revision 11905)
@@ -1,46 +1,46 @@
<?php
// section removal
$remove_sections = Array (
// no separate tree section defined for this
);
// sections shown with debug on
$debug_only_sections = Array (
// no separate tree section defined for this
);
- // toolbar buttons (this are obstracts - all buttons defined in clone configs )
+ // toolbar buttons (this are abstracts - all buttons defined in clone configs )
$remove_buttons = Array (
);
// fields to hide
$hidden_fields = Array (
/* 'ImageId', 'Name', 'Url', 'AltName', 'ImageIndex', 'LocalImage', 'LocalPath', 'Enabled', 'Priority', 'DefaultImg', 'ThumbUrl', 'LocalThumb', 'SameImages', */
);
// virtual fields to hide
$virtual_hidden_fields = Array (
// 'Preview', 'ImageUrl',
);
// fields to make required
$required_fields = Array (
/* 'ImageId', */ 'Name', 'AltName', /* 'Url', 'ImageIndex', 'LocalImage', 'LocalPath', 'Enabled', 'Priority', 'DefaultImg', 'ThumbUrl', 'LocalThumb', 'SameImages', */
);
// virtual fields to make required
$virtual_required_fields = Array (
// 'Preview', 'ImageUrl',
);
// tabs during editing
$hide_edit_tabs = Array (
// no tabs defined here
);
// hide columns in grids
$hide_columns = Array (
// 'Default' => Array ('ImageId', 'Name', 'AltName', 'Url', 'Enabled', 'Preview'),
);
Index: branches/RC/custom/units/site_configs/themes_theme.php
===================================================================
--- branches/RC/custom/units/site_configs/themes_theme.php (revision 11904)
+++ branches/RC/custom/units/site_configs/themes_theme.php (revision 11905)
@@ -1,58 +1,58 @@
<?php
// section removal
$remove_sections = Array (
'in-portal:configure_themes',
);
// sections shown with debug on
$debug_only_sections = Array (
- 'in-portal:configure_themes',
+// 'in-portal:configure_themes',
);
// toolbar buttons
$remove_buttons = Array (
// list of themes;
// 'themes_list' => Array ('new_theme', 'edit', 'delete', 'primary_theme', 'rescan_themes', 'view', 'dbl-click'),
// "General" tab during adding/editing
// 'themes_edit_general' => Array ('select', 'cancel', 'prev', 'next'),
// "Files" tab during adding/editing
// 'themes_edit_files' => Array ('select', 'cancel', 'prev', 'next', 'delete', 'view', 'dbl-click'),
// "Edit File"
// 'theme_file_edit' => Array ('select', 'cancel', 'reset_edit'),
);
// fields to hide
$hidden_fields = Array (
/*'ThemeId', 'Name', 'Enabled', 'Description', 'PrimaryTheme', 'CacheTimeout', 'StylesheetId',*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
/*'StyleName', 'LastCompiled'*/
);
// fields to make required
$required_fields = Array (
/*'ThemeId',*/ 'Name', /*'Enabled', 'Description', 'PrimaryTheme', 'CacheTimeout', 'StylesheetId'*/
);
// virtual fields to make required
$virtual_required_fields = Array (
/*'StyleName', 'LastCompiled'*/
);
// tabs during editing
$hide_edit_tabs = Array (
// tabs during editing
// 'Default' => Array ('general', 'files'),
);
// hide columns in grids
$hide_columns = Array (
// currently not in user
// 'Default' => Array ('ThemeId', 'Name', 'Description', 'Enabled', 'PrimaryTheme'),
);
Index: branches/RC/custom/units/site_configs/mailing_lists_mailing-list.php
===================================================================
--- branches/RC/custom/units/site_configs/mailing_lists_mailing-list.php (revision 11904)
+++ branches/RC/custom/units/site_configs/mailing_lists_mailing-list.php (revision 11905)
@@ -1,55 +1,55 @@
<?php
// section removal
$remove_sections = Array (
- 'in-portal:mailing_folder',
- 'in-portal:mailing_lists',
+// 'in-portal:mailing_folder',
+// 'in-portal:mailing_lists',
);
// debug only sections
$debug_only_sections = Array (
// 'in-portal:mailing_folder',
// 'in-portal:mailing_lists',
);
// toolbar buttons
$remove_buttons = Array (
// list of mailing lists
// 'mailing_list_list' => Array ('new_item', 'view_item', 'delete', 'cancel', 'view', 'dbl-click'),
// "General" tab during adding/editing
// 'mailing_list_edit' => Array ('select', 'cancel', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/*'MailingId', 'PortalUserId', 'To', 'ToParsed', 'Subject', 'MessageText', 'MessageHtml', 'Status',
'EmailsQueued', 'EmailsSent', 'EmailsTotal'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
/*'MailingId', */ 'PortalUserId', 'To', /*'ToParsed', 'Subject', 'MessageText', 'MessageHtml', 'Status',
'EmailsQueued', 'EmailsSent', 'EmailsTotal'*/
);
// virtual fields to make required
$virtual_required_fields = Array (
);
// tabs during editing
$hide_edit_tabs = Array (
);
// hide columns in grids
$hide_columns = Array (
// currently not in user
// 'Default' => Array ('MailingId', 'Subject', 'MessageText', 'MessageHtml', 'Status', 'EmailsQueued', 'EmailsSent', 'EmailsTotal'),
);
\ No newline at end of file
Event Timeline
Log In to Comment