[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
denise.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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, --------------------------------------------------------------------------------
no subject