myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2164] trunk/config/default_settings.yml: and the


From: noreply
Subject: [myexperiment-hackers] [2164] trunk/config/default_settings.yml: and the default config file
Date: Tue, 7 Apr 2009 07:08:34 -0400 (EDT)

Revision
2164
Author
dgc
Date
2009-04-07 07:08:34 -0400 (Tue, 07 Apr 2009)

Log Message

and the default config file

Modified Paths

Diff

Modified: trunk/config/default_settings.yml (2163 => 2164)


--- trunk/config/default_settings.yml	2009-04-07 11:06:10 UTC (rev 2163)
+++ trunk/config/default_settings.yml	2009-04-07 11:08:34 UTC (rev 2164)
@@ -328,3 +328,29 @@
     promote_every:     20 # days
     promote_increment: 10
 
+# home_page_stats - These are the models which are shown in the home page
+#                   statistics message at the top of the home page.
+
+home_page_stats:
+
+  - model: User
+    label: user
+    link:  /users
+    conditions: "users.activated_at IS NOT NULL"
+
+  - model: Network
+    label: group
+    link:  /groups
+
+  - model: Workflow
+    label: workflow
+    link:  /workflows
+
+  - model: Blob
+    label: file
+    link:  /files
+
+  - model: Pack 
+    label: pack
+    link:  /packs
+

reply via email to

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