From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/user_votes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index ec967704..80fa27ee 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -1,5 +1,5 @@ - {% extends "user.html" %} + {% load extra_tags %} {% load humanize %} {% load i18n %} -- cgit v1.2.3-1-g7c22 From 2d1e60db89453f2c12132d657551090c7ea92506 Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Sun, 9 Aug 2009 23:52:33 -0300 Subject: Included i18n for links site-wide. Hope there is no bit left. --- templates/user_votes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index 80fa27ee..45134ac9 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -18,9 +18,9 @@
{% ifequal vote.answer_id 0 %} - {{ vote.title }} + {{ vote.title }} {% else %} - {{ vote.title }} + {{ vote.title }} {% endifequal %}
-- cgit v1.2.3-1-g7c22 From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/user_votes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index 45134ac9..4abbf46d 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -11,9 +11,9 @@
{% diff_date vote.voted_at 3 %}
{% ifequal vote.vote 1 %} - + {% else %} - + {% endifequal %}
-- cgit v1.2.3-1-g7c22 From 76788fb1f6deebf806a0199e6183ad6a9af4096a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 22 Nov 2009 21:58:06 -0500 Subject: fixed broken links in few places, added Arvyd's modification of user_reputation view, email sender cron job, some edits in INSTALL file --- templates/user_votes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index 4abbf46d..b72b3ef6 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -1,6 +1,7 @@ {% extends "user.html" %} {% load extra_tags %} +{% load extra_filters %} {% load humanize %} {% load i18n %} @@ -18,9 +19,9 @@
{% ifequal vote.answer_id 0 %} - {{ vote.title }} + {{ vote.title }} {% else %} - {{ vote.title }} + {{ vote.title }} {% endifequal %}
-- cgit v1.2.3-1-g7c22 From fa98d95d8c675f37c321c40e0151624dca240efc Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 23 Nov 2009 21:16:55 -0500 Subject: improved email subscription job, some small fixes, users now can change their screen name any time --- templates/user_votes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index b72b3ef6..94d7fcbd 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -19,9 +19,9 @@
{% ifequal vote.answer_id 0 %} - {{ vote.title }} + {{ vote.title }} {% else %} - {{ vote.title }} + {{ vote.title }} {% endifequal %}
-- cgit v1.2.3-1-g7c22