summaryrefslogtreecommitdiffstats
path: root/askbot/context.py
Commit message (Collapse)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-0/+2
|
* enabled spellchecker automatically if used in tinymceEvgeny Fadeev2013-04-111-0/+7
|
* a minor change in the search dropdownEvgeny Fadeev2013-04-011-1/+3
|
* patched min search word length for japaneseEvgeny Fadeev2013-03-251-1/+11
|
* added csrf cookie name to the contextEvgeny Fadeev2013-03-051-0/+1
|
* made dropdown language navigationEvgeny Fadeev2013-01-171-1/+3
|
* added basic language navigation menuEvgeny Fadeev2013-01-041-0/+2
|
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-1/+1
|
* merged and improved group sorting in the menuEvgeny Fadeev2012-09-221-11/+23
|\
| * Fix for postgressql bug in order_by clauses when postgres have noAdolfo Fitoria2012-09-211-1/+7
| | | | | | | | | | | | correct locale setting: more info: http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/
| * List groups alphabetically in People&Groups headerAdolfo Fitoria2012-09-191-6/+14
| |
* | combined all dev branches for kpEvgeny Fadeev2012-09-201-6/+14
|/
* factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-3/+2
|
* Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-4/+3
|\ | | | | | | | | | | | | | | | | Conflicts: askbot/context.py askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
| * tests pass, but group-related features need some manual testing and more ↵Evgeny Fadeev2012-08-291-4/+3
| | | | | | | | test cases
* | initial add group tag in the menuAdolfo Fitoria2012-08-231-2/+14
|/
* merged adolfos branchEvgeny Fadeev2012-08-221-1/+10
|\
| * added dropdown menu to lists groups in the templates, modified the sprite ↵Adolfo Fitoria2012-08-211-1/+10
| | | | | | | | file to make it work better
* | option to forbid email address in the screen name and displayed allowed file ↵Evgeny Fadeev2012-08-151-0/+2
|/ | | | extensions in the image/attachment insertion
* added the YanoneKaffeesatz font to the media files and an settings.py option ↵Evgeny Fadeev2012-05-161-1/+10
| | | | ASKBOT_USE_LOCAL_FONTS for use on the intranet or development offline
* removed potentially costly calls from non-askbot urls - works only when ↵Evgeny Fadeev2012-01-181-0/+9
| | | | askbot is not deployed at root of the site
* staticfiles app seems to work with askbot for django 1.2 and 1.3Evgeny Fadeev2012-01-151-0/+2
|
* collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-141-0/+2
|\
| * when internal login app is disabled, links to log in/log out disappear, ↵Evgeny Fadeev2012-01-031-0/+2
| | | | | | | | assuming that the user will provide own
* | updated static urls in javascriptpiskvorky2011-12-181-0/+1
|/
* resolved edit conflict in the changelogEvgeny Fadeev2011-11-241-1/+1
|\
| * Prefer request.LANGUAGE_CODE over settings.LANGUAGE_CODE if availableAlexander Werner2011-11-181-1/+1
| |
* | some style changes to display the header correctly and added optional ↵Evgeny Fadeev2011-11-241-0/+1
|/ | | | setting ASKBOT_CSS_DEVEL to the settings.py
* added url explaining how to enable cookies in the browserEvgeny Fadeev2011-09-171-1/+3
|
* almost finished support of other login apps to be used with askbotEvgeny Fadeev2011-06-051-0/+4
|
* added ability to add extra.css file to the media collectionEvgeny Fadeev2011-02-011-0/+2
|
* made the enthusiast badge work and added version display to the footer templateEvgeny Fadeev2011-01-051-2/+8
|
* fixed some styling issues and added DEBUG option to template context to load ↵Evgeny Fadeev2010-11-101-0/+1
| | | | full source versions of JS in the future
* inbox with persistent responses and flags sort of works, but neds testing on ↵Evgeny Fadeev2010-11-081-26/+4
| | | | correctness
* added experimental ldap authentication support and cut some time from page loadsEvgeny Fadeev2010-10-031-0/+2
|
* fixed answer_count update on answer deletion, improved algorithm for getting ↵Evgeny Fadeev2010-08-201-1/+0
| | | | related questions, fixed ampersand escaping in html
* applied permissions to file uploadEvgeny Fadeev2010-07-281-1/+1
|
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-0/+34