summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | 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 ↵Evgeny Fadeev2012-10-156-48/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | questions and answers
| * | | | | | | | | 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 ↵Evgeny Fadeev2012-10-131-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | answer deletion
* | | | | | | | | 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
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/question.py askbot/setup_templates/settings.py askbot/setup_templates/settings.py.mustache askbot/tests/__init__.py askbot/tests/badge_tests.py askbot/tests/db_api_tests.py askbot/views/commands.py askbot/views/readers.py askbot/views/users.py askbot/views/writers.py
| * | | | | | | 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 ↵Adolfo Fitoria2012-06-202-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | results as postgres but it (kinda) works
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | migrated. Added search indexes.
| * | | | | | | initial index, needs work and testing, temporal commit to change the score ↵Adolfo Fitoria2012-06-181-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field in the models
* | | | | | | | 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
| | | | | |
* | | | | | disabled pre-load data in the user autocompleter, fixes the missing names in ↵Evgeny Fadeev2012-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the autocompleter
* | | | | | storing the full messageAdolfo Fitoria2012-09-281-1/+1
| | | | | |
* | | | | | fixed error and added separatorAdolfo Fitoria2012-09-281-1/+2
| | | | | |
* | | | | | fixes logging body of emailAdolfo Fitoria2012-09-281-6/+8
| | | | | |
* | | | | | added logging statement to lamson decorator to store repliesAdolfo Fitoria2012-09-281-4/+10
| | | | | |
* | | | | | commented out link to private messages againEvgeny Fadeev2012-09-281-2/+2
| | | | | |
* | | | | | tried to fix the delayed notification issueEvgeny Fadeev2012-09-282-10/+6
| | | | | |
* | | | | | merged with notification-delays branchEvgeny Fadeev2012-09-284-89/+81
|\ \ \ \ \ \