Changelog¶
1.7.0 (2023-05-01)¶
changes to use bootstrap 4.6
Caution: Some CSS classes changed between Boostram Alpha 4 and 4.6. You might need to upgrade other mara packages as well, e.g. mara-pipelines and mara-app.
1.6.1 (2023-01-27)¶
Add pyproject.toml (PEP-518)
1.6.0 (2020-01-23)¶
Include all versioned package files in wheel (not only python files)
1.5.0 - 1.5.2 (2020-10-14)¶
Add travis integration and PyPi upload
Fix Typerror with unconfigured permissions
1.4.0 - 1.4.1 (2019-02-12)¶
Require Python >= 3.6
Add new function
acl.user_has_permissionsProvide default implementations for
acl.user_has_permissionandacl.current_user_has_permissionbased on their plural formsMove some imports into the functions that use them in order to improve loading speed
1.3.0 (2018-03-19)¶
Add separate function
inline_permission_denied_messageto unify inline “permission denied” messages
1.2.3 (2018-01-23)¶
Add parameter
div_idto functoinasynchronous_content+ minor changes
1.2.2 (2018-01-23)¶
implement hashing of navigation entries
1.2.1 (2017-12-20)¶
page rendering experience improvement: function
html.asynchronous_contentnow sets the height of the placeholder diff to the previous height from local storage
1.2.0 (2017-12-09)¶
many refactorings
delayed rendering of html in
response.Responseperformance improvements in
xmlmoduleimproved html markup in
bootstrap.cardandbootstrap.tablenew function
bootstrap.buttoncustom “permission denied messages” in
acl.require_permissionnew function
html.asynchronous_contentfor loading parts of a page throug ajaxnew function `html.highlight_syntax’ based on pygments
required changes
bootstrap.cardhas a new signature, please adapt calls
1.1.0 (2017-05-16)¶
Added functions for creating boostrap cards and tables
Navigation entries can be hidden by setting
.visible = False
1.0.1¶
Added function
user_has_permissionto acl interface
1.0.0 (2017-03-08)¶
Initial version