myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2212] trunk/config/default_settings.yml: changed


From: noreply
Subject: [myexperiment-hackers] [2212] trunk/config/default_settings.yml: changed nils to nulls
Date: Tue, 9 Jun 2009 08:50:09 -0400 (EDT)

Revision
2212
Author
dgc
Date
2009-06-09 08:50:08 -0400 (Tue, 09 Jun 2009)

Log Message

changed nils to nulls

Modified Paths

Diff

Modified: trunk/config/default_settings.yml (2211 => 2212)


--- trunk/config/default_settings.yml	2009-06-09 11:05:44 UTC (rev 2211)
+++ trunk/config/default_settings.yml	2009-06-09 12:50:08 UTC (rev 2212)
@@ -59,6 +59,12 @@
 
 admins: []
 
+# curators - Set "curators" to the list of usernames of people that are able to
+#            curate contributions.  Like admins, these are usernames, not the
+#            display names of each user.
+
+curators: []
+
 # main_tabs - These are the main tabs of the website.  Each entry requires at
 #             least a label and a link.  If you specify a controller in a tab,
 #             then the tab is shown as selected when the page has been served by
@@ -280,26 +286,26 @@
 #               new limit is created)  
 #
 # max_value - Absolute maximum allowance for the feature (this can't be
-#             exceeded after any promotions); 'nil' for always increasing
+#             exceeded after any promotions); 'null' for always increasing
 #             allowance
 #
 # frequency (in hours) - The time period over which the allowance is given; for
 #                        example 5 messages (allowance) for 24 hours
-#                        (frequency) 'nil' for non-periodic limits (i.e. limits
+#                        (frequency) 'null' for non-periodic limits (i.e. limits
 #                        which won't have their counters reset every
 #                        <frequency> hours)
 #
 # promote_every (in days) -  Every <X> days the user will be promoted to the
 #                            new level, where the allowance per frequency
 #                            period will be adjusted by promote_increment;
-#                            'nil' to indicate that promotion should never
+#                            'null' to indicate that promotion should never
 #                            happen
 #
 # promote_increment - Should be positive; 0 to indicate that promotion
 #                     shouldn't expand the allowance (why would this be
-#                     useful?) 'nil' to perform a one-time promotion by setting
-#                     the limit to whatever the value of max_value is; 'nil'
-#                     when the max_value is also 'nil' makes the feature
+#                     useful?) 'null' to perform a one-time promotion by setting
+#                     the limit to whatever the value of max_value is; 'null'
+#                     when the max_value is also 'null' makes the feature
 #                     unlimited.
 
 activity_limits:
@@ -315,10 +321,10 @@
   user_invite:
 
     start_value:       20
-    max_value:         nil
-    frequency:         24 # hours
-    promote_every:     nil # days
-    promote_increment: nil
+    max_value:         null
+    frequency:         24   # hours
+    promote_every:     null # days
+    promote_increment: null
 
   group_invite:
 
@@ -366,3 +372,13 @@
 
 label_icons:
 
+# default_search_size - The default number of items shown in each search result
+#                       page.
+
+default_search_size: 10
+
+# max_search_size - The maximum number of items shown in each search result
+#                   page.
+
+max_search_size: 100
+

reply via email to

[Prev in Thread] Current Thread [Next in Thread]