2015-07-07 Julien Cristau [serverctl] call server_{maintenance,shutdown} hooks around add-source
2015-07-07 Rémi Cardona Update hgignore
2015-07-07 Julien Cristau delete unmaintained clone_deps script
2015-07-09 Rémi Cardona merge 3.20.9 into 3.21
2015-07-09 Rémi Cardona Added tag 3.20.9, debian/3.20.9-1, centos/3.20.9-1 for changeset d477e6447582
2015-07-09 Rémi Cardona [pkg] 3.20.9 3.20.9 centos/3.20.9-1 debian/3.20.9-1
2015-04-08 Sylvain Thénault [forms] don't display 'remove' link of inlined form for the first entity related using a '+' cardinality to its parent entity
2015-07-08 Denis Laxalde [tox] Update doc testenv to account for documentation restructuring
2015-07-02 Sylvain Thénault [schema] drop old backward compat code
2015-06-11 David Douard [datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
2015-06-11 David Douard [cwxml parser] refactor url handling code to use urlparse and urlencode (related to #5456849)
2015-06-26 Sylvain Thénault add use_extid_as_cwuri ext entity transform, that will be often necessary and not so easy to write at once
2015-06-26 Sylvain Thénault [dataimport] dispatch and deprecate old code
2015-06-30 Denis Laxalde Add tox.ini file
2015-06-29 Denis Laxalde Add requirements.txt files in test directories
2015-03-09 Rémi Cardona Spelling fixes in comments and docstrings
2015-04-08 Rémi Cardona [web/views] Clean up confusing backwards compatibility code
2015-07-02 Julien Cristau [server/test] avoid lgdb warnings from str to unicode conversion
2015-07-03 Rémi Cardona [web/test] Modernize unittest_propertysheet.py
2015-07-03 Rémi Cardona [web/webconfig] Drop pre-3.9 backward compatibility method "has_resource"
2015-07-03 Rémi Cardona [web] Stop using negative indices with os.stat results
2015-07-03 David Douard [doc] small rst fixes and cleanups in changelog files
2015-07-03 David Douard [doc] make the changelog chapter a one html page
2015-07-03 David Douard [doc] reformat changes files headers
2015-07-03 David Douard [doc] remove mentions of pyro and reposity instance type
2015-07-03 David Douard [doc] put the tutorials between the intro and the `Repository development` toc of the book
2015-07-03 David Douard [doc] move the documentations from docstring directly to the book.
2015-07-03 David Douard [predicates] remove deprecated sentences in docstrings
2015-07-03 David Douard [predicates] objectify the anonymous_user predicate
2015-07-02 David Douard [doc] more fixes of warnings/errors in doc build
2015-06-23 Julien Cristau [doc] fix warnings/errors in doc build
2015-01-08 Christophe de Vienne [doc] Start documenting the API
2015-01-08 Christophe de Vienne [doc] Remove useless indexes
2015-01-08 Christophe de Vienne [doc] Insert the dev docs in the toc
2015-01-08 Christophe de Vienne [doc] Restructure the documentation
2015-07-06 Julien Cristau [migration/3.21.0] performance and reliability fixes
2015-07-06 Julien Cristau [serverctl] fix source-sync command
2015-07-07 Julien Cristau [server] missing import
2015-07-02 Julien Cristau [server/test] stop using email cube
2015-07-02 Rémi Cardona [web/views] Remove unused variable
2015-07-02 Rémi Cardona [server/session] bring anonymous_connection back
2015-07-02 Rémi Cardona [migration/3.21] idempotency fixes
2015-07-02 Rémi Cardona [migration/3.21] Make index and table creation idempotent
2015-07-02 Julien Cristau [migration/3.21] Add missing foreign keys when upgrading
2015-07-01 Sylvain Thénault [schema2sql] properly consider skip_relations parameters.
2015-07-02 Julien Cristau [hooks/test] don't rely on RelationDefinition implicitly
2015-06-11 Laura Médioni [web] write css_class to attrs on rendering and not on button creation
2015-06-26 Julien Cristau [statsd_logger] handle ipv6 addresses
2015-05-04 David Douard implement a simple statsd logger (closes #5488711)
2015-07-01 Adrien Di Mascio [predicates] ExpectedValuePredicate now accepts a dict parameter
2015-06-18 Christophe de Vienne [rql2sql] Fix iter_exists_sols() excessive cleaning of _state.tables
2015-06-25 David Douard [cwctl] allow overriding config settings from the command line (closes #5557656)
2015-06-26 Sylvain Thénault avoid sanitizing warnings
2015-06-26 Julien Cristau [devtools] avoid warning about source['global-db-name']
2015-06-26 Julien Cristau [skeleton] remove no-break space from skeleton setup.py
2015-06-26 Julien Cristau [server/test] drop unused import
2015-06-26 Julien Cristau [doc] update 3.21 release notes
2015-06-26 Rémi Cardona [devtools] Sort _cw_fields in fake_form
2015-06-26 Rémi Cardona [entity] sort fetchattrs when generating rql
2015-06-26 Rémi Cardona Update hgignore for temporary test databases
2015-04-03 Samuel Trégouët [js] removed unused and broken SuggestForm Widget (closes #5213487)
2015-06-30 Rémi Cardona [test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
2015-06-29 Julien Cristau [server/test] fix random error in unittest_security
2015-06-29 Julien Cristau [entity] fix typo in comment
2015-06-26 Denis Laxalde [doc] Add a tutorial and extend documentation for ExtEntityImporter
2015-06-26 Yann Voté [dataimport] introduce the importer and extentity classes
2015-06-26 Denis Laxalde [test] Use store.prepare_insert_relation instead of deprecated relate method
2015-06-24 Sylvain Thénault [dataimport] since we have foreign key constraints in the database, 'entities' table should be updated first
2015-06-24 Yann Voté [dataimport] Move stores to new API.
2015-06-23 Rabah Meradi [js] Using appropriate http method when calling a remote function to respect REST principles.
2014-05-06 Julien Cristau [server/test] Add a test for db-statement-timeout option
2014-03-05 Julien Cristau [datafeed] give an error message if a source is missing a parser id
2014-06-23 Julien Cristau [storage] use mkstemp to create files in bfss
2015-06-11 Denis Laxalde [test] Skip spa2rql tests when fyzz is not available
2015-06-23 Julien Cristau [web/staticcontrollers] fix docstring spelling
2015-06-23 Julien Cristau [server/rql2sql] fix spelling in comment
2015-06-23 Julien Cristau [doc/book] fix rql syntax examples
2015-05-15 Julien Cristau [migration] add sql constraints on upgrade
2015-03-22 Julien Cristau [schema] neuter check method for constraints we implement in sql
2015-03-22 Julien Cristau add IUserFriendlyError adapter for violation of check constraints
2015-05-18 Julien Cristau [hooks/syncschema] drop/add check constraints as appropriate
2015-03-22 Julien Cristau [schema2sql] support NOW and TODAY in check constraints
2015-05-18 Julien Cristau [schema2sql] insert some constraints into the backend
2015-06-23 Julien Cristau [test] run unittest_syncschema with postgresql
2015-05-15 Julien Cristau [test] run unittest_migractions on postgresql
2015-06-23 Rémi Cardona [devtools] Put pg sockets in /tmp
2015-05-18 Julien Cristau [devtools] change the way we start/stop postgresql
2015-05-18 Julien Cristau [devtools] make test db name for postgresql process-specific
2015-05-18 Julien Cristau [devtools] extract functions to start/stop a postgresql cluster
2015-05-18 Julien Cristau [test] don't leave NULL columns around when making an attribute required
2015-06-23 Rémi Cardona [server/session] Roll back in connection exit
2015-05-20 Alain Leufroy [web/views/formrenderer] do not use `cubicweb:target` attribute on form (closes #5534074)
2014-07-25 Adrien Di Mascio [js] lint : make it explicit that typeof is an operator, not a function.
2015-05-21 Rémi Cardona [devtools] qunit: show helpful data when an assertion fails
2015-05-20 Rémi Cardona [web/test] Use shorter $() instead of jQuery()
2015-05-20 Rémi Cardona [devtools] qunit: use new async testing APIs
2015-05-20 Rémi Cardona [devtools] qunit: use new assert APIs
2015-05-20 Rémi Cardona [devtools] qunit: stop using global variables
2015-05-20 Rémi Cardona [devtools] qunit: update to 1.18.0 (closes #5533333)
2015-05-20 Rémi Cardona [devtools] qunit: stop using deprecated assert functions
2015-05-13 Rémi Cardona [devtools] qunit: remove useless window.close()
2015-05-13 Rémi Cardona [devtools] qunit: refactor functions into QUnitView
2015-05-13 Rémi Cardona [devtools] qunit: only start firefox once per test
2015-05-13 Rémi Cardona [devtools] qunit: decrease test timeout
2015-05-13 Rémi Cardona [devtools] qunit: increase resolution and depth of Xvfb screen
2015-05-13 Rémi Cardona [web/test] Always call QUnit.ok with a message
2015-05-13 Rémi Cardona [web/test] Fix remaining JS tests (closes #5533303)
2015-05-13 Rémi Cardona [web/test] Stop testing that exceptions raised in Deferred callbacks call errback
2015-05-13 Rémi Cardona [web/test] stop calling loadxhtml with a form.callback
2015-05-13 Rémi Cardona [web/test] Fix reset of loaded JS/CSS files
2015-05-13 Rémi Cardona [web/test] Use proper JSON syntax
2015-05-13 Rémi Cardona [web/test] Update mock ajax reply from "render" ajaxfunc
2015-05-13 Rémi Cardona [devtools] Serve JS tests over HTTP (closes #5533285)
2015-05-13 Rémi Cardona [web/data] Support Deferred objects outside XHR
2015-06-22 Rémi Cardona merge 3.20.8 in 3.21
2015-06-22 Rémi Cardona [views] Revert previous changeset 8f05aaabf355
2015-06-22 Rémi Cardona Added tag 3.20.8, debian/3.20.8-1, centos/3.20.8-1 for changeset ec284980ed9e
2015-06-22 Rémi Cardona [pkg] Prepare 3.20.8 3.20.8 centos/3.20.8-1 debian/3.20.8-1
2014-07-25 Adrien Di Mascio [js] simplify cw.log implementation
2015-06-22 Julien Cristau [web/views] don't force http redirect on logout
2015-06-15 Aurelien Campeas [views/schema] extract a hardcoded css class attribute
2015-06-03 Aurelien Campeas [formwidgets] move TextArea constants to the class level
2015-06-22 Rémi Cardona [server/test] fix broken test
2015-06-18 Rémi Cardona [test] typo in entities test comment
2015-06-18 Rémi Cardona [cwconfig] typo in comment
2015-06-19 Julien Cristau [serverctl] allow changing the log level for source-sync command
2015-04-30 Katia Saurfelt [web, urlrewrite] remove unused `cachekey` argument from `rgx_action` (closes #5355967)
2015-06-19 Katia Saurfelt [web] Fix the path to the `static directory` (closes #5355965)
2015-06-18 Julien Cristau [web/json] Controller.publish must return encoded data
2015-04-15 Aurelien Campeas [entities] fix dc_title output for bool(value) == False
2015-05-15 Julien Cristau [hooks] manhandle the parsed rql query, not its string representation
2015-06-19 Rémi Cardona merge 3.19.12 in 3.20
2015-06-19 Rémi Cardona Added tag 3.19.12, debian/3.19.12-1, centos/3.19.12-1 for changeset 5932de3d50bf
2015-06-19 Alain Leufroy [pkg] prepare 3.19.12 3.19.12 centos/3.19.12-1 debian/3.19.12-1
2015-06-18 Alain Leufroy [web/views/formrenderer] remove `cubicweb:target` attribute on form once the target <iframe> is inserted
2015-06-16 Adrien Di Mascio [views] implement a custom json error view
2015-05-13 Adrien Di Mascio don't override req.form['vid'] in the publisher's error_handler
2015-06-15 Sylvain Thénault when some inlined relation is set using cw_edited, its security shouldn't be checked.
2015-06-15 Sylvain Thénault [test] stop depending on the email cube for hooks test
2015-06-11 Sylvain Thénault [schemas] cwuri should be read-only
2015-04-06 Sylvain Thénault fix EditController._ordered_formparams method in case some mandatory relation isn't specified
2015-03-19 Laura Médioni [views] take into account subvid form param in SameETypeListView
2015-06-03 Rabah Meradi [doc] fix errors in test_visibility_propagation example
2015-06-13 Sylvain Thénault i18n typo
2015-06-09 Rémi Cardona [predicates] Use proper deprecation mechanisms
2015-05-22 Rabah Meradi [doc] loadRemote does a POST by default
2015-06-03 Rabah Meradi [doc] how to change logo using css
2015-06-03 Rabah Meradi [doc] escape | operator so it will be visible in the docs
2015-06-03 Rabah Meradi [doc] add missing import for FourOhFour class
2015-06-03 Rabah Meradi [doc] the instance is sytweb_instance and sytweb is the cube
2015-06-12 Denis Laxalde [server] Do not use progress bar when stdout is not a TTY
2015-05-13 Christophe de Vienne [wf] Fix Workflow.replace_state()
2015-05-05 David Douard [tags] add properly formated tags for 3.19 and 3.20 releases
2015-05-05 Sylvain Thénault [reledit] also check for cardinality before displaying the delete relation action. Closes #5334750
2015-02-25 Sylvain Thénault [schema] add a unique index on cwuri
2014-02-13 Aurelien Campeas [web] move AbstractAuthManager near its immediate concrete subclass
2014-02-13 Aurelien Campeas [web] move abstract session manager to web/sessions
2014-06-11 Aurelien Campeas [repository] rename session -> cnx
2014-06-11 Aurelien Campeas [server/test] delete commented-out test
2014-06-11 Aurelien Campeas [connection] remove the `mode` attribute
2014-06-11 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
2014-06-11 Aurelien Campeas [server] remove cnxset tracking, it is now unneeded
2014-06-11 Aurelien Campeas [devtools] remove the remaining bw compat for old-style tests
2014-06-11 Aurelien Campeas [session] remove session-related bw compat code
2014-06-11 Aurelien Campeas [session/transaction] removed unused transaction class
2014-06-11 Aurelien Campeas [transactions] cleanup after the dbapi removal
2014-06-10 Aurelien Campeas [session/cnx] remove `session_handled` logic
2014-06-10 Aurelien Campeas [web/sessions] reduce repoapi usage where possible
2014-06-10 Aurelien Campeas [entity,storage] remove hackish code from the bfss path
2014-06-13 Aurelien Campeas [connection] eliminate ClientConnection leftovers
2014-06-13 Aurelien Campeas [session] all cnx._session become cnx.session
2014-06-10 Aurelien Campeas [repoapi] fold ClientConnection into Connection
2014-06-13 Aurelien Campeas [migractions] remove any session related leftovers
2014-06-13 Aurelien Campeas [session] provide missing apis to Connection
2014-07-01 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
2015-05-05 Denis Laxalde [dataimport] Turn the module into a package
2014-11-07 Rémi Cardona [dataimport] Properly escape strings sent to COPY FROM (closes #5278743)
2015-04-28 Adrien Di Mascio [http] fix cache-control syntax in EtagHTTPCacheManager
2014-07-01 Aurelien Campeas [connection] provide some missing documentation bits
2014-06-06 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
2015-04-22 Julien Cristau [server] drop repo.internal_session and InternalSession
2015-04-22 Rémi Cardona Added tag cubicweb-version-3.20.7, cubicweb-debian-version-3.20.7-1, cubicweb-centos-version-3.20.7-1 for changeset 359d68bc1260
2015-04-22 Rémi Cardona [pkg] 3.20.7 3.20.7 centos/3.20.7-1 cubicweb-centos-version-3.20.7-1 cubicweb-debian-version-3.20.7-1 cubicweb-version-3.20.7 debian/3.20.7-1
2015-04-22 Julien Cristau [dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repository transaction methods which were used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.call_service which was used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.commit/rollback which was used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.entity_metas which was used by the dbapi
2014-06-04 Aurelien Campeas [dbapi] retire repo.execute, which was used by the dbapi
2014-06-05 Aurelien Campeas [devtools/testlib] remove dbapi backward-compat
2015-03-13 Julien Cristau [test] fix copy-pasta in doc string
2015-03-13 Julien Cristau [book] remove dbapi documentation
2015-03-27 Alain Leufroy [uilib] `uilib.js` helper now honors explicit JSString (closes #4959538)
2014-06-03 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
2015-03-13 Julien Cristau [web/views] remove dbapi usage from 'gc' view
2015-04-07 Christophe de Vienne [sqlite] Fix integrity error parsing
2015-04-06 Sylvain Thénault [postgres] fix limit_size regexp to properly remove one char tags like <p>.
2015-04-15 Sylvain Thénault [postgres] _regproc.postgres.sql should be reloadable
2015-04-21 Julien Cristau [mail] include Date header in generated mails (closes #5271058)
2015-04-02 Julien Cristau [doc] mention datadir-url configuration option in release notes
2015-04-22 Julien Cristau [web] add test for datadir-url option (related to #5204550)
2015-04-01 Julien Cristau [web] Add datadir-url configuration option (closes #5204550)
2015-03-31 Julien Cristau [web] kill https-deny-anonymous option (closes #5193687)
2015-01-29 Julien Cristau [cwctl] don't filter DeprecationWarnings
2015-01-28 Julien Cristau [exceptions] avoid calling UniqueExceptionError.rtypes after closing the session
2015-04-22 Rémi Cardona [web/test] Fix broken tests after commit b81adb5e32f9
2014-06-11 Julien Cristau [web/test] don't delete uicache directory
2015-02-20 Julien Cristau [web/views] add text/n3 rdf view
2014-10-31 Nicolas Chauvat [schemas] make CWEType.final default to False (closes #5049201)
2014-04-04 Julien Cristau [repository] replace session with cnx in a few places
2014-12-01 Julien Cristau Don't pass an encoding to rqlst.as_string()
2014-07-27 Rémi Cardona [rset] Deprecate the 'encoded' argument to ResultSet.printable_rql()
2015-04-22 Julien Cristau [gcdebug] ignore _NeedAuthAccessMock instances
2015-02-10 Rémi Cardona [views] Fix 'gc' view to use 'repo_gc_stats' service
2015-02-10 Rémi Cardona [services] Fix 'repo_gc_stats' to return a list of unreachable objects' repr
2015-02-10 David Douard [services] Prevent 'repo_stats' service from aggregating information
2015-04-22 David Douard [hooks] add a looping task that dumps the stats regularly in a file
2015-02-23 Denis Laxalde [web/facet] Use an Exists node in HasRelationFacet
2015-04-01 Denis Laxalde [debian] Add a Breaks for cubicweb-folder which stills use GMTOFFSET
2015-03-16 Julien Cristau [web] kill GMTOFFSET (closes #2154655)
2015-03-26 Julien Cristau [web/request] don't play tricks with utc offset
2015-03-25 Denis Laxalde [server/test] Drop dependency on folder cube
2015-03-25 Denis Laxalde [web/test] Drop folder cube dependency
2015-04-22 Rémi Cardona merge 3.20.6 into 3.21
2015-04-01 Rémi Cardona [web/views] Allow changing CSVView's separator (closes #5227442)
2015-04-16 Sylvain Thénault [web/view/treeview] add a 'selected' class on <li> if the entity's url is the currently displayed url
2015-04-02 Julien Cristau Added tag cubicweb-version-3.20.6, cubicweb-debian-version-3.20.6-1, cubicweb-centos-version-3.20.6-1 for changeset 7f64859dcbcd
2015-04-02 Julien Cristau [pkg] 3.20.6 3.20.6 centos/3.20.6-1 cubicweb-centos-version-3.20.6-1 cubicweb-debian-version-3.20.6-1 cubicweb-version-3.20.6 debian/3.20.6-1
2015-03-30 Julien Cristau [notification] don't block while sending mails
2015-02-01 Sylvain Thénault [dataimport] make MetaDataGenerator / NoHookObjectStore usable from a datafeed parser
2015-02-01 Sylvain Thénault [dataimport] don't generate metadata which are explicitly specified
2015-03-27 Julien Cristau [debian] prepare 3.20.5-2
2015-03-27 Julien Cristau merge 3.19.11-2 into 3.20
2015-03-27 Julien Cristau Added tag cubicweb-debian-version-3.19.11-2 for changeset 6d265ea7d56f
2015-03-27 Julien Cristau [debian] Update watch file cubicweb-debian-version-3.19.11-2 debian/3.19.11-2
2015-03-27 Julien Cristau [debian] Fix cubicweb-dev dependency
2015-03-27 Julien Cristau Added tag cubicweb-version-3.20.5, cubicweb-debian-version-3.20.5-1, cubicweb-centos-version-3.20.5-1 for changeset 51aa56e7d507
2015-03-27 Julien Cristau [pkg] 3.20.5 3.20.5 centos/3.20.5-1 cubicweb-centos-version-3.20.5-1 cubicweb-debian-version-3.20.5-1 cubicweb-version-3.20.5 debian/3.20.5-1
2015-03-25 Sylvain Thénault [dataimport] don't insert created_by / owned_by relations when user is the internal manager (eid = -1).
(0) -10000 -3000 -1000 -240 +240 +1000 tip