Modified: branches/apace/config/default_settings.yml (2225 => 2226)
--- branches/apace/config/default_settings.yml 2009-06-11 13:53:57 UTC (rev 2225)
+++ branches/apace/config/default_settings.yml 2009-06-11 14:19:30 UTC (rev 2226)
@@ -280,26 +280,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 +315,10 @@
user_invite:
start_value: 20
- max_value: nil
+ max_value: null
frequency: 24 # hours
- promote_every: nil # days
- promote_increment: nil
+ promote_every: null # days
+ promote_increment: null
group_invite: