summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | auto-test dependencies
| * changed to using django-recaptcha-works moduleEvgeny Fadeev2011-07-314-5/+5
| |
| * removed recaptcha_django module from bundled dependencies, now need to get ↵Evgeny Fadeev2011-07-275-4/+4
| | | | | | | | the patched django-recaptcha module published at pypi https://github.com/ASKBOT/django-recaptcha
| * 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
| | | | | | | | | | | | the code where identi.ca option was added.
* | | 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 ↵Evgeny Fadeev2011-07-292-37/+50
| | | | | | | | | | | | | | | | in askbot.views.users.user_recent
* | | | 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
| | | | | | | | | | | | | | | | upload of files with names that have spaces
* | | | renamed gravatar settingsEvgeny Fadeev2011-07-284-11/+8
| | | |
* | | | changed name of template in one of the testsEvgeny Fadeev2011-07-281-1/+1
| |/ / |/| |
* | | removed duplicate log calulationNoahY2011-07-281-2/+1
| | |
* | | readded try to cloud tag log functionNoahY2011-07-281-1/+6
| | |
* | | setting to settings errorNoahY2011-07-281-1/+1
| | |
* | | fixed custom favicon selectionNoahY2011-07-272-2/+6
| | |
* | | fixed sidebar head/foot setting typeNoahY2011-07-271-2/+2
| | |
* | | fixed sidebar syntax errorNoahY2011-07-271-2/+2
| | |
* | | fixed sidebar header and footer in templateNoahY2011-07-271-6/+2
| | |
* | | added sidebar header and footerNoahY2011-07-272-0/+41
| | |
* | | added hook to call sidebar settings, removed duplicate settingNoahY2011-07-272-13/+1
| | |
* | | added sidebar settings page, ability to hide main page sidebar widgets ↵NoahY2011-07-273-3/+71
| | | | | | | | | | | | (todo: other pages)
* | | fixed question_type to question_type_id, same with answer. removed ↵NoahY2011-07-272-3/+3
| | | | | | | | | | | | hardcoded question url from sidebar
* | | abstracted question_type and answer_type from codeNoahY2011-07-272-2/+4
| | |