summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Expand)AuthorAgeFilesLines
* fixed some general js coding issues in the Groups dropdown codeEvgeny Fadeev2013-05-252-80/+63
* small change in the group dropdown cssEvgeny Fadeev2013-05-252-34/+21
* Merge pull request #133 from bobbydavid/slugEvgeny Fadeev2013-05-241-2/+5
|\
| * tweak slugify code to avoid double-unidecodeRobert Martin2013-05-241-2/+5
* | Merge pull request #132 from bobbydavid/globaltestEvgeny Fadeev2013-05-241-2/+5
|\ \
| * | prevent db_api test from clobbering global nameRobert Martin2013-05-241-2/+5
* | | Merge pull request #129 from bobbydavid/nomigrateEvgeny Fadeev2013-05-242-6/+16
|\ \ \
| * | | set test charset & collation to utf-8Robert Martin2013-05-221-0/+2
| * | | prevent south migrate during testsRobert Martin2013-05-222-6/+14
| | |/ | |/|
* | | Merge branch 'github'Evgeny Fadeev2013-05-241-3/+2
|\ \ \
| * \ \ Merge pull request #131 from bobbydavid/mysqlEvgeny Fadeev2013-05-231-3/+2
| |\ \ \ | | | |/ | | |/|
| | * | remove key restriction in test.Robert Martin2013-05-231-3/+2
| | |/
* | / added option to hide ad blocks from logged in usersEvgeny Fadeev2013-05-2410-27/+83
|/ /
* | added Robert Martin to the list of contributorsEvgeny Fadeev2013-05-231-0/+1
* | small css changesEvgeny Fadeev2013-05-232-64/+8
* | fix bug where private key was hard-coded as 2.Robert Martin2013-05-231-6/+5
|/
* fixed lost moderator functions on the question pageEvgeny Fadeev2013-05-221-1/+1
* added Kevin Porterfield from shotgunsoftware.com to the list of contributorsEvgeny Fadeev2013-05-221-0/+1
* a minor css fixEvgeny Fadeev2013-05-222-2/+2
* Merge pull request #127 from kporangehat/unicode_fixesEvgeny Fadeev2013-05-212-3/+9
|\
| * fix errors caused by user names with unicode dataKP2013-05-222-3/+9
* | truncate zendesk data to respect Field max_length paramKP2013-05-211-6/+9
|/
* 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