summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #129 from bobbydavid/nomigrateEvgeny Fadeev2013-05-242-6/+16
|\ | | | | Fix most of the tests when run in MySQL
| * set test charset & collation to utf-8Robert Martin2013-05-221-0/+2
| | | | | | | | | | Without these settings, MySQL chooses the wrong charset and collation, which causes some utf-8 tests to fail.
| * prevent south migrate during testsRobert Martin2013-05-222-6/+14
| | | | | | | | | | | | Many tests would fail when run in MySQL because the test database was not being set up correctly. With this setting, the MySQL database constructs itself correctly.
* | 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.
| | * | remove key restriction in test.Robert Martin2013-05-231-3/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | At this point in the test, there should only be one `Thread` object. However, because of previous tests, MySQL does not necessarily give that object id=1. By not specifying the id, the test does the intended thing. The get() function will fail if more than one object matches, so the test will still barf if more than one Thread object exists.
* | / 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
|/ | | | | | | 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
|