Fri, 11 May 2018 15:35:29 +0200 tflorac Added helper to get a persistent adapter through context's annotations
Wed, 09 May 2018 14:05:08 +0200 Thierry Florac Added "inherit_from" attribute to IInheritInfo interface
Wed, 09 May 2018 14:04:21 +0200 Thierry Florac Init version 0.1.15
Fri, 27 Apr 2018 10:24:14 +0200 Thierry Florac Added tag 0.1.14 for changeset f7e43a680f42
Fri, 27 Apr 2018 10:24:14 +0200 Thierry Florac Version 0.1.14 0.1.14
Thu, 26 Apr 2018 16:00:38 +0200 Thierry Florac Check OID when getting cache key for persistent object
Fri, 13 Apr 2018 12:23:18 +0200 Thierry Florac Added "generate_url" function
Thu, 12 Apr 2018 11:21:59 +0200 Thierry Florac Removed DocFieldProperty class and added __doc__ property to default FieldProperty class
Thu, 12 Apr 2018 10:14:52 +0200 Thierry Florac Updated docstring
Wed, 11 Apr 2018 16:41:53 +0200 Thierry Florac Updated base site root ACL
Wed, 11 Apr 2018 10:50:38 +0200 Thierry Florac Formatting...
Tue, 10 Apr 2018 14:45:34 +0200 Thierry Florac Added form prefix
Tue, 10 Apr 2018 14:44:20 +0200 Thierry Florac Updated default cache key adapters
Thu, 05 Apr 2018 15:32:14 +0200 Thierry Florac Reordered attributes
Thu, 05 Apr 2018 11:08:49 +0200 Thierry Florac Reordered attributes
Thu, 05 Apr 2018 11:02:00 +0200 Thierry Florac Added log
Thu, 29 Mar 2018 10:44:44 +0200 Thierry Florac Use object ID in default cache key adapter, and add string key adapter
Thu, 29 Mar 2018 10:43:33 +0200 Thierry Florac Updated request_property decorator
Thu, 29 Mar 2018 10:42:41 +0200 Thierry Florac init version 0.1.14
Thu, 22 Mar 2018 15:01:21 +0100 Thierry Florac Added tag 0.1.13 for changeset aedd98145b97
Thu, 22 Mar 2018 15:01:21 +0100 Thierry Florac Version 0.1.13 0.1.13
Thu, 22 Mar 2018 14:43:34 +0100 Thierry Florac Updated site factory to use new factory interface
Thu, 22 Mar 2018 14:42:18 +0100 Thierry Florac Added site root factory interface
Tue, 20 Mar 2018 17:39:48 +0100 Thierry Florac Added tag 0.1.12 for changeset 417296f4bfab
Tue, 20 Mar 2018 17:39:48 +0100 Thierry Florac Version 0.1.12 0.1.12
Thu, 15 Mar 2018 09:25:02 +0100 Thierry Florac Added "request_selector" predicate
Thu, 15 Mar 2018 09:24:20 +0100 Thierry Florac Added test to avoid several notifications before traversing root object
Thu, 15 Mar 2018 09:23:39 +0100 Thierry Florac Added 'set' to supported interfaces argument type
Sun, 11 Mar 2018 11:23:46 +0100 Thierry Florac Updated translations
Sun, 11 Mar 2018 11:13:04 +0100 Thierry Florac Removed static configuration manager interface
Sun, 11 Mar 2018 11:12:15 +0100 Thierry Florac Updated ZMI imports
Sun, 11 Mar 2018 11:12:00 +0100 Thierry Florac Removed static configuration manager interface
Sat, 10 Mar 2018 01:58:45 +0100 Thierry Florac Updated database upgrade code
Thu, 08 Mar 2018 09:13:06 +0100 Thierry Florac Init version 0.1.12
Thu, 22 Feb 2018 11:04:56 +0100 Thierry Florac Added "copy_request" function
Mon, 19 Feb 2018 09:57:41 +0100 Thierry Florac Use PyAMSRequest class when creating new request from scratch
Mon, 19 Feb 2018 09:50:16 +0100 Thierry Florac Updated doctest typo
Sun, 18 Feb 2018 17:36:31 +0100 Thierry Florac Corrected error message
Sun, 18 Feb 2018 17:34:42 +0100 Thierry Florac Updated doctests
Sun, 18 Feb 2018 17:34:17 +0100 Thierry Florac Updated request data functions exceptions handling
Sun, 18 Feb 2018 12:55:04 +0100 Thierry Florac Add 'registry' argument to update new request registry
Sat, 17 Feb 2018 15:53:31 +0100 Thierry Florac Make sure that all requests support annotations to store user data
Thu, 08 Feb 2018 08:50:04 +0100 Thierry Florac Reordered functions
Mon, 05 Feb 2018 13:53:51 +0100 Thierry Florac Updated ZEO connection timeout management
Mon, 05 Feb 2018 10:50:20 +0100 Thierry Florac Updated buildout
Fri, 26 Jan 2018 17:13:13 +0100 Thierry Florac Added tag 0.1.11 for changeset d702d2bf095a
Fri, 26 Jan 2018 17:13:13 +0100 Thierry Florac Version 0.1.11 0.1.11
Fri, 26 Jan 2018 15:34:40 +0100 Thierry Florac Added property annotation to define volatile attributes on persistent classes
Fri, 26 Jan 2018 15:33:55 +0100 Thierry Florac Added exception handling when trying to get or set request annotations
Fri, 26 Jan 2018 15:30:56 +0100 Thierry Florac Added 'inherit' interface and module to handle inheritance
Tue, 16 Jan 2018 17:48:46 +0100 Thierry Florac Handle absolute_url when 'context' argument is a string
Sun, 14 Jan 2018 15:01:29 +0100 Thierry Florac Added tag 0.1.10 for changeset 985534bc6ab9
Sun, 14 Jan 2018 15:01:21 +0100 Thierry Florac Version 0.1.10 0.1.10
Thu, 11 Jan 2018 16:57:23 +0100 Thierry Florac Added ZODB connection class and vocabulary based on Pyramid's settings
Thu, 11 Jan 2018 16:56:18 +0100 Thierry Florac Updates in registry management functions
Thu, 11 Jan 2018 16:51:53 +0100 Thierry Florac Updated DocFieldProperty to correctly get fields description
Wed, 13 Dec 2017 09:03:48 +0100 Thierry Florac Updated buildout
Fri, 08 Dec 2017 12:08:41 +0100 Thierry Florac Added tag 0.1.9 for changeset 664b86f16a91
Fri, 08 Dec 2017 12:08:41 +0100 Thierry Florac Version 0.1.9 0.1.9
Fri, 10 Nov 2017 13:51:21 +0100 Thierry Florac Added "get_global_registry" function
(0) -100 -60 +60 +100 tip