summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed feed url issue and template context middleware issue more info here: ↵Adolfo Fitoria2012-10-093-9/+18
| | | | http://stackoverflow.com/questions/7470179/module-django-core-context-processors-does-not-define-a-auth-callable-reques
* Merge branch 'master' into django1.4Adolfo Fitoria2012-10-091202-29385/+96953
|\
| * 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
| |\ \
| | * | fixes bug in notifications delayAdolfo Fitoria2012-09-273-81/+81
| | | |
| * | | Merge branch 'master' into kp-devEvgeny Fadeev2012-09-283-3/+7
| |\ \ \
| | * | | restored the file attachment function to tinymceEvgeny Fadeev2012-09-283-3/+7
| | | | |
| * | | | Merge branch 'master' into kp-devEvgeny Fadeev2012-09-284-6/+58
| |\| | |
| | * | | hopefully fixed the image urls in the email alertsEvgeny Fadeev2012-09-284-6/+58
| | | | |
| * | | | Merge branch 'master' into kp-devEvgeny Fadeev2012-09-2710-53/+54
| |\| | |
| | * | | refactored the absolutize_urls function and the with_settings decorator for ↵Evgeny Fadeev2012-09-2710-53/+54
| | |/ / | | | | | | | | | | | | the test cases
| * | | code formattingEvgeny Fadeev2012-09-271-4/+9
| | | |
| * | | Merge branch 'group-messaging' into kp-devEvgeny Fadeev2012-09-278-25/+192
| |\ \ \
| | * | | made personal messages answerableEvgeny Fadeev2012-09-278-25/+192
| | | | |
| | * | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-09-2611-79/+136
| | |\ \ \
| * | \ \ \ Merge branch 'master' into kp-devEvgeny Fadeev2012-09-273-9/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | fixed the meta description tag for the question pagesEvgeny Fadeev2012-09-263-9/+20
| | | | | |
| * | | | | Merge branch 'master' into kp-devEvgeny Fadeev2012-09-261-5/+7
| |\| | | |
| | * | | | one more fix to tinymce setup error checkerEvgeny Fadeev2012-09-261-5/+7
| | | | | |