- 13 Jul, 2021 1 commit
-
-
Fabien Amarger authored
-
- 07 Jul, 2021 1 commit
-
-
Laurent Peuch authored
-
- 16 Jun, 2021 1 commit
-
-
Nicolas Chauvat authored
-
- 07 Apr, 2021 1 commit
-
-
Laurent Peuch authored
-
- 04 Jun, 2021 1 commit
-
-
Laurent Peuch authored
-
- 18 May, 2021 1 commit
-
-
Simon Chabot authored
When there is no `#coding: utf-8` information at the beginning of a file, the `cubicweb-ctl i18ncube` command fails. As of https://www.python.org/dev/peps/pep-3120/ this information is not needed anymore, and the file should be assumed to be utf-8 encoded. related: #317
-
- 17 Jun, 2019 2 commits
-
-
Jérémy Bobbio (Lunar) authored
In order to implement automated testing of `cubicweb-ctl newcube`, we need to avoid any user interaction. So we add a `-s` switch to specify a short description on the command-line instead of requiring an input. --HG-- branch : 3.26
-
Jérémy Bobbio (Lunar) authored
In order to implement automated testing of `cubicweb-ctl newcube`, we need to avoid any user interaction. So we add a `-s` switch to specify a short description on the command-line instead of requiring an input.
-
- 18 Apr, 2019 1 commit
-
-
Nsukami Patrick authored
-
- 05 Apr, 2019 1 commit
-
-
Denis Laxalde authored
This mostly consists in removing the dependency on "six" and updating the code to use only Python3 idioms. Notice that we previously used TemporaryDirectory from cubicweb.devtools.testlib for compatibility with Python2. We now directly import it from tempfile.
-
- 14 Mar, 2019 1 commit
-
-
Denis Laxalde authored
As in previous changesets, most code has been deprecated since a very long time. This changeset concerns "core" cubicweb modules (e.g. "server", "appobjects") for which it's not easy to handle change atomically. In cubicweb/server/querier.py, we adjust empty_rset() function as a result of "rqlst" argument of ResultSet being dropped. (There was no use of the keyword argument anyways.)
-
- 20 Mar, 2017 1 commit
-
-
Denis Laxalde authored
Instead of using "cubes path", which in many cases will be something wrong (like <prefix>/share/cubicweb/cubes) now that cubes are regular Python packages. --HG-- branch : 3.25
-
- 16 Nov, 2016 1 commit
-
-
Adrien Di Mascio authored
distname needs to be "cubicweb_<cubename>", even with legacy layouts for pkg.load_entry_point() to work closes #16272177 --HG-- branch : 3.24
-
- 09 Nov, 2016 1 commit
-
-
Florent Cayré authored
by moving out of a loop a costly computation that is constant. This at least benefits the `i18ncube` command. Related to #15789486. --HG-- branch : 3.24
-
- 21 Oct, 2016 1 commit
-
-
Adrien Di Mascio authored
closes #15613724
-
- 10 Oct, 2016 2 commits
-
-
Adrien Di Mascio authored
closes #15613724
-
Adrien Di Mascio authored
related to #15613724
-
- 05 Oct, 2016 2 commits
-
-
Adrien Di Mascio authored
This refactoring will ease later implementation of i18n cube customization. related to #15613724
-
Denis Laxalde authored
Reformat "context" dict to have it PEP8 compliant along the way (only white space changes).
-
- 12 Sep, 2016 1 commit
-
-
Denis Laxalde authored
The code got commented in 2010 (changeset 5ab3f63b06ad)...
-
- 08 Jun, 2016 1 commit
-
-
Denis Laxalde authored
And add a test so that both layouts are tested. Move the test cube into a package. Related to #13001466.
-
- 19 May, 2016 1 commit
-
-
Denis Laxalde authored
Related to #13001466.
-
- 19 Jan, 2017 1 commit
-
-
Philippe Pepiot authored
Introspect cubicweb, cubes and apphome using pkgutil to generate the full list of modules names for loading registries. Avoiding using bogus logilab.common.modutils.modpath_from_file().
-
- 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
-
- 22 Apr, 2015 1 commit
-
-
David Douard authored
-
- 06 Feb, 2015 1 commit
-
-
Christophe de Vienne authored
Closes #4925396
-
- 04 Feb, 2014 1 commit
-
-
Dimitri Papadopoulos authored
Get rid of extra space before `!' and `?'
-
- 28 Aug, 2013 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 06 Jan, 2014 1 commit
-
-
Aurelien Campeas authored
-
- 26 Aug, 2013 1 commit
-
-
Julien Cristau authored
Interfaces are gone in 3.18 Related to #2782004.
-
- 30 Jul, 2013 2 commits
-
-
Sylvain Thénault authored
also fix small bug introduced in b0f6e8c14e7f --HG-- branch : stable
-
Sylvain Thénault authored
Add a test case and fix regression introduced in e713c47a993d. Relates to #2811282 --HG-- branch : stable
-
- 15 Jul, 2013 1 commit
-
-
David Douard authored
--HG-- branch : stable
-
- 25 Apr, 2013 1 commit
-
-
Pierre-Yves David authored
pyflakes say they are unused. Tests suite confirms.
-
- 03 Apr, 2013 1 commit
-
-
Pierre-Yves David authored
The table documentation was out of sync since 8a075bc94563. --HG-- branch : oldstable
-
- 14 Feb, 2013 2 commits
-
-
Nicolas Chauvat authored
Python 3K will only expose iterators. http://docs.python.org/3.0/whatsnew/3.0.html#views-and-iterators-instead-of-lists
-
Nicolas Chauvat authored
The older form is not necessary since we dropped python 2.5 compability. This will help Python 3.3 experimentation.
-
- 21 Jan, 2013 1 commit
-
-
Florent Cayré authored
* introduce a new 'uicfg' registry (storing instances) * use the relevant new APIs from lgc.registry to manage the new registrable uicfg objects * cw event manager useage is gone; instead thze standard registry reloading mechanism is used * ensure i18n commands still work (devctl) * introduce dynamic uicfgs use whenever possible (various views), even though sometimes the classic 'static' usage remains
-
- 10 Jan, 2013 1 commit
-
-
Aurelien Campeas authored
We are about to make uicfg selectable. Registrable / selectable views and helpers live in web/views. Hence the move. Backward compat is put in place. However CubicWeb imports of uicfg are updated to the new location.
-
- 03 Dec, 2012 1 commit
-
-
Nicolas Chauvat authored
-