Wed, 08 Jun 2011 17:08:00 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 07 Jun 2011 08:02:11 +0200 |
Sylvain Thénault |
[vreg] help understanding assertion error
stable
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 16:13:09 +0200 |
Sylvain Thénault |
[schema] support for BigInt type. Closes #1720995
|
file |
diff |
annotate
|
Mon, 23 May 2011 11:36:43 +0200 |
Nicolas Chauvat |
[cwvreg] inline function dump_class()
|
file |
diff |
annotate
|
Wed, 04 May 2011 12:25:50 +0200 |
Adrien Di Mascio |
backport stable
|
file |
diff |
annotate
|
Wed, 04 May 2011 10:32:15 +0200 |
Florent Cayré |
[entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282)
stable
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 16:38:01 +0200 |
Alexandre Fayolle |
[vreg] vregistry._select_best was needlessly instanciating NoSelectableObject (closes #1626708)
|
file |
diff |
annotate
|
Mon, 11 Apr 2011 20:43:30 +0200 |
Nicolas Chauvat |
merge changes from stable branch
|
file |
diff |
annotate
|
Mon, 11 Apr 2011 13:29:41 +0200 |
Sylvain Thénault |
[native source] eid_creation_lock actually lock the eid connection creation and usage
stable
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 15:04:47 +0200 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 15:23:52 +0200 |
Sylvain Thénault |
[entity vocabulary] refactor unrelated rql to allow usage of RQLRewriter to insert schema constraints. Closes #1561806
|
file |
diff |
annotate
|
Mon, 28 Feb 2011 14:12:42 +0100 |
Sylvain Thénault |
[config refactoring] rename eproperty_definition method to cwproperty_definition
stable
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 17:30:48 +0100 |
Sylvain Thénault |
[ctxcomponents vreg] allow to specify 'no cache' using __cache argument
stable
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 18:51:50 +0100 |
Sylvain Thénault |
[server test] fix test inter-dependancy issue
stable
|
file |
diff |
annotate
|
Fri, 10 Dec 2010 15:47:09 +0100 |
Adrien Di Mascio |
[registry] backout 120c7ea6e1fa: errors should not pass silently
stable
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 10:23:32 +0200 |
Sylvain Thénault |
[registration] don't crash on import error while initializing the registry and not in debug mode
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 14:13:07 +0200 |
Sylvain Thénault |
[test/possible views] skip deprecated views
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 11:45:57 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 10:13:48 +0200 |
Alexandre Fayolle |
use is_instance in a number of places (esp. documentation) rather than the deprecated implements
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:07 +0200 |
Sylvain Thénault |
[web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 11:16:40 +0200 |
Sylvain Thénault |
[cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 13:18:08 +0200 |
Sylvain Thénault |
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods
stable
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 09:52:12 +0200 |
Sylvain Thénault |
[vreg debug] use classid to get cleaner output
stable
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 15:04:47 +0200 |
Nicolas Chauvat |
[debug] improve debug messages
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 18:00:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 17:06:11 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 13:34:29 +0200 |
Sylvain Thénault |
[vreg] new [before|after]-registry-reset event, taking vreg as argument
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:19:44 +0200 |
Sylvain Thénault |
fix bad merge
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:00:26 +0200 |
Sylvain Thénault |
[auto-reload] we should never call load_module with use_sys=False, that may lead to inconsistency with module interdependancy (eg module get imported by another one, then is reimported by the vreg to load its appobjects. Cleanup of sys.modules done before reloading should be enough.
stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 18:32:09 +0200 |
Sylvain Thénault |
[3.9] update warning message
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 10:33:57 +0200 |
Alexandre Fayolle |
proof read documentation
stable
|
file |
diff |
annotate
|
Fri, 21 May 2010 13:34:52 +0200 |
Sylvain Thénault |
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 12:46:51 +0200 |
Sylvain Thénault |
[vreg] we should now reset in init_registration since we don't do it in __init__
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 12:14:15 +0200 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:21:57 +0200 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
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
|
Mon, 19 Apr 2010 13:52:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 12:32:52 +0200 |
Aurelien Campeas |
[doc/book] some fixes for vregistry, selectors & appobjects
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 14:01:29 +0200 |
Sylvain Thénault |
[vreg] fix bug introduced in 5273:c4caef6f09c9 : we should not force_reload in vreg reset done because of a set_schema
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 12:48:40 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 12:47:29 +0200 |
Sylvain Thénault |
[vreg] refactor the [re]loading process so things get clearer and fix spurious errors on edge cases
stable
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 11:26:36 +0200 |
Sylvain Thénault |
[web] stop having actions configurable through cwproperties: this clutter site management and .po files for a useless fonctionnality (which, where and how actions are displayed is handled by code)
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 10:11:40 +0200 |
Sylvain Thénault |
more / cleaner / in code documentation of vreg, selectors and appobject
stable
|
file |
diff |
annotate
|
Fri, 02 Apr 2010 16:10:35 +0200 |
Sylvain Thénault |
improved doc on selectors an vregistry
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 13:31:21 +0200 |
Sylvain Thénault |
[cleanup] some notes
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 13:20:42 +0100 |
Sylvain Thénault |
[i18ncube] clear_rtag_objects imported when generating cube's .po file
stable
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 15:09:21 +0100 |
Sylvain Thénault |
[test] don't clear rtags during tests, may cause breakage with manually import appobjects modules (see unittest_tracker for instance)
stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 19:25:53 +0100 |
Adrien Di Mascio |
[registry] trigger reload events on set_schema()
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 11:08:55 +0100 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 10:34:35 +0100 |
Sylvain Thénault |
reminder, cleanup
stable
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 10:34:26 +0100 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
file |
diff |
annotate
|