- allow database creation for gnuviechadmin user in local deployments to
allow test runs
- set administrator tag for gnuviechadmin user in rabbitmq
- add all permissions on gnuviechadmin vhost to gnuviechadmin user
- enable rabbitmq management plugin
- make sure that AddSshPublicKeyForm does not try to parse the key if it is
None
- split the key text into a maximum of 3 parts to allow whitespace in comments
- update changelog
- add __version__ to gnuviechadmin/__init__.py
- change docs/conf.py to use version number from gnuviechadmin
- add gnuviechadmin.context_processors.version_info to add
gnuviechadmin_version to template context
- add version and technology links to templates/base.html footer
- add CSS styles for footer formatting
* release/0.11.0:
update docs version, add release to changelog
fix tests
add icons to top level navigation
add contact_form link in top navigation
add context processing for contact_form views
define DEFAULT_FROM_EMAIL in production settings
implement contact form
add imprint as flatpage
fix issues with changed URLs
add new german translation strings
add new view CustomerHostingPackageList
configure local logging
mark active menu item as active
add links to webmail, phpmyadmin and phppgadmin
- add flatpages app to gnuviechadmin.settings.base.DJANGO_APPS
- add imprint handling to gnuviechadmin.context_processors.navigation, remove
unused about page handling
- add URL 'imprint' to gnuviechadmin.urls
- replace link 'about' in template base.html with 'imprint'
- add templates for flatpages
- add german translation for imprint and contact navigation links
- create view hostingpackages.views.CustomerHostingPackageList to display a
specific customer's hosting packages
- add docstring to view AllCustomerHostingPackageList
- add URL pattern 'hosting_packages' to hostingpackages.urls
- restructure hostingpackages URL patterns to remove useless parts
- add template hostingpackages/customerhostingpackage_list.html
- change links in template base.html to link to 'hosting_packages'
- add new links dropdown to top navigation in template base.html
- add new settings GVA_LINK_WEBMAIL, GVA_LINK_PHPMYADMIN and
GVA_LINK_PHPPGADMIN to gnuviechadmin.settings.base
- implement gnuviechadmin.context_processors.navigation to add links to
request context of non-AJAX requests
- add generated documentation for gnuviechadmin.context_processors
- add changelog entry
* release/0.10.0:
update docs version, add release to changelog
fix taskresults.tests
add german translation for new strings
add docstrings, restrict queryset of osusers.views
implement caching for get_hosting_package
add list, delete and edit comment of SSH public keys
add view osusers.views.AddSshPublicKey
repair osusers.tests.test_admin
define readonly fields and own delete action for SSH key admin
trigger tasks on SshPublicKey save and delete
add administration form and admin class for SshPublicKey
implement SshPublicKey model, manager and tests
document HTML improvements
use bootstrap alert classes for messages
add api for set_file_ssh_authorized_keys task
adapt comments to gvafile server side
update Django version to 1.7.4