- 16 Jan, 2016 1 commit
-
-
Denis Laxalde authored
Basically: mkdir cubicweb hg mv *.py -X setup.py cubicweb hg mv dataimport devtools entities etwist ext hooks i18n misc schemas server skeleton sobjects test web wsgi cubicweb Other changes: * adjust path to cubicweb-ctl in devtools tests * update setup.py to avoid importing __pkginfo__ (exec it instead), replace os.path.walk by os.walk and prepend `modname` here and there * update tox.ini to account for new test locations * update doc/conf.py so that it still finds __pkginfo__.py and CWDIR in doc/Makefile
-
- 08 Apr, 2014 1 commit
-
-
Julien Cristau authored
Automatically generated with: find -name unittest_*.py -o -name test_*.py | xargs sed -i -e 's/assertFalse(\([^,]*\) in \([^,]*\))/assertNotIn(\1, \2)/' plus revert of a couple false matches.
-
- 27 Mar, 2013 1 commit
-
-
Rémi Cardona authored
-
- 23 Jan, 2012 1 commit
-
-
Sylvain Thénault authored
A new logilab.common.registry module has been created with content from * cw.vreg (the whole things that was in there) * cw.appobject (base selectors and all). In the process, we've done some renaming: * former selector functions are now known as "predicate", though you still use predicates to build an object'selector * hence `objectify_selector` decorator is now `objectify_predicate` * the top level registry is now `RegistryStore` (was `VRegistry`) Also there is no more need for the @lltrace decorator. On the CubicWeb side, the `selectors` module has been renamed to `predicates`. There should be full backward compat with proper deprecation warnings.
-
- 14 Sep, 2011 1 commit
-
-
Sylvain Thénault authored
-
- 24 Sep, 2010 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 10 Jun, 2010 1 commit
-
-
Sylvain Thénault authored
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning
-
- 05 May, 2010 1 commit
-
-
Sylvain Thénault authored
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
-
- 28 Apr, 2010 2 commits
-
-
Sylvain Thénault authored
--HG-- branch : oldstable
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 06 Feb, 2010 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 08 Feb, 2010 1 commit
-
-
Sylvain Thénault authored
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
-
- 07 Jan, 2010 1 commit
-
-
Adrien Di Mascio authored
--HG-- branch : stable
-
- 13 Aug, 2009 1 commit
-
-
Sylvain Thénault authored
-
- 03 Aug, 2009 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
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
-
- 28 May, 2009 1 commit
-
-
Adrien Di Mascio authored
-
- 13 May, 2009 1 commit
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
- 04 May, 2009 1 commit
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
- 14 Apr, 2009 1 commit
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
- 18 Feb, 2009 3 commits
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
Adrien Di Mascio authored
--HG-- branch : tls-sprint
-
- 17 Feb, 2009 1 commit
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
- 16 Feb, 2009 2 commits
-
-
sylvain.thenault@logilab.fr authored
--HG-- branch : tls-sprint
-
sylvain.thenault@logilab.fr authored
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) --HG-- branch : tls-sprint
-
- 05 Nov, 2008 1 commit
-
-
Adrien Di Mascio authored
-