summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Expand)AuthorAgeFilesLines
...
* pulled new .po files from transifexEvgeny Fadeev2013-05-048-3687/+5107
* fixed the dummy tag issueEvgeny Fadeev2013-05-043-7/+21
* fixed logging messagesEvgeny Fadeev2013-05-021-2/+1
* added extra context to the edit answer pageEvgeny Fadeev2013-05-022-10/+7
* added option to auto-follow asked questionEvgeny Fadeev2013-05-023-0/+14
* removed livesettings url from urls.py setup templateEvgeny Fadeev2013-05-011-1/+1
* Merge branch 'github'Evgeny Fadeev2013-05-013-10/+12
|\
| * fix: UnicodeDecodeError at /askbot/settings/EMAIL/ (askbot/deps/livesettings/...Vovk Donets2013-05-021-0/+1
| * added a route to askbot.urls. Without this route admin user was not able to l...Vovk Donets2013-05-021-0/+1
| * taking mathjax out of compressAdolfo Fitoria2013-04-301-10/+10
* | removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-016-50/+50
|/
* fixed settings urls to work with django 1.3-1.5Evgeny Fadeev2013-04-282-2/+4
* removed deprecated template tag from settingsEvgeny Fadeev2013-04-282-8/+8
* added parser explicitly to the asset compressorEvgeny Fadeev2013-04-282-0/+2
* fixed the answer posting bug where wiki is always trueEvgeny Fadeev2013-04-261-1/+1
* added missing import to templateEvgeny Fadeev2013-04-261-0/+1
* seems to work on django 1.5Evgeny Fadeev2013-04-268-60/+58
* removed get_host importEvgeny Fadeev2013-04-251-2/+2
* added default value to the category treeEvgeny Fadeev2013-04-251-1/+1
* inlined a function missing in django1.5Evgeny Fadeev2013-04-251-2/+2
* added a class to templateEvgeny Fadeev2013-04-251-1/+1
* made a setting to make question body optionalEvgeny Fadeev2013-04-259-22/+122
* fixed css for the faces boxEvgeny Fadeev2013-04-242-2/+2
* recompiled style.cssEvgeny Fadeev2013-04-241-2/+2
* adjusted styleEvgeny Fadeev2013-04-241-2/+2
* changed a string in settingsEvgeny Fadeev2013-04-241-1/+1
* corrected signature change detectionEvgeny Fadeev2013-04-241-1/+4
* improved handling of user signature extractionEvgeny Fadeev2013-04-242-21/+21
* fixed error in email routingEvgeny Fadeev2013-04-241-1/+1
* made a change in the email routingEvgeny Fadeev2013-04-241-1/+1
* a change in posting by emailEvgeny Fadeev2013-04-242-7/+7
* improved user welcoming templatesEvgeny Fadeev2013-04-244-14/+24
* made changes in the code responsible for detecting email signatureEvgeny Fadeev2013-04-242-5/+20
* hopefully fixed a bug in processing of incoming emailEvgeny Fadeev2013-04-241-1/+2
* small change in a templateEvgeny Fadeev2013-04-241-1/+1
* fixed typo in a templateEvgeny Fadeev2013-04-241-6/+6
* updated the contributors listEvgeny Fadeev2013-04-231-0/+1
* fixed the slash in the search query bugEvgeny Fadeev2013-04-232-2/+2
* answer view is more customizable nowZafer CAKMAK2013-04-232-25/+28
* refactoring of the questions title search viewEvgeny Fadeev2013-04-238-19/+24
* added functions to utils.jsEvgeny Fadeev2013-04-221-0/+14
* adjusted a timeout in the folded editorEvgeny Fadeev2013-04-221-4/+8
* reinstated the autofocus on the answer formEvgeny Fadeev2013-04-221-3/+6
* fixed a bug where comment form becomes unresponsiveEvgeny Fadeev2013-04-221-0/+1
* Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-04-222-7/+7
|\
| * fix some styles in html.Robert Martin2013-04-221-6/+6
| * fix bug where unicode was not marked correctly.Robert Martin2013-04-221-1/+1
* | minor change to base.htmlEvgeny Fadeev2013-04-221-0/+2
|/
* added utf8 encoding to stdout writesEvgeny Fadeev2013-04-214-15/+4
* forced utf8 encoding on all stderr printingEvgeny Fadeev2013-04-213-4/+4