summaryrefslogtreecommitdiffstats
path: root/askbot/views
Commit message (Expand)AuthorAgeFilesLines
* first pass on splitting question.html content partEvgeny Fadeev2011-10-161-3/+3
* Fixes: feature 76 http://bugs.askbot.org/issues/76Adolfo Fitoria2011-10-111-2/+2
* temporal and buggy commitAdolfo Fitoria2011-10-071-1/+0
* reading all questions at onceAdolfo Fitoria2011-10-071-4/+12
* temporalAdolfo Fitoria2011-10-071-0/+8
* Merge branch 'master' into insectisideAdolfo Fitoria2011-10-041-1/+1
|\
| * incremented a version and fixed a bug the comment editingEvgeny Fadeev2011-10-031-1/+1
* | Fixed issue 96: Add possibility to pre-populate tags when askingAdolfo Fitoria2011-10-031-0/+11
|/
* maintenance edits - moved more external urls to consts and pylinted a number ...Evgeny Fadeev2011-09-141-2/+2
* added akismet supportAdolfo Fitoria2011-09-091-1/+19
* some updates to the avatar data updater code + documentationEvgeny Fadeev2011-08-302-12/+6
* fixed with Evgeny's suggestionsAdolfo Fitoria2011-08-302-1/+13
* Changes in the avatar fields.Adolfo Fitoria2011-08-291-4/+4
* fixing the valid_avatar_issueAdolfo Fitoria2011-08-291-0/+7
* kinda fixing inboxAdolfo Fitoria2011-08-081-0/+20
* some cleanup of filesEvgeny Fadeev2011-08-031-0/+0
* reverted the printable view featureEvgeny Fadeev2011-07-301-79/+0
* merged Noahs master branchEvgeny Fadeev2011-07-301-0/+79
|\
| * added print view button to questionsNoahY2011-07-281-0/+79
* | made badge context display workEvgeny Fadeev2011-07-291-22/+4
* | replaced use of numeric values of content type ids with more readable code in...Evgeny Fadeev2011-07-291-18/+34
* | added a jinja2 macro for the tag cloudEvgeny Fadeev2011-07-281-1/+1
|/
* fixed question_type to question_type_id, same with answer. removed hardcoded...NoahY2011-07-271-2/+2
* abstracted question_type and answer_type from codeNoahY2011-07-271-0/+2
* fixed tag cloud sorting and removed paginationNoahY2011-07-271-1/+2
* fixed = to == and setting to stringNoahY2011-07-271-2/+2
* fixed dependancy, tag_list_type omissionNoahY2011-07-271-0/+3
* added setting to switch between tag cloud and tag listNoahY2011-07-271-21/+88
* reoder tags by nameNoahY2011-07-271-1/+1
* tag cloud sortingNoahY2011-07-271-19/+4
* tag cloud cleaningNoahY2011-07-271-37/+2
* tags to sidebar, fixing float to intNoahY2011-07-271-1/+1
* fixed tag cloudNoahY2011-07-271-1/+1
* added tag cloud to sidebarNoahY2011-07-271-31/+44
* Merge branch 'master' into cloudNoahY2011-07-261-1/+1
|\
| * fixed render_text_into_skin errorNoahY2011-07-261-1/+1
* | tag cloud supportNoahY2011-07-261-1/+16
|/
* 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
* added badge source to activity tab in profileNoahY2011-07-241-4/+16
* added badge context to user pageNoahY2011-07-241-0/+7
* experimental dynamic faq pageNoahY2011-07-221-1/+3
* Merge branch 'tomasz' into sphinx-searchEvgeny Fadeev2011-07-181-0/+1
|\
| * Merge branch 'comment-vote-fixes'Tomasz P. Szynalski2011-07-121-0/+1
| |\
| | * duplicated comment markup in post.js to reflect template changes, fixed bug i...Tomasz P. Szynalski2011-07-051-0/+1
* | | avatar upload works with chinese user names and with spaces in the user namesEvgeny Fadeev2011-07-141-0/+8
* | | mandatory tags workEvgeny Fadeev2011-07-131-0/+2
|/ /
* / fixed errors in chinese localeEvgeny Fadeev2011-07-101-1/+1
|/
* removed debugging statementsEvgeny Fadeev2011-06-261-2/+0