Thu, 31 Mar 2011 21:24:39 +0200 |
Nicolas Chauvat |
[doc] improve dostring of server.hook
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:37:46 +0100 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 23:30:01 +0100 |
Sylvain Thénault |
[data operation] add new remove_data method
stable
|
file |
diff |
annotate
|
Wed, 09 Feb 2011 18:04:04 +0100 |
Sylvain Thénault |
[doc] update some copyrights
stable
|
file |
diff |
annotate
|
Tue, 25 Jan 2011 12:09:59 +0100 |
Alexandre Fayolle |
improve massive deletion performance
stable
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 11:39:53 +0100 |
Sylvain Thénault |
[book] fixes some references and other doc construction pbs
stable
|
file |
diff |
annotate
|
Mon, 17 Jan 2011 12:42:27 +0100 |
Sylvain Thénault |
[doc] fix match_rtype_sets docstring
stable
|
file |
diff |
annotate
|
Mon, 17 Jan 2011 10:25:18 +0100 |
Alexandre Fayolle |
added note about the effect of commit/rollback on the hooks_control context manager
stable
|
file |
diff |
annotate
|
Thu, 06 Jan 2011 11:54:37 +0100 |
Sylvain Thénault |
[doc] fix bad class ref
stable
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 16:12:48 +0100 |
Alexandre Fayolle |
check the validity of kwargs passed to match_rtype
stable
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 15:03:48 +0100 |
Alexandre Fayolle |
fix ticket #1382716 (problem was actually more subtle than I originally thought)
stable
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 14:40:35 +0100 |
Aurelien Campeas |
[doc/book] fix/update a bit the hooks chapter
stable
|
file |
diff |
annotate
|
Mon, 06 Dec 2010 19:11:28 +0100 |
Julien Jehannet |
[hook] update DataOperationMixIn docstring
stable
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:50 +0200 |
Sylvain Thénault |
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 27 Sep 2010 17:13:41 +0200 |
Sylvain Thénault |
[doc] add note about propagation on deletion of a watched relation
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 13:38:49 +0200 |
Sylvain Thénault |
[propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 18:29:55 +0200 |
Sylvain Thénault |
update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 12:04:32 +0200 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 09:23:39 +0200 |
Sylvain Thénault |
[security] use set_operation for relation permission checking operation
stable
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 08:44:47 +0200 |
Alexandre Fayolle |
updated docstrings on Operation class
stable
|
file |
diff |
annotate
|
Mon, 14 Jun 2010 18:58:03 +0200 |
Sylvain Thénault |
[hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value
stable
|
file |
diff |
annotate
|
Tue, 18 May 2010 14:28:44 +0200 |
Sylvain Thénault |
[integrity] keep ordering for schema integrity checks
stable
|
file |
diff |
annotate
|
Mon, 10 May 2010 17:49:42 +0200 |
Sylvain Thénault |
[3.8 execute] remove deprecation warnings
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 16:46:43 +0200 |
Sylvain Thénault |
[hook] backport bad .events fix from default
stable
|
file |
diff |
annotate
|
Tue, 13 Apr 2010 19:43:51 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 12 Apr 2010 16:49:35 +0200 |
Aurelien Campeas |
[doc/book] complete chapter on hooks & ops
stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 13:59:41 +0200 |
Aurelien Campeas |
[hooks] fix set_operation options passing (** -> *)
stable
|
file |
diff |
annotate
|
Thu, 08 Apr 2010 19:36:36 +0200 |
Aurelien Campeas |
[doc/book] begin chapter on Hooks/Operations
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 09:43:50 +0200 |
Sylvain Thénault |
[hook] fix name error in case of error on hook's .event checking
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:58:04 +0200 |
Sylvain Thénault |
[hook] proper bad .events detection. Fix unittest_hook
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 14:50:30 +0200 |
Sylvain Thénault |
[hooks] better message on bad .event class attribute
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 13:34:06 +0200 |
Sylvain Thénault |
[repo] optimize massive insertion/deletion by using the new set_operation function
stable
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 15:08:27 +0100 |
Sylvain Thénault |
[c-c] new server_maintenance hook, called on c-c shell / upgrade
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:05:29 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 10:51:08 +0100 |
Sylvain Thénault |
[hook] entity_oldnew_value may cause bug on attributes explicitly set to None
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 08:59:43 +0100 |
Sylvain Thénault |
[repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 19:02:35 +0100 |
Sylvain Thénault |
move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 11:43:11 +0100 |
Adrien Di Mascio |
[hooks] match_rtype and match_rtype_sets don't need to extend match_search_state
stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 16:20:17 +0100 |
Sylvain Thénault |
propagation hooks cleanup
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 11:08:55 +0100 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 19:24:09 +0100 |
Sylvain Thénault |
match_rtype hook selector now accepts frometypes/toetypes optional arguments to match only given subject/object entity types
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 19:18:33 +0100 |
Sylvain Thénault |
some fixes so that deprecation warning are properly localized
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 10:51:07 +0100 |
Sylvain Thénault |
update copyright
|
file |
diff |
annotate
|
Thu, 10 Dec 2009 16:20:02 +0100 |
Sylvain Thénault |
more advanced hooks control
|
file |
diff |
annotate
|
Thu, 10 Dec 2009 11:57:07 +0100 |
Arthur Lutz |
[mq]: small_api_changes_for_3.6
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 16:07:07 +0100 |
Sandrine Ribeau |
add hook selector
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 12:41:05 +0100 |
Sylvain Thénault |
use implements instead of entity_implements
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 12:01:38 +0100 |
Sylvain Thénault |
duh???
|
file |
diff |
annotate
|