2016-06-22 Denis Laxalde [dataimport] Handle Bytes data in ExtEntity and convert them to Binary
2016-06-21 Denis Laxalde [test] Avoid assertCountEqual in unittest_syncschema.py
2016-06-22 Sylvain Thénault [packaging] Bump version number
2016-02-29 David Douard [web/session] make sure not to modify an inner value of session.data (closes #11217958)
2016-02-19 David Douard [book] improve a bit the documentation of the database setup
2015-12-22 Alexandre Richardson [doc] add documentation for specializing translation of other cubes in an application cube
2015-08-21 Arthur Lutz [doc] fix some URLs (cs to test jenkins autobuild )
2016-05-26 Sylvain Thénault [uicfg] Fix typo in set_fields_order
2016-05-23 Sylvain Thénault [forms] We don't want cwjs-edition-cancel class on reledit's cancel button
2016-06-21 Sylvain Thénault [test] Prefer unittest.main
2016-06-21 Sylvain Thénault [test] py.test related fix
2016-02-02 Sylvain Thénault [dataimport] add a bit of extra-documentation on the massive store
2016-01-29 Sylvain Thénault [dataimport] no need to call .keys()
2016-02-01 Sylvain Thénault [dataimport] drop massive store's flush_metadata method
2016-02-02 Sylvain Thénault [dataimport] test and fix external source support for the massive store
2016-06-21 Sylvain Thénault [dataimport] add new test for nohook store importing in a custom source
2016-02-01 Sylvain Thénault [dataimport] introduce usage of MetadataGenerator into the massive store
2016-01-28 Sylvain Thénault [dataimport] rename massive store's metagen_push_relation method
2016-01-28 Sylvain Thénault [dataimport] meta_data -> metadata
2016-01-28 Sylvain Thénault [dataimport] use sql shortcut
2016-01-28 Sylvain Thénault [dataimport] move cwmassive_constraint temporary table handling to the PGHelper class
2016-01-28 Sylvain Thénault [dataimport] inline some methods of the massive store
2016-01-28 Sylvain Thénault [dataimport] move everything related to the "URI handling" feature of the massive store together
2016-01-28 Sylvain Thénault [dataimport] test for a value is in a set and insertion in a set should live together
2016-01-28 Sylvain Thénault [dataimport] use a single _initialized set instead of _entities / _rtypes
2016-01-28 Sylvain Thénault [dataimport] drop massive store etype to eid index
2016-01-28 Sylvain Thénault [dataimport] add a .schema shortcut attribute on the massive store
2016-01-28 Sylvain Thénault [dataimport] rework massive store's __init__
2016-01-28 Sylvain Thénault [dataimport] rework PGHelper class
2016-01-28 Sylvain Thénault [dataimport] flake8
2016-01-28 Sylvain Thénault [dataimport] enhance a bit sql queries readability
2016-01-28 Sylvain Thénault [dataimport] use IF EXISTS when possible
2016-01-28 Sylvain Thénault [dataimport] PGHelper should be responsible to retrieve the database schema
2016-02-01 Sylvain Thénault [dataimport] introduce a new MetadataGenerator to replace former MetaGenerator
2016-06-21 Sylvain Thénault [dataimport] Prefer now(pytz.utc) to utcnow
2016-01-29 Sylvain Thénault [dataimport] rename nohook store .source attribute
2016-01-28 Sylvain Thénault [dataimport] make rql store test easier to read and test a few more thing, then reuse it to test nohook start which had no tests at all
2016-01-27 Sylvain Thénault [dataimport] remove useless assignment in massive store
2016-01-27 Sylvain Thénault [dataimport] move eid attribution from the metagenerator back to the nohook store
2016-01-27 Sylvain Thénault [dataimport] rephrase minor bits of the meta generator
2016-06-21 Denis Laxalde [pkg] Depends on logilab-common >= 1.2.2
2016-06-21 Denis Laxalde Merge with 3.22.3
2016-06-21 Denis Laxalde [pkg] Depends on yams >= 0.43
2016-06-21 Denis Laxalde Added tag 3.22.3, debian/3.22.3-1, centos/3.22.3-1 for changeset b1e7de000536
2016-06-21 Denis Laxalde [pkg] Version 3.22.3 3.22.3 centos/3.22.3-1 debian/3.22.3-1
2016-06-21 Denis Laxalde [pkg] Depends on yams < 0.43
2016-06-01 Sylvain Thénault Define BASE_URL and DATA_URL js variables in the login template. Closes #13385185
2016-06-10 Sylvain Thénault [web] Remove some unused imports in editforms
2016-06-10 Sylvain Thénault Fix cancel action on deletion confirmation form
2016-06-06 Sylvain Thénault [rql2sql] Test and fix some case of sql generation
2016-06-21 Denis Laxalde [test] Add missing os import in unittest_migractions.py
2016-06-20 Sylvain Thénault backport 3.22 changes
2016-04-15 Denis Laxalde [entity] Make it possible to specify sorting terms in cw_related_rqlst method
2016-06-16 Sylvain Thénault [sql gen] Properly create UNIQUE index on non string column. Closes #13728492
2016-06-17 Sylvain Thénault [server] some pep8 changes
2016-06-16 Sylvain Thénault pep8 schema2sql
2016-06-02 Denis Laxalde [migration] Drop custom "readfunc" for code.interact in shell
2016-06-02 Denis Laxalde [tox] Put development dependencies into a dev-requirements.txt file
2016-06-02 Denis Laxalde [py3k] Fix config-level comparison in "cubicweb-ctl create" command
2016-06-06 Denis Laxalde [pkg] PEP8 fixes in __pkginfo__.py
2016-06-06 Denis Laxalde [pkg] Drop "support" of unused subpackage_of option in setup.py
2016-06-16 Sylvain Thénault Add missing import, eaten by previous merge
2016-06-01 Sylvain Thénault Only access once to _cw.message in the login form
2016-06-16 Sylvain Thénault backport 3.22 changes
2016-06-16 Sylvain Thénault backport changes from 3.21
2016-06-10 Alexandre Richardson [server,bfss] fix bfss migration test for python 3 (related #13519541)
2016-06-10 Denis Laxalde [pkg] Use io.open with utf-8 encoding to read long description from README
2016-05-04 Nicolas Chauvat [dataimport] order of ExtEntities should be irrelevant (closes #13117472)
2016-06-01 Sylvain Thénault Test and fix "pickleability" of Binary objects
2016-06-07 Alexandre Richardson [server,bfss] fix storage migration when Bytes attributes is None (closes #13519541)
2016-05-25 Denis Laxalde Let hg Ignore py.test's .cache directory
2016-04-15 Denis Laxalde [entity] Add a cw_related_rqlst method returning the RQL select node of cw_related method
2016-05-20 Sylvain Thénault [devtools] set .config in setUpClass instead of using a cache in a classproperty
2016-05-20 Sylvain Thénault [devtools] Simplify test configuration's init
2014-09-11 Rémi Cardona [web] Have the LoginController return 403 on failed auth (closes #11569950)
2016-05-20 Sylvain Thénault [devtools] Drop old init_test_database backward compat
2016-05-20 Sylvain Thénault [devtools] show DeprecationWarning during test execution
2016-05-20 Sylvain Thénault [devtools] deprecate usage of sources file for test
2016-05-20 Sylvain Thénault [devtools] Set dumb value for postgres's db-host to avoid unexpected connection to a local server
2016-05-25 David Douard [ldapfeed] ldap3 do not raise an exception in case of failure of cnx.bind()
2016-05-25 David Douard [test] add a test to ensure we get an AuthenticationError with ldapfeed
2016-04-22 Denis Laxalde [entity] Exclude computed relations from Entity.copy_relations
2016-05-19 Denis Laxalde [pkg] Set version to 3.22.2.dev0
2016-05-20 Sylvain Thénault [devtools] pep8 a bit package's __init__
2016-05-19 Denis Laxalde [test/server] Only use configcls with statement timeout when needed
2016-05-19 Denis Laxalde [server/test] Add an assertion in test_statement_timeout
2015-07-01 Sylvain Thénault [datafeed] minor cleanups to cwxml parser
2015-09-23 Sylvain Thénault [datafeed] don't allow arbitrary kwargs on DatafeedParser initializer
2015-07-01 Sylvain Thénault [datafeed] gives information about moved entities to the parser
2015-07-01 Sylvain Thénault [datafeed] simplify SQL query used to retrieve information about entities from an external source
2015-07-01 Sylvain Thénault [datafeed] rename parser.sourceuris to source_uris
2015-06-30 Sylvain Thénault [datafeed] move process_urls to the parser
2016-01-14 Denis Laxalde [tox] Use py.test to run tests
2016-05-19 Sylvain Thénault [test] Fix devtools unittest_i18n when ran without pytest
2016-02-05 Julien Cristau [server] explicitly set postgres LC_MESSAGES variable to C on connection
2015-03-19 Julien Cristau [web] cleanup xmlrss view
2016-02-17 Julien Cristau [migration] add rollback when replace_eid_sequence_with_eid_numrange fails
2016-02-17 Julien Cristau [migration] move CWComputedRType later
2016-05-19 Sylvain Thénault docstring fix
2016-04-12 David Douard [cwctl] make cwctl not depends on cubicweb.wsgi (closes #12210063)
2015-10-07 Julien Cristau [hooks/workflow] pass eids, not entities, from hooks to operations
2016-03-09 Julien Cristau [web/httpcache] fix Last-Modified generation
2016-05-04 Florent Cayré [forms] Fix edition of TZDatetime attributes
2016-05-02 Nicolas Chauvat [doc] fix abstract and example of data import
2016-05-01 Nicolas Chauvat [doc] fix abstract of data import
2016-04-29 Sylvain Thénault [repository] drop remanescence of old multi-sources code
2016-05-09 David Douard Added tag 3.20.15, debian/3.20.15-1, centos/3.20.15-1 for changeset 636a83e65870
2016-05-09 David Douard [pkg] 3.20.15 3.20.15 centos/3.20.15-1 debian/3.20.15-1
2016-04-20 David Douard [views] do not eat the self._cw.message in LogFormView (closes #12421177)
2016-04-19 David Douard [server] make InternalManager.name() return an empty string (closes #12418708)
2016-03-21 Julien Cristau [test/migractions] work around drop_cube not deleting final etypes
2016-03-21 Julien Cristau [hooks] deleting a final entity type shouldn't try dropping an sql table
2016-04-05 Denis Laxalde [tox] Use a revision on proper branch for Yams
2016-03-29 Julien Cristau [webconfig] disable generate-staticdir by default
2016-03-21 Denis Laxalde [test] Skip test_deserialization_base (unittest_repository.SchemaDeserialTC)
2016-03-29 Julien Cristau [devtools] drop unused DumbOrderedDict2 class
2016-03-29 Julien Cristau [devtools] fix sorting in ExecutionPlan._check_permissions on python3
2016-03-21 Denis Laxalde [test] assertItemsEqual → assertCountEqual in unittest_repository.py
2016-03-24 Julien Cristau merge 3.20.14 in 3.21 branch
2016-03-21 Julien Cristau Added tag 3.20.14, debian/3.20.14-1, centos/3.20.14-1 for changeset f66a4895759e
2016-03-21 Julien Cristau [pkg] 3.20.14 3.20.14 centos/3.20.14-1 debian/3.20.14-1
2016-03-21 Julien Cristau [tox] use master URL for yams repository
2016-01-19 Laura Médioni [pylint] Avoid invalid-name on schema relation class names
2016-01-20 Sylvain Thénault [pylint] more work on the pylint support
2016-01-19 Laura Médioni [pylint] remove abstract-method warning
2016-01-19 Laura Médioni [pylint] upgrade pylintext plugin
2016-01-19 Sylvain Thénault update and enhance pylintrc
2016-03-16 Julien Cristau [schema] use json to serialize constraints
2016-03-16 Julien Cristau [pkg] fix cubicweb.spec syntax
2016-03-16 Denis Laxalde [pkg] Use Twisted < 16.0.0
2016-03-16 Julien Cristau [pkg] fix cubicweb.spec syntax
2016-03-16 Julien Cristau [cwconfig] Use imp.load_source instead of exec() to load site_cubicweb.py from apphome
2016-03-15 Rémi Cardona [cwconfig] Stop using lgc.modutils to load *config.py and *ctl.py files
2016-03-16 Rémi Cardona [cwconfig] Stop using lgc.modutils to load site_cubicweb.py files
2016-03-16 Denis Laxalde [test] Use a Popen in i18n tests
2014-05-06 Vladimir Popescu [forms] Fix HTableFormRenderer _render_fields method behavior when display_label is False.
2015-03-17 Aurelien Campeas [connection] remove a dead counter
2014-07-16 Aurelien Campeas [session] drop .is_repo_in_memory
2016-03-16 Aurelien Campeas [session] drop session-as-a-context-manager
2014-06-12 Aurelien Campeas [devtools/repotest] use the RepoAccess object
2014-07-01 Aurelien Campeas [devtools] adapt stresstester to current APIs
2016-03-16 Aurelien Campeas [session] retire session.vreg
2014-07-16 Aurelien Campeas [session] fix super call in Connection.__init__
2014-07-16 Aurelien Campeas [session,repo] remove last trace of "cnxprops"
2016-03-16 Denis Laxalde [pkg] Use Twisted < 16.0.0
2016-03-15 Julien Cristau [web/views] stop using cwaction='cancel'
2016-03-15 Julien Cristau [test] fix test_printable_value_bytes with current pygments
2014-06-12 Aurelien Campeas [session, repository] deprecate repo.connect and move .close reponsibility to session object
2016-03-09 Julien Cristau [web/test] fix typo in doc string
2016-03-09 Julien Cristau [web/httpcache] send weak ETags
2016-03-04 Julien Cristau [server] print backend exception if we fail to execute an sql script
2016-03-15 Julien Cristau [cwctl] drop unnecessary admincnx call from 'shell'
2016-03-07 Julien Cristau [serverctl] allow schema-diff when db and fs are not in sync
2014-07-09 Aurelien Campeas [cwctl] remove networked remote shell
2016-03-15 Julien Cristau [web/calendar] fix regression in previous changeset
2014-03-17 Laura Médioni Enables css customization in CalendarView
2015-09-17 Alexandre Richardson refactor a bit breadcrumbs to ease overriding of the root's display
2015-01-14 Julien Cristau Add migration helper function to delete entity types faster
2016-03-14 Denis Laxalde [testlib] Import nocoverage from logilab.common.testlib
2016-03-14 Julien Cristau [web/test] replace unicode with six.text_type
2016-02-18 Denis Laxalde [devtools/testlib] Issue a RuntimeError when a generative tests is detected
2016-02-18 Julien Cristau [devtools] stop using lgc.testlib.TestCase
2016-03-03 Denis Laxalde [test] Replace remaining generative tests by subtests
2016-03-14 Denis Laxalde [tox] Enable all applicable py34 environments
2016-03-09 Julien Cristau [migration/3.10] fix AttributeError
2016-03-07 Julien Cristau [server/sources] Fix authenticate on pre-3.10 database
2016-01-29 Denis Laxalde [test] Add a test ensuring new cube built from skeleton is flake8-compliant
2016-01-25 Denis Laxalde [skeleton] Ship a tox.ini file upon new cube
2016-03-10 Julien Cristau [web] fix headers on 304 responses (closes #11466875)
2016-03-09 Julien Cristau [web/httpcache] GMTOFFSET no longer exists
2016-03-10 Julien Cristau [web] fix headers on 304 responses (closes #11466875)
2016-02-29 Julien Cristau [rset] fix infinite recursion introduced in c1eb5a676c80
2016-02-17 Sylvain Thénault pep8 unittest_application and unittest_formfields
2016-01-12 Alexandre Richardson [rset] Always complete attribute/relation caches in ResultSet.get_entity
2016-01-12 Alexandre Richardson [rset] refactoring of _build_entity method
2016-02-25 Julien Cristau [entity] comparing two entities returns NotImplemented
2016-02-18 Julien Cristau [test] replace one use of lgc.testlib.unittest_main with unittest.main
2016-02-18 Julien Cristau [test] stop using TestCase.set_description
2016-02-18 Julien Cristau [test] convert a lgc-style generative test into unittest2-style
2016-02-08 Julien Cristau [web/application] fix query log handling on python3
2016-02-08 Julien Cristau [devtools/test] duplicate CubicWebServerTC tests for CubicWebWsgiTC
2016-02-08 Julien Cristau [devtools/test] fix bytes vs text in test_base_url
2016-02-24 Julien Cristau [devtools] skip CubicWebServerTC on python3
2016-02-08 Julien Cristau [web/test] switch unittest_web from twisted to wsgi
2016-02-24 Julien Cristau [devtools] add CubicWebWsgiTC
2016-02-08 Julien Cristau [web/test] return the hash of uploaded files in FileUploadTC instead of their contents
2016-02-08 Julien Cristau [web/test] open() as a context manager
2016-02-08 Julien Cristau [web/test] json.loads expects text, not bytes
2016-02-08 Julien Cristau [wsgi] fix handling of multiple posted files
2016-02-05 Julien Cristau [web/test] Reword doc string for fileupload ajaxfunc
2015-03-03 David Douard [skeleton] do not import the __pkginfo__.py module to make cubes installable via setuptools
2016-02-23 Julien Cristau merge changes from 3.22.2
2016-02-23 Julien Cristau Added tag 3.22.2, debian/3.22.2-1, centos/3.22.2-1 for changeset 1b93ff37755b
2016-02-23 Julien Cristau [pkg] 3.22.2 3.22.2 centos/3.22.2-1 debian/3.22.2-1
2016-02-19 Samuel Trégouët [pkg] fix centos install
2016-02-19 David Douard [datafeed] do NOT call commit in DataFeedXMLParser.process() (closes #10928592)
2016-02-17 Julien Cristau [schema] restore constraint checking when running on old sqlite
2016-02-17 Sylvain Thénault [web/autoform] fix regression introduced by #5758ba784ebd
2015-12-22 Denis Laxalde [tox] Generate test environments for Python 2.7 and 3.4
2016-01-26 Sylvain Thénault [notification] avoid using InternalManager when we've got a CWUser
2016-01-27 Sylvain Thénault [dataimport] rename .time to .now attribute of meta generator
2016-02-18 Denis Laxalde [pkg] Set version to 3.22.2.dev0
2016-01-29 Sylvain Thénault [dataimport] cleanup a bit nohook store, mostly protecting some attributes
2016-02-03 Sylvain Thénault [dataimport] add a filter function to not fail if some extentity has several values for an attribute of final relation
2016-02-03 Sylvain Thénault [sources] synchronize source asynchronously when started from the UI
2016-02-19 Julien Cristau [test] fix unittest_devctl on python3.4
2016-01-21 Denis Laxalde [test] Make sure that newcube command test produces expected files
2016-01-29 Sylvain Thénault [server] remove some pre 3.10 compat
2016-02-17 Julien Cristau [pkg] use https URLs to pypi.{python.org,debian.net}
2016-02-17 Julien Cristau [pkg] use https URL for www.cubicweb.org
2016-02-17 Julien Cristau README: use https URLs for docs.cubicweb.org
2016-02-11 Sylvain Thénault pep8 bits
2016-02-11 Sylvain Thénault [i18n] enhance text formats french translation
2016-02-17 Denis Laxalde Merge with 3.22 branch
2016-02-11 Sylvain Thénault [dataimport] update example to use standard importer
2016-02-16 Julien Cristau merge changes from 3.21.6
2016-02-02 Sylvain Thénault flake8 serverctl
2016-02-16 Sylvain Thénault c-c source-sync now actually force synchronization
2016-02-16 Julien Cristau Added tag 3.21.6, debian/3.21.6-1, centos/3.21.6-1 for changeset b3cbbb7690b6
2016-02-16 Julien Cristau [pkg] 3.21.6 3.21.6 centos/3.21.6-1 debian/3.21.6-1
2016-02-16 Julien Cristau merge changes from 3.20.13
2016-02-16 Julien Cristau Added tag 3.20.13, debian/3.20.13-1, centos/3.20.13-1 for changeset 8c5dabbcd4d9
2016-02-16 Julien Cristau [pkg] 3.20.13 3.20.13 centos/3.20.13-1 debian/3.20.13-1
2016-01-04 Denis Laxalde [pkg] Yams >= 0.42 breaks CubicWeb < 3.21
2016-02-16 Julien Cristau merge changes from 3.19.14
2016-02-16 Julien Cristau Added tag 3.19.14, debian/3.19.14-1, centos/3.19.14-1 for changeset 72a0f70879ac
2016-02-16 Julien Cristau [pkg] 3.19.14 3.19.14 centos/3.19.14-1 debian/3.19.14-1
2016-02-16 Julien Cristau [sources/native] remove extra space before colon
2016-02-16 Julien Cristau [web/views] fix editcontroller regression
2016-02-12 Denis Laxalde Added tag 3.22.1, debian/3.22.1-1, centos/3.22.1-1 for changeset d0d86803a804
2016-02-12 Sylvain Thénault fix test broken by #012e6c7d02ef 3.22.1 centos/3.22.1-1 debian/3.22.1-1
2016-02-12 Julien Cristau [pkg] Attempt to fix rhel6 build
2016-02-12 Julien Cristau [dataimport/test] fix python2.6 syntax error
2016-02-12 Denis Laxalde Remove unused import in entity.py
2016-02-12 Sylvain Thénault [migration] don't ask confirm for those sql queries
2016-02-12 Sylvain Thénault quick fix which closes #0673348 - see comment for more info
2016-02-12 Sylvain Thénault [migration] test if entity type has been in the deleted in the transaction should protect both clauses
2016-02-12 Julien Cristau [pkg] 3.22.1
2015-07-06 David Douard [cwctl] remove support for startorder file in /etc/cubicweb.d (closes #5618947)
2016-02-10 Arthur Lutz [exceptions] fix string conversion for Unauthorized exception
2016-02-08 Julien Cristau Fix Binary on python < 2.7.4 (closes #10593811)
2016-02-11 Sylvain Thénault [migration] fix crash on 3.22 upgrade if entity type doesn't exist in fsschema (pending removal)
2016-02-04 Sylvain Thénault [autoform] when building inlined-form view for a relation, consider related entities intead of other views
2016-01-29 Denis Laxalde Add a __main__ to cubicweb
2016-02-03 Julien Cristau merge 3.19 heads
2016-01-30 Christophe de Vienne [cwvreg] Fix propertyvalues hot updates
2016-02-05 Julien Cristau [pkg] remove useless python >= 3.4 dependency
2016-02-05 Julien Cristau [dataimport/test] fix test failures since 35b29f1eb37a
2016-02-05 Samuel Trégouët [pkg] do not include toplevel directories in rpm (closes #10362119)
2016-02-05 Julien Cristau [devtools] fix config.repository signature
2016-02-03 Sylvain Thénault [predicates] fix paginated_rset when the class has no page_size_property
2016-02-03 Sylvain Thénault [repository] drop usage of no more necessary eschema_eid function
2016-01-28 Sylvain Thénault [repository] set .eid on eschema when schema is loaded from the filesystem
2016-01-29 Sylvain Thénault [dataimport] simplify SQLGenSourceWrapper.add_info
2016-02-01 Sylvain Thénault ensure .tox is blacklisted when recursing on the fs to get some files
2016-02-03 Sylvain Thénault drop a note about usage of sqls_create_multicol_unique_index and avoid a lgdb warning
2016-01-21 Julien Cristau [devtools] don't auto-populate virtual relations
2016-01-29 Denis Laxalde [skeleton] Restore verbose output in setup.py
2015-12-01 Denis Laxalde [hooks] Skip modification_date attribute in "notifentityupdated" hook
2015-12-01 Denis Laxalde [test] Gather tests about mail module
2016-01-05 Julien Cristau [web/component] guard against invalid page_size form parameter
2016-01-05 Julien Cristau [predicates] fix paginated_rset for components that change page_size_property
2016-01-06 Julien Cristau [devtools] fix get_bounds
2016-01-06 Julien Cristau [devtools] "fix" boundary condition for autofill
2016-01-19 Denis Laxalde [test] Use stdlib doctest module instead of logilab-common class
2016-01-14 Denis Laxalde [test] Re-implement generative tests with subtests
2016-01-14 Denis Laxalde [devtools] Re-implement generative tests using subtests
2016-01-28 Sylvain Thénault cleanups
2016-01-26 Samuel Trégouët [pkg] python-tz does not exist in centos should be pytz (closes #10290056)
2016-01-19 Denis Laxalde [test] Skip LDAP tests if any of the underlying programs is not found
2016-01-18 Denis Laxalde Handle virtualenv development mode
2016-01-14 Denis Laxalde [skeleton] Use os.walk in setup.py for Python3 compatibility
2016-01-14 Denis Laxalde [skeleton] Use unittest.main directly
2016-01-14 Denis Laxalde [devtools/testlib] Disable pause trace in setUp
2016-01-12 Denis Laxalde [test] Remove dependency on person cube in devtools package
2016-01-26 Julien Cristau [pkg] add missing python-tz dependency
2016-01-26 Florent Cayré [edit controller] Fix composite entity reparenting when inlined
2015-12-14 Florent Cayré [forms] Do not raise errors on composite required relation being deleted
2015-12-07 Florent Cayré [edit controller] Cancel RQL queries to be performed on entities to be deleted
2015-12-04 Florent Cayré [edit controller] fix handling of removal of subentities from an edit form
2015-11-25 Florent Cayré remove unused import
2015-11-20 Aurelien Campeas [editcontroller] a slight code reorganisation, in preparation for a fix
2015-10-20 Aurelien Campeas [sources/native] ask permission to continue restoring even if metadata do not match (closes #7771864)
2015-07-27 David Douard [views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
2015-12-16 Florent Cayré [web] Move "display all"/ "back to pagination" link generation into the navigation component
2016-01-16 Denis Laxalde Reorganize source tree to have a "cubicweb" top-level package
2016-01-04 Sylvain Thénault clean some remaining dust from goa time
2016-01-06 David Douard [datafeed] io.BytesIO requires a buffer, not a unicode (closes #9783743)
2016-01-07 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
2016-01-07 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
2016-01-04 Julien Cristau Added tag 3.22.0, debian/3.22.0-1, centos/3.22.0-1 for changeset de472896fc0a
2016-01-04 Julien Cristau [pkg] 3.22.0 3.22.0 centos/3.22.0-1 debian/3.22.0-1
2016-01-04 Sylvain Thénault merge
2015-12-09 Sylvain Thénault [formwidgets] a bit of pep8
2015-03-26 Erica Marco [views] improve JQueryDatePicker so that a date field can be defined as the min/max of an other one
2015-12-18 Julien Cristau [entity] don't look at fetch order recursively
2015-12-21 Julien Cristau [pkg] fix paths in debian doc-base control file
2016-01-04 Julien Cristau [ldapfeed] extid and cwuri aren't the same thing
2015-12-23 Julien Cristau [entities] add eid to ISerializableAdapter
2015-12-23 Julien Cristau [doc] 3.22 release notes update
2015-12-22 Julien Cristau [datafeed] use tz-aware datetime objects
2015-12-22 Julien Cristau [pkg] fix syntax error in debian/control
2015-12-22 Julien Cristau [pkg] remove no-longer-used addresses from debian control file
2015-12-22 Julien Cristau [schema] rebuild computed attributes on schema reload
2015-12-22 Julien Cristau [hooks] fix extra_props handling on python3
2015-12-22 Julien Cristau [py3k/ldapparser] avoid confusion between unicode and bytes
2015-12-22 Rémi Cardona [pkg] use correct lgdb version for tz rework
2015-12-18 Sylvain Thénault pep8 bits
2015-12-22 Sylvain Thénault [server] improve TZDatetime support
2015-12-18 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
2015-12-18 Sylvain Thénault [server] fix SQLite patch to ensure TZDatetime are properly typed
2015-12-18 Sylvain Thénault [server] fix name and add docstring to connection initialization functions
2015-12-18 Sylvain Thénault [server] always monkeypatch QuerierHelper to handle dates and times on SQLite
2015-12-17 Sylvain Thénault [testlib] put postgres test database in test/data/database directory
2015-12-02 Julien Cristau [dataimport] make eids_seq_range as massive store instance attribute again
2015-12-02 Julien Cristau [dataimport] stop supporting None as eids_seq_range
2015-12-02 Julien Cristau [dataimport] remove eids_seq_start attribute from massive store
2015-12-02 Julien Cristau [dataimport] massive store in slave mode shouldn't flush metadata
2015-12-21 Samuel Trégouët [dataimport] check that MassiveObjectStore restores the db schema properly
2015-12-21 Samuel Trégouët [dataimport] split out listing indices/constraints from getting the corresponding query
2015-12-15 Samuel Trégouët [dataimport] massive_store: do not drop constraints multiple times
2015-12-15 Samuel Trégouët [dataimport] massive_store: do not drop constraints with `cascade` since it breaks things
2015-12-21 Samuel Trégouët [dataimport] massive_store: drop all constraints in __init__ and restore all in finish
2015-12-15 Samuel Trégouët [dataimport] massive_store: ignore primary key when requesting indexes on a table
2015-12-15 Samuel Trégouët [dataimport] massive_store: reformat sql query
2015-12-21 Rémi Cardona [devtools] Use super() in TestServerConfiguration.__init__()
2015-12-21 Rémi Cardona [devtools] Fix database creation issues for CubicWebTestTC tests
2015-12-21 Rémi Cardona [devtools] Fix database creation issues for CubicWebServerTC tests
2015-12-21 Rémi Cardona [devtools] Move attribute docstring to correct location
2015-12-20 Rémi Cardona [web] Make tests pass if tal isn't available
2015-12-21 Julien Cristau [py3k] fix cubicweb.mail.parse_message_id
2015-12-21 Julien Cristau [test/py3k] fix test_recipients_finder
2015-12-21 Julien Cristau [dataimport] fix SQLGenObjectStore's add_info for python3
2015-12-21 Julien Cristau [dataimport] py3k doesn't like + on dict_items objects
2014-07-16 Aurelien Campeas [repository] remove unused check_session method and its test
2015-12-15 Sylvain Thénault [migration/test] avoid test interdependency by removing fakecustomtype cube
2015-12-09 Julien Cristau [migration/test] use numeric(precision, scale) instead of geometry
2015-12-09 Sylvain Thénault [server, hooks] allow callable in dbh.TYPE_MAPPING
2015-12-09 Sylvain Thénault [migration] consider extra_props in rdef created during attribute creation hook
2015-12-09 Sylvain Thénault [migration] only define variable if needed
2015-12-17 Julien Cristau [migration] handle non-existing attribute type when adding an entity type
2015-12-09 Sylvain Thénault [migration] handle the case where new final entity type is not yet in the schema
2015-12-09 Sylvain Thénault [migration] config.add_cubes should ensure site_cubicweb of new cubes is called
2015-12-09 Sylvain Thénault [migration] test addition of a cube providing a custom final type
2015-09-16 Sylvain Thénault [server] add test demonstrating cache update pb since cw > 3.21
2015-12-10 Julien Cristau Bring back the separate web-side entity cache
2015-12-09 Julien Cristau Backout "[entity,storage] remove hackish code from the bfss path
2015-12-17 Julien Cristau merge with 3.21.5-2
2015-12-10 Arthur Lutz [doc] add documentation about drop_cube
2015-12-17 Julien Cristau Added tag debian/3.21.5-2 for changeset 228b6d2777e4
2015-12-17 Julien Cristau [pkg] don't install dataimport/test in both cubicweb-server and cubicweb-dev debian/3.21.5-2
2015-12-16 Rémi Cardona merge with 3.21.5
2015-12-15 Rémi Cardona Added tag 3.21.5, debian/3.21.5-1, centos/3.21.5-1 for changeset e0572a786e6b
2015-12-15 Rémi Cardona [pkg] 3.21.5 3.21.5 centos/3.21.5-1 debian/3.21.5-1
2015-12-03 Denis Laxalde [js] Fix a ReferenceError in cubicweb.preferences.js
2015-12-14 Julien Cristau [dataimport] add tests for SQLGenObjectStore (closes #9177565)
2015-12-14 Julien Cristau [dataimport] separate entities table from other metadata in SQLGenObjectStore
2015-12-14 Julien Cristau [dataimport] remove threading support from SQLGenObjectStore
2015-12-03 Samuel Trégouët [dataimport] prepare_insert_entity should not crash with SQLGenObjectStore
2015-12-01 Samuel Trégouët [dataimport] Fix method signature
2015-12-01 Samuel Trégouët [dataimport] add missing import 'eschema_eid'
2015-12-15 Rémi Cardona merge with 3.21.4
2015-12-15 Rémi Cardona Added tag 3.21.4, debian/3.21.4-1, centos/3.21.4-1 for changeset d3b92d3a7db0
2015-12-15 Rémi Cardona [pkg] 3.21.4 3.21.4 centos/3.21.4-1 debian/3.21.4-1
2015-12-15 Rémi Cardona merge with 3.20.12
2015-12-15 Rémi Cardona Added tag 3.20.12, debian/3.20.12-1, centos/3.20.12-1 for changeset 03e8fc9f79a6
2015-12-11 Denis Laxalde [tox] Ensure pytest gets run with virtualenv's python
2015-11-09 Denis Laxalde [tox] Use generating environments
2015-12-09 Sylvain Thénault a bit of pep8
2015-12-15 Rabah Meradi [adapters] Use an adapter for serializing entities to a bare python structure
2015-12-14 Julien Cristau [pkg] 3.20.12 3.20.12 centos/3.20.12-1 debian/3.20.12-1
2015-12-14 Julien Cristau [dataimport] Fallback from COPY to executemany (closes #9135780)
2015-12-14 Julien Cristau [web/views] unlink svg temp file after we're done
2015-12-08 Rémi Cardona Use cubicweb._
2015-12-08 Rémi Cardona [web/views] Controllers should always return bytes
2015-12-09 Rémi Cardona [devtools] Fix 'newcube' on py3k
2015-12-10 Rémi Cardona [toolsutils] Small fixes to fill_templated_file()
2015-12-10 Rémi Cardona [skeleton] Fix broken spec file template
2015-12-10 Rémi Cardona [devtools] Fix fd leak in tests
2015-12-09 Julien Cristau [devtools] stop using datetime.now() in cwctl newcube and i18ncube
2015-12-09 Julien Cristau [hooks] fix timestamp confusion in DataImportsCleanupStartupHook
2015-12-09 Julien Cristau [hooks] fix timestamp confusion in TransactionsCleanupStartupHook
2015-12-10 Rémi Cardona merge with 3.21.3
2015-12-09 Rémi Cardona Added tag 3.21.3, debian/3.21.3-1, centos/3.21.3-1 for changeset 9edfe9429209
(0) -10000 -3000 -1000 -384 +384 +1000 tip