- Nothing changed yet.
- Catch
AttributeError
inmodel.user.User.expires
. Happens in user add form where user not exists yet. [rnix]
- Remove
expiration
yafowil blueprint fromcone.ugm.browser.expires
. Account expiration is now done with a regular date field since UGM backends allow settingexpires
attributes as datetime objects as of node.ext.ugm 1.1. [rnix] - Move
users_expires_attr
andusers_expires_unit
settings to cone.ldap, since they always have been used only for LDAP UGM backend. [rnix] - Expose
expires
attribute of backend user incone.ugm.model.User
. [rnix] - Fix general settings form according to changes in yafowil 3.0. [rnix]
- Replace deprecated use of
Nodify
byMappingNode
. [rnix]
- Adopt import path of
safe_decode
andnode_path
. [rnix]
- Fix
UsersListing
andGroupsListing
search filter to ignoreNone
values. - Increase listing slice size to 15. [rnix]
- Add
change_password
form. [rnix] - Add support for objects events on user and group add/modify/delete. [zworkb]
- Fix delete principal. [rnix]
- Use
ContentAddForm
andContentEditForm
behaviors instead of B/CAddBehavior
andEditBehavior
for user and group form. [rnix] - Use
layout_config
decorator introduced incone.app 1.0rc1
. [rnix] - Remove
cone.ugm.model.users.users_factory
andcone.ugm.model.groups.groups_factory
. Register related node classes directly as app entries. [rnix] - Bind UGM columns content view to UGM models. [rnix]
- Move LDAP related code to
cone.ldap
. [rnix] - Users autoincrement start setting value may be empty in config. [rnix]
- Do not remember users and groups on volatile storage. [rnix]
- Use
IUgm.invalidate
for invalidation of users and groups on UGM backend. [rnix] - Rename
cone.ugm.browser.listing.ColumnListing.query_items
tolisting_items
. [rnix] - Turn
cone.ugm.browser.group.Users
andcone.ugm.browser.user.Groups
property descriptors intoColumnListing
deriving tiles. [rnix] - Remove superfluous
jQuery.sortElements.js
andnaturalSort.js
. [rnix] - Move plugin config code inside main hook function. [rnix]
- Python 3 Support. [rnix]
- Convert doctests to unittests. [rnix]
- Use
cone.app.ugm.ugm_backend
instead ofcone.app.cfg.auth
. [rnix] - Use
cone.tile.tile
decorator instead ofcone.tile.registerTile
. [rnix] - Use
request.has_permission
instead ofpyramid.security.has_permission
. [rnix] - Remove inout widget. Listing widget is the only principal membership now.
Remove corresponding
default_membership_assignment_widget
,user_display_name_attribute
andgroup_display_name_attribute
from settings [rnix] - Change UI. Principal form and principal membership are not displayed in right column together any more. When viewing a principals content, left column displays the listing and right column the principal form. When viewing a principal, left column displays the principal form and right column displays the principal membership. [rnix]
- Update to cone.app >= 1.0. [rnix]
- Change license to LGPLv3. [rnix]
- Directly depend on
lxml
insetup.py
[rnix, 2014-05-13]
- Adopt dependencies. [rnix, 2013-01-10]
- Portrait CSS fix. [rnix, 2012-10-30]
- Python 2.7 Support. [rnix, 2012-10-16]
- adopt to
cone.app
0.9.4 [rnix, 2012-07-29] - adopt to
node
0.9.8 [rnix, 2012-07-29] - adopt to
plumber
1.2 [rnix, 2012-07-29] - Simplify
cone.ugm.browser.actions
. [rnix, 2012-07-26] - Add local manager functionality. [rnix, 2012-07-25]
- Get rid of BBB classes usage from
cone.app
. [rnix, 2012-05-18] - Fix invalidation after settings form save. [rnix, 2012-04-23]
- Portrait Image support. [rnix, 2012-04-21]
- Configuration for attributes exposed to attribute map. [rnix, 2012-04-19]
- Invalidate after creating principal or roles container. [rnix, 2012-04-19]
- Adopt
expires
blueprint toyafowil.widget.datetime
1.3. [rnix, 2012-04-19]
- Add Autoincrement Feature for user ids. [rnix, 2012-03-30]
- Account expiration widget improvements. [rnix, 2012-03-20]
- Add account expiration functionality. [rnix, 2011-03-06]
- Make display field of In-Out widget configurable. [rnix, 2011-01-31]
- Dynamic width CSS. [rnix, 2011-12-18]
- Get rid of global
cone.ugm.backend
.cone.app.cfg.auth
is returend bycone.ugm.model.utils.ugm_backend
. [rnix, 2011-11-22] - Explicit names for settings forms. [rnix, 2011-11-18]
- Add node properties for users and groups to get displayed in navtree if displayed. [rnix, 2011-11-16]
- Initial release.