Thu, 25 Apr 2013 14:10:55 +0200 |
Pierre-Yves David |
remove unused import
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 13:03:38 +0100 |
Aurelien Campeas |
[appobject] introduce RegistrableObject base class (prepares #2406609)
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:31:43 +0100 |
Aurelien Campeas |
[appobject] cleanup module (prepares #2406609)
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:23:24 +0100 |
Sylvain Thénault |
[vreg] restore bw compat, eg container expect to find Selector in appobject module
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Thu, 28 Apr 2011 17:05:22 +0200 |
Alexandre Fayolle |
[hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:37:46 +0100 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 12:51:58 +0100 |
Sylvain Thénault |
[selectors] minor: use similar __repr__ implementation for selector instances
stable
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 11:31:34 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 09:42:16 +0200 |
Sylvain Thénault |
imported patch selstrfix.diff
stable
|
file |
diff |
annotate
|
Fri, 21 May 2010 15:00:01 +0200 |
Sylvain Thénault |
[selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
|
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, 22 Apr 2010 17:04:51 +0200 |
Julien Jehannet |
[selector] allow inplace operator in selector computation
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 17:37:57 +0200 |
Aurelien Campeas |
fix docstring
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
|
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
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 14:49:24 +0100 |
Sylvain Thénault |
[appobject] add version number to deprecation warning
stable
|
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
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 15:04:44 +0100 |
Sylvain Thénault |
fix typo in deprecation warning
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:26 +0100 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 08:53:33 +0100 |
Sylvain Thénault |
reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 07:25:16 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 13:17:26 +0100 |
Sylvain Thénault |
copy back __doc__ for proper sphinx doc generation
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 16:19:12 +0100 |
Aurelien Campeas |
discriminate against None, not False-ish values
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 09:09:07 +0100 |
Sylvain Thénault |
.id backward compat
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 11:20:26 +0200 |
Sylvain Thénault |
add note
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:41:19 +0200 |
Adrien Di Mascio |
[deprecation] better deprecation handling on self.varmaker
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 13:28:26 +0200 |
Adrien Di Mascio |
[api] use cw_*
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 12:29:31 +0200 |
Adrien Di Mascio |
fix deprecation warnings in appobject: display the correct expected replacement
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 12:28:28 +0200 |
Adrien Di Mascio |
[api] use _cw, cw_row, cw_col, cw_rset etc.
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 10:20:51 +0200 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:54:25 +0200 |
Adrien Di Mascio |
merge
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:47:04 +0200 |
Adrien Di Mascio |
[appobject] detect old-style property_defs and emit a deprectaion warning
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 08:42:52 +0200 |
Sylvain Thénault |
[appobjects] use __regid__ instead of __id__, more explicit
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 16:26:20 +0200 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 20:02:07 +0200 |
Sylvain Thénault |
add write support for rset to avoid some crash
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 19:21:26 +0200 |
Sylvain Thénault |
[appobject] old selectors no more supported
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 19:20:36 +0200 |
Sylvain Thénault |
[deprecation] nicer messages
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 14:31:25 +0200 |
Sylvain Thénault |
use ._cw instead of .cw_req
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 09:17:54 +0200 |
Sylvain Thénault |
[selectors] explicity fail on inplace and/or
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 13:07:21 +0200 |
Sylvain Thénault |
turn id into __id__
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 12:23:06 +0200 |
Sylvain Thénault |
doc update
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 12:18:14 +0200 |
Sylvain Thénault |
deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:56:49 +0200 |
Sylvain Thénault |
no need for a classid class method
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:54:19 +0200 |
Sylvain Thénault |
rename registered to __registered__
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:49:56 +0200 |
Sylvain Thénault |
remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:32:34 +0200 |
Sylvain Thénault |
propagate some api changes
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:06:46 +0200 |
Sylvain Thénault |
fix bw compat properties
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 10:32:03 +0200 |
Sylvain Thénault |
no more needs for vreg_initialization_completed hook
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 10:24:51 +0200 |
Sylvain Thénault |
should still call .items
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 10:20:57 +0200 |
Sylvain Thénault |
refactor property handling to avoid name conflicts
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 09:59:35 +0200 |
Sylvain Thénault |
stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 09:41:24 +0200 |
Sylvain Thénault |
move get_cache to base request
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 09:41:05 +0200 |
Sylvain Thénault |
move tal_render to View
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 09:30:03 +0200 |
Sylvain Thénault |
rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 19:09:32 +0200 |
Nicolas Chauvat |
R propagate deprecation of AppObject.entity()
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 18:40:52 +0200 |
Nicolas Chauvat |
R put version info in deprecation warnings
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 18:16:49 +0200 |
Nicolas Chauvat |
R [appobject] deprecate AppObject.entity()
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 13:01:56 +0200 |
Nicolas Chauvat |
R propagate registry API changes
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 15:42:47 +0200 |
Sylvain Thénault |
[appobject selection process] drop the need for the .selected method
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 15:16:47 +0200 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 14:14:07 +0200 |
Sylvain Thénault |
R [base classes] only AppObject remaning, no more AppRsetObject
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 10:50:57 +0200 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 22:37:28 +0200 |
Nicolas Chauvat |
R [all] logilab.common 0.44 provides only deprecated
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 14:33:37 +0200 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 13:36:38 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 23:29:37 +0200 |
Adrien Di Mascio |
[CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 21:02:21 +0200 |
Adrien Di Mascio |
[CWCache] fix CWCache validity test
stable
|
file |
diff |
annotate
|
Fri, 05 Jun 2009 19:04:20 +0200 |
Sylvain Thénault |
absolute_url / build_url refactoring to avoid potential name clash
|
file |
diff |
annotate
|
Fri, 05 Jun 2009 15:09:20 +0200 |
Sylvain Thénault |
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
|
file |
diff |
annotate
|
Fri, 29 May 2009 14:04:06 +0200 |
Sylvain Thénault |
be stricter on catched exception, fix Time parsing
|
file |
diff |
annotate
|
Fri, 29 May 2009 13:34:06 +0200 |
Florent |
fix import
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:31:14 +0200 |
Sylvain Thénault |
move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:28:29 +0200 |
Sylvain Thénault |
move parse_datetime on appobject
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Tue, 12 May 2009 20:17:37 +0200 |
sylvain thenault |
move initialize_varmaker impl to base app object
tls-sprint
|
file |
diff |
annotate
|
Mon, 11 May 2009 11:55:10 +0200 |
sylvain thenault |
View.dispatch -> View.render
tls-sprint
|
file |
diff |
annotate
|
Mon, 04 May 2009 12:53:28 +0200 |
sylvain thenault |
fix import
tls-sprint
|
file |
diff |
annotate
|
Mon, 04 May 2009 11:47:33 +0200 |
sylvain thenault |
don't depends on simplejson outside web/
tls-sprint
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 08:57:50 +0200 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 11:29:28 +0200 |
sylvain thenault |
* print vreg content once fully initialized (require move of print code from vregistry to cwvreg)
tls-sprint
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 12:20:47 +0100 |
sylvain thenault |
missing import
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 18:54:55 +0100 |
sylvain thenault |
move .view method on AppRsetObject, move initialize_varmaker method on View
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 18:54:26 +0100 |
sylvain thenault |
change the way selected/__init__ are used for AppRsetObject
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:07:26 +0100 |
sylvain thenault |
should call clear, not empth (thanks pylint)
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:07:02 +0100 |
sylvain thenault |
remove some old bw compat code
tls-sprint
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 11:35:52 +0100 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 01:13:50 +0100 |
sylvain thenault |
assert select()
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 15:53:54 +0100 |
sylvain thenault |
set a default selector on base app objects class
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 15:48:52 +0100 |
sylvain thenault |
use extra_kwargs attribute namte
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:12:18 +0100 |
sylvain thenault |
ooooops
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:12:34 +0100 |
Adrien Di Mascio |
__selectors__ must return a tuple
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:45:51 +0100 |
Adrien Di Mascio |
improve __selectors__() so that it always return a tuple
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:34:17 +0100 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:21:23 +0100 |
sylvain thenault |
default to yes_registerer
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:00:28 +0100 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:24:03 +0100 |
Adrien Di Mascio |
overridden `registered()` methods must call the base implementation
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:59:14 +0100 |
sylvain thenault |
avoid dependency to common
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:45:55 +0100 |
sylvain thenault |
move utils from cw.common to cw
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 21:57:05 +0100 |
sylvain thenault |
move view and appobject from cw.common to cw
tls-sprint
|
file |
diff |
annotate
| base
|