- updated to the new pikotools api (child spaces were removed)
some plugins need to be fixed yet: ticket, gallery, group, menu - added current user to default models as "user" - renamed in User: super_user -> is_super_user, env -> admin_env, pass_hash_salted -> is_pass_hash_salted - now Users class has a WinixModel as a base class some plugin calls have to be fixed yet - added UserWrapper model with a pointer to User class - removed from ItemContent: methods for accessing 'meta' and 'admin_meta', now ezc can iterate through Space classes - fixed in env winix function: if there is "changeuser" parameter then we should only switch the user (not save anything)
This commit is contained in:
@@ -139,6 +139,8 @@ env_header = Environment variables for a user
|
||||
env_change_env_for_user = Change environment variables for user
|
||||
env_change_admin_env_for_user = Change admin environment variables for user
|
||||
env_change_user = Change user
|
||||
env_admin_changed_successfully = Admin environments variables have been changed successfully
|
||||
env_changed_successfully = Environments variables have been changed successfully
|
||||
|
||||
default_header = Default item in a directory
|
||||
default_make_redirect = Make redirect
|
||||
|
@@ -145,6 +145,8 @@ env_header = Zmienne środowiskowe
|
||||
env_change_env_for_user = Zmień zmienne środowiskowe dla użytkownika
|
||||
env_change_admin_env_for_user = Zmień zmienne środowiskowe administracyjne dla użytkownika
|
||||
env_change_user = Zmień użytkownika
|
||||
env_admin_changed_successfully = Zmienne środowiskowe administracyjne zostały zmienione
|
||||
env_changed_successfully = Zmienne środowiskowe zostały zmienione
|
||||
|
||||
|
||||
default_header = Domyślny element w katalogu
|
||||
|
Reference in New Issue
Block a user