summaryrefslogtreecommitdiffstats
path: root/askbot/views/meta.py
Commit message (Expand)AuthorAgeFilesLines
* seems to work on django 1.5Evgeny Fadeev2013-04-261-5/+2
* brokenEvgeny Fadeev2013-01-091-2/+3
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* a small refactoring on the badges pageEvgeny Fadeev2012-12-121-7/+5
* fixed a bug in the help viewEvgeny Fadeev2012-11-211-1/+1
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-17/+15
* added senders email in the reply-to header in the feedback formEvgeny Fadeev2012-11-131-3/+16
* Merge branch 'master' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-181-2/+14
|\
| * added option to disable feedback form for the anonymous usersEvgeny Fadeev2012-08-131-2/+13
* | merged the master branchEvgeny Fadeev2012-07-241-0/+2
|\|
| * added a more meaningful screen to an error caused by a django import errorEvgeny Fadeev2012-07-241-0/+2
* | tag moderation worksEvgeny Fadeev2012-07-091-2/+2
* | changed to using just Tag for suggested and approved tagsEvgeny Fadeev2012-07-081-3/+4
* | styled tag moderation UIEvgeny Fadeev2012-07-071-0/+2
* | created a page for tag moderation, at this point it is only listing the sugge...Evgeny Fadeev2012-07-051-4/+44
|/
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-1/+1
* merged in bug fixes from the master branchEvgeny Fadeev2012-04-161-1/+8
|\
| * added "meta" class to the customized versions of the meta pagesEvgeny Fadeev2012-04-151-1/+8
* | made the badges feature optional and implemented private mode for the karmaEvgeny Fadeev2012-03-281-0/+2
|/
* replaced the unnecessary hack for dealing with deleted badges with the code t...Evgeny Fadeev2012-03-111-6/+0
* fixed a bug where page for a no longer used badge causes an internal server e...Evgeny Fadeev2012-03-111-1/+8
* added help page with the intention to eventually replace faqEvgeny Fadeev2012-01-261-0/+7
* collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-141-32/+20
|\
| * small bug fixes and allowed media url to start with httpEvgeny Fadeev2012-01-081-0/+1
| * removed custom templates privacy.html and about.htmlEvgeny Fadeev2012-01-071-2/+11
| * added static_page.html template and used it for custom faq pageEvgeny Fadeev2012-01-071-19/+8
|/
* Added spam filtering with recaptcha in feedback formAdolfo Fitoria2011-11-211-8/+10
* fixed render_text_into_skin errorNoahY2011-07-261-1/+1
* changed render_text() to render_text_into_skin()NoahY2011-07-261-2/+1
* moved render_text into loaders.pyNoahY2011-07-251-5/+4
* added template function to custom faqNoahY2011-07-241-4/+21
* experimental dynamic faq pageNoahY2011-07-221-1/+3
* improved format of feedback email message, thanks to SamuelEvgeny Fadeev2011-06-081-2/+3
* moved logout.html temlpate to django_authopenid app and made an openid-relate...Evgeny Fadeev2011-06-021-6/+0
* added csrf tokens to all post formsEvgeny Fadeev2011-04-191-0/+2
* Converted logout meta link to directly logout user, and display an informatio...Andy Knotts2011-04-081-9/+1
* skins can now be switched on the goEvgeny Fadeev2011-01-311-22/+9
* removed view_name context variable and added page_class variable in some view...Evgeny Fadeev2011-01-261-6/+3
* removed unused importsEvgeny Fadeev2011-01-091-1/+0
* added class meta for the body elementEvgeny Fadeev2010-12-281-5/+8
* added options to insert custom css and jsEvgeny Fadeev2010-12-261-0/+8
* one more try on the badge queryEvgeny Fadeev2010-12-071-2/+6
* fixed one more query for the badge pageEvgeny Fadeev2010-12-071-12/+7
* rewrote some badge related queriesEvgeny Fadeev2010-12-071-11/+10
* fixed search persistence problem with tags page and some badge issuesEvgeny Fadeev2010-12-061-1/+5
* new badge system fully works but a few badges from SE are not yet implementedEvgeny Fadeev2010-12-051-1/+0
* new badges system works, implemented & tested 4 badges, ~30 to go...Evgeny Fadeev2010-12-021-1/+3
* started improving badges, broken commitEvgeny Fadeev2010-11-301-3/+5
* fixed a bug preventing installation onto clean environmentEvgeny Fadeev2010-11-201-1/+2