summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Expand)AuthorAgeFilesLines
* minor update to the deployment documentationEvgeny Fadeev2013-05-212-1/+9
* moved the "add a comment" button up to save vertical spaceEvgeny Fadeev2013-05-215-12/+38
* added class to the cancel add comment buttonEvgeny Fadeev2013-05-211-1/+1
* added missing translationEvgeny Fadeev2013-05-201-1/+1
* added an optional service url prefix to later support namespacesEvgeny Fadeev2013-05-194-227/+237
* fixed a css issue for the "give answer box" on the question pageEvgeny Fadeev2013-05-182-6/+6
* fixed a css issue with the messages falling from the headerEvgeny Fadeev2013-05-182-9/+8
* fixed bug in the main page paginationEvgeny Fadeev2013-05-181-2/+13
* recompiled all localizationsEvgeny Fadeev2013-05-1867-0/+0
* Merge branch 'master' of github.com:/ASKBOT/askbot-develEvgeny Fadeev2013-05-1865-19490/+125966
|\
| * pulled all new translations from tx even the very incomplete onesEvgeny Fadeev2013-05-1824-0/+105950
| * pulled strings from transifex againEvgeny Fadeev2013-05-1841-19490/+20016
* | rebuilt the english locale messagesEvgeny Fadeev2013-05-182-899/+918
|/
* fixed some messages for the translationEvgeny Fadeev2013-05-183-88/+5
* recompiled messagesEvgeny Fadeev2013-05-1711-0/+0
* Merge branch 'github'Evgeny Fadeev2013-05-171-5/+9
|\
| * Fixes code that could produce KeyError in sorting methodsAdolfo Fitoria2013-05-151-5/+9
* | pulled translations from transifexEvgeny Fadeev2013-05-176-63/+346
* | added another signal - new_comment_posted, in hindsight maybe we should have ...Evgeny Fadeev2013-05-162-1/+9
|/
* put border styling for inputs and textareas into one placeEvgeny Fadeev2013-05-142-27/+16
* minor css changeEvgeny Fadeev2013-05-142-2/+2
* fixed tag search UIEvgeny Fadeev2013-05-141-2/+2
* small css fixesEvgeny Fadeev2013-05-122-6/+4
* fixed a bug in the user network pageEvgeny Fadeev2013-05-102-2/+11
* fixed some more IE8 issuesEvgeny Fadeev2013-05-103-2/+8
* small refactor of css filesEvgeny Fadeev2013-05-104-9/+82
* hid the "private" post feature from users who do not belong to custom groupsEvgeny Fadeev2013-05-091-1/+1
* require html5lib for bs4 for better compatibility with apacheEvgeny Fadeev2013-05-084-5/+5
* fixed some xss issuesEvgeny Fadeev2013-05-073-3/+4
* fixed iframe IE8 issuesEvgeny Fadeev2013-05-062-3/+3
* fixed IE8 issues in the editor and on the question pageEvgeny Fadeev2013-05-062-14/+13
* restricted comment edits only to post owners and mods/adminsEvgeny Fadeev2013-05-062-4/+15
* fixed a bug where twitter sharing button was shown, when twitter keys were no...Evgeny Fadeev2013-05-052-3/+12
* edited changelogEvgeny Fadeev2013-05-051-0/+1
* ported livesettings app to askbot templatesEvgeny Fadeev2013-05-058-87/+260
* added auto-focus to the registration pageEvgeny Fadeev2013-05-052-1/+4
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-0517-60/+59
* small change in the PostAsSomeone formEvgeny Fadeev2013-05-041-3/+3
* made Askbot more iframe-friendlyEvgeny Fadeev2013-05-042-19/+19
* 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
|/