summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* fixed tags page template to switch between typesNoahY2011-07-271-22/+30
|
* fixed tag cloud sorting and removed paginationNoahY2011-07-272-18/+19
|
* fixed = to == and setting to stringNoahY2011-07-272-3/+3
|
* fixed dependancy, tag_list_type omissionNoahY2011-07-271-0/+3
|
* added setting to switch between tag cloud and tag listNoahY2011-07-276-38/+159
|
* still trying to sort tag cloudNoahY2011-07-271-1/+1
|
* edit cloud sizeNoahY2011-07-272-1/+10
|
* reoder tags by nameNoahY2011-07-272-4/+5
|
* tag cloud sortingNoahY2011-07-272-20/+5
|
* tag cloud cleaningNoahY2011-07-272-46/+25
|
* fixed cloud styleNoahY2011-07-271-7/+7
|
* tags to sidebar, fixing float to intNoahY2011-07-273-3/+3
|
* fixed tag cloudNoahY2011-07-271-1/+1
|
* added tag cloud to sidebarNoahY2011-07-274-51/+80
|
* Merge branch 'master' into cloudNoahY2011-07-261-1/+1
|\
| * fixed render_text_into_skin errorNoahY2011-07-261-1/+1
| |
| * fixed gravatar errorNoahY2011-07-261-1/+1
| |
* | fixed gravatar errorNoahY2011-07-261-1/+1
| |
* | tag cloud supportNoahY2011-07-262-15/+20
|/
* changed render_text() to render_text_into_skin()NoahY2011-07-262-3/+2
|
* Merge branch 'master', remote-tracking branch 'upstream/master'NoahY2011-07-25133-27262/+32
|\
| * removed askbot settings from recaptcha django, maybe will package it laterEvgeny Fadeev2011-07-243-4/+18
| |
| * fixed a doc string in the askbot.deps moduleEvgeny Fadeev2011-07-241-5/+0
| |
| * removed yui compressorEvgeny Fadeev2011-07-241-0/+0
| |
| * removed the bundled copy of python openid libraryEvgeny Fadeev2011-07-24129-27253/+12
| |
| * disabled facebook in edit login methodsEvgeny Fadeev2011-07-231-0/+2
| |
* | added hook for custom gravatarsNoahY2011-07-251-1/+0
| |
* | added hook for custom gravatarsNoahY2011-07-251-1/+1
| |
* | fixed gravatar settingNoahY2011-07-251-2/+3
| |
* | added option to customize gravatarNoahY2011-07-253-2/+25
| |
* | added trans support to render_text functionNoahY2011-07-251-4/+6
| |
* | moved render_text into loaders.pyNoahY2011-07-252-6/+10
| |