summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed path to the brief instruction text file, made askbot deploy without err...Evgeny Fadeev2011-08-033-6/+25
* renamed startforum to askbot-setup and removed some unused filesEvgeny Fadeev2011-08-037-48/+6
* some cleanup of filesEvgeny Fadeev2011-08-0325-6/+1
* replaced use of str() with unicode() in some places where data can be in unicodeEvgeny Fadeev2011-08-033-3/+3
* inc versionEvgeny Fadeev2011-08-032-2/+2
* revision 0.7.11Evgeny Fadeev2011-08-031-1/+1
* fixed the unicode issue in template filter collapse and a misuse of a functio...Evgeny Fadeev2011-08-032-2/+2
* replaced iriencode with urlencodeEvgeny Fadeev2011-08-031-2/+2
* removed captcha module from the sample settings.pyEvgeny Fadeev2011-08-021-1/+0
* committed the correction of spelling of word identicaEvgeny Fadeev2011-08-021-2/+2
* added common name db to exclude list of MANIFEST.inEvgeny Fadeev2011-08-011-0/+1
* incremented versionEvgeny Fadeev2011-08-011-1/+1
* fixed live searchEvgeny Fadeev2011-08-011-2/+3
* Merge branch 'remove-recaptcha-module'Evgeny Fadeev2011-07-3121-321/+27
|\
| * improved installation tip messageEvgeny Fadeev2011-07-311-3/+3
| * updated askbot_requirements fileEvgeny Fadeev2011-07-311-2/+3
| * django-recaptcha-works module works indeed, also added a simple framework to ...Evgeny Fadeev2011-07-313-0/+17
| * changed to using django-recaptcha-works moduleEvgeny Fadeev2011-07-314-5/+5
| * removed recaptcha_django module from bundled dependencies, now need to get th...Evgeny Fadeev2011-07-275-4/+4
| * removed recaptcha django module from the depsEvgeny Fadeev2011-07-2612-312/+0
* | a minor changeEvgeny Fadeev2011-07-311-1/+1
* | fixed a typo as shown by RahulEvgeny Fadeev2011-07-311-1/+1
* | bumped versionEvgeny Fadeev2011-07-311-1/+1
* | fixed a bug in the sharing footer of answerless questionEvgeny Fadeev2011-07-311-2/+3
* | Merge branch 'noah-sidebar'Evgeny Fadeev2011-07-307-40/+190
|\ \
| * | fixing up sidebarNoahY2011-07-293-7/+14
| * | added __init__ hook for settingsNoahY2011-07-291-1/+3
| * | sidebar settings for each viewNoahY2011-07-294-36/+177
* | | made sharing text promt on the answer-less questions workEvgeny Fadeev2011-07-304-22/+28
* | | reverted the printable view featureEvgeny Fadeev2011-07-305-362/+1
* | | added twitter sharing button image to the spriteEvgeny Fadeev2011-07-302-4/+2
* | | merged Noahs master branchEvgeny Fadeev2011-07-309-32/+436
|\| |
| * | fixed overlap between print button and titleNoahY2011-07-292-5/+11
| * | broke up social sharing settingsNoahY2011-07-292-11/+34
| * | converted favicon to ico, added linkedin buttonNoahY2011-07-295-3/+18
| * | removed extra whitespaceNoahY2011-07-291-1/+0
| * | added share links to questions without answersNoahY2011-07-291-0/+8
| * | minorNoahY2011-07-281-1/+1
| * | added print view button to questionsNoahY2011-07-286-20/+373
* | | edited identi.ca icon image to fit the size and fixed a compilation error in ...Evgeny Fadeev2011-07-302-4/+0
* | | Merge branch 'rtnpro'Evgeny Fadeev2011-07-304-1/+50
|\ \ \
| * | | Added Identi.ca oauth signin method in askbotRatnadeep Debnath2011-07-304-1/+50
* | | | incremented versionEvgeny Fadeev2011-07-291-1/+1
* | | | made badge context display workEvgeny Fadeev2011-07-294-47/+49
* | | | replaced use of numeric values of content type ids with more readable code in...Evgeny Fadeev2011-07-292-37/+50
* | | | added a jinja2 macro for the tag cloudEvgeny Fadeev2011-07-284-25/+22
* | | | reverted the favicon insertion code in the base.html templateEvgeny Fadeev2011-07-281-5/+1
* | | | fixed uploading of favicons: allowed only extension of type .ico and allowed ...Evgeny Fadeev2011-07-284-5/+14
* | | | renamed gravatar settingsEvgeny Fadeev2011-07-284-11/+8
* | | | changed name of template in one of the testsEvgeny Fadeev2011-07-281-1/+1
| |/ / |/| |