summaryrefslogtreecommitdiffstats
path: root/askbot/views/readers.py
Commit message (Expand)AuthorAgeFilesLines
* added a hovercard to the user karma display shown in the page headerEvgeny Fadeev2013-05-261-0/+62
* seems to work on django 1.5Evgeny Fadeev2013-04-261-17/+6
* a minor refactoringEvgeny Fadeev2013-04-101-3/+3
* added extra context to the questions page and to the question summary snippetEvgeny Fadeev2013-04-021-0/+7
* allowed extra context in the tags pageEvgeny Fadeev2013-04-011-8/+3
* added instant search to the tags pageEvgeny Fadeev2013-03-311-5/+13
* dry-refactored the tags viewEvgeny Fadeev2013-03-301-62/+40
* added an optional setting to pass extra context into the question pageEvgeny Fadeev2013-03-271-0/+9
* fixed a bug where an invalid query parameter triggers exception on the questi...Evgeny Fadeev2013-03-071-2/+1
* added function to repost answer as comment under the latest previously posted...Evgeny Fadeev2013-03-061-0/+1
* allowed change of language upon editing the questionEvgeny Fadeev2013-01-161-2/+9
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-1/+1
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-20/+29
* removed unused importsEvgeny Fadeev2012-11-101-1/+0
* added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-1/+1
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-1/+1
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-1/+1
* fixed celery error on anonymous question visitEvgeny Fadeev2012-10-261-1/+1
* answer publishing seems to work fullyEvgeny Fadeev2012-09-131-0/+1
* added simple UI for publishing selected answersEvgeny Fadeev2012-09-121-1/+3
* completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-18/+4
|\
| * Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-201-2/+2
| |\
| | * popups for shared with users and groups listsEvgeny Fadeev2012-08-201-2/+2
| * | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-181-0/+14
| |\|
| | * fixed shared with user countEvgeny Fadeev2012-08-171-2/+2
| | * limited shared with list on thread pageEvgeny Fadeev2012-08-171-0/+14
| * | Moved question widget from views.readers to views.widgetsAdolfo Fitoria2012-08-171-18/+1
| |/
| * added global user groupEvgeny Fadeev2012-08-031-1/+0
| * draft in answers works, disabled on page leave dialog in the ask pageEvgeny Fadeev2012-07-271-6/+15
| * merged master branch and started working on posting into group from the group...Evgeny Fadeev2012-07-181-2/+14
| |\
| | * added option to limit one answer per question per personEvgeny Fadeev2012-07-181-2/+14
* | | merged with the user-groups branchEvgeny Fadeev2012-08-101-9/+29
* | | added "show only subscribed tags" choice to the main pageEvgeny Fadeev2012-07-101-3/+3
|/ /
* | created a page for tag moderation, at this point it is only listing the sugge...Evgeny Fadeev2012-07-051-16/+15
* | merged with the master and tag-editor branchesEvgeny Fadeev2012-07-021-8/+27
|\ \ | |/ |/|
| * two more bug fixesEvgeny Fadeev2012-06-191-0/+1
| * group-private posts work on screen, still need update on the email alert and ...Evgeny Fadeev2012-06-191-8/+22
| * category editor works minus that ability to rename and delete categories is u...Evgeny Fadeev2012-06-111-2/+1
| * fancy tag editor now has input validationEvgeny Fadeev2012-06-041-0/+3
| * added inline category-based retagger to the question pageEvgeny Fadeev2012-06-011-0/+2
* | fixed import error bug in readers.pyEvgeny Fadeev2012-06-161-0/+1
* | small tweaks in content cleaningEvgeny Fadeev2012-06-161-2/+2
* | added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-161-2/+6
* | Merge pull request #77 from cesbo/dev_andEvgeny Fadeev2012-06-141-1/+2
|\ \ | |/ |/|
| * feed_url fixAndrey Dyldin2012-05-251-1/+2
* | fixed an accidental bug from the previous commit and hopefully, the fakepath ...Evgeny Fadeev2012-05-211-1/+1
* | reformatted groups list everywhere, added "my groups" and "all groups" sectio...Evgeny Fadeev2012-05-211-4/+3
|/
* fixed question page urls and updated test casesEvgeny Fadeev2012-05-091-2/+2
* added optional tag search boxEvgeny Fadeev2012-05-091-4/+5
* added a possibility to have independent set of "subscribed" tags in addition ...Evgeny Fadeev2012-05-071-3/+5