|
fd6449dff1
|
implement database user password change
- implement userdbs.forms.ChangeDatabaseUserPasswordForm
- implement userdbs.views.ChangeDatabaseUserPassword
- add URL pattern 'change_dbuser_password' to userdbs.urls
- add template userdbs/databaseuser_setpassword.html
- link from hostingpackage detail template to 'change_dbuser_password'
- add changelog entry
|
2015-01-26 12:39:42 +01:00 |
|
|
0e1a84826d
|
implement setup of new user databases
- implement userdbs.forms.AddUserDatabaseForm
- implement userdbs.views.AddUserDatabase
- add new URL pattern 'add_userdatabase' in userdbs.urls
- add templates userdbs/base.html and userdbs/userdatabase_create.html
- add generated code documentation for new modules
|
2015-01-26 12:06:03 +01:00 |
|
|
2447f558e4
|
add combined method for creating databases with users
- implement userdbs.models.UserDatabaseManager.create_userdatabase_with_user to
setup a new database with a new database user in one step
|
2015-01-26 12:05:07 +01:00 |
|
|
4c8b173e95
|
add userdb template tags
- add changelog entry
- add generated documentation for userdbs.templatetags.userdb
- add userdb template tags db_type_icon_class and db_type_name
- remove empty userdbs.views
|
2015-01-18 16:05:29 +01:00 |
|
|
8ab15e7680
|
remove empty tests module
|
2015-01-17 23:27:03 +01:00 |
|
|
9fa1944c31
|
add german translation
- add django.po for apps and templates
- add locale directory to LOCALE_PATHS setting
|
2015-01-17 16:06:25 +01:00 |
|
|
ba39e3f765
|
set database password at the appropriate place
|
2015-01-10 18:43:43 +01:00 |
|
|
780a670565
|
remove username argument from delete_pgsql_database call
|
2015-01-09 19:38:30 +01:00 |
|
|
6edbe17a3b
|
make userdbs admin work properly
* add userdbs app docstring
* add userdbs.app.UserdbsAppConfig
* implement userdbs.admin.DatabaseUserCreationForm,
userdbs.admin.UserDatabaseCreationForm, userdbs.admin.DatabaseUserAdmin,
userdbs.admin.UserDatabaseAdmin
* add docstrings to userdbs.models
* rename userdbs.models.DatabaseUserManager._get_next_username to
_get_next_dbuser_name
* fix format string issues in userdbs.models.DatabaseUserManager and
userdbs.UserDatabaseManager._get_next_dbname
* delete related databases in userdbs.models.UserDatabase.delete
|
2015-01-04 22:35:55 +01:00 |
|
|
be4ea9cc77
|
add initial migration for userdbs
|
2015-01-04 20:24:56 +01:00 |
|
|
8697f84381
|
add admin and a bit of documentation
|
2015-01-04 20:23:49 +01:00 |
|
|
3eef84d373
|
add new incomplete userdbs app
|
2015-01-04 20:22:58 +01:00 |
|