summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added an send_unanswered_question_reminders management command, untestedAndrei2011-04-157-85/+230
|
* Added Alex Robbins to the list of contributors who added support for celeryEvgeny Fadeev2011-04-141-0/+1
|
* fixed a bug on question editEvgeny Fadeev2011-04-141-0/+1
|
* fixed a bug on answer editEvgeny Fadeev2011-04-141-0/+2
|
* fixed bugs in post_emailed_questions as suggested by BenoitEvgeny Fadeev2011-04-141-7/+10
|
* Merge branch 'bearstech'Evgeny Fadeev2011-04-132-206/+2366
|\
| * more i18nJérôme Blondon2011-04-132-1/+1
| |
| * more translationJérôme Blondon2011-04-132-22/+15
| |
| * updated 18n frJérôme Blondon2011-04-132-197/+2364
| |
* | added Jeff to the list of contributorsEvgeny Fadeev2011-04-121-0/+1
| |
* | handle ldap auth failurejeffmad2011-04-121-0/+2
| |
* | fixed a bug on account recovery by emailEvgeny Fadeev2011-04-111-2/+3
| |
* | added Jerome to the contributor listEvgeny Fadeev2011-04-111-4/+1
| |
* | Merge branch 'bearstech'Evgeny Fadeev2011-04-112-4097/+1011
|\|
| * see #591Jérôme Blondon2011-04-112-4097/+1011
| |
| * remove encodingGael Pasgrimaud2011-01-031-2/+0
| |
* | Merge branch 'andy'Evgeny Fadeev2011-04-111-7/+8
|\ \
| * | Modified live_search.js javascript to reduce the number of roundtrips to the ↵Andy Knotts2011-04-101-7/+8
| | | | | | | | | | | | server.
* | | temporarily disabled facebook login and commented the parameters for OAuth ↵Evgeny Fadeev2011-04-111-12/+37
| | | | | | | | | | | | providers
* | | started the contributor list, still need to list more people who contributedEvgeny Fadeev2011-04-102-0/+35
| | |
* | | Merge branch 'andy-logout'Evgeny Fadeev2011-04-103-33/+12
|\| |
| * | Converted logout meta link to directly logout user, and display an ↵Andy Knotts2011-04-083-33/+12
| | | | | | | | | | | | informational logout page
* | | rebuilt english localization fileEvgeny Fadeev2011-04-102-166/+223
| | |
* | | added romanian locale by Adi RobianEvgeny Fadeev2011-04-102-0/+5727
| | |
* | | commented the email subscription code and made a change that caused issue ↵Evgeny Fadeev2011-04-085-21/+104
| | | | | | | | | | | | with the test case to disappear - not sure why it helped...
* | | merged changes made by Andrey and bugfixes by BenoitEvgeny Fadeev2011-04-072-2/+2
| | |
* | | fixed another correctness bug on tag subscriptionsAndrei2011-04-075-11/+106
| | |
* | | fixed a bug where Content.get_global_tag_based_subscribers threw exception ↵Andrei2011-04-072-1/+17
| | | | | | | | | | | | when user dislikes a wildcard tag and some tag matching the same wildcard
* | | added a usage message to bounce message to the "ask by email" featureAndrei2011-04-071-3/+26
| | |
* | | built basic post by email featureAndrei2011-04-068-2/+392
|/ /
* | added support to receive email updates on interesting and exclude ignored ↵Evgeny Fadeev2011-04-039-38/+269
| | | | | | | | wildcards
* | made autocompleter work mid phrase and with multiple wordsEvgeny Fadeev2011-03-304-3/+162
| |
* | excluded some dirs from the manifestEvgeny Fadeev2011-03-291-0/+2
| |
* | added basic tox testing setupEvgeny Fadeev2011-03-292-0/+5
| |
* | expanded range of supported versions of django and added patches for csrf_tokenEvgeny Fadeev2011-03-2819-71/+543
| |
* | replaced the tag autocompleter with the fresher version from google code, ↵Evgeny Fadeev2011-03-2618-168/+807
| | | | | | | | refactored it Closure-library style, autocompleter understands "enter" hit, also reads of tag names are somewhat reduced
* | added quotes to the value of the html id attribute in one placeEvgeny Fadeev2011-03-241-1/+1
| |
* | fixed a typo in a message as reported by DiegoEvgeny Fadeev2011-03-233-960/+1125
| |
* | fixed the content type issue when dumping and restoring the forum dataEvgeny Fadeev2011-03-232-1/+3
| |
* | fixed a bug on interesting wilcard tag display filterAndrei2011-03-211-3/+5
| |
* | fixed form issues on the signin and signup pagesAndrei2011-03-214-16/+22
| |
* | Merge branch 'evgeny-new' into evgenyAndrei2011-03-213-20/+12
|\ \
| * | fixed dependency for the renamed package django-kombu and small changes in ↵Evgeny Fadeev2011-03-203-20/+12
| | | | | | | | | | | | login providers solution
* | | added display tag filter strategy - instead of just hide ignoredAndrei2011-03-2121-104/+1185
|/ /
* | fixing div issueAdolfo Fitoria2011-03-191-1/+2
| |
* | finished celery support with AlexEvgeny Fadeev2011-03-151-0/+5
| |
* | Merge branch 'alex' into celeryEvgeny Fadeev2011-03-152-0/+8
|\ \
| * | Adding celery.Alex Robbins2011-03-152-0/+8
| | |
* | | in the middle of adding support for celeryEvgeny Fadeev2011-03-152-54/+85
|/ /
* | applied Benoits patch for the tag stats commandEvgeny Fadeev2011-03-152-16/+87
| |