mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-12 08:54 pm

[dw-free] viewing watched page by date

[commit: http://hg.dwscoalition.org/dw-free/rev/54349fec3e1e]

http://bugs.dwscoalition.org/show_bug.cgi?id=1290

Enable viewing the reading page as of a certain day for paid accounts.

Patch by [staff profile] denise.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r bdc6e7c36219 -r 54349fec3e1e etc/config.pl
--- a/etc/config.pl	Fri Jun 12 20:51:49 2009 +0000
+++ b/etc/config.pl	Fri Jun 12 20:54:45 2009 +0000
@@ -317,6 +317,7 @@
             'useremail' => 1,
             'userpics' => 5,
             'findsim' => 0,
+            'friendspage_per_day' => 0,
             'full_rss' => 1,
             'can_post' => 1,
             'get_comments' => 1,
@@ -364,6 +365,7 @@
             'emailpost' => 0,
             'findsim' => 0,
             'friendsfriendsview' => 0,
+            'friendspage_per_day' => 0,
             'friendspopwithfriends' => 0,
             'friendsviewupdate' => 0,
             'full_rss' => 1,
@@ -418,6 +420,7 @@
             'emailpost' => 1,
             'findsim' => 1,
             'friendsfriendsview' => 1,
+            'friendspage_per_day' => 1,
             'friendspopwithfriends' => 1,
             'friendsviewupdate' => 1,
             'full_rss' => 1,
@@ -470,6 +473,7 @@
             'emailpost' => 1,
             'findsim' => 1,
             'friendsfriendsview' => 1,
+            'friendspage_per_day' => 1,
             'friendspopwithfriends' => 1,
             'friendsviewupdate' => 1,
             'full_rss' => 1,
@@ -529,6 +533,7 @@
             'emailpost' => 1,
             'findsim' => 1,
             'friendsfriendsview' => 1,
+            'friendspage_per_day' => 1,
             'friendspopwithfriends' => 1,
             'friendsviewupdate' => 1,
             'full_rss' => 1,
@@ -579,6 +584,7 @@
             'emailpost' => 1,
             'findsim' => 1,
             'friendsfriendsview' => 1,
+            'friendspage_per_day' => 1,
             'friendspopwithfriends' => 1,
             'friendsviewupdate' => 1,
             'full_rss' => 1,
--------------------------------------------------------------------------------