summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-2213-57/+253
|
* deleted an unused file and a functionEvgeny Fadeev2012-10-182-3/+0
|
* applied fix to identi.ca loging suggested by gniibe at askbot.orgEvgeny Fadeev2012-10-181-1/+1
|
* added a management command to find anomalous threadsEvgeny Fadeev2012-10-191-0/+44
|
* added user profile search setup to the init_postgresql_full_text_search commandEvgeny Fadeev2012-10-191-0/+8
|
* fixed a broken insertEvgeny Fadeev2012-10-181-1/+1
|
* fixed bugs causing test cases to fail for MySQL backendEvgeny Fadeev2012-10-183-13/+20
|
* cleaned up mysql-specific utility functionsEvgeny Fadeev2012-10-164-62/+23
|
* fixed a bug where user cannot be deleted with postgres db backend in the ↵Evgeny Fadeev2012-10-163-0/+498
| | | | django admin
* Merge branch 'github-master'Evgeny Fadeev2012-10-162-2/+2
|\
| * Merge pull request #94 from dkolak/fixtempEvgeny Fadeev2012-10-152-2/+2
| |\ | | | | | | fix user profile network and folowed section title
| | * fix user profile network and folowed section titleDario Kolak2012-10-132-2/+2
| | |
* | | made height and line-height the same on most text input elements for better ↵Evgeny Fadeev2012-10-162-13/+53
|/ / | | | | | | text vertical alignment
* | added credits for translation to Stefano ManciniEvgeny Fadeev2012-10-151-1/+1
| |
* | reverted changes in the templates, because I did not understand why they ↵Evgeny Fadeev2012-10-152-14/+14
| | | | | | | | were necessary
* | some translationsStefano Mancini2012-10-152-5/+3
| |
* | Merge branch 'master' of https://github.com/ASKBOT/askbot-develStefano Mancini2012-10-1528-212/+753
|\ \
| * | 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
| * merged the haystack support branchEvgeny Fadeev2012-10-127-18/+29
| |
| * Merge branch 'haystack'Evgeny Fadeev2012-10-1122-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
| * | | | 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
| | | | |
* | | | | some more translationsStefano Mancini2012-10-112-48/+48
| | | | |
* | | | | upgraded translationsStefano Mancini2012-10-104-194/+220
| | | | |
* | | | | minor translationsStefano Mancini2012-10-102-20/+20
| | | | |
* | | | | Merge branch 'master' of https://github.com/ASKBOT/askbot-develStefano Mancini2012-10-1020-16/+2024
|\| | | |
| * | | | 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
| | | |