summaryrefslogtreecommitdiffstats
path: root/askbot/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* added a hovercard to the user karma display shown in the page headerEvgeny Fadeev2013-05-261-1/+6
|
* added an optional service url prefix to later support namespacesEvgeny Fadeev2013-05-191-217/+205
|
* added a route to askbot.urls. Without this route admin user was not able to ↵Vovk Donets2013-05-021-0/+1
| | | | login and received error message:'Exception Type:NoReverseMatch'
* fixed the slash in the search query bugEvgeny Fadeev2013-04-231-1/+1
|
* refactoring of the questions title search viewEvgeny Fadeev2013-04-231-4/+3
|
* added basic UI for auto-tweetingEvgeny Fadeev2013-04-151-0/+15
|
* refactored the voting function a littleEvgeny Fadeev2013-04-111-1/+1
|
* added function to repost answer as comment under the latest previously ↵Evgeny Fadeev2013-03-061-4/+11
| | | | posted answer
* corrected url for import stackexchange dataEvgeny Fadeev2013-02-131-1/+1
|
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-0/+8
|
* Create, add, delete done.Adolfo Fitoria2013-01-081-1/+1
| | | | | | New tags are created if the admin inputs a new one on the form. MarkedTag creation for create/edit action.
* temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-071-0/+21
|
* added full text title search for mysqlEvgeny Fadeev2012-11-271-1/+1
|
* added search dropdown and the ask buttonEvgeny Fadeev2012-11-231-3/+3
|
* Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-15/+5
| | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1
* fixed feed url issue and template context middleware issue more info here: ↵Adolfo Fitoria2012-10-091-7/+16
| | | | http://stackoverflow.com/questions/7470179/module-django-core-context-processors-does-not-define-a-auth-callable-reques
* combined all dev branches for kpEvgeny Fadeev2012-09-201-0/+1
|
* group description editing works againEvgeny Fadeev2012-09-141-6/+6
|
* added simple UI for publishing selected answersEvgeny Fadeev2012-09-121-0/+5
|
* Merge branch 'adolfo-master' into user-groupsEvgeny Fadeev2012-09-111-0/+5
|\
| * Convert answer to comment.Adolfo Fitoria2012-09-101-0/+5
| |
* | tinymce editor works in the popups tooEvgeny Fadeev2012-09-091-0/+5
| |
* | merged with adolfos master branchEvgeny Fadeev2012-09-061-0/+6
|\|
| * comment 2 answer convertion startAdolfo Fitoria2012-09-041-39/+44
| |
* | a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-0/+5
| |
* | added UI to set group openness and prepared ground for "ask to join" functionEvgeny Fadeev2012-09-031-1/+6
| |
* | initial add group tag in the menuAdolfo Fitoria2012-08-231-0/+5
| |
* | completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-10/+56
|\ \
| * | Modified the question widget view to match the new style,Adolfo Fitoria2012-08-181-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | added test case for this one, Modified the migration number 0135 to add the question widget table TODO: real life testing.
| * | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-181-2/+11
| |\ \
| | * \ Merge branch 'adolfo-user-groups' into user-groupsEvgeny Fadeev2012-08-171-0/+12
| | |\ \
| | * | | limited shared with list on thread pageEvgeny Fadeev2012-08-171-2/+11
| | | | |
| * | | | refactored views, made them generic, added translations into the urls.Adolfo Fitoria2012-08-181-37/+22
| | | | |
| * | | | Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-171-3/+23
| | | | |
| * | | | Moved question widget from views.readers to views.widgetsAdolfo Fitoria2012-08-171-5/+5
| | |/ / | |/| |
| * | | Fixed bugs on the widget creator and widget js code.Adolfo Fitoria2012-08-161-0/+6
| | | | | | | | | | | | | | | | Made it work with more than two widgets at the time
| * | | Added delete viewAdolfo Fitoria2012-08-151-0/+6
| |/ /
| * | Added the /widgets/ view and that link into the navigation barAdolfo Fitoria2012-08-151-0/+6
| | |
| * | Fixed some stylesAdolfo Fitoria2012-08-141-0/+5
| | | | | | | | | | | | | | | Added text field into the widget created edit view for the widget
| * | created functional prototype of widgetAdolfo Fitoria2012-08-121-0/+5
| | |
| * | initial steps for the widget creatorAdolfo Fitoria2012-08-101-1/+11
| | | | | | | | | | | | | | | | | | | | | TODO: - Templates, finish them all! - Edit view, create it - Test the embed code
| * | added share with people functionEvgeny Fadeev2012-08-081-1/+6
| | |
| * | merged Adolfo's widget work as a patchEvgeny Fadeev2012-08-081-39/+50
| | |
| * | first pass on sharing question with the groupEvgeny Fadeev2012-08-011-0/+5
| | |
| * | merged with the tag-editor branchEvgeny Fadeev2012-07-301-0/+5
| |\|
| | * completed the "admins can post under fake accounts" featureEvgeny Fadeev2012-07-301-0/+5
| | |
| * | draft saving starts working, incomplete for answersEvgeny Fadeev2012-07-261-0/+10
| | |
* | | merged with the user-groups branchEvgeny Fadeev2012-08-101-39/+75
|/ /
* | tag moderation worksEvgeny Fadeev2012-07-091-3/+8
| |
* | created a page for tag moderation, at this point it is only listing the ↵Evgeny Fadeev2012-07-051-0/+5
| | | | | | | | suggested tags