summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | translated all bundlesStefano Mancini2012-10-032-12/+12
| * | | | | | | | | | | | | translated js bundlesStefano Mancini2012-10-032-87/+79
| * | | | | | | | | | | | | translated fuzzy bundlesStefano Mancini2012-10-032-345/+189
| * | | | | | | | | | | | | translated missing bundlesStefano Mancini2012-10-032-43/+72
| * | | | | | | | | | | | | locale/it/LC_MESSAGES/django.moStefano Mancini2012-10-036-2304/+4190
| * | | | | | | | | | | | | fixes on translationsStefano Mancini2012-10-034-4/+4
| * | | | | | | | | | | | | minor changes on translationsStefano Mancini2012-10-032-3/+13
| * | | | | | | | | | | | | translated fuzzy and js messagesStefano Mancini2012-10-034-386/+287
| * | | | | | | | | | | | | some more translationsStefano Mancini2012-10-022-41/+183
| * | | | | | | | | | | | | some more translationsStefano Mancini2012-10-022-33/+60
| * | | | | | | | | | | | | some more translationsStefano Mancini2012-10-022-36/+54
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/xponrails/askbot-develStefano Mancini2012-10-0251-277/+1242
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | going on with italian localizationStefano Mancini2012-10-022-536/+463
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-159-48/+312
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | / / / / / | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | fixed view at url /settings/export/Evgeny Fadeev2012-10-151-1/+1
| * | | | | | | | | | | | | added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-156-48/+180
| * | | | | | | | | | | | | added test cases for making private posts, some tests failEvgeny Fadeev2012-10-142-0/+90
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | allowed user to post new answer after deleting a previous answerEvgeny Fadeev2012-10-133-2/+23
| * | | | | | | | | | | | fixed bug where answer count was not always decremented on main page on answe...Evgeny Fadeev2012-10-131-9/+30
* | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-127-18/+29
|\| | | | | | | | | | | |
| * | | | | | | | | | | | merged the haystack support branchEvgeny Fadeev2012-10-127-18/+29
| * | | | | | | | | | | | Merge branch 'haystack'Evgeny Fadeev2012-10-1122-158/+383
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-114-2/+43
|\| | | | | | | | | | | | | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | made owner_or_moderator_required decorator pass url parameters to the next urlEvgeny Fadeev2012-10-113-1/+43
| * | | | | | | | | | | small style fix for the user profile pageEvgeny Fadeev2012-10-111-1/+0
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'haystack'Adolfo Fitoria2012-10-0922-158/+383
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | adding documentation for haystack modulesAdolfo Fitoria2012-10-091-0/+11
| * | | | | | | | | Merge branch 'master' into haystackAdolfo Fitoria2012-10-0819-15/+2023
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | fixed haystack test issueAdolfo Fitoria2012-10-082-1/+7
| * | | | | | | | | fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-026-13/+13
| * | | | | | | | | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021209-29678/+95670
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | added tests for haystackAdolfo Fitoria2012-06-215-56/+153
| * | | | | | | | | added setup_procedures for haystack and setup_templatesAdolfo Fitoria2012-06-203-1/+36
| * | | | | | | | | partially fixed relevance bug, it still does not produces the very same resul...Adolfo Fitoria2012-06-202-1/+6
| * | | | | | | | | added haystack user indexAdolfo Fitoria2012-06-202-21/+38
| * | | | | | | | | haystack search working, bug in sort by relevanceAdolfo Fitoria2012-06-202-193/+41
| * | | | | | | | | temporal commit, search is still brokenAdolfo Fitoria2012-06-193-1/+176
| * | | | | | | | | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-1813-144/+151
| * | | | | | | | | initial index, needs work and testing, temporal commit to change the score fi...Adolfo Fitoria2012-06-181-0/+43
* | | | | | | | | | re-enabled mistakenly turned off tinymce startup testsEvgeny Fadeev2012-10-081-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | moved post summary to text field from varchar to accomodate unicode betterEvgeny Fadeev2012-10-075-1/+1528
* | | | | | | | | fixed bug in the test case nameEvgeny Fadeev2012-10-061-1/+1
* | | | | | | | | added test case for a unicode questionEvgeny Fadeev2012-10-061-0/+8
* | | | | | | | | fixed bug with vanishing answer comments when user groups are enabledEvgeny Fadeev2012-10-051-5/+8
* | | | | | | | | fixed a bug in ldap user registrationEvgeny Fadeev2012-10-051-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | fixed issue in html as reported by NikiEvgeny Fadeev2012-10-041-1/+1
* | | | | | | | fixed a bug in an autocompleter where initial value of the field could be erasedEvgeny Fadeev2012-10-031-1/+3
* | | | | | | | added minimum karma to accept any answerEvgeny Fadeev2012-10-035-6/+47
* | | | | | | | added "vip" option to groupsEvgeny Fadeev2012-10-038-2/+428
| |/ / / / / / |/| | | | | |
* | | | | | | fixed a bug in the autocompleter where autocompletion data was loaded only onceEvgeny Fadeev2012-10-011-8/+4