summaryrefslogtreecommitdiffstats
path: root/askbot/views
Commit message (Collapse)AuthorAgeFilesLines
* simplified navigation of questions from the user profile pageEvgeny Fadeev2013-05-271-1/+1
|
* added a hovercard to the user karma display shown in the page headerEvgeny Fadeev2013-05-262-0/+63
|
* added another signal - new_comment_posted, in hindsight maybe we should have ↵Evgeny Fadeev2013-05-161-1/+6
| | | | had just one "new_post_created" instead of the three separate ones
* require html5lib for bs4 for better compatibility with apacheEvgeny Fadeev2013-05-081-1/+1
|
* fixed some xss issuesEvgeny Fadeev2013-05-071-1/+1
|
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-1/+0
|
* fixed the dummy tag issueEvgeny Fadeev2013-05-041-6/+14
|
* added extra context to the edit answer pageEvgeny Fadeev2013-05-021-7/+7
|
* seems to work on django 1.5Evgeny Fadeev2013-04-263-27/+10
|
* answer view is more customizable nowZafer CAKMAK2013-04-231-25/+12
| | | | | - answer view takes an optional form parameter to override default form. ASKBOT_NEW_ANSWER_FORM settings still works. - save logic goes to form from view so people can save extra parameters without override view.
* refactoring of the questions title search viewEvgeny Fadeev2013-04-231-8/+9
|
* fixed a bug in file uploadingEvgeny Fadeev2013-04-161-1/+1
|
* added "auto-tweet" featureEvgeny Fadeev2013-04-151-0/+5
|
* added basic UI for auto-tweetingEvgeny Fadeev2013-04-152-0/+54
|
* show error about uploading files to anonymous usersEvgeny Fadeev2013-04-111-0/+1
|
* refactored the voting function a littleEvgeny Fadeev2013-04-111-3/+5
|
* added extra context to the user profile pageEvgeny Fadeev2013-04-111-0/+7
|
* enable/disable accepted answer featureEvgeny Fadeev2013-04-111-0/+2
|
* removed reputation limit to post comments and allowed users repost own ↵Evgeny Fadeev2013-04-101-2/+1
| | | | answers and comments
* a minor refactoringEvgeny Fadeev2013-04-101-3/+3
|
* merged with the master branchEvgeny Fadeev2013-04-072-71/+67
|\
| * tweaked autocompleter to prevent launching new search when previous did not ↵Evgeny Fadeev2013-04-041-2/+2
| | | | | | | | return
| * 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-012-8/+11
| |
| * added instant search to the tags pageEvgeny Fadeev2013-03-311-5/+13
| |
| * dry-refactored the tags viewEvgeny Fadeev2013-03-301-62/+40
| |
* | allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-071-4/+0
| |
* | improved image and file upload menuesEvgeny Fadeev2013-04-031-5/+8
| |
* | merged the master branchEvgeny Fadeev2013-03-273-10/+59
|\|
| * added signals answer_edited and answer_before_edit and setting ↵Evgeny Fadeev2013-03-271-9/+31
| | | | | | | | ASKBOT_EDIT_ANSWER_FORM
| * added an optional setting to pass extra context into the question pageEvgeny Fadeev2013-03-271-0/+9
| |
| * added new_answer_posted signal and ASKBOT_NEW_ANSWER_FORM settings.py settingEvgeny Fadeev2013-03-261-1/+18
| |
| * unified css of buttonsEvgeny Fadeev2013-03-171-0/+1
| |
* | merged with the master branchEvgeny Fadeev2013-03-111-2/+2
|\|
| * allowed to created tags upon subscribing to themEvgeny Fadeev2013-03-111-2/+2
| |
* | added minor edit function to the comment editsEvgeny Fadeev2013-03-091-0/+1
| |
* | merged with the master branchEvgeny Fadeev2013-03-082-9/+17
|\|
| * minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-5/+19
| |
| * fixed an exception with bad data on comment deleteEvgeny Fadeev2013-03-071-2/+11
| |
| * fixed a bug where an invalid query parameter triggers exception on the ↵Evgeny Fadeev2013-03-071-2/+1
| | | | | | | | question page
* | merged the master branchEvgeny Fadeev2013-03-062-3/+25
|\|
| * added function to repost answer as comment under the latest previously ↵Evgeny Fadeev2013-03-062-3/+25
| | | | | | | | posted answer
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-042-17/+63
|/
* added csrf protection to the widget formsEvgeny Fadeev2013-02-261-0/+3
|
* fixed a bug in an error feedback on comment postingEvgeny Fadeev2013-01-311-1/+1
|
* fixed default language on the ask page and made small css adjustmentsEvgeny Fadeev2013-01-231-8/+6
|
* allowed change of language upon editing the questionEvgeny Fadeev2013-01-162-7/+21
|
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-142-8/+33
|
* merged adolfos tag subscriptions featureEvgeny Fadeev2013-01-131-10/+19
|
* Merge branch 'master' into tag_subscriptionAdolfo Fitoria2013-01-103-8/+11
|\