2019-06-07 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
2019-06-07 |
Denis Laxalde |
Added tag 3.26.11, debian/3.26.11-1 for changeset 633ca84bea58
3.26
|
changeset |
files
|
2019-06-07 |
Denis Laxalde |
[pkg] Version 3.26.11
3.26 3.26.11 debian/3.26.11-1
|
changeset |
files
|
2019-06-06 |
Denis Laxalde |
Added tag debian/3.26.10-1 for changeset 0ce26fb5ab48
3.26
|
changeset |
files
|
2019-05-23 |
Denis Laxalde |
[debian] New upstream release
3.26 debian/3.26.10-1
|
changeset |
files
|
2019-05-23 |
Denis Laxalde |
[debian] Drop override_dh_auto_install about cubicweb-ctl
3.26
|
changeset |
files
|
2019-05-23 |
Denis Laxalde |
[debian] Remove test/doc Build-Depends
3.26
|
changeset |
files
|
2019-05-28 |
Laurent Peuch |
[fix] parse cube version number without space in them
|
changeset |
files
|
2019-05-24 |
Philippe Pepiot |
Install patched yapps for test from an http archive
|
changeset |
files
|
2019-03-28 |
Philippe Pepiot |
[server/test] make test filename uniques
|
changeset |
files
|
2019-05-24 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
2019-05-21 |
julien tayon |
[dataimport] Fix case when extid is text in use_extid_as_cwuri()
3.26
|
changeset |
files
|
2019-05-22 |
Noe Gaumont |
[doc] fix key used in the hook example
|
changeset |
files
|
2019-05-22 |
Noe Gaumont |
[doc] set_operation has been replaced by add_data
|
changeset |
files
|
2019-05-22 |
Noe Gaumont |
[doc] check_cycle is a standard function
|
changeset |
files
|
2019-05-22 |
Noe Gaumont |
[doc] fix several typos
|
changeset |
files
|
2019-05-21 |
Philippe Pepiot |
[pkg] make cubicweb[crypto] depends on pycryptodome instead of pycrypto
|
changeset |
files
|
2019-05-21 |
Philippe Pepiot |
[crypto] Encode unicode strings in _cypherer()
|
changeset |
files
|
2019-05-16 |
julien tayon |
[ldapfeed] FIX: Unique Key violation when synchronizing with LDAPfeed
3.26
|
changeset |
files
|
2019-03-15 |
Denis Laxalde |
Skip tests for ldapsource with python >= 3.7
3.26
|
changeset |
files
|
2019-05-16 |
Denis Laxalde |
Flake8 crypto module
3.26
|
changeset |
files
|
2019-05-16 |
Denis Laxalde |
Make crypto module python3-compatible
3.26
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
[mod] make ViolatedConstraint actually display useful information
|
changeset |
files
|
2019-05-16 |
Denis Laxalde |
Fix flake8 errors/warnings about import in cubicweb/_exceptions.py
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
add comment and # noqa on used import
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
remove unused import
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
[autopep8] E305 - Expected 2 blank lines after end of function or class
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
[autopep8] E303 - Remove extra blank lines
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
[autopep8] E302 - Add missing 2 blank lines
|
changeset |
files
|
2019-05-16 |
Laurent Peuch |
[autopep8] E301 - Add missing blank line
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[enh] display CWConstraint type in its repr
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[entities] display CWConstraint type in its repr
3.26
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[changelog] document pyramid.ini automatic generation
|
changeset |
files
|
2019-05-15 |
Denis Laxalde |
Flake8 cubicweb/pyramid/test/test_hooks.py
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[pyramid/doc] bad docstring
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[pyramid/misc] remove useless variable
|
changeset |
files
|
2019-05-15 |
Laurent Peuch |
[pyramid/test] add test for pyramid.ini generation
|
changeset |
files
|
2019-05-15 |
Denis Laxalde |
Added tag 3.26.10 for changeset 74cc5de1ee6c
3.26
|
changeset |
files
|
2019-05-15 |
Denis Laxalde |
[pkg] Version 3.26.10
3.26 3.26.10
|
changeset |
files
|
2019-05-10 |
Philippe Pepiot |
Move CWSchemaTC to RQLExpressionTC
|
changeset |
files
|
2019-04-17 |
Denis Laxalde |
[skeleton] Drop py27 tox environment
|
changeset |
files
|
2019-04-17 |
Denis Laxalde |
[skeleton] Do not ship Debian and RPM packaging files in sdist
|
changeset |
files
|
2019-04-17 |
Denis Laxalde |
[skeleton] Add a check-manifest tox environment
|
changeset |
files
|
2019-05-10 |
Philippe Pepiot |
Fix pyramid tests
|
changeset |
files
|
2019-05-10 |
Philippe Pepiot |
Fix flake8 and check-manifest
|
changeset |
files
|
2019-05-10 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
2019-05-08 |
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
|
2019-05-08 |
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
|
2019-05-08 |
Laurent Peuch |
[pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
|
changeset |
files
|
2019-05-08 |
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
|
2019-04-08 |
Denis Laxalde |
Account for new psycopg2 exception classes mapping
3.26
|
changeset |
files
|
2019-04-12 |
Laurent Peuch |
[cubicweb-ctl] remove "cubicweb-ctl wsgi" command following pyramid standardization
|
changeset |
files
|
2019-04-12 |
Laurent Peuch |
Use secure hash algorithm in WebConfiguration.sign_text
|
changeset |
files
|
2019-04-23 |
Laurent Peuch |
[enh] don't catch all exceptions in notification hooks during tests
|
changeset |
files
|
2019-04-18 |
Noe Gaumont |
[doc] add a reference to static-messages.pot usage
|
changeset |
files
|
2019-04-18 |
Noe Gaumont |
[doc] Clarify sentences
|
changeset |
files
|
2019-04-18 |
Noe Gaumont |
[doc] Fix format and typo
|
changeset |
files
|
2019-04-18 |
Nsukami Patrick |
Fix DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
|
changeset |
files
|
2019-04-18 |
Nsukami Patrick |
Fix DeprecationWarning: invalid escape sequence
|
changeset |
files
|
2019-04-16 |
Philippe Pepiot |
[devtools/testlib] avoid hidding AttributeError in create_user()
3.26
|
changeset |
files
|