cubicweb/cwconfig.py
Tue, 03 Dec 2019 11:34:56 +0100 Nsukami Patrick [pkginfo] Retrieve Cubicweb version using pkg_resources
Fri, 22 Nov 2019 12:06:52 +0000 Nsukami Patrick [pkginfo] Remove unused parameter
Tue, 20 Aug 2019 22:45:46 +0200 Laurent Peuch [logging] send logs by default to stdout
Tue, 06 Aug 2019 16:43:46 +0200 Denis Laxalde Merge with 3.26
Tue, 06 Aug 2019 14:26:17 +0200 Denis Laxalde [py3] Pass bytes as "msg" to smtplib.SMTP.sendmail() 3.26
Wed, 24 Jul 2019 15:14:56 +0200 Denis Laxalde Merge with 3.26
Thu, 13 Jun 2019 15:04:13 +0200 Denis Laxalde [config] Raise in case of failure to send emails when in test mode 3.26
Thu, 18 Apr 2019 04:34:34 +0000 Nsukami Patrick Fix DeprecationWarning: invalid escape sequence
Fri, 05 Apr 2019 17:58:19 +0200 Denis Laxalde Drop python2 support
Thu, 28 Mar 2019 10:33:54 +0100 Philippe Pepiot [cwconfig] drop importing legacy cubes
Wed, 27 Mar 2019 16:25:06 +0100 Philippe Pepiot [cwconfig] drop _cube_modname
Wed, 27 Mar 2019 16:19:50 +0100 Philippe Pepiot [cwconfig] drop legacy cube importer
Thu, 21 Mar 2019 14:33:54 +0100 Denis Laxalde Remove Twisted web server
Thu, 14 Mar 2019 12:08:37 +0100 Denis Laxalde Drop most of deprecated code
Tue, 12 Feb 2019 11:38:19 +0100 Laurent Peuch [doc] new behavior in virtualenv since 3.26
Thu, 15 Feb 2018 14:19:15 +0100 Denis Laxalde [cwconfig] Always use "sys.prefix" to determine installation prefix 3.26
Thu, 15 Feb 2018 10:55:49 +0100 Denis Laxalde [cwconfig] Look for migration scripts directory relatively to code 3.26
Thu, 15 Feb 2018 10:11:16 +0100 Denis Laxalde [cwconfig] Drop shared_dir method 3.26
Thu, 15 Feb 2018 13:45:06 +0100 Denis Laxalde [config] Avoid relying on shared_dir method when possible 3.26
Thu, 15 Feb 2018 09:35:48 +0100 Denis Laxalde [cwconfig] Get rid of _forced_mode global 3.26
Thu, 15 Feb 2018 09:27:15 +0100 Denis Laxalde [cwconfig] Get rid of CWDEV 3.26
Fri, 14 Apr 2017 17:17:12 +0200 Philippe Pepiot [cwconfig] load appobjects subpackages recursively 3.25
Fri, 07 Apr 2017 14:31:41 +0200 Denis Laxalde [cwconfig] Add "pyramid" config type to MCOMPAT dict 3.25
Wed, 29 Mar 2017 10:32:24 +0200 Sylvain Thénault [cwconfig] Add a docstring on available_cubes method 3.25
Tue, 28 Mar 2017 15:03:15 +0200 Sylvain Thénault Backed out changeset fe995d56c949 3.25
Fri, 24 Mar 2017 14:56:48 +0100 Sylvain Thénault [config] Drop unused init_available_cubes method 3.25
Tue, 21 Mar 2017 14:17:26 +0100 Philippe Pepiot [cwconfig] don't rely on _CubeImporter while loading cubes 3.25
Thu, 09 Mar 2017 16:36:33 +0100 Denis Laxalde [pyramid] Add a "pyramid" instance configuration type
Mon, 06 Mar 2017 15:13:44 +0100 Denis Laxalde [cwconfig] Do not instantiate a repo with a scheduler in repository method
Mon, 06 Mar 2017 13:23:33 +0100 Denis Laxalde [server] replace repository's tasks manager by a scheduler
Mon, 27 Feb 2017 16:57:59 +0100 Denis Laxalde [cwconfig] Fix two NameError in load_available_configs()
Thu, 23 Feb 2017 18:02:33 +0100 Denis Laxalde [server] Separate repository bootstrap from initialization
Fri, 24 Feb 2017 09:19:35 +0100 Denis Laxalde [cwconfig] Issue a warning if a configuration module cannot be loaded
Wed, 08 Feb 2017 17:54:16 +0100 Denis Laxalde [cwconfig] Strip "cubicweb_" prefix from cube name in available_cubes()
Fri, 27 Jan 2017 09:58:30 +0100 Denis Laxalde [cwconfig] Issue a warning when a "core" ctl plugin failed to load
Fri, 27 Jan 2017 16:26:09 +0100 Sylvain Thénault Merge 3.24.4 into default branch
Mon, 23 Jan 2017 15:35:19 +0100 Philippe Pepiot [cwconfig] create a virtual "cubes" package
Tue, 24 Jan 2017 14:09:13 +0100 Philippe Pepiot [cwconfig] make appobjects_cubes_modnames() public
Thu, 19 Jan 2017 14:53:05 +0100 Philippe Pepiot [cwvreg] load registry using modules names instead of directories
Thu, 19 Jan 2017 15:27:39 +0100 Philippe Pepiot [schema] load schema from modules names instead of directories
Fri, 09 Dec 2016 15:08:52 +0100 Denis Laxalde [cwconfig] Retrieve real path of cubes directory 3.24
Thu, 24 Nov 2016 16:58:50 +0100 Sylvain Thénault Flake8 bits with some copyright updates
Wed, 23 Nov 2016 12:24:04 +0100 David Douard [cwconfig] ensure CubicWebNoAppConfiguration returns a typed value (closes #16364459) 3.24
Thu, 17 Nov 2016 11:03:19 +0100 Denis Laxalde [cwconfig] Trim down allowed exceptions in gettext language setting
Wed, 02 Nov 2016 15:59:39 +0100 David Douard [config] fix the load_site_cubicweb() method for to 'new-style' cubes (closes #16059402)
Fri, 30 Sep 2016 18:25:08 +0200 Sylvain Thénault flake8 and all
Thu, 20 Oct 2016 18:28:46 +0200 Denis Laxalde Merge 3.23 branch
Tue, 11 Oct 2016 14:48:27 +0200 Denis Laxalde [config] Ignore cubicweb-pyramid in available_cubes()
Thu, 06 Oct 2016 12:15:43 +0200 Denis Laxalde [config] Exclude "pyramid" cube when initializing application cubes
Mon, 26 Sep 2016 16:45:30 +0200 Yann Voté Merge cubicweb-pyramid cube
Fri, 23 Sep 2016 13:36:06 +0200 Denis Laxalde Let configuration option be overridden by environment variables
Tue, 13 Sep 2016 10:16:00 +0200 Denis Laxalde [config] Make available_cubes aware of cubes installed as packages
Thu, 08 Sep 2016 11:40:50 +0200 Sylvain Thénault Merge 3.22 into 3.23 3.23
Tue, 07 Jun 2016 18:21:13 +0200 Denis Laxalde Handle cubes as packages in cwconfig
Tue, 12 Jul 2016 16:17:57 +0200 Denis Laxalde [cwconfig] Reorder imports by alphabetic order
Wed, 31 Aug 2016 11:53:21 +0200 Denis Laxalde Add an import redirect hook from "cubes.<name>" to "cubicweb_<name>"
Tue, 16 Aug 2016 14:16:10 +0200 Denis Laxalde [cwconfig] Do not override user-defined CW_MODE in virtualenv setup 3.23
Wed, 16 Mar 2016 15:55:56 +0100 Julien Cristau [cwconfig] Use imp.load_source instead of exec() to load site_cubicweb.py from apphome
Tue, 15 Mar 2016 11:24:51 +0100 Rémi Cardona [cwconfig] Stop using lgc.modutils to load *config.py and *ctl.py files
Wed, 16 Mar 2016 13:53:03 +0100 Rémi Cardona [cwconfig] Stop using lgc.modutils to load site_cubicweb.py files
less more (0) -60 tip