Several changes:
* Fixed catching of AttributeError if API is not available
* Fixed resolving of current web host
* Removed hard-coded rest api urls from app code
* Fixed some typos, did some code clean up
* Consolidated various context processors into one
* Removed "Go to list"-Dropdown
* Settings.REST_SERVER now has to include the uri scheme name ('http://...')
* Settings.TEMPLATE_CONTEXT_PROCESSORS now only needs to include *one* processor for mailmanweb: 'mailman_django.context_processors.mailmanweb'
1 parent 64b08c0 commit 250ad2c77ad0037d1205b81adabff13dfe0781a9
@Florian Fuchs Florian Fuchs authored on 22 Jan 2012
Showing 8 changed files
View
src/mailman_django.egg-info/PKG-INFO
View
src/mailman_django/context_processors.py
View
src/mailman_django/forms.py
View
src/mailman_django/templates/mailman-django/base.html
View
src/mailman_django/templates/mailman-django/list_selector.html 100644 → 0
View
src/mailman_django/templates/mailman-django/lists/index.html
View
src/mailman_django/urls.py
View
src/mailman_django/views.py