summaryrefslogtreecommitdiffstats
path: root/askbot/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-3/+9
| | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1
* added ASKBOT_INTERNAL_IPS setting - to allow dedicated IPs open read access ↵Evgeny Fadeev2012-09-251-0/+4
| | | | to the site
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-231-0/+1
|\ | | | | | | | | Conflicts: askbot/startup_procedures.py
| * a patch to spaceless middleware submitted by MITx guysEvgeny Fadeev2012-04-201-0/+1
| |
* | added language selection into livesettings, needs more testingAdolfo Fitoria2012-04-031-0/+26
|/
* 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
* Page_size removed for questionsTomasz Zielinski2012-01-141-57/+0
|
* Removed some unused code related directly or indirectly to SearchStateTomasz Zielinski2012-01-111-52/+5
|
* made askbot work with Django 1.2 againEvgeny Fadeev2011-12-101-24/+45
|
* Added widget_questions to PROTECTED URLS, removed a pdb line, changed 1 test ↵Dejan Noveski2011-11-291-1/+2
| | | | to reflect data
* Feature #111: improvements in CLOSED MODEVlad Bokov2011-11-221-4/+21
| | | | | | | - drop from django.conf.settings - make a separate group - make all views except askbot-related work - tests
* Feature #111: some cleanupVlad Bokov2011-11-051-2/+0
|
* Feature #111: closed forum mode + testsVlad Bokov2011-11-052-1/+22
|
* reading all questions at onceAdolfo Fitoria2011-10-071-2/+2
|
* pylinted the anonymous user middleware and renamed the setting enabling the ↵Evgeny Fadeev2011-10-031-7/+17
| | | | anonymous user greeting
* Greeting for anonymous users can be disabled from live settingsRaghu Udiyar2011-09-291-1/+2
|
* merged fix by Rag Sagar so that anonymous user greeting shows just onceEvgeny Fadeev2011-09-211-3/+19
|\
| * removed unused fileEvgeny Fadeev2011-09-211-52/+0
| |
| * fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-202-2/+54
| |
| * fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-201-1/+1
| |
| * fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-201-4/+20
| |
* | pylinted filesEvgeny Fadeev2011-09-201-3/+16
| |
* | made the welcome message for anonymous users editable via admin settingsHrishi2011-09-201-2/+1
|/
* made search state clear again, on second click over the questions tabEvgeny Fadeev2011-04-261-3/+6
|
* expanded range of supported versions of django and added patches for csrf_tokenEvgeny Fadeev2011-03-281-2/+2
|
* made some tweaks in the search state managerEvgeny Fadeev2011-01-211-3/+5
|
* small refactoring - moved ViewLog class definition to the search subsystem, ↵Evgeny Fadeev2011-01-141-33/+2
| | | | because it is part of the search functionality
* added logging statements around the user registration form, email ↵Evgeny Fadeev2011-01-121-0/+3
| | | | subscription form and the generation of the error 500 page, bumped the version
* removed unused importsEvgeny Fadeev2011-01-091-1/+0
|
* made the enthusiast badge work and added version display to the footer templateEvgeny Fadeev2011-01-051-8/+29
|
* broken commit. started improving commenting widget in .jsEvgeny Fadeev2010-11-141-4/+3
|
* fixed a bug that precluded deployment with mod_wsgiEvgeny Fadeev2010-10-111-1/+1
|
* all templates converted to jinja2Evgeny Fadeev2010-10-081-3/+18
|
* all used templates except login forms are converted to jinja2Evgeny Fadeev2010-10-011-2/+2
|
* Merge branch 'github'Evgeny Fadeev2010-09-161-5/+6
|\
| * re-compiled messages and completely removed debug_toolbar from dependenciesEvgeny Fadeev2010-09-081-5/+6
| |
* | added username/password, facebook, twitter and linkedin logins, ability to ↵Evgeny Fadeev2010-09-161-3/+14
|/ | | | add and delete login methods
* put django_authopenid under migrations, allowed multiple login methods per ↵Evgeny Fadeev2010-09-011-0/+1
| | | | account, login methods may be deleted or added by users
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-136-0/+177