summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Collapse)AuthorAgeFilesLines
* fix bug where private key was hard-coded as 2.Robert Martin2013-05-231-6/+5
| | | | | | | Previously this test failed in MySQL because the private key for user_two was hard-coded as 2. This change determines it programatically from user_two, which lets the MySQL test work properly.
* 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 data
| * 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
|/ | | | some zendesk data like Forum descriptions can be lengthy and exceed the max_length defined in askbot for the mapped field. This is a brute force truncation at max_length.
* 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
|/ | | | had just one "new_post_created" instead of the three separate ones
* 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 ↵Evgeny Fadeev2013-05-052-3/+12
| | | | not set up
* 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
|