Thu, 09 Jan 2020 17:51:16 +0100 |
Philippe Pepiot |
[sobjects/notification] fix broken email notifications
|
changeset |
files
|
Wed, 18 Dec 2019 22:07:33 +0100 |
Nicolas Chauvat |
[server.source.native] exceptions should never pass silently
|
changeset |
files
|
Thu, 19 Dec 2019 15:13:10 +0100 |
Nicola Spanti |
[py] Make flake8 less angry with cubicweb/server/test/
|
changeset |
files
|
Wed, 18 Dec 2019 05:39:03 +0100 |
Laurent Peuch |
[doc/fix] correct link to screenshots in changelog
|
changeset |
files
|
Thu, 19 Dec 2019 12:15:29 +0100 |
Nicolas Chauvat |
closing branch 3.23
3.23
|
changeset |
files
|
Thu, 19 Dec 2019 12:14:52 +0100 |
Nicolas Chauvat |
closing branch 3.22
3.22
|
changeset |
files
|
Thu, 19 Dec 2019 12:14:36 +0100 |
Nicolas Chauvat |
closing branch 3.21
3.21
|
changeset |
files
|
Thu, 19 Dec 2019 12:13:57 +0100 |
Nicolas Chauvat |
closing branch 3.20
3.20
|
changeset |
files
|
Tue, 12 Mar 2019 23:30:12 +0100 |
Nicolas Chauvat |
[server/querier] drop ExecutionPlan.annotate_rqlst that is never used
|
changeset |
files
|
Wed, 18 Dec 2019 22:06:31 +0100 |
Nicolas Chauvat |
[server.querier] improve docstrings and comments
|
changeset |
files
|
Thu, 19 Dec 2019 06:35:54 +0100 |
Laurent Peuch |
[mypy] type AppObject.category
|
changeset |
files
|
Thu, 19 Dec 2019 06:35:19 +0100 |
Laurent Peuch |
[mypy] type Hook.events
|
changeset |
files
|
Thu, 19 Dec 2019 06:33:49 +0100 |
Laurent Peuch |
[mypy] type __select__ everywhere
|
changeset |
files
|
Thu, 19 Dec 2019 06:32:16 +0100 |
Laurent Peuch |
[python3] 'unicode' function doesn't exist anymore
|
changeset |
files
|
Thu, 19 Dec 2019 01:04:07 +0100 |
Laurent Peuch |
[mypy/fix] Incompatible types in assignment (expression has type "staticmethod", variable has type "Callable[[ETag], Any]")
|
changeset |
files
|
Thu, 19 Dec 2019 10:31:49 +0100 |
Nicola Spanti |
[py] Make flake8 less angry with cubicweb/server/sources/
|
changeset |
files
|
Thu, 19 Dec 2019 00:59:27 +0100 |
Laurent Peuch |
[mypy/fix] Module 'urllib' has no attribute 'quote'
|
changeset |
files
|
Thu, 19 Dec 2019 08:13:52 +0100 |
Laurent Peuch |
autopep8
|
changeset |
files
|
Thu, 19 Dec 2019 08:13:22 +0100 |
Laurent Peuch |
[python3] replace 'unicode' by 'str'
|
changeset |
files
|
Tue, 17 Dec 2019 21:21:55 +0100 |
Laurent Peuch |
autopep8
|
changeset |
files
|
Tue, 17 Dec 2019 18:04:02 +0100 |
Laurent Peuch |
[test] ensure FirefoxHelper successfully exited
|
changeset |
files
|
Tue, 17 Dec 2019 17:54:09 +0100 |
Laurent Peuch |
[test/ux] add a warning when test from FirefoxHelper timeout
|
changeset |
files
|
Tue, 17 Dec 2019 17:19:15 +0100 |
Laurent Peuch |
[test/fix] tempfile is non portable linux command and is useless here
|
changeset |
files
|
Tue, 17 Dec 2019 16:56:23 +0100 |
Laurent Peuch |
[test/fix] prevent FirefoxHelper from silently failing to start
|
changeset |
files
|
Wed, 18 Dec 2019 05:39:42 +0100 |
Laurent Peuch |
[doc] document debug toolbar
|
changeset |
files
|
Tue, 10 Dec 2019 23:50:24 +0100 |
Laurent Peuch |
[doc] document new debug channels mechanism
|
changeset |
files
|
Tue, 17 Dec 2019 21:20:46 +0100 |
Laurent Peuch |
DeprecationWarning: Please use assertEqual instead.
|
changeset |
files
|
Wed, 18 Dec 2019 06:01:13 +0100 |
Laurent Peuch |
[doc/fix] listing of js_api in index was broken
|
changeset |
files
|
Wed, 18 Dec 2019 05:56:41 +0100 |
Laurent Peuch |
[doc] cubicweb.server.session.Session doesn't exist anymore
|
changeset |
files
|
Wed, 18 Dec 2019 05:49:34 +0100 |
Laurent Peuch |
[doc] remove autodoc for functions and class that don't exist anymore
|
changeset |
files
|
Wed, 18 Dec 2019 05:48:25 +0100 |
Laurent Peuch |
[doc/fix] BwCompatCWRegistry class doesn't exist anymore
|
changeset |
files
|
Wed, 18 Dec 2019 05:45:37 +0100 |
Laurent Peuch |
[doc] set_/free_cnxset method doesn't exist anymore
|
changeset |
files
|
Thu, 05 Dec 2019 18:49:32 +0100 |
Laurent Peuch |
[refactoring] rename logilab.database as db to logilab_database
|
changeset |
files
|
Thu, 05 Dec 2019 18:43:19 +0100 |
Laurent Peuch |
[UX] make error message explicit with useful information
|
changeset |
files
|
Thu, 05 Dec 2019 18:41:32 +0100 |
Laurent Peuch |
[refactoring] blank lines to visually group lines for lisbility
|
changeset |
files
|
Thu, 05 Dec 2019 18:40:38 +0100 |
Laurent Peuch |
[refactoring] class variable is useless
|
changeset |
files
|
Thu, 05 Dec 2019 18:39:09 +0100 |
Laurent Peuch |
[comment] add comment for maybe unhandled situation
|
changeset |
files
|
Thu, 05 Dec 2019 18:38:00 +0100 |
Laurent Peuch |
[refactoring] don't hide exceptions
|
changeset |
files
|
Thu, 05 Dec 2019 18:37:27 +0100 |
Laurent Peuch |
[refactoring] blank lines to make core more readable
|
changeset |
files
|
Thu, 05 Dec 2019 18:36:55 +0100 |
Laurent Peuch |
[refactoring] not needed anymore in python3
|
changeset |
files
|
Thu, 05 Dec 2019 18:34:59 +0100 |
Laurent Peuch |
[refactoring] inline useless variable
|
changeset |
files
|
Wed, 11 Dec 2019 00:01:38 +0100 |
Laurent Peuch |
[debug_channels/doc] add docstring to functions
|
changeset |
files
|
Tue, 10 Dec 2019 23:34:46 +0100 |
Laurent Peuch |
[doc/building/fix] encoding issue was crashing sphinx in python3
|
changeset |
files
|
Tue, 10 Dec 2019 17:14:56 +0100 |
Philippe Pepiot |
[pkg] Version 3.27.0rc2
|
changeset |
files
|
Thu, 05 Dec 2019 02:41:59 +0100 |
Laurent Peuch |
[changelog] talk about the new debug channels mechanism
|
changeset |
files
|
Thu, 05 Dec 2019 02:26:14 +0100 |
Laurent Peuch |
[changelog] add information about the new debug html attributes
|
changeset |
files
|
Thu, 05 Dec 2019 02:12:20 +0100 |
Laurent Peuch |
[changelog] change bullet point organization
|
changeset |
files
|
Thu, 05 Dec 2019 02:10:23 +0100 |
Laurent Peuch |
[changelog] document the new toolbar panels with screenshots
|
changeset |
files
|
Thu, 05 Dec 2019 02:09:13 +0100 |
Laurent Peuch |
[comment] comment didn't matched reality
|
changeset |
files
|
Thu, 05 Dec 2019 02:08:01 +0100 |
Laurent Peuch |
[debug-toolbar/display_source_code] change link display from "<>" to "[source]"
|
changeset |
files
|
Fri, 06 Dec 2019 13:21:56 +0100 |
Arthur Lutz |
[tox] add doc8 target to test documentation
|
changeset |
files
|
Thu, 04 Apr 2019 17:11:14 +0200 |
Arthur Lutz |
[doc8] D002 Trailing whitespace
|
changeset |
files
|
Fri, 06 Dec 2019 13:20:05 +0100 |
Arthur Lutz |
[doc/conf] update year of copyright
|
changeset |
files
|
Fri, 06 Dec 2019 13:21:18 +0100 |
Arthur Lutz |
[doc/book] add RQL use cases with search/card/python/javascript
|
changeset |
files
|
Tue, 03 Dec 2019 17:44:28 +0100 |
Laurent Peuch |
[debug-toolbar/fix] only import mako when the toolbar is loaded
|
changeset |
files
|
Wed, 04 Dec 2019 16:12:15 +0100 |
Philippe Pepiot |
[pkg] require logilab-common >= 1.5.2
|
changeset |
files
|
Fri, 13 Apr 2018 17:28:14 +0200 |
Nicola Spanti |
[web/views] Fix AutoformSectionRelationTags.set_muledit_editable
|
changeset |
files
|
Fri, 22 Feb 2019 16:47:40 +0100 |
Nicola Spanti |
[html] Add tags ol, ul, li, i, q
|
changeset |
files
|
Thu, 28 Nov 2019 16:33:15 +0100 |
Laurent Peuch |
[debug-toolbar/registry] move to Registry.add_select_best_listener new api
|
changeset |
files
|
Tue, 03 Dec 2019 11:34:56 +0100 |
Nsukami Patrick |
[pkginfo] Retrieve Cubicweb version using pkg_resources
|
changeset |
files
|
Fri, 22 Nov 2019 12:06:52 +0000 |
Nsukami Patrick |
[pkginfo] Remove unused parameter
|
changeset |
files
|
Fri, 29 Nov 2019 15:32:31 +0100 |
Philippe Pepiot |
Fix flake8 issues
|
changeset |
files
|
Fri, 29 Nov 2019 15:30:16 +0100 |
Philippe Pepiot |
Add missing dbmako/mako files in python sdist
|
changeset |
files
|
Wed, 24 Jul 2019 16:11:22 +0200 |
Laurent Peuch |
[debug] add in each html snippet from where it has been generated in the code
|
changeset |
files
|
Thu, 28 Nov 2019 11:48:03 +0100 |
Philippe Pepiot |
Use python3 shebang for scripts
|
changeset |
files
|
Thu, 28 Nov 2019 11:30:23 +0100 |
Philippe Pepiot |
[pkg] Version 3.27.0rc1
|
changeset |
files
|
Tue, 26 Nov 2019 20:26:58 +0100 |
Laurent Peuch |
[debug-toolbar/display_source_code] add links to files in tracebacks
|
changeset |
files
|
Fri, 27 Sep 2019 07:00:51 +0200 |
Laurent Peuch |
[debug-toolbar] link to source code of all objects/classes
|
changeset |
files
|
Fri, 27 Sep 2019 06:59:48 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add a function to add links to source file in traceback
|
changeset |
files
|
Tue, 26 Nov 2019 16:03:06 +0100 |
Laurent Peuch |
[debug-toolbar/display_source_code] add function to generate html link to source code
|
changeset |
files
|
Thu, 26 Sep 2019 06:27:53 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code/security] add security mechanism to only read whitelisted files
|
changeset |
files
|
Fri, 27 Sep 2019 06:51:29 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add helper to render link to source file
|
changeset |
files
|
Tue, 08 Oct 2019 22:14:06 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add a pyramid view that display syntax highlighted python source file
|
changeset |
files
|
Wed, 25 Sep 2019 05:42:47 +0200 |
Laurent Peuch |
[mod] allow to pass generic additional arguments to pygments HtmlFormatter
|
changeset |
files
|
Fri, 27 Sep 2019 06:20:39 +0200 |
Laurent Peuch |
[debug/fix] ensure that not syntax highlighted code is a string
|
changeset |
files
|
Thu, 12 Sep 2019 05:59:10 +0200 |
Laurent Peuch |
[debug-toolbar] add registry decisions debug panel
|
changeset |
files
|
Wed, 20 Nov 2019 20:46:45 +0100 |
Laurent Peuch |
Increase needed version of logilab-common to >= 1.5.0
|
changeset |
files
|
Thu, 14 Nov 2019 15:40:35 +0100 |
Laurent Peuch |
[debug-toolbar] add registry panel
|
changeset |
files
|
Thu, 14 Nov 2019 01:01:00 +0100 |
Laurent Peuch |
[debug-toolbar] add sql panel
|
changeset |
files
|
Tue, 08 Oct 2019 23:11:19 +0200 |
Laurent Peuch |
[debug-toolbar] add cw general panel with controller
|
changeset |
files
|
Mon, 18 Nov 2019 12:41:44 +0100 |
Nicolas Chauvat |
[debug-toolbar] make linter happy
|
changeset |
files
|
Wed, 31 Jul 2019 04:16:20 +0200 |
Laurent Peuch |
[pyramid/ctl/debugtoolbar] automatically include custom panels on -t
|
changeset |
files
|
Thu, 01 Aug 2019 20:30:16 +0200 |
Laurent Peuch |
[debug-toolbar/rql] display sql queries generated by rql ones
|
changeset |
files
|
Wed, 31 Jul 2019 04:16:20 +0200 |
Laurent Peuch |
[debug-toolbar/rql] add RQL panel
|
changeset |
files
|
Thu, 24 Oct 2019 06:37:02 +0200 |
Laurent Peuch |
[debug/emit/rql] add RQL debug channel and emit queries
|
changeset |
files
|
Wed, 06 Nov 2019 14:43:49 +0100 |
Laurent Peuch |
[debug/source_highlight] rename highlight to highlight_terminal
|
changeset |
files
|
Thu, 24 Oct 2019 06:34:42 +0200 |
Laurent Peuch |
[debug/source_highlight] add highlight_html and generate_css for debugtool panels
|
changeset |
files
|
Thu, 01 Aug 2019 05:42:45 +0200 |
Laurent Peuch |
[debug/rql] bind a uniq token per rql to trace its decomposition
|
changeset |
files
|
Thu, 01 Aug 2019 02:51:52 +0200 |
Laurent Peuch |
[debug] add a new channel events mechanism for debugging
|
changeset |
files
|
Wed, 06 Nov 2019 12:52:50 +0100 |
Laurent Peuch |
[ctl] allow to specific instance name for instance commands in $CW_INSTANCE
|
changeset |
files
|
Tue, 05 Nov 2019 23:19:15 +0100 |
Nicolas Chauvat |
[cubicweb/utils] add QueryCache.__contains__() to improve dict-like behavior. Closes #255426
|
changeset |
files
|
Thu, 23 May 2019 00:33:31 +0200 |
Laurent Peuch |
[migrations/pdb] add to every failing migration operation a "p(db)" option
|
changeset |
files
|
Wed, 29 May 2019 20:29:07 +0200 |
Laurent Peuch |
[pyramid/ctl] add a new option to activate the debugtoolbar (-t)
|
changeset |
files
|
Wed, 23 Oct 2019 04:28:45 +0200 |
Laurent Peuch |
[changelog] add missing information to the 3.27 changelog
|
changeset |
files
|
Fri, 18 Oct 2019 23:39:03 +0200 |
Nicolas Chauvat |
Merge 3.26
|
changeset |
files
|
Tue, 27 Aug 2019 20:16:01 +0200 |
Laurent Peuch |
[debug] add ALL possibility to --dbglevel
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 02:32:02 +0200 |
Laurent Peuch |
[ux] display instance name in suggested upgrade command
3.26
|
changeset |
files
|
Thu, 23 May 2019 00:33:04 +0200 |
Laurent Peuch |
[migration/pdb] display traceback instead of only the exception for easier debugging
|
changeset |
files
|
Wed, 22 May 2019 17:10:06 +0200 |
Laurent Peuch |
[migration/pdb] add option to use pdb.post_mortem if traceback is provided
|
changeset |
files
|
Wed, 22 May 2019 17:08:09 +0200 |
Laurent Peuch |
[migration/shell] select ipdb if present on (d)ebug mode
|
changeset |
files
|
Wed, 22 May 2019 14:23:01 +0200 |
Laurent Peuch |
[mod] move get_pdb to utils.py
|
changeset |
files
|
Wed, 16 Oct 2019 14:49:38 +0200 |
Noe Gaumont |
Add a migration function in order to relocate bfss
|
changeset |
files
|
Wed, 12 Jun 2019 19:58:00 +0200 |
Laurent Peuch |
[pyramid/debug] on every request display request path and selected controller
|
changeset |
files
|
Wed, 21 Aug 2019 04:52:08 +0200 |
Laurent Peuch |
[logging/debug] move transaction operations logs from self.debug to DBG_OPS
|
changeset |
files
|
Wed, 21 Aug 2019 02:10:12 +0200 |
Laurent Peuch |
[debug] syntax highlight SQL and RQL debug output
|
changeset |
files
|
Tue, 20 Aug 2019 22:45:46 +0200 |
Laurent Peuch |
[logging] send logs by default to stdout
|
changeset |
files
|
Tue, 21 May 2019 18:16:51 +0200 |
Laurent Peuch |
[cubicweb-ctl] backport --dbglevel option of pyramid to all instance commands
|
changeset |
files
|
Tue, 21 May 2019 18:08:17 +0200 |
Laurent Peuch |
[cubicweb-ctl] backport --loglevel option of pyramid to all instance commands
|
changeset |
files
|
Thu, 25 Jul 2019 03:33:01 +0200 |
Laurent Peuch |
[cubicweb-ctl/fix] correctly get exception traceback_ for pdb.post_mortem
|
changeset |
files
|
Tue, 15 Oct 2019 15:30:56 +0200 |
Philippe Pepiot |
Document mercurial configuration for contributing
|
changeset |
files
|
Fri, 11 Oct 2019 12:42:35 +0200 |
Noe Gaumont |
Add documentation on workflow permission
|
changeset |
files
|
Fri, 11 Oct 2019 12:41:16 +0200 |
Noe Gaumont |
Remove undefined function in documentation
|
changeset |
files
|
Wed, 09 Oct 2019 11:44:22 +0200 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
Wed, 22 May 2019 01:16:55 +0200 |
Laurent Peuch |
[pyramid/ctl] pyramid command will always run in foreground from now on
|
changeset |
files
|
Thu, 22 Aug 2019 04:07:08 +0200 |
Laurent Peuch |
[clean] remove pyramid warning about looping task
|
changeset |
files
|
Thu, 20 Jun 2019 16:18:19 +0200 |
Laurent Peuch |
[doc] add instruction to re-enable ckeditor
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 18:31:08 +0200 |
Laurent Peuch |
[fix] reference to underclared and unused variable kwargs
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 11:56:43 +0200 |
Philippe Pepiot |
Avoid to update inlined relation column to NULL when deleting entities
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 11:37:05 +0200 |
Philippe Pepiot |
Drop useless ConstraintInsertionTC
3.26
|
changeset |
files
|
Tue, 27 Aug 2019 14:26:21 +0200 |
Nicola Spanti |
Backed out changeset 741dc2590f90
|
changeset |
files
|
Fri, 23 Aug 2019 11:16:46 +0200 |
Arthur Lutz |
[.gitlab-ci] initial version (tox targets)
|
changeset |
files
|
Tue, 06 Aug 2019 16:43:46 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Tue, 06 Aug 2019 16:36:21 +0200 |
Denis Laxalde |
Added tag debian/3.26.14-1, 3.26.14 for changeset 172f683a84f6
3.26
|
changeset |
files
|
Tue, 06 Aug 2019 15:43:59 +0200 |
Denis Laxalde |
[pkg] version 3.26.14
3.26 3.26.14 debian/3.26.14-1
|
changeset |
files
|
Tue, 06 Aug 2019 14:26:17 +0200 |
Denis Laxalde |
[py3] Pass bytes as "msg" to smtplib.SMTP.sendmail()
3.26
|
changeset |
files
|
Thu, 01 Aug 2019 09:20:40 +0200 |
Denis Laxalde |
[debian] Cleanup d/source/options from now gone symlinks
|
changeset |
files
|
Thu, 01 Aug 2019 09:13:52 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0.a2
|
changeset |
files
|
Wed, 24 Jul 2019 15:28:11 +0200 |
Laurent Peuch |
[debug/clean] remove unused DBG_MS flag
|
changeset |
files
|
Tue, 30 Jul 2019 14:47:25 +0200 |
Denis Laxalde |
Avoid using gone hooks_control() in migration
|
changeset |
files
|
Tue, 30 Jul 2019 14:42:15 +0200 |
Denis Laxalde |
[tox] Remove --ignore in check-manifest check
|
changeset |
files
|
Tue, 30 Jul 2019 10:16:51 +0200 |
Denis Laxalde |
[doc] link to 3.27 (and missing 3.26) pages
|
changeset |
files
|
Wed, 24 Jul 2019 16:52:59 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0a1
|
changeset |
files
|
Wed, 24 Jul 2019 16:52:00 +0200 |
Denis Laxalde |
[test] Replace symlinks by real copies
|
changeset |
files
|
Wed, 24 Jul 2019 16:03:01 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0a0
|
changeset |
files
|
Wed, 24 Jul 2019 15:14:56 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Wed, 24 Jul 2019 13:39:52 +0200 |
Denis Laxalde |
Added tag debian/3.26.13-1, 3.26.13 for changeset 1fc684253207
3.26
|
changeset |
files
|
Wed, 24 Jul 2019 10:22:25 +0200 |
Denis Laxalde |
[pkg] Version 3.26.13
3.26 3.26.13 debian/3.26.13-1
|
changeset |
files
|
Wed, 24 Jul 2019 11:43:21 +0200 |
Denis Laxalde |
[test] Replace symlinks in legacy_cubes by real copies
3.26
|
changeset |
files
|
Tue, 23 Jul 2019 17:21:18 +0200 |
Denis Laxalde |
[pkg] Prune packaging files from sdist
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:39 +0200 |
Jérémy Bobbio |
[pkg] Fix spelling mistake in doc-base abstract
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:11 +0200 |
Jérémy Bobbio |
[pkg] Fix doc-base section
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 11:15:17 +0200 |
Jérémy Bobbio |
[pkg] Move lintian-overrides file to debian/source directory
3.26
|
changeset |
files
|
Thu, 13 Jun 2019 16:47:47 +0200 |
Jérémy Bobbio |
[pkg] Tidy substvars usage in control file
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 10:53:48 +0200 |
Jérémy Bobbio |
[pkg] Specify priority “optional” instead of the obsolete “extra”
3.26
|
changeset |
files
|
Wed, 05 Jun 2019 16:29:04 +0200 |
Jérémy Bobbio |
[pkg] Switch to Debian source format 3.0 (quilt)
3.26
|
changeset |
files
|
Fri, 12 Jul 2019 11:52:27 +0200 |
Denis Laxalde |
[debian] Update description of cubicweb-ctl* packages
3.26
|
changeset |
files
|
Fri, 12 Jul 2019 11:49:46 +0200 |
Denis Laxalde |
[debian] Introduce a cubicweb-ctl3 binary package
3.26
|
changeset |
files
|
Mon, 22 Jul 2019 11:21:10 +0200 |
Laurent Peuch |
[cubicweb-ctl] respect sys.exit status code when aborting a command
|
changeset |
files
|
Mon, 22 Jul 2019 11:32:12 +0200 |
Denis Laxalde |
[test] Add an "actionverb" attribute to test commands
|
changeset |
files
|
Mon, 22 Jul 2019 11:25:17 +0200 |
Denis Laxalde |
[test] use self.assertRaises() in cwctl tests
|
changeset |
files
|
Mon, 22 Jul 2019 11:09:15 +0200 |
Denis Laxalde |
[test] ensure mocking is stopped in cwctl tests
|
changeset |
files
|
Tue, 21 May 2019 16:47:13 +0200 |
Laurent Peuch |
[cubicweb-ctl] add '--pdb' global option to launch (i)pdb on exception
|
changeset |
files
|
Mon, 22 Jul 2019 10:54:22 +0200 |
Denis Laxalde |
[test] Rename TestCommand to avoid PytestCollectionWarning
|
changeset |
files
|
Wed, 10 Jul 2019 14:58:41 +0200 |
Jérémy Bobbio |
[pkg] Add new autopkgtest for skeleton packaging
3.26
|
changeset |
files
|
Wed, 10 Jul 2019 14:57:58 +0200 |
Jérémy Bobbio |
[skeleton] Update Debian packaging template
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 12:35:25 +0200 |
Denis Laxalde |
[test] Use --short-description when testing newcube command
3.26
|
changeset |
files
|
Mon, 17 Jun 2019 17:23:36 +0200 |
Jérémy Bobbio |
[devtools] Allow to specify short desc on `newcube` command line
3.26
|
changeset |
files
|
Mon, 17 Jun 2019 17:25:04 +0200 |
Jérémy Bobbio |
[pkg] Add new autopkgtest for skeleton packaging
|
changeset |
files
|
Tue, 21 May 2019 16:36:12 +0200 |
Laurent Peuch |
[cubicweb-ctl] move to accepting only once instance name per command
|
changeset |
files
|
Tue, 09 Jul 2019 11:13:08 +0200 |
Jérémy Bobbio |
[pkg] Run all unit tests in autopkgtest
|
changeset |
files
|
Wed, 19 Jun 2019 18:45:10 +0200 |
Jérémy Bobbio |
[pkg] Stop running unit tests from skeleton
|
changeset |
files
|
Wed, 19 Jun 2019 18:43:38 +0200 |
Jérémy Bobbio |
[tests] Use 16 bytes key when testing Blowfish
|
changeset |
files
|
Tue, 09 Jul 2019 14:35:44 +0200 |
Denis Laxalde |
Use time.process_time() instead of deprecated clock()
|
changeset |
files
|
Tue, 09 Jul 2019 14:20:30 +0200 |
Denis Laxalde |
[web] Make the time separator configurable in JQueryDateTimePicker
|
changeset |
files
|
Tue, 02 Jul 2019 14:54:01 +0200 |
Denis Laxalde |
Added tag 3.26.12, debian/3.26.12-1 for changeset 4531a266f8b2
3.26
|
changeset |
files
|
Tue, 02 Jul 2019 11:32:59 +0200 |
Denis Laxalde |
[pkg] Version 3.26.12
3.26 3.26.12 debian/3.26.12-1
|
changeset |
files
|
Thu, 27 Jun 2019 12:20:22 +0200 |
Denis Laxalde |
[autoform] Fix display_fields handling
3.26
|
changeset |
files
|
Thu, 27 Jun 2019 12:27:37 +0200 |
Denis Laxalde |
Flake8 cubicweb/web/views/autoform.py
3.26
|
changeset |
files
|
Thu, 27 Jun 2019 12:13:21 +0200 |
Denis Laxalde |
[py3] unicode() -> six.text_type in autoform
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 15:01:45 +0200 |
Denis Laxalde |
Added tag debian/3.26.11-2 for changeset e7eb914df71d
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 15:01:15 +0200 |
Denis Laxalde |
[debian] Release 3.26.11-2
3.26 debian/3.26.11-2
|
changeset |
files
|
Wed, 26 Jun 2019 13:19:30 +0200 |
Denis Laxalde |
[test] Require pycryptodomex, not pycryptodome
|
changeset |
files
|
Tue, 25 Jun 2019 16:44:31 +0200 |
Denis Laxalde |
[debian] Mention Lintian warnings fixes from previous changesets
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 16:24:45 +0200 |
Denis Laxalde |
[debian] Remove unused/redundant entries from debian/cubicweb-ctl.dirs
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 16:21:41 +0200 |
Denis Laxalde |
[debian] Make descriptions of python-cubicweb and python3-cubicweb uniform
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 14:49:16 +0200 |
Denis Laxalde |
[debian] Mention that -postgresql-support binaries are dependency package
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 14:42:06 +0200 |
Denis Laxalde |
[debian] Add ${misc:Depends} where missing
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 16:43:16 +0200 |
Denis Laxalde |
[debian] Set Section: python for python- binary package
3.26
|
changeset |
files
|
Tue, 25 Jun 2019 16:42:58 +0200 |
Denis Laxalde |
[debian] Install cubicweb-ctl from python2 build
3.26
|
changeset |
files
|
Thu, 20 Jun 2019 17:02:59 +0200 |
Denis Laxalde |
[debian] Introduce python3-cubicweb and python3-cubicweb-pyramid binary packages
3.26
|
changeset |
files
|
Wed, 19 Jun 2019 09:51:38 +0200 |
Jérémy Bobbio |
[skeleton] Update Debian packaging template
|
changeset |
files
|
Wed, 26 Jun 2019 12:35:25 +0200 |
Denis Laxalde |
[test] Use --short-description when testing newcube command
|
changeset |
files
|
Mon, 17 Jun 2019 17:23:36 +0200 |
Jérémy Bobbio |
[devtools] Allow to specify short desc on `newcube` command line
|
changeset |
files
|
Mon, 10 Jun 2019 10:51:31 +0200 |
Jérémy Bobbio |
[pkg] Remove build dependency on dh-systemd
3.26
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 19 Jun 2019 16:33:15 +0200 |
Jérémy Bobbio |
[doc] Update documentation to match current Debian packages
|
changeset |
files
|
Wed, 19 Jun 2019 16:32:25 +0200 |
Jérémy Bobbio |
[pkg] Remove transitional packages
|
changeset |
files
|
Wed, 19 Jun 2019 16:10:19 +0200 |
Jérémy Bobbio |
[pkg] Use sections from requires.txt to populate Recommends and Suggests
|
changeset |
files
|
Wed, 19 Jun 2019 15:44:17 +0200 |
Jérémy Bobbio |
[crypto] Use Cryptodome namespace instead of Crypto
|
changeset |
files
|
Mon, 17 Jun 2019 11:12:03 +0200 |
Jérémy Bobbio |
[pkg] Remove python3-six from Build-Depends
|
changeset |
files
|
Mon, 17 Jun 2019 11:11:28 +0200 |
Jérémy Bobbio |
[pkg] Merge python3-cubicweb-pyramid into python3-cubicweb
|
changeset |
files
|
Mon, 17 Jun 2019 10:37:32 +0200 |
Jérémy Bobbio |
[pkg] Remove explicit Depends on Python packages for python3-cubicweb
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:39 +0200 |
Jérémy Bobbio |
[pkg] Fix spelling mistake in doc-base abstract
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:11 +0200 |
Jérémy Bobbio |
[pkg] Fix doc-base section
|
changeset |
files
|
Mon, 10 Jun 2019 11:25:24 +0200 |
Jérémy Bobbio |
[pkg] Use “dependency package” instead of “virtual package” to describe python3-cubicweb-postgresql-support
|
changeset |
files
|
Mon, 10 Jun 2019 11:15:17 +0200 |
Jérémy Bobbio |
[pkg] Move lintian-overrides file to debian/source directory
|
changeset |
files
|
Mon, 10 Jun 2019 11:13:06 +0200 |
Jérémy Bobbio |
[pkg] Stop using /etc/bash_completion.d
|
changeset |
files
|
Thu, 13 Jun 2019 16:47:47 +0200 |
Jérémy Bobbio |
[pkg] Tidy substvars usage in control file
|
changeset |
files
|
Mon, 10 Jun 2019 10:53:48 +0200 |
Jérémy Bobbio |
[pkg] Specify priority “optional” instead of the obsolete “extra”
|
changeset |
files
|
Mon, 10 Jun 2019 10:51:31 +0200 |
Jérémy Bobbio |
[pkg] Remove build dependency on dh-systemd
|
changeset |
files
|
Wed, 05 Jun 2019 18:35:51 +0200 |
Jérémy Bobbio |
[pkg] Run test suite as part of autopkgtest
|
changeset |
files
|
Wed, 05 Jun 2019 16:29:04 +0200 |
Jérémy Bobbio |
[pkg] Switch to Debian source format 3.0 (quilt)
|
changeset |
files
|
Wed, 05 Jun 2019 15:38:29 +0200 |
Jérémy Bobbio |
[pkg] Switch all Debian packages to Python 3
|
changeset |
files
|
Tue, 11 Jun 2019 09:40:12 +0200 |
julien tayon |
Fix sorting key for rdefs in schema viewer
|
changeset |
files
|
Tue, 04 Jun 2019 09:35:47 +0200 |
julien tayon |
Flake8 cubicweb/web/schemaviewer.py
|
changeset |
files
|
Tue, 04 Jun 2019 09:35:47 +0200 |
julien tayon |
[py3] changing unicode to str
|
changeset |
files
|
Tue, 11 Jun 2019 09:07:24 +0200 |
julien tayon |
[py3] Use sorted(key=...) instead of sorted(cmp=...)
|
changeset |
files
|
Fri, 07 Jun 2019 14:56:22 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Fri, 07 Jun 2019 14:53:03 +0200 |
Denis Laxalde |
Added tag 3.26.11, debian/3.26.11-1 for changeset 633ca84bea58
3.26
|
changeset |
files
|
Fri, 07 Jun 2019 14:52:51 +0200 |
Denis Laxalde |
[pkg] Version 3.26.11
3.26 3.26.11 debian/3.26.11-1
|
changeset |
files
|
Thu, 06 Jun 2019 16:40:14 +0200 |
Denis Laxalde |
Added tag debian/3.26.10-1 for changeset 0ce26fb5ab48
3.26
|
changeset |
files
|
Thu, 23 May 2019 16:59:57 +0200 |
Denis Laxalde |
[debian] New upstream release
3.26 debian/3.26.10-1
|
changeset |
files
|
Thu, 23 May 2019 17:24:21 +0200 |
Denis Laxalde |
[debian] Drop override_dh_auto_install about cubicweb-ctl
3.26
|
changeset |
files
|
Thu, 23 May 2019 17:25:59 +0200 |
Denis Laxalde |
[debian] Remove test/doc Build-Depends
3.26
|
changeset |
files
|
Tue, 28 May 2019 12:35:34 +0200 |
Laurent Peuch |
[fix] parse cube version number without space in them
|
changeset |
files
|
Fri, 24 May 2019 17:09:10 +0200 |
Philippe Pepiot |
Install patched yapps for test from an http archive
|
changeset |
files
|
Thu, 28 Mar 2019 11:39:36 +0100 |
Philippe Pepiot |
[server/test] make test filename uniques
|
changeset |
files
|
Fri, 24 May 2019 16:29:14 +0200 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
Tue, 21 May 2019 10:50:08 +0200 |
julien tayon |
[dataimport] Fix case when extid is text in use_extid_as_cwuri()
3.26
|
changeset |
files
|
Wed, 22 May 2019 11:34:08 +0200 |
Noe Gaumont |
[doc] fix key used in the hook example
|
changeset |
files
|
Wed, 22 May 2019 11:32:09 +0200 |
Noe Gaumont |
[doc] set_operation has been replaced by add_data
|
changeset |
files
|
Wed, 22 May 2019 11:30:52 +0200 |
Noe Gaumont |
[doc] check_cycle is a standard function
|
changeset |
files
|
Wed, 22 May 2019 11:29:49 +0200 |
Noe Gaumont |
[doc] fix several typos
|
changeset |
files
|
Tue, 21 May 2019 10:18:54 +0200 |
Philippe Pepiot |
[pkg] make cubicweb[crypto] depends on pycryptodome instead of pycrypto
|
changeset |
files
|
Tue, 21 May 2019 10:18:38 +0200 |
Philippe Pepiot |
[crypto] Encode unicode strings in _cypherer()
|
changeset |
files
|
Thu, 16 May 2019 14:26:38 +0200 |
julien tayon |
[ldapfeed] FIX: Unique Key violation when synchronizing with LDAPfeed
3.26
|
changeset |
files
|
Fri, 15 Mar 2019 12:12:23 +0100 |
Denis Laxalde |
Skip tests for ldapsource with python >= 3.7
3.26
|
changeset |
files
|
Thu, 16 May 2019 17:18:29 +0200 |
Denis Laxalde |
Flake8 crypto module
3.26
|
changeset |
files
|
Thu, 16 May 2019 17:17:42 +0200 |
Denis Laxalde |
Make crypto module python3-compatible
3.26
|
changeset |
files
|
Thu, 16 May 2019 04:42:59 +0200 |
Laurent Peuch |
[mod] make ViolatedConstraint actually display useful information
|
changeset |
files
|
Thu, 16 May 2019 09:40:28 +0200 |
Denis Laxalde |
Fix flake8 errors/warnings about import in cubicweb/_exceptions.py
|
changeset |
files
|
Thu, 16 May 2019 04:47:27 +0200 |
Laurent Peuch |
add comment and # noqa on used import
|
changeset |
files
|
Thu, 16 May 2019 04:47:10 +0200 |
Laurent Peuch |
remove unused import
|
changeset |
files
|
Thu, 16 May 2019 02:39:42 +0200 |
Laurent Peuch |
[autopep8] E305 - Expected 2 blank lines after end of function or class
|
changeset |
files
|
Thu, 16 May 2019 02:39:41 +0200 |
Laurent Peuch |
[autopep8] E303 - Remove extra blank lines
|
changeset |
files
|
Thu, 16 May 2019 02:39:41 +0200 |
Laurent Peuch |
[autopep8] E302 - Add missing 2 blank lines
|
changeset |
files
|
Thu, 16 May 2019 02:39:40 +0200 |
Laurent Peuch |
[autopep8] E301 - Add missing blank line
|
changeset |
files
|
Thu, 16 May 2019 01:23:51 +0200 |
Laurent Peuch |
[enh] display CWConstraint type in its repr
|
changeset |
files
|
Thu, 16 May 2019 01:23:51 +0200 |
Laurent Peuch |
[entities] display CWConstraint type in its repr
3.26
|
changeset |
files
|
Wed, 15 May 2019 14:23:19 +0200 |
Laurent Peuch |
[changelog] document pyramid.ini automatic generation
|
changeset |
files
|
Wed, 15 May 2019 15:50:29 +0200 |
Denis Laxalde |
Flake8 cubicweb/pyramid/test/test_hooks.py
|
changeset |
files
|
Wed, 15 May 2019 12:06:29 +0200 |
Laurent Peuch |
[pyramid/doc] bad docstring
|
changeset |
files
|
Wed, 15 May 2019 12:06:15 +0200 |
Laurent Peuch |
[pyramid/misc] remove useless variable
|
changeset |
files
|
Wed, 15 May 2019 12:05:52 +0200 |
Laurent Peuch |
[pyramid/test] add test for pyramid.ini generation
|
changeset |
files
|
Wed, 15 May 2019 15:44:35 +0200 |
Denis Laxalde |
Added tag 3.26.10 for changeset 74cc5de1ee6c
3.26
|
changeset |
files
|
Wed, 15 May 2019 15:44:26 +0200 |
Denis Laxalde |
[pkg] Version 3.26.10
3.26 3.26.10
|
changeset |
files
|
Fri, 10 May 2019 16:07:32 +0200 |
Philippe Pepiot |
Move CWSchemaTC to RQLExpressionTC
|
changeset |
files
|
Wed, 17 Apr 2019 16:41:41 +0200 |
Denis Laxalde |
[skeleton] Drop py27 tox environment
|
changeset |
files
|
Wed, 17 Apr 2019 15:30:42 +0200 |
Denis Laxalde |
[skeleton] Do not ship Debian and RPM packaging files in sdist
|
changeset |
files
|
Wed, 17 Apr 2019 15:06:57 +0200 |
Denis Laxalde |
[skeleton] Add a check-manifest tox environment
|
changeset |
files
|
Fri, 10 May 2019 16:04:37 +0200 |
Philippe Pepiot |
Fix pyramid tests
|
changeset |
files
|
Fri, 10 May 2019 11:42:24 +0200 |
Philippe Pepiot |
Fix flake8 and check-manifest
|
changeset |
files
|
Fri, 10 May 2019 15:58:01 +0200 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
Wed, 08 May 2019 21:37:13 +0200 |
Laurent Peuch |
DeprecationWarning: In future versions of Waitress clear_untrusted_proxy_headers will be set to True by default. You may opt-out by setting this value to False, or opt-in explicitly by setting this to True.
|
changeset |
files
|
Wed, 08 May 2019 21:30:44 +0200 |
Laurent Peuch |
DeprecationWarning: The default pickle serializer is deprecated as of Pyramid 1.9 and it will be changed to use pyramid.session.JSONSerializer in version 2.0. Explicitly set the serializer to avoid future incompatibilities
|
changeset |
files
|
Wed, 08 May 2019 20:53:49 +0200 |
Laurent Peuch |
[pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
|
changeset |
files
|
Wed, 08 May 2019 21:00:45 +0200 |
Laurent Peuch |
DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
|
changeset |
files
|
Mon, 08 Apr 2019 11:24:53 +0200 |
Denis Laxalde |
Account for new psycopg2 exception classes mapping
3.26
|
changeset |
files
|
Fri, 12 Apr 2019 02:26:28 +0200 |
Laurent Peuch |
[cubicweb-ctl] remove "cubicweb-ctl wsgi" command following pyramid standardization
|
changeset |
files
|
Fri, 12 Apr 2019 12:31:14 +0200 |
Laurent Peuch |
Use secure hash algorithm in WebConfiguration.sign_text
|
changeset |
files
|
Tue, 23 Apr 2019 09:33:52 +0200 |
Laurent Peuch |
[enh] don't catch all exceptions in notification hooks during tests
|
changeset |
files
|
Thu, 18 Apr 2019 15:09:36 +0200 |
Noe Gaumont |
[doc] add a reference to static-messages.pot usage
|
changeset |
files
|
Thu, 18 Apr 2019 15:10:35 +0200 |
Noe Gaumont |
[doc] Clarify sentences
|
changeset |
files
|
Thu, 18 Apr 2019 15:05:13 +0200 |
Noe Gaumont |
[doc] Fix format and typo
|
changeset |
files
|
Thu, 18 Apr 2019 04:40:23 +0000 |
Nsukami Patrick |
Fix DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
|
changeset |
files
|
Thu, 18 Apr 2019 04:34:34 +0000 |
Nsukami Patrick |
Fix DeprecationWarning: invalid escape sequence
|
changeset |
files
|
Tue, 16 Apr 2019 15:49:03 +0200 |
Philippe Pepiot |
[devtools/testlib] avoid hidding AttributeError in create_user()
3.26
|
changeset |
files
|
Wed, 10 Apr 2019 17:59:17 +0000 |
Nsukami Patrick |
Fix DeprecationWarning: invalid escape sequence \
|
changeset |
files
|
Fri, 12 Apr 2019 11:56:13 +0200 |
Laurent Peuch |
DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
|
changeset |
files
|
Fri, 12 Apr 2019 13:52:17 +0200 |
Laurent Peuch |
[mod] remove backward compatible code for passlib and force modern version
|
changeset |
files
|
Fri, 12 Apr 2019 11:54:42 +0200 |
Laurent Peuch |
DeprecationWarning: Please use assertEqual instead.
|
changeset |
files
|
Fri, 12 Apr 2019 17:25:40 +0200 |
Laurent Peuch |
DeprecationWarning: Please use assertRaisesRegex instead.
|
changeset |
files
|
Thu, 11 Apr 2019 20:15:09 +0200 |
Laurent Peuch |
DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
|
changeset |
files
|
Thu, 11 Apr 2019 16:47:27 +0200 |
Laurent Peuch |
[README] add testing instructions
|
changeset |
files
|
Fri, 05 Apr 2019 12:19:03 +0200 |
Denis Laxalde |
Add pytest-subtests to dev requirements
|
changeset |
files
|
Tue, 26 Mar 2019 16:22:31 +0100 |
Denis Laxalde |
[test] use unittest.mock instead of mock library
|
changeset |
files
|
Fri, 05 Apr 2019 17:58:19 +0200 |
Denis Laxalde |
Drop python2 support
|
changeset |
files
|
Fri, 05 Apr 2019 17:21:14 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Fri, 05 Apr 2019 17:40:02 +0200 |
Denis Laxalde |
Remove unused imports in cubicweb.pyramid.config
3.26
|
changeset |
files
|
Fri, 05 Apr 2019 17:20:01 +0200 |
Denis Laxalde |
Added tag 3.26.9 for changeset 4d6909de765a
3.26
|
changeset |
files
|
Fri, 05 Apr 2019 17:19:56 +0200 |
Denis Laxalde |
[pkg] Version 3.26.9
3.26 3.26.9
|
changeset |
files
|
Tue, 12 Feb 2019 17:00:55 +0100 |
Laurent Peuch |
[pyramid/security] use cryptographically secure random generator
3.26
|
changeset |
files
|
Thu, 04 Apr 2019 14:11:40 +0200 |
Arthur Lutz |
Reclosing branch after merge
tls-sprint
|
changeset |
files
|
Thu, 04 Apr 2019 13:49:34 +0200 |
Arthur Lutz |
Merging heads of old, closed branch
tls-sprint
|
changeset |
files
|
Thu, 04 Apr 2019 14:08:10 +0200 |
Arthur Lutz |
Reclosing branch after merge
3.0
|
changeset |
files
|
Thu, 04 Apr 2019 13:45:23 +0200 |
Arthur Lutz |
Merging heads of old, closed branch
3.0
|
changeset |
files
|
Thu, 28 Mar 2019 11:15:28 +0100 |
Philippe Pepiot |
[doc/changes] document that legacy cube support has been dropped
|
changeset |
files
|
Thu, 28 Mar 2019 11:13:12 +0100 |
Philippe Pepiot |
[doc] replace legacy import to new style cube import in various places
|
changeset |
files
|
Thu, 28 Mar 2019 11:09:29 +0100 |
Philippe Pepiot |
[web/views] drop deprecated module cubicweb.web.views.timeline
|
changeset |
files
|
Thu, 28 Mar 2019 11:06:02 +0100 |
Philippe Pepiot |
[web/views] drop deprecated module cubicweb.web.views.massmailing
|
changeset |
files
|
Thu, 28 Mar 2019 11:05:35 +0100 |
Philippe Pepiot |
[web/views] drop deprecated module cubicweb.web.views.isioc
|
changeset |
files
|
Thu, 28 Mar 2019 11:04:51 +0100 |
Philippe Pepiot |
[web/views] drop deprecated module cubicweb.web.views.embedding
|
changeset |
files
|
Thu, 28 Mar 2019 11:04:07 +0100 |
Philippe Pepiot |
[web/views] drop deprecated module cubicweb.web.views.igeocodable
|
changeset |
files
|
Thu, 28 Mar 2019 11:00:55 +0100 |
Philippe Pepiot |
[pyramid/core] drop fallback import of legacy cubes
|
changeset |
files
|
Thu, 28 Mar 2019 10:33:54 +0100 |
Philippe Pepiot |
[cwconfig] drop importing legacy cubes
|
changeset |
files
|
Thu, 28 Mar 2019 10:11:36 +0100 |
Philippe Pepiot |
[doc] better documentation for "cubicweb-ctl newcube"
|
changeset |
files
|
Thu, 28 Mar 2019 10:09:49 +0100 |
Philippe Pepiot |
[test] make unittest_cwconfig.py does not depend on legacy cube machinery
|
changeset |
files
|
Thu, 28 Mar 2019 10:07:02 +0100 |
Philippe Pepiot |
[devtools/test] drop legacy cube i18n tests
|
changeset |
files
|
Thu, 28 Mar 2019 10:04:23 +0100 |
Philippe Pepiot |
[server/test] make unittest_migractions.py use new style cubes
|
changeset |
files
|
Wed, 27 Mar 2019 16:25:06 +0100 |
Philippe Pepiot |
[cwconfig] drop _cube_modname
|
changeset |
files
|
Wed, 27 Mar 2019 16:19:50 +0100 |
Philippe Pepiot |
[cwconfig] drop legacy cube importer
|
changeset |
files
|
Fri, 22 Mar 2019 17:42:36 +0100 |
Denis Laxalde |
Drop more deprecated code
|
changeset |
files
|
Tue, 26 Mar 2019 13:08:13 +0100 |
Denis Laxalde |
Flake8 cubicweb/cwvreg.py
|
changeset |
files
|
Fri, 22 Mar 2019 17:32:30 +0100 |
Denis Laxalde |
Drop deprecated "boxes" and "contentnavigation" registries
|
changeset |
files
|
Fri, 22 Mar 2019 17:29:15 +0100 |
Denis Laxalde |
Drop deprecated CWCache entity type
|
changeset |
files
|
Fri, 22 Mar 2019 17:30:09 +0100 |
Denis Laxalde |
Update i18n after "recent" changes
|
changeset |
files
|
Fri, 22 Mar 2019 15:53:24 +0100 |
Denis Laxalde |
Drop repair_file_1-9_migration.py
|
changeset |
files
|
Fri, 22 Mar 2019 14:48:22 +0100 |
Denis Laxalde |
Drop a left-over 3.22 deprecation warning
|
changeset |
files
|
Wed, 27 Mar 2019 15:53:00 +0100 |
Philippe Pepiot |
[doc] fix reference to ~src/cubes in tutorial
|
changeset |
files
|
Wed, 27 Mar 2019 15:52:40 +0100 |
Philippe Pepiot |
[doc] replace cubicweb-ctl start by cubicweb-ctl pyramid
|
changeset |
files
|
Wed, 27 Mar 2019 15:51:50 +0100 |
Philippe Pepiot |
[doc] make the tutorial use a python3 virtualenv
|
changeset |
files
|
Wed, 27 Mar 2019 15:43:53 +0100 |
Philippe Pepiot |
[doc] Update README "Getting started"
|
changeset |
files
|
Thu, 21 Mar 2019 14:36:25 +0100 |
Denis Laxalde |
Flake8 cubicweb/devtools/httptest.py
|
changeset |
files
|
Thu, 21 Mar 2019 14:33:54 +0100 |
Denis Laxalde |
Remove Twisted web server
|
changeset |
files
|
Thu, 21 Mar 2019 12:05:30 +0100 |
Denis Laxalde |
Separate twisted-specific configuration from WebConfigurationBase class
|
changeset |
files
|
Thu, 21 Mar 2019 11:50:31 +0100 |
Denis Laxalde |
Flake8 cubicweb/web/webconfig.py
|
changeset |
files
|
Thu, 21 Mar 2019 11:47:10 +0100 |
Denis Laxalde |
Flake8 cubicweb/etwist/twconfig.py
|
changeset |
files
|
Thu, 14 Mar 2019 17:16:34 +0100 |
Denis Laxalde |
Remove ctl commands using the Twisted backend
|
changeset |
files
|
Thu, 14 Mar 2019 17:04:02 +0100 |
Denis Laxalde |
Flake8 cubicweb/cwctl.py
|
changeset |
files
|
Thu, 14 Mar 2019 16:53:34 +0100 |
Denis Laxalde |
Remove _handle_win32() method from "create" command class
|
changeset |
files
|
Fri, 15 Mar 2019 12:12:23 +0100 |
Denis Laxalde |
Skip tests for ldapsource with python >= 3.7
|
changeset |
files
|
Wed, 27 Mar 2019 09:25:44 +0100 |
Denis Laxalde |
[doc] Update cubicweb-ctl page about how to run an instance
|
changeset |
files
|
Wed, 27 Mar 2019 09:21:18 +0100 |
Denis Laxalde |
[doc] Drop mention of the "pyramid" cube
|
changeset |
files
|
Thu, 21 Mar 2019 14:28:30 +0100 |
Laurent Peuch |
[cli/enh] on 'shell' or migration command, use ipython if available
|
changeset |
files
|
Tue, 19 Mar 2019 13:17:47 +0100 |
Philippe Pepiot |
[web/test] drop dependency on third party cubes
|
changeset |
files
|
Fri, 15 Mar 2019 18:07:18 +0100 |
Philippe Pepiot |
[test] drop dependency on third party cubes
|
changeset |
files
|
Fri, 15 Mar 2019 17:12:20 +0100 |
Philippe Pepiot |
[test] drop CubicWebConfigurationWithLegacyCubesTC
|
changeset |
files
|
Fri, 15 Mar 2019 17:10:16 +0100 |
Philippe Pepiot |
[test] drop unittest_cubes.py
|
changeset |
files
|
Tue, 19 Mar 2019 14:26:51 +0100 |
Philippe Pepiot |
[server/test] do not depend on third party cubes
|
changeset |
files
|
Fri, 15 Mar 2019 15:51:27 +0100 |
Philippe Pepiot |
[server/test] drop unused variable initialization in OperationsTC.setUp()
|
changeset |
files
|
Wed, 13 Mar 2019 14:03:45 +0100 |
Philippe Pepiot |
[server/test] bootstrap config in setUpModule function
|
changeset |
files
|
Mon, 11 Mar 2019 17:43:23 +0100 |
Philippe Pepiot |
[schema] drop monkeypatch "name_for" on BaseConstraint
|
changeset |
files
|
Thu, 14 Mar 2019 16:17:49 +0100 |
Laurent Peuch |
[fix] this check was too restrictive and broke tests
3.26
|
changeset |
files
|
Thu, 14 Mar 2019 16:09:26 +0100 |
Laurent Peuch |
[fix] exception type has changed
3.26
|
changeset |
files
|
Wed, 13 Mar 2019 10:21:39 +0100 |
Nicolas Chauvat |
[server.rqlannotation] refactor to make class SQLGenAnnotator consistent
|
changeset |
files
|
Thu, 14 Mar 2019 12:08:37 +0100 |
Denis Laxalde |
Drop most of deprecated code
|
changeset |
files
|
Thu, 14 Mar 2019 14:45:35 +0100 |
Denis Laxalde |
Drop deprecated code in cubicweb.hooks
|
changeset |
files
|
Thu, 14 Mar 2019 14:45:27 +0100 |
Denis Laxalde |
Drop deprecated code in cubicweb.entities
|
changeset |
files
|
Thu, 14 Mar 2019 14:45:18 +0100 |
Denis Laxalde |
Drop deprecated code in cubicweb.devtools
|
changeset |
files
|
Thu, 14 Mar 2019 14:45:03 +0100 |
Denis Laxalde |
Drop deprecated code in cubicweb.dataimport
|
changeset |
files
|
Thu, 14 Mar 2019 14:43:18 +0100 |
Denis Laxalde |
Drop most deprecated code in cubicweb.web
|
changeset |
files
|
Wed, 13 Mar 2019 13:37:49 +0100 |
Denis Laxalde |
[web] use Separator "component" instead of deprecated BoxSeparator widget
|
changeset |
files
|
Wed, 13 Mar 2019 13:36:38 +0100 |
Denis Laxalde |
Flake8 cubicweb/web/box.py
|
changeset |
files
|
Thu, 14 Mar 2019 14:38:55 +0100 |
Denis Laxalde |
[test] Remove upper bound for cubicweb-localperms
|
changeset |
files
|
Thu, 14 Mar 2019 16:44:53 +0100 |
Denis Laxalde |
[test] Make the expected value explicit in CubicWebConfigurationWithLegacyCubesTC.test_available_cubes()
|
changeset |
files
|
Wed, 13 Mar 2019 17:21:27 +0100 |
Denis Laxalde |
[test] Inline _test_available_cubes() method in cwconfig tests
|
changeset |
files
|
Thu, 14 Mar 2019 09:38:20 +0100 |
Laurent Peuch |
[DX] adding error messages to {ResultSet,ActionsRegistry}.possible_actions
3.26
|
changeset |
files
|
Tue, 12 Mar 2019 23:45:15 +0100 |
Nicolas Chauvat |
[server/querier] remove useless indirection QuerierHelper._annotate
|
changeset |
files
|
Tue, 12 Mar 2019 23:04:57 +0100 |
Nicolas Chauvat |
[server] remove useless indirection ExecutionPlan.sqlannotate
|
changeset |
files
|
Tue, 12 Mar 2019 23:20:50 +0100 |
Nicolas Chauvat |
[web] removed unused imports in basecomponents
|
changeset |
files
|
Wed, 13 Mar 2019 14:01:10 +0100 |
Denis Laxalde |
[test] Depends on psycopg2-binary
3.26
|
changeset |
files
|
Tue, 12 Mar 2019 11:40:59 +0100 |
Laurent Peuch |
[doc/changelog] the removal of next_tabindex produce an error not in the changelog
|
changeset |
files
|
Mon, 11 Mar 2019 14:34:14 +0100 |
Denis Laxalde |
Merge with branch 3.26
|
changeset |
files
|
Fri, 08 Mar 2019 14:35:59 +0100 |
Denis Laxalde |
[py3.7,test] Use cubicweb-file >= 2.2.2
3.26
|
changeset |
files
|
Fri, 08 Mar 2019 11:58:30 +0100 |
Denis Laxalde |
[flake8] Fix errors in cubicweb/ext/test/unittest_rest.py
3.26
|
changeset |
files
|
Fri, 08 Mar 2019 11:56:05 +0100 |
Denis Laxalde |
[test] Shorten prefix string in test_rql_role_with_unknown_vid
3.26
|
changeset |
files
|
Fri, 08 Mar 2019 11:52:31 +0100 |
Denis Laxalde |
[flake8] fix errors in cubicweb_i18ntestcube/views.py test file
3.26
|
changeset |
files
|
Fri, 08 Mar 2019 11:50:20 +0100 |
Denis Laxalde |
[test] Pass __module__ upon instantiation of RegistrableInstance
3.26
|
changeset |
files
|
Fri, 08 Mar 2019 12:00:47 +0100 |
Denis Laxalde |
Added tag 3.26.8 for changeset 91f75319a726
3.26
|
changeset |
files
|
Thu, 07 Mar 2019 11:56:01 +0100 |
Denis Laxalde |
[pkg] Version 3.26.8
3.26 3.26.8
|
changeset |
files
|
Tue, 26 Feb 2019 16:28:17 +0100 |
Laurent Peuch |
[doc] didn't had any questions
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:30:31 +0100 |
Laurent Peuch |
[doc] missing import, cw now require this explicitely
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:30:12 +0100 |
Laurent Peuch |
[doc] add actual link to previous post
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:29:54 +0100 |
Laurent Peuch |
[doc] missing import in code example
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:29:44 +0100 |
Laurent Peuch |
[doc] add a note because uiprops.py is not generated anymore by default
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:29:23 +0100 |
Laurent Peuch |
[doc] recommend pip instead of apt for installing things
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:28:43 +0100 |
Laurent Peuch |
[doc] fix, link to internal doc since it's not the blog post anymore
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:27:56 +0100 |
Laurent Peuch |
[doc] also show command with sqlite since it's recommended
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:26:33 +0100 |
Laurent Peuch |
[doc] fix, the cube name was used, it was the instance named that was needed
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:25:59 +0100 |
Laurent Peuch |
[doc] it's a tutorial, not a blog post anymore
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:25:44 +0100 |
Laurent Peuch |
[doc] make example more redable
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:25:27 +0100 |
Laurent Peuch |
[doc] uses :file:`name` everywhere + indicate file when it's not present
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:23:37 +0100 |
Laurent Peuch |
[doc] english typos
3.26
|
changeset |
files
|
Tue, 26 Feb 2019 16:23:07 +0100 |
Laurent Peuch |
[doc] pep8/retab in code examples
3.26
|
changeset |
files
|
Wed, 27 Feb 2019 13:41:34 +0100 |
Laurent Peuch |
[doc] correct import for i18n
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:46:39 +0100 |
Laurent Peuch |
[doc] pep8 and retab in tutorial code example
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 19:08:44 +0100 |
Laurent Peuch |
[doc] correct pip command to have needed dependancies to use the start command
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:57:24 +0100 |
Laurent Peuch |
[doc] explain the difference between a relation and an attribute
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:57:05 +0100 |
Laurent Peuch |
[doc] plural
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:56:42 +0100 |
Laurent Peuch |
[doc] misc, put every reference to something in the code between backquotes
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:54:46 +0100 |
Laurent Peuch |
[doc] bold to make reading more obvious
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:54:23 +0100 |
Laurent Peuch |
[doc] style, switch to bullet points list to make things easier to read
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:53:39 +0100 |
Laurent Peuch |
[doc] explains what the <X.Y.Z> means
3.26
|
changeset |
files
|
Thu, 21 Feb 2019 18:53:03 +0100 |
Laurent Peuch |
[doc] command output style has changed
3.26
|
changeset |
files
|