Scarab commit: svn commit: r11052 - trunk

[email protected] Tue, 15 Nov 2011 15:57:17 -0800 (PST)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2011-11-15 15:57:17-0800
New Revision: 11052

Modified:
   trunk/minimal.properties
   trunk/project.properties
   trunk/scarab_properties.xml

Log:
Added scarab.extended.footer property to allow site wide disable of the Isse editor footer

Modified: trunk/minimal.properties
Url: http://scarab.tigris.org/source/browse/scarab/trunk/minimal.properties?view=diff&pathrev=11052&r1=11051&r2=11052
==============================================================================
--- trunk/minimal.properties	(original)
+++ trunk/minimal.properties	2011-11-15 15:57:17-0800
@@ -513,6 +513,38 @@
 # ======================
 
 
+# ================
+# Group: behaviour
+# ================
+#
+#   scarab.extended.footer
+# 
+#  The property scarab.edit.behaviour tells scarab, if an assigned user
+#  shall open the issue editor in edit mode by default.
+#  Note: This an experimental feature.
+# 
+# 
+
+
+# ----------------------
+# scarab.extended.footer
+# ----------------------
+#
+# 
+#  Issues can be assigned, moved and deleted. This functionality
+#  is placed in the Issue Footer by default.
+#  Sometimes all these functions are not necessary for "normal users"
+#  In that case the footer can be disabled by setting this attribute
+#  to false.
+# 
+
+scarab.extended.footer=true
+
+# ======================
+# End of Group behaviour
+# ======================
+
+
 # ======================
 # Group: site-decoration
 # ======================

Modified: trunk/project.properties
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.properties?view=diff&pathrev=11052&r1=11051&r2=11052
==============================================================================
--- trunk/project.properties	(original)
+++ trunk/project.properties	2011-11-15 15:57:17-0800
@@ -1448,6 +1448,7 @@
 # ================
 #
 #   scarab.edit.behaviour
+#   scarab.extended.footer
 # 
 #  The property scarab.edit.behaviour tells scarab, if an assigned user
 #  shall open the issue editor in edit mode by default.
@@ -1473,6 +1474,20 @@
 
 scarab.edit.behaviour=default
 
+# ----------------------
+# scarab.extended.footer
+# ----------------------
+#
+# 
+#  Issues can be assigned, moved and deleted. This functionality
+#  is placed in the Issue Footer by default.
+#  Sometimes all these functions are not necessary for "normal users"
+#  In that case the footer can be disabled by setting this attribute
+#  to false.
+# 
+
+scarab.extended.footer=true
+
 # ======================
 # End of Group behaviour
 # ======================

Modified: trunk/scarab_properties.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/scarab_properties.xml?view=diff&pathrev=11052&r1=11051&r2=11052
==============================================================================
--- trunk/scarab_properties.xml	(original)
+++ trunk/scarab_properties.xml	2011-11-15 15:57:17-0800
@@ -1437,6 +1437,21 @@
          <customization modification="optional">advanced</customization>
         <file/>
       </property>
+
+      <property>
+        <name>scarab.extended.footer</name>
+        <default>true</default>
+        <details>
+          Issues can be assigned, moved and deleted. This functionality
+          is placed in the Issue Footer by default.
+          Sometimes all these functions are not necessary for "normal users"
+          In that case the footer can be disabled by setting this attribute
+          to false.
+        </details>
+        <type>Runtime</type>
+         <customization modification="advanced">basic</customization>
+        <file/>
+      </property>
 	  
     </group>

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2878397