summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* tiny change in ru localeEvgeny Fadeev2012-06-161-1/+1
|
* fixed import error bug in readers.pyEvgeny Fadeev2012-06-161-0/+1
|
* small tweaks in content cleaningEvgeny Fadeev2012-06-162-3/+4
|
* Merge branch 'github-master'Evgeny Fadeev2012-06-162-2012/+792
|\
| * Merge pull request #80 from lissyx/masterEvgeny Fadeev2012-06-162-2012/+792
| |\ | | | | | | Updates to the french locale
| | * Rebuilt django.mo for french localelissyx2012-06-161-0/+0
| | |
| | * l10n: french locales fix from goofy@lissyx2012-06-161-2012/+792
| | |
* | | small changes in the skin and Ru localeEvgeny Fadeev2012-06-163-3/+5
|/ /
* | Merge branch 'github-master'Evgeny Fadeev2012-06-161-1/+1
|\ \
| * | Update masterEvgeny Fadeev2012-06-151-1/+1
| | |
* | | added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-1625-59/+71
|/ /
* | merged feature 157 by Paul BackhouseEvgeny Fadeev2012-06-1516-17/+456
|\ \
| * \ Merge branch 'master' into feature-157Paul Backhouse2012-05-057-10/+9
| |\ \
| * | | Fixed bug where clicking on a wildcard matched tag did not put the tag in ↵Paul Backhouse2012-05-052-3/+4
| | | | | | | | | | | | | | | | the url.
| * | | Now makes use of tag_selector.js, so wildcard tags can be expanded.Paul Backhouse2012-05-043-43/+34
| | | |
| * | | User profile has "Show tags" checkbox.Paul Backhouse2012-04-306-6/+595
| | | | | | | | | | | | | | | | Checking this box will list the tags a user is interested in, or wishes to ignore.
| * | | All users stored interesting/ignored tags are shown, without option to ↵Paul Backhouse2012-04-302-3/+72
| | | | | | | | | | | | | | | | disable. Wildcard tags are not shown.
| * | | BugfixPaul Backhouse2012-04-301-4/+2
| | | | | | | | | | | | | | | | Duplicate Meta definitions.
| * | | Updated requirements. Lamson needed.Paul Backhouse2012-04-301-0/+1
| | | |
* | | | added full site url to rss feeds for the user profile urlsEvgeny Fadeev2012-06-141-1/+1
| | | |
* | | | Merge pull request #77 from cesbo/dev_andEvgeny Fadeev2012-06-141-1/+2
|\ \ \ \ | | | | | | | | | | RSS feed url is hardcoded
| * | | | feed_url fixAndrey Dyldin2012-05-251-1/+2
| | | | |
* | | | | Merge pull request #79 from lissyx/masterEvgeny Fadeev2012-06-144-857/+1114
|\ \ \ \ \ | | |_|_|/ | |/| | | update in French locale by Alexandre Lissy
| * | | | l10n: Updating .mo's for French localelissyx2012-06-142-0/+0
| | | | |
| * | | | l10n: Updating french localelissyx2012-06-141-14/+13
| | | | |
| * | | | l10n: Updating french localelissyx2012-06-141-843/+1101
| | | | |
* | | | | Merge pull request #78 from jimt/upstreamEvgeny Fadeev2012-06-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | fix rst table of developer commands
| * | | | fix rst table of developer commandsJim Tittsler2012-06-121-1/+1
|/ / / /
* | | | updated the changelogEvgeny Fadeev2012-06-071-0/+1
| | | |
* | | | swapped default setting values with the bootstrap mode and renamed bootstrap ↵Evgeny Fadeev2012-06-074-58/+58
| | | | | | | | | | | | | | | | mode to "large site mode"
* | | | recompiled the style.less fileEvgeny Fadeev2012-06-071-19/+21
| | | |
* | | | Merge branch 'master' into user-groupsEvgeny Fadeev2012-06-0718-35/+120
|\ \ \ \
| * | | | omitted tag truncation from all pages but the tags and user profileEvgeny Fadeev2012-06-063-4/+13
| | | | |
| * | | | fixed styling of the retaggerEvgeny Fadeev2012-06-061-0/+5
| | | | |
| * | | | fixed bug where long tags were truncated in the retagger, as reported by ↵Evgeny Fadeev2012-06-063-3/+7
| | | | | | | | | | | | | | | | | | | | user todofixit
| * | | | hopefully fixed internal server error when google tries to load tag wiki textEvgeny Fadeev2012-06-033-1/+33
| | | | |
| * | | | fixed bug where creating a group could introduce a duplicate tagEvgeny Fadeev2012-06-033-2/+21
| | | | |
| * | | | fixed management commands that were still referring to the old model ↵Evgeny Fadeev2012-06-033-22/+20
| | | | | | | | | | | | | | | | | | | | Question, which we replaced with Thread and Post
| * | | | added optional top banner to the question pageEvgeny Fadeev2012-06-023-3/+21
| | | | |
* | | | | fixed bug in the templateEvgeny Fadeev2012-06-051-1/+1
| | | | |
* | | | | added send_respondable_welcome_email management commandEvgeny Fadeev2012-06-053-2/+23
| | | | |
* | | | | added feedback email on email validation flow with reply- email address prefixEvgeny Fadeev2012-06-051-0/+15
| | | | |
* | | | | finally signature validation upon asking worksEvgeny Fadeev2012-06-052-5/+3
| | | | |