Scarab commit: svn commit: r11050 - trunk/project.properties

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

Modified:
   trunk/project.properties

Log:
Generated project.properties for property scarab.site.style

Modified: trunk/project.properties
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.properties?view=diff&pathrev=11050&r1=11049&r2=11050
==============================================================================
--- trunk/project.properties	(original)
+++ trunk/project.properties	2011-11-15 12:39:04-0800
@@ -935,6 +935,9 @@
 #   scarab.common.status.onhold
 #   scarab.common.status.onhold.dateProperty
 #   scarab.common.status.onhold.reminder.period
+#   scarab.common.status.activity.reminder.exclude.states
+#   scarab.common.status.activity.reminder.include.states
+#   scarab.common.status.activity.reminder.period
 #   scarab.common.status.sealed.modifyPermission
 #   scarab.common.assignedTo
 #   scarab.common.assignedCC
@@ -1072,6 +1075,62 @@
 
 scarab.common.status.onhold.reminder.period=1440
 
+# -----------------------------------------------------
+# scarab.common.status.activity.reminder.exclude.states
+# -----------------------------------------------------
+#
+# 
+#  Whenever an issue hangs during the course of its processing, a reminder
+# ication shall be sent out to the participants. This property
+# es a comma separated list of $state values for which the reminder
+#  NOT be issued. By default we exclude "onhold" and "closed" for
+# wing reasons: "closed" issues are meant to keep idle forever. 
+# ere is no need to remind anybody of that!
+# ld" issues are handled elsewhere and again there is no reason to
+#  anybody either.
+# 
+
+scarab.common.status.activity.reminder.exclude.states=onhold,closed
+
+# -----------------------------------------------------
+# scarab.common.status.activity.reminder.include.states
+# -----------------------------------------------------
+#
+# 
+#  Whenever an issue hangs during the course of its processing, a reminder
+# ication shall be sent out to the participants. This property
+# es a comma separated list of $state values for which the reminder
+# be performed. By default this property is empty. Hence we process
+# s in ANY state except those mentioned above in
+# 
+# b.common.status.activity.reminder.exclude.states. 
+# 
+# u want to explicitly define the states for which a reminder must be sent,
+# an create a comma separated list of state values here.
+# 
+# TANT: 
+# include.states AND exclude.states both are empty, then no reminder
+# nt out at all.
+# only one of the two properties is set then the according inclusion/exclusion
+#  place.
+# both properties are set, then the exclusion property is ignored!
+# 
+
+scarab.common.status.activity.reminder.include.states=
+
+# ---------------------------------------------
+# scarab.common.status.activity.reminder.period
+# ---------------------------------------------
+#
+# 
+#  This attribute tells the NotificationManager how long to wait
+#  it sends a reminder notification for issues in any state found in the
+# des.state list or not found in the excludes.state list (see above).
+# efault setting is 1440 (1 day)
+# 
+
+scarab.common.status.activity.reminder.period=1440
+
 # --------------------------------------------
 # scarab.common.status.sealed.modifyPermission
 # --------------------------------------------
@@ -1425,6 +1484,7 @@
 #
 #   scarab.site.name
 #   scarab.site.logo
+#   scarab.site.style
 # 
 #  The scarab.site.name is a text snippet, which will be placed into the top
 #  bar of every browser page. Here you can place an instance specific name.
@@ -1468,6 +1528,21 @@
 
 scarab.site.logo=/images/trans.gif
 
+# -----------------
+# scarab.site.style
+# -----------------
+#
+# 
+#  The site.style determines which overall design
+#  shall be used for scarab.
+#  The default style is "classic".
+#  If you change the style here, you also have to provide a
+#  css style file in $scarab_root/WEB_INF/skins
+#  with the same name.
+# 
+
+scarab.site.style=classic
+
 # ============================
 # End of Group site-decoration
 # ============================

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