5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 2 years ago.
Oct 06, 2021 — Oct 06, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preparing release 0.57 More... about 3 years ago
Merge remote-tracking branch 'origin/master' into MOD-910_centralize_caching_mechanism More... about 3 years ago
Added `NoEscapeLinkColumn` as base for link column rendering html More... about 3 years ago
Merge pull request #10 from collective/MOD-913_escape_column_content More... about 3 years ago
Added `utils.ensure_upgraded` that will make sure a given `package_name` is upgraded, this is useful when some content or registry records need to be present to handle some code. Here the usecase is a Zope starting handler needing a registry record that may not be present if package not upgraded. More... about 3 years ago
isort More... about 3 years ago
Use sources for imio.prettylink (there is a fix there for escape) More... about 3 years ago
Added basic test for BaseColumn.escape More... about 3 years ago
Set escape=False for ColorColumn and manage it manually See #MOD-913 More... about 3 years ago
Added IIMIOLayer BrowserLayer (need to execute upgrade step to 2). Override `caching-controlpanel-ramcache` to compute totals for `Hits`, `Misses`,`Size` and `Entries`, display `Older entry`, do not break to display statistics when a pickle error occurs but add a portal message. Added parameter `ttl=0` to `cache.get_cachekey_volatile` this way a date older than given `ttl` (in seconds) will be recomputed. See #MOD-910 More... about 3 years ago
Decorates acl methods only if decorate_acl_methods env variable is true More... about 3 years ago
Do not escape DateColumn and manage escape of TitleColumn manually More... about 3 years ago
Set `escape = False` by default for ActionsColumn More... about 3 years ago
Completed changelog More... about 3 years ago
Pinned zope.configuration = 3.8.1 in ci.cfg More... about 3 years ago
Base implementation of `escape` More... about 3 years ago
Renamed cachekeys More... about 3 years ago
Begin to implement escape=True parameter See #MOD-913 More... about 3 years ago
Added user param in get_plone_groups_for_user More... about 3 years ago
z3c.unconfigure = 1.1 requires zope.configuration = 3.8.1 More... about 3 years ago
Rely on z3c.unconfigure More... about 3 years ago
Merge remote-tracking branch 'origin/master' into MOD-910_centralize_caching_mechanism More... about 3 years ago
Invalidate cache when group created/deleted as well More... about 3 years ago
Invalidate cache when user added/deleted More... about 3 years ago
Merge pull request #17 from IMIO/zope_app_publication_fix More... about 3 years ago
Remove zope.app.publication dependency More... about 3 years ago
Include events.zcml More... about 3 years ago
Completed renamed cachekey name More... about 3 years ago
Renamed cachekey volatile name from 'Products.PloneMeeting.ToolPloneMeeting._users_groups_value' to '_users_groups_value' More... about 3 years ago
Adapted cachekeys to work in ZMi, in test, in Web browser, ... More... about 3 years ago