summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixed a bug where Content.get_global_tag_based_subscribers threw exception wh...Andrei2011-04-072-1/+17
* | | 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 wil...Evgeny Fadeev2011-04-039-38/+269
* | 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, ref...Evgeny Fadeev2011-03-2618-168/+807
* | 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 lo...Evgeny Fadeev2011-03-203-20/+12
* | | 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
* | incremented versionEvgeny Fadeev2011-03-101-1/+1
* | added tag filter on instant subscriber getter for commentsEvgeny Fadeev2011-03-102-37/+46
* | replaced a several loops with many queries with a fixed number of queries in ...Evgeny Fadeev2011-03-102-14/+48
* | made tags on the questions save in the same order as enteredEvgeny Fadeev2011-03-092-7/+22
* | adjusted wording of the login provider settingsEvgeny Fadeev2011-03-071-26/+40
* | made signin buttons work in all cases, cleaned up the signup pageEvgeny Fadeev2011-03-078-177/+180
* | Merge branch 'adolfo-new' into adolfoEvgeny Fadeev2011-03-071-1/+1
|\ \
| * | fixing bug in signin templateAdolfo Fitoria2011-03-041-1/+1
| * | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-03-0416-74/+272
| |\ \
* | \ \ Merge branch 'master' into adolfoEvgeny Fadeev2011-03-071-1/+1
|\ \ \ \
| * | | | Fixed the signin template skin nameStas SUȘCOV2011-03-071-1/+1
| | |/ / | |/| |
* | | | added default values to all login provider settingsEvgeny Fadeev2011-03-031-0/+2
* | | | merged with Adolfos work, made all providers on by defaultEvgeny Fadeev2011-03-031-0/+1
* | | | Merge branch 'master' into adolfoEvgeny Fadeev2011-03-0316-74/+272
|\| | | | |/ / |/| |
| * | added small tweaks to the ask pre-searchEvgeny Fadeev2011-03-022-1/+2
| * | incremented revisionEvgeny Fadeev2011-03-021-1/+1
| * | question ask pre-search doneEvgeny Fadeev2011-03-029-59/+218
| * | added get_tag_names methods to answer and commentEvgeny Fadeev2011-03-023-1/+8
| * | added span in the reversible sort buttons template macroEvgeny Fadeev2011-03-011-3/+3
| * | increased max number of wildcard subtags to 20 from 10Evgeny Fadeev2011-03-012-3/+3
| * | incremented revisionEvgeny Fadeev2011-03-011-1/+1
| * | removed django staticfiles application from the list of required appsEvgeny Fadeev2011-03-011-1/+0
| * | fixed small issues in the wilcard tag featureEvgeny Fadeev2011-03-012-7/+39
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-02-2829-280/+1272
|\| |
| * | fixed a small glitch with the tag subscription functionEvgeny Fadeev2011-02-281-1/+1
| * | Merge branch 'andrei'Evgeny Fadeev2011-02-2820-254/+1233
| |\ \
| | * | finished tag subscription featureandrei2011-02-286-49/+128