Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1536
+1536
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[CWEP002] Add support for computed attribute synchronization
2014-09-16, by Sylvain Thénault
[CWEP002] Add schema finalization checks for computed attributes
2014-04-28, by Laura Médioni
[CWEP002] Account for attribute formula in schema bootstrap
2014-06-16, by Denis Laxalde
[CWEP002 migration] support sync_schema_props_perms for computed relations
2014-08-28, by Sylvain Thénault
[CWEP002 migration] support add_relation_type for computed relations
2014-08-28, by Laura Médioni
[CWEP002 migration] support drop_relation_type for computed relations
2014-08-28, by Laura Médioni
[CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
2014-08-28, by Laura Médioni
[hooks] do not abuse of inheritance for CWRType hooks
2014-06-27, by Laura Médioni
[schema serial] add some comments
2014-06-16, by Laura Médioni
[schema] define full_rql on RQLExpression class
2014-06-16, by Laura Médioni
[schema] properly raise BadSchemaDefinition
2014-08-29, by Laura Médioni
[CWEP002] properly handle serialization of computed relations
2014-08-28, by Lea Capgen
[CWEP002] Plug the computed relation rewriter in the querier
2014-06-27, by Denis Laxalde
[CWEP002] refactor rql read security checking
2014-02-13, by Sylvain Thénault
[CWEP002] introduce RQLRelationRewriter
2014-06-16, by Sylvain Thénault
[CWEP002] Add schema finalization checks for computed relations (rules)
2014-09-12, by Lea Capgen
[schema] add utility function to build a CubicWebSchema from a namespace
2014-09-12, by Rémi Cardona
Fix test migration crash waiting to happen due to inferred relations
2014-08-28, by Sylvain Thénault
fix typo in syncschema hooks
2014-08-28, by Sylvain Thénault
[test] Make test_undo_api less random
2014-09-16, by Julien Cristau
merge 3.17.17 into 3.18 branch
stable
2014-09-17, by Julien Cristau
[wsgi] Fix unicode decoding in POST
2014-09-10, by Christophe de Vienne
[wsgi] add the --debug / -D option to the wsgi command
2014-08-21, by Christophe de Vienne
[wsgi] Fix multiple variables reading in params
2014-09-08, by Christophe de Vienne
[wsgi] Set self.vreg
2014-09-02, by Christophe de Vienne
[wsgi] Add missing import
2014-09-02, by Christophe de Vienne
[wsgi] Fix https detection
2014-09-02, by Christophe de Vienne
[wsgi] Re-set the request content after calling the inherited constructor.
2014-07-24, by Christophe de Vienne
[wsgi] Honor the 'CONTENT_TYPE' wsgi variable
2014-07-24, by Christophe de Vienne
Added tag cubicweb-version-3.17.17, cubicweb-debian-version-3.17.17-1, cubicweb-centos-version-3.17.17-1 for changeset 57e9d1c70512
stable
2014-09-17, by Aurelien Campeas
[pkg] prepare 3.17.17
stable
cubicweb-centos-version-3.17.17-1
cubicweb-debian-version-3.17.17-1
cubicweb-version-3.17.17
2014-09-16, by Aurelien Campeas
[web/headers] don't list a request header twice in "Vary"
2014-07-29, by Julien Cristau
[test] silence a few more deprecation warnings in unittest_hooks
2014-07-28, by Julien Cristau
[session] call rollback in Connection.__exit__
2014-07-25, by Julien Cristau
[devtools] pre_setup_database takes a Connection, not a Session
2014-07-24, by Julien Cristau
[source/native] cPickle is available in all supported pythons
2014-06-03, by Aurelien Campeas
devtools: deprecate .req_from_url
2014-07-22, by Aurelien Campeas
[tests] Add a webtest based TestCase class
2014-06-17, by Christophe de Vienne
[tests] Move 'anonymous_allowed' property from CubicWebServerTC to CubicWebTC
2014-06-17, by Christophe de Vienne
[compat] Remove imports of "any" and "all" from lgc (closes #4306044)
stable
2014-09-02, by David Douard
[css] Remove the `div` tag specification of the pendingDelete css rule
stable
2014-08-26, by Florent Cayré
[cwvreg] cleanup the event manager when reloading modules
stable
2014-05-21, by Alain Leufroy
[test] Add missing attribute 'add' permission in test schema
stable
2014-06-12, by Julien Cristau
[facet html] Add surrounding div with "facetBody" class to "has_text" facet.
stable
2014-05-01, by Florent Cayré
[cwctl] don't prompt for cube options in automatic mode
stable
2014-06-13, by Julien Cristau
[serverctl] fix default value for db-init config-level
stable
2014-06-13, by Julien Cristau
[web] Return useful error messages when exceptions arise in ajax controllers (closes #3932503)
stable
2014-06-05, by Rémi Cardona
[test] Fix test breakage uncovered by previous changeset
stable
2014-07-23, by Julien Cristau
[etwist] use more specific REQUEST_ENTITY_TOO_LARGE instead of BAD_REQUEST
2014-07-08, by Julien Cristau
[entities, view] delete dead code
2014-07-08, by Julien Cristau
[book] stop talking about the hg `forest` extension
2014-07-04, by Julien Cristau
[book] update sections about dependencies
2014-07-04, by Julien Cristau
[web/component] move unicode() call around
2014-07-23, by Julien Cristau
[web/js] replace callAddOrDeleteThenReload with more generic callAjaxFuncThenReload
2014-07-23, by Julien Cristau
[hooks/syncsession] try to remove cnx vs session confusion
2014-07-22, by Julien Cristau
Fix Binary.__eq__ (closes #4172701)
stable
2014-07-22, by Julien Cristau
[dataimport] stop ignoring errors on flush
2014-07-09, by Julien Cristau
[dataimport] don't commit on flush
2014-07-09, by Julien Cristau
[test] Add test for dataimport's RQLObjectStore
2014-07-09, by Julien Cristau
[dataimport] Stop swallowing errors from commit/flush
2014-07-09, by Julien Cristau
[dataimport] Update RQLObjectStore to Connection API
2014-07-09, by Julien Cristau
[dataimport] remove _rql heresy
2014-07-09, by Julien Cristau
[dataimport] remove dead code
2014-07-09, by Julien Cristau
[dataimport] do not use sys.exit() to raise missing argument error
2014-06-03, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: add the tests
2014-06-02, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: do not ignore columns if data is a list
2014-06-02, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: fix datetime converter + add time converter
2014-06-02, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: raise ValueError if conversion cannot be performed
2014-06-02, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: fix separator check in string converter
2014-06-02, by Alain Leufroy
[dataimport] _create_copyfrom_buffer: put converters into a list
2014-06-02, by Alain Leufroy
merge 3.19.3 into 3.20 branch
2014-07-18, by Julien Cristau
Added tag cubicweb-version-3.19.3, cubicweb-debian-version-3.19.3-1, cubicweb-centos-version-3.19.3-1 for changeset 37f7c60f89f1
2014-07-18, by Julien Cristau
[pkg] prepare 3.19.3
3.19.3
centos/3.19.3-1
cubicweb-centos-version-3.19.3-1
cubicweb-debian-version-3.19.3-1
cubicweb-version-3.19.3
debian/3.19.3-1
2014-07-18, by Julien Cristau
merge from 3.18 branch
2014-07-18, by Julien Cristau
merge 3.17.16 into 3.18 branch
stable
2014-07-18, by Julien Cristau
Remove uses of logilab.common.compat.{all,any}
2014-07-17, by Rémi Cardona
remove references to global environment variable APYCOT_ROOT
2014-07-09, by Aurelien Campeas
Add warning messages when enabling remote pickle-based repository access
2014-07-02, by Julien Cristau
[web] Fix expiry of anonymous sessions (closes #4154479)
2014-07-18, by Julien Cristau
[hooks/syncschema] avoid altering a dropped table
2014-07-16, by Julien Cristau
[js] fix name error
2014-06-12, by Florent Cayré
[devtools] improve error message when postgresql tools are missing
2014-06-03, by Alain Leufroy
[server] Replace non portable strftime formatter (closes #4132161)
2014-07-11, by Rémi Cardona
[web/request] use a picklable Counter object for tab index counters
2014-06-12, by Aurelien Campeas
[web/auth] The auth retriever's authenticated() callback takes a session, not a cnx
2014-07-15, by Julien Cristau
[test] Fix the query-log-file test
2014-07-11, by Julien Cristau
[doc/book] spelling fixes in security tutorial
2014-07-11, by Julien Cristau
[doc/book] spelling fixes in "testing" chapter
2014-07-11, by Julien Cristau
[datafeed sources] finish the session -> cnx switch
2014-06-11, by Aurelien Campeas
[doc/book] update examples, using the new connection api
2014-06-06, by Aurelien Campeas
[test/entities] use the new connection api
2014-06-11, by Aurelien Campeas
[web] restore query logging functionality (closes #3972561)
2014-07-02, by Julien Cristau
[cwctl] make cubicweb-ctl versions lighter (closes #4002158)
2014-06-17, by Julien Cristau
Added tag cubicweb-version-3.17.16, cubicweb-debian-version-3.17.16-1, cubicweb-centos-version-3.17.16-1 for changeset a979d1594af6
stable
2014-07-08, by Aurelien Campeas
[forms] consider inline creation form information as linkto info. Closes #3161121
2013-09-23, by Sylvain Thénault
[pkg] prepare 3.17.16
stable
cubicweb-centos-version-3.17.16-1
cubicweb-debian-version-3.17.16-1
cubicweb-version-3.17.16
2014-07-07, by Aurelien Campeas
[reledit] Fix reledit icons jumpiness (closes #4106867)
stable
2014-06-02, by Rémi Cardona
[views] Replace poorly named "invisible" class with "list-unstyled"
stable
2014-06-02, by Rémi Cardona
[views] a 'div' with 'display: inline' screams 'span'
stable
2014-06-02, by Rémi Cardona
[pkg] remove simplejson dependency
2014-07-04, by Julien Cristau
Added tag cubicweb-version-3.19.2, cubicweb-debian-version-3.19.2-1, cubicweb-centos-version-3.19.2-1 for changeset 8ac2202866e7
2014-07-03, by Julien Cristau
[pkg] Fix version number
3.19.2
centos/3.19.2-1
cubicweb-centos-version-3.19.2-1
cubicweb-debian-version-3.19.2-1
cubicweb-version-3.19.2
debian/3.19.2-1
2014-07-03, by Julien Cristau
[pkg] 3.19.2
2014-07-03, by Julien Cristau
[webtests] finish to give all self.view(....) a req=req parameter
2014-06-06, by Aurelien Campeas
[tests/syncsession] use the new connection api
2014-06-05, by Aurelien Campeas
[webtests/application] remove unused imports
2014-07-01, by Aurelien Campeas
[webtests/application] .user(...) really wants a request object
2014-06-05, by Aurelien Campeas
[tests/datafeed] use the new connection api (a small leftover)
2014-06-04, by Aurelien Campeas
[entitiestests/base] don't store an entity on the test case
2014-07-02, by Julien Cristau
[entitiestests/base] use the new connection api
2014-06-05, by Aurelien Campeas
[testlib] use the new connection api
2014-06-04, by Aurelien Campeas
[exttests/rest] use the new connection api
2014-06-05, by Aurelien Campeas
[webtests/bookmarks] use the new connection api
2014-06-04, by Aurelien Campeas
[hookstests/integrity] use the new connection api
2014-06-04, by Aurelien Campeas
[hookstests/base] use connections instead of web requests
2014-07-02, by Julien Cristau
[hookstests/base] use the new connection api
2014-06-04, by Aurelien Campeas
[hookstests/syncschema] use the new connection api
2014-06-04, by Aurelien Campeas
[tests/rqlannotation,querier] use the new connection api
2014-06-04, by Aurelien Campeas
[webtests/web] use the new connection api
2014-07-02, by Julien Cristau
[webtests/navigation] use the new connection api
2014-06-03, by Aurelien Campeas
[webtests/basetemplates] use the new connection api
2014-06-03, by Aurelien Campeas
[webtests/basecontrollers] use the new connection api
2014-06-05, by Aurelien Campeas
[testlib] deprecate .remote_call and provide new connection api friendly .remote_calling
2014-06-03, by Aurelien Campeas
[webtests/propertysheet] kill an "import *"
2014-06-03, by Aurelien Campeas
[webtests/breadcrumbs] break long lines
2014-06-03, by Aurelien Campeas
[webtests/views_editforms] use the new connection api
2014-06-05, by Aurelien Campeas
[webtests/urlrewrite] do not store a plain entity on the test, only an eid
2014-07-01, by Aurelien Campeas
[webtests/urlrewrite] use the new connection api
2014-06-03, by Aurelien Campeas
[webtests/urlpublisher] use the new connection api
2014-06-05, by Aurelien Campeas
[webtests/baseviews] use the new connection api
2014-06-03, by Aurelien Campeas
[devtools/testlib,fill] use the new connection api (for auto_populate)
2014-07-02, by Julien Cristau
[webtests/automatic views tests] use the new connection api
2014-07-02, by Julien Cristau
[devtools/repotest] simplify a very small helper
2014-06-04, by Aurelien Campeas
[tests/repotest] use the new connection api
2014-06-04, by Aurelien Campeas
[tests/querier] use the new connection api (part 3/3)
2014-06-02, by Aurelien Campeas
[test/querier] use the new connection api (part 2/3)
2014-06-10, by Aurelien Campeas
[test/querier] use the new connection api (part 1/3)
2014-06-10, by Aurelien Campeas
[dbapi] allow talking to a pre-3.19 remote repository
2014-07-01, by Julien Cristau
[migration] don't add new elements to config._cubes in remove_cube
2014-06-17, by Julien Cristau
[web test] repair test broken by 0872ac2a1db0
2014-07-02, by Sylvain Thénault
[dataimport] Drop reference to the 'source' column (closes #4067694).
2014-05-06, by Damien Garaud
[notification] drop on commit sending of message feature of NotificationView
2014-05-21, by Sylvain Thénault
[datafeed parser] enhance retrieve_url to support POSTing data and custom HTTP headers
2014-03-21, by Sylvain Thénault
[datafeed parser] fix retrieve_url to always return urllib2.urlopen compatible output
2014-03-25, by Sylvain Thénault
[datafeed parser] factor out retrieve_url method from DataFeedXMLParser.parse
2014-03-20, by Sylvain Thénault
[datafeed] Allow to override use_cwuri_as_url in configuration of a datafeed source
2014-03-20, by Sylvain Thénault
merge from 3.19 branch
2014-06-27, by Julien Cristau
[entity/rset] replace scary warnings about ambiguous rdefs by XXX in the code
2014-04-03, by Sylvain Thénault
[web/js] Deprecate baseuri() and replace with BASE_URL (closes #3955372)
2014-05-23, by Rémi Cardona
[request] Ensure base_url() always has a trailing '/' (closes #3955093)
2014-05-23, by Rémi Cardona
[schema] spelling fixes in doc strings
2014-06-11, by Julien Cristau
[views] a 'div' with 'display: inline' screams 'span'
2014-06-02, by Rémi Cardona
[views] Rewrite cw.utils.formContents() with jQuery (closes #3747244)
2014-02-17, by Rémi Cardona
[web/data] Remove broken backward compatibility function
2014-05-26, by Rémi Cardona
[repoapi] make ClientConnection call RequestSessionBase's init
2014-06-19, by Julien Cristau
[webtests/views_staticcontrollers] use the new connection api
2014-06-02, by Aurelien Campeas
[webtests/views_selectors] use the new connection api
2014-06-02, by Aurelien Campeas
[webtests/views_json] use the new connection api
2014-06-02, by Aurelien Campeas
[webtests/views_errorform] use the new connection api
2014-06-02, by Aurelien Campeas
[webtests/views_actions] use the new connection api
2014-06-02, by Aurelien Campeas
[webtests/views_xmlrss] use the new connection api
2014-06-02, by Aurelien Campeas
[webtest/pyviews] use the new connection api
2014-06-02, by Aurelien Campeas
[tests/sqlutils] use the new connection api
2014-06-02, by Aurelien Campeas
[tests/postgres] use the new connection api
2014-06-02, by Aurelien Campeas
[tests/repository] use the new connection api (part 2/2)
2014-06-02, by Aurelien Campeas
[repository,tests] use the new connection api (part 1/2)
2014-06-02, by Aurelien Campeas
[book] fix various parts of the rql section
stable
2014-06-17, by Sylvain Thénault
[repository] session -> cnx renaming (already done in the source object)
2014-06-02, by Aurelien Campeas
[tests/session] remove unused import
2014-05-30, by Aurelien Campeas
[tests/datafeed] use the new connection api
2014-05-30, by Aurelien Campeas
[tests/checkintegrity] use the new connection api
2014-05-30, by Aurelien Campeas
[tests/schemaserial] kill star import
2014-05-30, by Aurelien Campeas
[tests/schemaserial] break long lines
2014-05-30, by Aurelien Campeas
[tests/ldap] don't leak sessions
2014-06-16, by Julien Cristau
[tests/ldap] use the new connection api
2014-05-30, by Aurelien Campeas
[test/migration] fix crash on execution
2014-06-13, by Aurelien Campeas
[web] Remove unreachable and broken code
2014-06-05, by Rémi Cardona
[testlib] call init_config once the config has been properly bootstraped
2014-04-15, by Sylvain Thénault
[devtools] even better: use a plain Connection (server-side) object for pre_setup
2014-06-12, by Aurelien Campeas
[devtools] pre_setup_database should take a connection object
2014-05-30, by Aurelien Campeas
[tests/migration] use the new connection api
2014-05-30, by Aurelien Campeas
[tests/undo] use the new connection api
2014-05-28, by Aurelien Campeas
[js/ajax] deprecate user-callback support
2014-06-12, by Aurelien Campeas
EditRelationMixIn: stop using user_rql_callback
2014-03-07, by Julien Cristau
[tests/storage] use the new connection api
2014-05-28, by Aurelien Campeas
[tests/security] use the new connection api
2014-06-05, by Aurelien Campeas
[htmlwidgets] Remove unreachable code
2014-06-02, by Rémi Cardona
Remove redundant __nonzero__ methods
2014-04-24, by Rémi Cardona
[etwist] Remove unused host_prefixed_baseurl()
2014-05-23, by Rémi Cardona
[basetemplate] Remove misleading comment
2014-05-23, by Rémi Cardona
[tests/security] break lines > 100 chars
2014-05-28, by Aurelien Campeas
[doc/3.19] Mention [gs]et_shared_data deprecation
2014-06-11, by Julien Cristau
[hooks] internal_session -> internal_cnx (including a typo)
2014-06-03, by Aurelien Campeas
deprecate get/set_shared_data API
2014-05-02, by Aurelien Campeas
[migration] Stop setting session.data['rebuild-infered']
2014-06-11, by Julien Cristau
Import PIL modules from the PIL namespace to be Pillow-compatible
2014-06-04, by Christophe de Vienne
merge two stable heads
stable
2014-06-10, by Julien Cristau
merge 3.18.5 into 3.19 branch
2014-06-10, by Julien Cristau
merge 3.17.15 into 3.18 branch
stable
2014-06-10, by Julien Cristau
[vreg] fix bad super call to lgc.registry.Registry()
stable
2014-05-16, by Adrien Di Mascio
Added tag cubicweb-version-3.18.5, cubicweb-debian-version-3.18.5-1, cubicweb-centos-version-3.18.5-1 for changeset 5071b69b6b0b
stable
2014-06-05, by Aurelien Campeas
[pkg] prepare 3.18.5
stable
cubicweb-centos-version-3.18.5-1
cubicweb-debian-version-3.18.5-1
cubicweb-version-3.18.5
2014-06-05, by Aurelien Campeas
[sobjects] update notifications system to 3.19 api
2014-04-09, by Sylvain Thénault
[connection] set language on new Connection for the internal manager
2014-06-04, by Julien Cristau
Added tag cubicweb-version-3.19.1, cubicweb-debian-version-3.19.1-1, cubicweb-centos-version-3.19.1-1 for changeset 1fe4bc4a8ac8
2014-06-03, by Julien Cristau
[pkg] Add missing data files to MANIFEST
3.19.1
centos/3.19.1-1
cubicweb-centos-version-3.19.1-1
cubicweb-debian-version-3.19.1-1
cubicweb-version-3.19.1
debian/3.19.1-1
2014-06-03, by Julien Cristau
[pkg] prepare 3.19.1
2014-06-03, by Julien Cristau
[views] new cubicweb logo (closes #3803681)
2014-05-05, by David Douard
[serverctl] rename 'add-source' to 'source-add' for consistency's sake (closes #3732169)
2014-04-09, by Nicolas Chauvat
[test/hook] use the new connection API
2014-06-03, by Aurelien Campeas
[testlib] complete the RepoAccess object (closes #3843614)
2014-05-30, by Aurelien Campeas
[debian] version cubicweb-bootstrap Breaks
2014-05-22, by Julien Cristau
[wsgi] Delete unused instance_uri and get_full_path methods on CubicWebWsgiRequest
2014-05-06, by Julien Cristau
[test] drop unused import
2014-04-15, by Sylvain Thénault
[sobjects] silent 3.19 warnings in sobjects/supervising.py
2014-04-09, by Sylvain Thénault
[test] update entities/test/unittest_wfobjs to cw 3.19 api
2014-04-04, by Sylvain Thénault
[test] Add missing import to fix old yams warning
2014-04-10, by Sylvain Thénault
[dataimport, migration] silence find_entities / find_one_entity warning
2014-04-09, by Sylvain Thénault
[repo] fix extid2entity to ensure connection's has a cnxset
2014-04-09, by Sylvain Thénault
[test] update sobjects/test/unittest_cwxmlparser to cw 3.19 api
2014-04-09, by Sylvain Thénault
[repo] make it clear in internal_cnx that security is disabled
2014-04-09, by Sylvain Thénault
[datafeed] update datafeed internals to use connection instead of session
2014-04-04, by Sylvain Thénault
[test] update sobjects/test/unittest_notification to cw 3.19 api
2014-04-04, by Sylvain Thénault
[test] simplify setup of sobjects/test/unittest_supervising.py
2014-04-04, by Sylvain Thénault
[test] update sobjects/test/unittest_supervising to cw 3.19 api
2014-04-04, by Sylvain Thénault
[test] update sobjects/test/unittest_email to cw 3.19 api
2014-04-04, by Sylvain Thénault
[wsgi] the spec says wsgi.url_scheme *must* be provided
2014-05-06, by Julien Cristau
[shell] provide autocompletion for rql queries in cubicweb-ctl shell (closes #3560541)
2014-05-12, by Adrien Di Mascio
[book] avoid '~' in all-in-one.conf, it is not expanded
2014-04-18, by Julien Cristau
[book] uicfg moved from web to web.views a while ago
2014-05-07, by Julien Cristau
[wsgi] look at wsgi.url_scheme to decide if we're on https
2014-05-06, by Julien Cristau
[web] Fix HEAD request handling (closes #3677949)
2014-03-24, by Julien Cristau
[wsgi] avoid reading the entire request body in memory
2014-05-16, by Julien Cristau
Added tag cubicweb-version-3.17.15, cubicweb-debian-version-3.17.15-1, cubicweb-centos-version-3.17.15-1 for changeset ee413076752b
stable
2014-05-13, by Aurelien Campeas
[pkg] also bump __pkginfo__
stable
cubicweb-centos-version-3.17.15-1
cubicweb-debian-version-3.17.15-1
cubicweb-version-3.17.15
2014-05-13, by Aurelien Campeas
[pkg] prepare 3.17.15
stable
2014-05-13, by Aurelien Campeas
[cache] fix a cache issue with an entity created without relation cache prefill
stable
2014-05-13, by Aurelien Campeas
[web/test] add a test for some http response codes
2014-04-08, by Julien Cristau
[views] remove reference to the MAPPING_CHECKERS dict (closes #3810219)
2014-05-06, by David Douard
[web/ajax] Always return a json dict with a 'reason' key in case of ajax errors
2014-03-13, by Julien Cristau
[web/ajax] don't override any status code with 500 in ajax_error_handler
2014-03-13, by Julien Cristau
[web] Add asserts to the raw header conversion functions
2014-03-14, by Julien Cristau
[view] Delete dead(?) code from ReloadableMixIn
2014-03-07, by Julien Cristau
Add a db-statement-timeout option for postgresql sources
2014-02-04, by Julien Cristau
[test] use assertNotIsInstance instead of assert_(not isinstance(...))
2014-04-18, by Julien Cristau
[services] register_user now returns the new CWUser
2014-04-23, by Julien Cristau
[server/session] remove json dumps around call_service
2014-04-23, by Julien Cristau
[req.find] Use vreg.schema.eschema for eschema lookup
2014-04-30, by Christophe de Vienne
[doc] Typo
2014-04-30, by Christophe de Vienne
[formfields] Handle 'placeholder' attribute for text and textarea
2014-01-07, by Christophe de Vienne
[forms] Add autocomplete attribute for formrenderers
2014-04-14, by Alain Begey
[widget] Addition of EmailInput
2014-04-11, by Alain Begey
close branch
reldefsecurity
2014-01-13, by Nicolas Chauvat
Added tag cubicweb-version-3.19.0, cubicweb-debian-version-3.19.0-1, cubicweb-centos-version-3.19.0-1 for changeset 1141927b8494
2014-04-28, by Julien Cristau
[debian] set release date
3.19.0
centos/3.19.0-1
cubicweb-centos-version-3.19.0-1
cubicweb-debian-version-3.19.0-1
cubicweb-version-3.19.0
debian/3.19.0-1
2014-04-28, by Julien Cristau
[entity] add a new `cw_linkable_rql` method
2014-04-28, by Katia Saurfelt
[schema] fix buggy composite_rdef_roles and associated test
2014-04-07, by Sylvain Thénault
[doc] update 3.19 release notes
2014-04-28, by Julien Cristau
[login form] Fix BaseLogForm.form_action()
2014-04-28, by Christophe de Vienne
[migration] move 'entities' table changes from 3.19.0 to bootstrap script
2014-04-28, by Julien Cristau
[server/session] add missing rollback when freeing a db connection
2014-04-28, by Julien Cristau
[debian] add Breaks on cubicweb-bootstrap
2014-04-24, by Julien Cristau
Drop duplicated content in ITreeAdapter docstring
stable
2014-04-08, by Denis Laxalde
an -> a (misc)
stable
2014-04-14, by Rémi Cardona
an utf-8 -> a utf-8
stable
2014-04-14, by Rémi Cardona
an URI -> a URI
stable
2014-04-14, by Rémi Cardona
an unicode string -> a unicode string
stable
2014-04-14, by Rémi Cardona
an URL -> a URL
stable
2014-04-14, by Rémi Cardona
Remove a misleading comment about self.render() behavior.
stable
2014-04-01, by Christophe de Vienne
[migractions] add sanity check in rename_relation_type
stable
2014-03-06, by Julien Cristau
[dataimport] Add safety belt on "gen_rtype" in MetaGenerator, closes #3712892
stable
2014-04-07, by Vincent Michel
[dataimport] Correctly serialize datetime objects in _create_copyfrom_buffer, closes #3712885
stable
2014-04-07, by Vincent Michel
[dataimport] Prevent ucsvreader from skipping the first line when ignore_errors is True (closes #3705791)
stable
2014-04-03, by Rémi Cardona
[dataimport] Avoid double unicode decoding in ucsvreader (closes #3705752)
stable
2014-04-03, by Rémi Cardona
[doc] Document the user_data dictionnary content
stable
2014-04-25, by Christophe de Vienne
[debian] break old cubicweb-vcsfile
2014-04-24, by Julien Cristau
[services] catch missing group early in register_user
2014-04-23, by Julien Cristau
[services] rename register_user kwargs to cwuserkwargs
2014-04-23, by Julien Cristau
[services] don't hardcode 'users' group for register_user
2014-04-22, by Julien Cristau
[sobjects/test] check that register_user properly sets user name and email address
2014-04-22, by Julien Cristau
[server] Refactor Repository.register_user into a CubicWeb service (closes #3020639)
2013-07-19, by Vladimir Popescu
[migration] set a cnxset before process_script()
2014-04-18, by Julien Cristau
[server] make internal_cnx get and keep a connection to the db
2014-04-10, by Julien Cristau
[server/session] make commit/rollback obey ensure_cnx_set
2014-04-22, by Julien Cristau
[repo] fix deprecation messages for stats and gc_stats
2014-04-09, by Julien Cristau
[cwconfig] use "foo not in bar" instead of "not foo in bar"
2014-04-10, by Julien Cristau
[debian] Add Breaks on a few cubes that need changes for 3.19
2014-04-10, by Julien Cristau
[hooks] run cascading delete hook later
2014-04-10, by Julien Cristau
[devtools] set PGPORT/PGHOST when calling pg_ctl start
2014-04-10, by Julien Cristau
[server/test] update to deal with lgdb sqlserver fix
stable
2014-04-23, by Julien Cristau
[test] Fix regressions from 96549de9dd70 "[test] use assertIn where appropriate"
2014-04-10, by Julien Cristau
[repo] Fix register_user
2014-04-09, by Julien Cristau
[test] use assertNotIn where appropriate
2014-04-08, by Julien Cristau
[test] use assertIn where appropriate
2014-04-08, by Julien Cristau
[doc] Add removal of old multi-sources to 3.19 release notes
2014-04-09, by Julien Cristau
[pkg] Bump to 3.19.0
2014-04-09, by Julien Cristau
[web/debug] remove code broken by session refactoring
2014-04-09, by Julien Cristau
[web/debug] Fix check for open sessions
2014-04-09, by Julien Cristau
[cwconfig] Remove useless 'ui-cube' configuration option (closes #3728904)
2014-03-20, by Rémi Cardona
[test] Use RepoAccess.shell() in unittest_predicates
2014-04-07, by Julien Cristau
[devtools] add 'shell' method to RepoAccess, deprecate CubicWebTC's
2014-04-07, by Julien Cristau
[repo] make extid2eid work with either a session or a connection
2014-04-07, by Julien Cristau
[repository] extid2eid's 'commit' argument no more necessary
2014-04-04, by Sylvain Thénault
[repository] complete argument is no more needed since we have no more 'true' multisource.
2014-04-04, by Sylvain Thénault
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
2014-04-04, by Sylvain Thénault
[repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly
2014-04-04, by Julien Cristau
[web/data] Remove broken jquery-json plugin (closes #3590335)
2014-03-28, by Rémi Cardona
Add missing relation types items in schema global variables
2014-01-27, by Denis Laxalde
[web] return 403 for Unauthorized, not 401
2014-03-13, by Julien Cristau
[test] update unittest_repoapi to 3.19 api (sic)
2014-04-03, by Sylvain Thénault
[test] update unittest_utils to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_rset to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_rqlrewrite to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_req to 3.19 api
2014-04-03, by Sylvain Thénault
[test] update unittest_predicates to 3.19 api
2014-04-03, by Sylvain Thénault
[web/test] port unittest_reledit to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] port unittest_magicsearch to RepoAccess API
2014-04-04, by Julien Cristau
[web/test] use real_error_handling context manager instead of open-coding it
2014-04-03, by Julien Cristau
[web/test] port unittest_idownloadable to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] remove useless calls to self.request() from CORS tests
2014-04-03, by Julien Cristau
[web/test] port unittest_formfields to RepoAccess API
2014-04-03, by Julien Cristau
[web/test] port unittest_form to RepoAccess API
2014-04-02, by Julien Cristau
[web/test] port unittest_facet to RepoAccess API
2014-04-02, by Julien Cristau
[web/test] move unittest_controller to RepoAccess test API
2014-04-02, by Julien Cristau
[web/test] port unittest_breadcrumbs to 3.19 test api
2014-04-02, by Julien Cristau
[web/test] avoid deprecation warnings from find_entities()
2014-04-02, by Julien Cristau
[web/test] port unittest_application to new 3.19 API
2014-04-02, by Julien Cristau
[test] silence warnings for unittest_schema by upgrading to new 3.19 API
2014-04-04, by Sylvain Thénault
[test] silence warnings for unittest_cwctl by upgrading to new 3.19 API
2014-04-04, by Sylvain Thénault
[test] replace some assert{True,False} with more specific method
2014-04-04, by Sylvain Thénault
[test] silence warnings for unittest_entity by upgrading to new 3.19 API
2014-04-01, by Sylvain Thénault
Fix constraint sync during migration
2014-04-07, by Julien Cristau
merge 3.18.4 into default
2014-04-07, by Julien Cristau
Added tag cubicweb-version-3.18.4, cubicweb-debian-version-3.18.4-1, cubicweb-centos-version-3.18.4-1 for changeset 0176da9bc752
stable
2014-04-07, by Julien Cristau
[test/data] Add missing 'add' permission on attribute
stable
cubicweb-centos-version-3.18.4-1
cubicweb-debian-version-3.18.4-1
cubicweb-version-3.18.4
2014-04-04, by Sylvain Thénault
[hooks/notification] Fix indentation
2014-04-07, by Julien Cristau
[devtools] deprecate CWTC.user()
2014-04-03, by Sylvain Thénault
minor cleanups
2014-04-03, by Sylvain Thénault
some copyright updates
2014-04-03, by Sylvain Thénault
[devtools] properly close open access on tearDown
2014-04-03, by Sylvain Thénault
[devtools] make comment (a bit) more readable
2014-04-03, by Sylvain Thénault
[devtools] avoid an internal deprecation warning
2014-04-02, by Julien Cristau
[server/session] undeprecate session.anonymous_session
2014-04-02, by Julien Cristau
[web/sessions] use session.sessionid instead of deprecated session.id
2014-04-02, by Julien Cristau
[repo] don't set cnxset when getting the session to close it
2014-04-03, by Sylvain Thénault
[repo] handle connection explicitly when calling session open/close hooks
2014-04-02, by Julien Cristau
[hooks/syncschema] work with connections not sessions
2014-04-01, by Julien Cristau
[server/sources] {before,after}_entity_insertion wants a cnx not a session
2014-04-01, by Julien Cristau
[hooks/syncsources] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/notification] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/metadata] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/bookmark] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/workflow] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/email] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/integrity] use a cnx not a session
2014-04-01, by Julien Cristau
[hooks/security] let's use a connection, not a session
2014-04-01, by Julien Cristau
[server/sources/native] deal with connections, not sessions
2014-04-01, by Julien Cristau
[server] eschema_eid needs a connection, not a session
2014-04-01, by Julien Cristau
[repository] operations get a connection instead of a session
2014-04-01, by Julien Cristau
[server/hook] operations get a connection instead of a session
2014-04-01, by Julien Cristau
[repository] Use an internal connection in register_user
2014-04-01, by Julien Cristau
avoid to internally raise 3.19 warnings
2014-04-01, by Sylvain Thénault
[sources] ensure we have a cnxset in undoable_transactions
2014-04-07, by Julien Cristau
[server] move security/integrity hook management away from InternalSession.__init__
2014-04-04, by Julien Cristau
[migration] make 'session' object be a server-side Connection, not ClientConnection
2014-04-03, by Julien Cristau
[sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
2014-03-20, by Sylvain Thénault
[web] fix language negotiation
2014-04-04, by Julien Cristau
[merge] bring the 3.17.14 fixes to 3.18
stable
2014-04-01, by Aurelien Campeas
[test/utils] repair concat-resources test
stable
2014-04-01, by Aurelien Campeas
[pkg] bump cubicweb.spec
stable
2014-03-31, by Aurelien Campeas
[dataimport] Correctly call rschema(rtype) in SqlGenObjectStore, closes #3694139
stable
2014-03-31, by Vincent Michel
[pkg] prepare 3.18.4
stable
2014-03-28, by Aurelien Campeas
[web] Disable 'concat-resources' by default (closes #3670503)
stable
2014-03-20, by Rémi Cardona
[testlib] Drop override of assertItemsEqual method
stable
2014-03-12, by Denis Laxalde
[rewrite] Fix crash when the main variable doesn't appear in the snippet's vargraph
stable
2014-03-13, by Sylvain Thénault
[ext/rest] Catch SystemExit raised by docutils
stable
2014-03-13, by Denis Laxalde
[entity] User-defined relation to skip for copy has precedence
stable
2014-03-14, by Jérôme Roy
Make EditController edit_entity method always return an eid
stable
2014-02-26, by Denis Laxalde
[migration] Improve update of in-memory schema during 3.18 CWAttribute.defaultval change
stable
2014-03-26, by Julien Cristau
[migration] always rebuild infered relation
stable
2014-03-27, by Sylvain Thénault
Backout "[web/navigation] use add_onload instead of inline javascript href"
stable
2014-03-24, by Julien Cristau
[test] those are rql tests, not cubicweb (and they break with rql 0.31.5). Remove them.
stable
2014-03-14, by Sylvain Thénault
[source/native] allow many eid creation per .create_eid call (closes #3526594)
2014-03-24, by Aurelien Campeas
[pkg] bump the dependency on logilab.database
2014-02-06, by Aurelien Campeas
[source/native] refactor eid generation code
2014-03-10, by Aurelien Campeas
Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
2014-03-24, by Julien Cristau
[server] Fix AttributeError in extid2eid
2014-03-24, by Laura Médioni
[book] Update documentation for new repoapi
2014-03-11, by Julien Cristau
[utils] the json module is always available
2014-03-14, by Julien Cristau
[fti] properly close the ProgressBar
2014-03-17, by Julien Cristau
[serverctl] use repoapi for db-check, add-source, rebuild-fti commands
2014-03-17, by Julien Cristau
[devtools] make get_repo_and_cnx return a repoapi ClientConnection
2014-03-05, by Julien Cristau
[repoapi] Avoid deprecation warnings from session.id
2014-03-05, by Julien Cristau
[server] some s/session/cnx/
2014-02-18, by Julien Cristau
Move setting session.mtime from dbapi to web session manager
2014-03-05, by Julien Cristau
[web] whitespace cleanup in http_headers.py
2014-03-13, by David Douard
[web] implement cross origin resource sharing (CORS) (closes #2491768)
2014-03-14, by Nicolas Chauvat
[devtools] add a 'method' argument to RepoAccess.web_request
2014-03-12, by David Douard
[web] Fix handling of some http headers
2014-03-14, by Julien Cristau
[web/request] deprecate user_callback
2014-03-10, by Julien Cristau
[doc] undocument user_callback
2014-03-07, by Julien Cristau
Added tag cubicweb-centos-version-3.17.14-1, cubicweb-version-3.17.14, cubicweb-debian-version-3.17.14-1 for changeset fa00fc251d57
stable
2014-03-12, by Florent Cayré
[migractions] Better handle removal of RQLConstraint in sync_schema
stable
cubicweb-centos-version-3.17.14-1
cubicweb-debian-version-3.17.14-1
cubicweb-version-3.17.14
2014-03-10, by Denis Laxalde
[test] when the config change, we should cleanup sys.path and sys.modules. Closes #3634164
stable
2014-03-10, by Sylvain Thénault
[wsgi] make sure request.content is available for consumption
2014-03-06, by Julien Cristau
[facet] create a RangeRQLPathFacet (closes #2852512)
2014-01-29, by Katia Saurfelt
[request] Make sure set_message() actually displays its given message (closes #3003425)
2013-10-31, by Rémi Cardona
[pkg] prepare 3.17.14
stable
2014-03-05, by Aurelien Campeas
[hooks/syncschema] do not crash on double removal of a constraint
stable
2014-02-27, by Aurelien Campeas
[doc/book] Fix typo in import
stable
2014-02-19, by Rémi Cardona
[server/session] fix a couple typos in doc strings
2014-02-18, by Julien Cristau
[server/migractions] finish migration to repoapi objects
2014-02-18, by Julien Cristau
[server] use the ClientConnection directly now that it has more methods available
2014-03-05, by Julien Cristau
[repoapi] add security/hook control and system_sql
2014-02-18, by Julien Cristau
[predicates] fix thinko in doc strings
2014-02-17, by Julien Cristau
[web/basecomponents] remove EtypeRestrictionComponent
2014-02-17, by Julien Cristau
[ldapparser, book] document additional error causes
2014-02-14, by Dimitri Papadopoulos
[js] remove leftover dead code in loadxhtml
2014-02-14, by Julien Cristau
[web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
2014-03-04, by Damien Garaud
[schema] fix composite deletion handling
2014-01-21, by Aurelien Campeas
[schema] add composite handling helpers on EntitySchema (related to #3463112)
2014-01-24, by Aurelien Campeas
[server] Handle unique constraint violations under recent sqlite
2014-02-17, by Julien Cristau
[i18n] update
2014-03-04, by Julien Cristau
[i18n] es.po updated
2014-03-04, by Celso FLORES
merge 3.18.x in 3.19 branch
2014-02-17, by Julien Cristau
3.18 is stable
stable
2014-02-17, by Julien Cristau
[schema] explicitly declare 'add' permissions for a couple attributes
2014-02-17, by Julien Cristau
Added tag cubicweb-version-3.17.13, cubicweb-debian-version-3.17.13-1, cubicweb-centos-version-3.17.13-1 for changeset 09b4ebb9b0f1
stable
2014-02-14, by Aurelien Campeas
Added tag cubicweb-version-3.18.3, cubicweb-debian-version-3.18.3-1, cubicweb-centos-version-3.18.3-1 for changeset afd21fea201a
2014-02-14, by Julien Cristau
Update translations
cubicweb-centos-version-3.18.3-1
cubicweb-debian-version-3.18.3-1
cubicweb-version-3.18.3
2014-02-14, by Julien Cristau
[pkg] prepare 3.18.3
2014-02-14, by Julien Cristau
merge 3.17.13
2014-02-14, by Julien Cristau
[ldapfeed] fix encode error during initial user import
stable
cubicweb-centos-version-3.17.13-1
cubicweb-debian-version-3.17.13-1
cubicweb-version-3.17.13
2014-02-14, by Dimitri Papadopoulos
[web/data] Ignore disabled widgets in cw.utils.formContents() (closes #3544492)
2014-02-12, by Rémi Cardona
[etwist] Fix an empty request content after a Twisted processing (closes #3546795).
2014-02-14, by Damien Garaud
[web/data] remove images that aren't used anywhere
2014-02-13, by Julien Cristau
[web/data] Add missing images from jquery-ui 1.10.3
2014-02-13, by Julien Cristau
[web/navigation] use add_onload instead of inline javascript href
2014-02-14, by Julien Cristau
[web/data] fix treeview regression (closes #3526466)
2014-02-14, by Julien Cristau
backout 8f3e963501e2, which is not ready yet
stable
2014-02-14, by Aurelien Campeas
[pkg] also bump it there
stable
2014-02-13, by Aurelien Campeas
[pkg] prepare 3.17.13
stable
2014-02-10, by Aurelien Campeas
[navigation] use add_onload instead of inline javascript href
stable
2014-02-11, by Julien Cristau
[uilib] allow canvas tags in the html cleaner
stable
2014-02-05, by Julien Cristau
[ajax] use a custom tag to handle dynamically loaded js
stable
2014-02-05, by Julien Cristau
[dataimport] fix comment
stable
2014-02-03, by Aurelien Campeas
[hooks/security, devtools/fill] silence yams 0.38.0 warnings
stable
2014-02-12, by Aurelien Campeas
Drop 3.13 incomplete backward compat in edit controller.
2014-02-03, by Florent Cayré
[devtools] force locale to C for postgresql test clusters
2014-02-10, by Julien Cristau
[rql2sql] remove special behaviour of symmetric relation vs DISTINCT
2013-12-20, by Sylvain Thénault
Typo in comments and error messages
2014-02-11, by Dimitri Papadopoulos
Fix typo in a setup.py comment
2014-02-13, by Dimitri Papadopoulos
[dataimport, migration] more fixes in the spirit of a6c32edabc8d:
2014-02-13, by Dimitri Papadopoulos
[doc] Fix typo in devrepo/fti
2014-02-06, by Denis Laxalde
[doc/3.19] Clarify repoapi.get_repository usage
2014-02-04, by Denis Laxalde
[server] use a connection instead of a session for user authentication
2014-01-29, by Julien Cristau
Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
2014-02-11, by Julien Cristau
[server/repo] use internal_cnx in init_sources_from_database
2014-01-28, by Julien Cristau
[server/session] avoid spurious warnings from Session.close
2014-01-29, by Julien Cristau
[server] rename session to cnx in querier and plan
2014-01-29, by Julien Cristau
[repo] Use a connection instead of a session for repo.stats()
2014-01-29, by Julien Cristau
[repo] Use a connection instead of a session for repo.gc_stats()
2014-01-29, by Julien Cristau
[repo] Use a connection instead of a session for repo.get_versions()
2014-01-29, by Julien Cristau
[webconfig] get_repository moved to repoapi
2014-01-30, by Julien Cristau
[schemaserial] Replace 'cursor' with 'cnx'
2014-01-30, by Julien Cristau
[book] basic documentation for LDAPfeed
2014-02-03, by Dimitri Papadopoulos
[testlib] Use session.sessionid instead of deprecated session.id
2014-01-29, by Julien Cristau
Add data/pgdb to hgignore patterns
2014-02-07, by Julien Cristau
[test] make unittest_postgres pass
2014-01-27, by Julien Cristau
[devtools] make PostgresTestDataBaseHandler start its own postgresql
2014-01-28, by Julien Cristau
[web/staticcontrollers] create a unique temporary file for concat handling
2014-02-05, by Julien Cristau
[server/repo] Use session.sessionid instead of session.id
2014-01-29, by Julien Cristau
[server/session] use _free_cnxset instead of free_cnxset to avoid warnings
2014-01-29, by Julien Cristau
[server] Use internal_cnx instead of internal_session in init_repository
2014-01-28, by Julien Cristau
[server/session] session.id → session.sessionid
2014-01-30, by Julien Cristau
English typography
2014-02-04, by Dimitri Papadopoulos
[repo] restore python 2.6 compatibility
2014-02-03, by Julien Cristau
[server] use internal_cnx instead of internal_session in deserialize_schema
2014-01-28, by Julien Cristau
[server/schemaserial] rename cursor argument to cnx
2014-01-28, by Julien Cristau
[repo] Use a connection instead of a session in Repository.properties()
2014-01-29, by Julien Cristau
[server/sources] replace references to dbapi with repoapi
2014-01-30, by Julien Cristau
[doc/3.19] Make repoapi description match code
2014-01-30, by Julien Cristau
[serverctl] remove broken schema-sync command
2014-02-03, by Julien Cristau
[server/session] Fix docstring typo for InternalSession
2014-01-30, by Julien Cristau
[book] typo
2014-01-24, by Dimitri Papadopoulos
[server] fix TypeErrors
2014-01-29, by Julien Cristau
[notification] use an InternalManager object for notifications if we have an (email, lang) tuple
2013-12-17, by Julien Cristau
[req] if a user has a None property, fall back to the default
2013-12-17, by Julien Cristau
[server] Allow setting an InternalManager's preferred language
2013-12-17, by Julien Cristau
merge 3.18.2 into 3.19 branch
2014-01-27, by Julien Cristau
[migration/3.18] protect against attributes in db missing from fsschema
2014-01-23, by Julien Cristau
[doc] Update copyright date to 2014 (closes #3463136)
2014-01-21, by Arthur Lutz
[repoapi] Fix typos in doc strings and comments
2014-01-24, by Julien Cristau
[cwxml parser] minor pylint fixes
2013-12-17, by Sylvain Thénault
[devtools] make CubicWebTC.login as admin undo previous logins
2014-01-14, by Julien Cristau
[devtools] fix self.session._cnx vs self.cnx._cnx confusion after self.login
2014-01-14, by Julien Cristau
[devtools] _orig_cnx does not exist any more (missing change)
2014-01-23, by Aurelien Campeas
[c-c schema] option to show single etype (closes #3404831)
2014-01-06, by Aurelien Campeas
[multi-sources-removal] Drop entities.source column
2014-01-23, by Sylvain Thénault
[repo] pylint cleanup, mainly of imports, with a bit of style
2014-01-23, by Julien Cristau
[multi-sources-removal] Drop no more used federated ('true') multi-sources related code
2013-07-01, by Sylvain Thénault
[multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
2014-01-22, by Sylvain Thénault
[multi-sources-removal] Drop cnxset_freed from source interface
2013-06-27, by Sylvain Thénault
[cnxset] add backwards compat for cnxset.source_cnxs
2014-01-22, by Julien Cristau
[multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
2014-01-22, by Sylvain Thénault
[ldap] simplify connection handling
2013-06-27, by Sylvain Thénault
[ldap] merge cw.server.ldaputils back into ldapfeed source
2013-06-27, by Sylvain Thénault
[config] cleanup/refactor server sources file values handling
2013-07-02, by Sylvain Thénault
[repoapi] drop get_option_value's foreid argument
2014-01-22, by Julien Cristau
[multi-sources-removal] Drop foreid argument of repo.get_option_value
2013-06-21, by Sylvain Thénault
[c-c restore] drop useless restore-all option, and related systemonly argument
2013-06-21, by Sylvain Thénault
[multi-sources-removal] Kill repo.sources
2013-06-21, by Sylvain Thénault
[multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
2013-06-21, by Sylvain Thénault
[multi-sources-removal] drop source location search on glob_*[entity|relation] methods
2014-01-22, by Sylvain Thénault
[server test] simplify data-schemaserial test instance's schema
2013-06-21, by Sylvain Thénault
[multi-sources-removal] Drop (dont_)cross relation related code
2014-01-22, by Sylvain Thénault
[multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
2013-06-17, by Sylvain Thénault
[multi-sources-removal] Drop deleted_entities system table and entities.mtime column
2014-01-21, by Sylvain Thénault
[multi-sources-removal] drop repository entities_modified_since public api
2013-06-17, by Sylvain Thénault
[multi-sources-removal] Drop the "true" multi-sources planner
2014-01-21, by Sylvain Thénault
[multi-sources-removal] Drop cw.server.sources.extlite
2013-06-27, by Sylvain Thénault
[multi-sources-removal] Move cw.server.sources.ConnectionWrapper where it belongs
2013-06-16, by Sylvain Thénault
[multi-sources-removal] Drop pyrorql and zmqrql sources
2014-01-21, by Sylvain Thénault
[web/formfields] Make CompoundField inherit needs_multipart from its subfields
2014-01-21, by Denis Laxalde
[wsgi/handler] fix api change from 3.18
2014-01-15, by Aurelien Campeas
[req] deprecate get_cache (closes #3181499)
2014-01-21, by Aurelien Campeas
Added tag cubicweb-version-3.18.2, cubicweb-debian-version-3.18.2-1, cubicweb-centos-version-3.18.2-1 for changeset 6880674c1a26
2014-01-21, by Julien Cristau
merge 3.17.12 into 3.18 branch
cubicweb-centos-version-3.18.2-1
cubicweb-debian-version-3.18.2-1
cubicweb-version-3.18.2
2014-01-21, by Julien Cristau
[editcontroller] fix cardinality computation (closes #3120495)
2013-09-11, by Aurelien Campeas
Added tag cubicweb-version-3.17.12, cubicweb-debian-version-3.17.12-1, cubicweb-centos-version-3.17.12-1 for changeset 838d58a30f7e
stable
2014-01-21, by Aurelien Campeas
[debian] move yams max version to Depends
stable
cubicweb-centos-version-3.17.12-1
cubicweb-debian-version-3.17.12-1
cubicweb-version-3.17.12
2014-01-21, by Julien Cristau
[pkg] prepare 3.17.12
stable
2014-01-21, by Aurelien Campeas
[web] Fix typo in docstring
stable
2014-01-17, by Rémi Cardona
[test] remove custom implementation of FakeRequest.header_accept_language() (closes #3375021)
stable
2014-01-20, by Adrien Di Mascio
[adapters] fix a name stomping error (entity)
stable
2014-01-13, by Aurelien Campeas
[entities] unconditionnally sanitize the html output of printable_value
stable
2014-01-13, by Aurelien Campeas
[doc] Update the debian stable name to wheezy
stable
2013-12-14, by Christophe de Vienne
[i18n] Fix two typos
stable
2014-01-07, by Denis Laxalde
fix deprecation info
stable
2013-12-19, by Aurelien Campeas
[web error] exception may not have a 'status' attribute, generating an AttributeError that hides the original error. Closes #3381670
stable
2014-01-17, by Sylvain Thénault
[test api] extract a context manager to temporarily disable app.error_handler monkey patch
stable
2014-01-17, by Sylvain Thénault
[views/workflow/tmppng] fix console crash on nth call to this one-shot view
stable
2014-01-02, by Aurelien Campeas
[dataimport] The subjtype should be the subject of a relation, not the object, closes #3365113
stable
2013-12-10, by Vincent Michel
[testlib] Fix assertMessageEqual
stable
2014-01-15, by Julien Cristau
[doc] Pass field to value callback in FieldsForm example
stable
2014-01-06, by Denis Laxalde
[pkg] prepare 3.18.2
2014-01-21, by Julien Cristau
[migractions] Don't silently ignore errors when installing sql procedures
2014-01-21, by Julien Cristau
[schema] execute the new stored procs/funcs at migration time (closes #3450368)
2014-01-21, by Aurelien Campeas
[schema/stored procs] fix syntax error (closes #3450362)
2014-01-17, by Aurelien Campeas
Added tag cubicweb-version-3.18.1, cubicweb-debian-version-3.18.1-1, cubicweb-centos-version-3.18.1-1 for changeset 60322cb8636c
2014-01-17, by Julien Cristau
[web/data] Update fullcalendar to version 1.6.4
cubicweb-centos-version-3.18.1-1
cubicweb-debian-version-3.18.1-1
cubicweb-version-3.18.1
2014-01-17, by Julien Cristau
[debian] declare breaks on cubicweb-invoice (closes #3444985)
2014-01-16, by Julien Cristau
[hooks/security] silence yams warning (closes #3440707)
2014-01-14, by Aurelien Campeas
[migration/3.18] recover from bad CWSource.in_synchronization default value
2014-01-16, by Julien Cristau
[pkg] prepare 3.18.1
2014-01-16, by Julien Cristau
[security] Add comment to check_entity_attributes shortcut
2014-01-16, by Julien Cristau
Disable security hooks for internal sessions
2014-01-16, by Julien Cristau
[migration/3.18] Explicitly delete constraint on defaultval
2014-01-15, by Julien Cristau
[migration/3.18] Idempotency fixes
2014-01-15, by Julien Cristau
[migration/3.18] Fix NameError
2014-01-14, by Denis Laxalde
[migration/3.18] Add add_permission relation definitions earlier
2014-01-14, by Denis Laxalde
[migration/3.18] Only commit when we did something
2014-01-14, by Denis Laxalde
[doc/3.19] fix (mostly) grammar
2014-01-13, by Aurelien Campeas
fix version number: we still target cw 3.19
2014-01-13, by Aurelien Campeas
Fix a couple merge errors
2014-01-13, by Julien Cristau
merge 3.18.0 in 3.19 branch
2014-01-13, by Julien Cristau
Added tag cubicweb-version-3.18.0, cubicweb-debian-version-3.18.0-1, cubicweb-centos-version-3.18.0-1 for changeset db37bf35a147
2014-01-10, by Julien Cristau
[book] drop reference to removed cubicweb.predicates.implements
cubicweb-centos-version-3.18.0-1
cubicweb-debian-version-3.18.0-1
cubicweb-version-3.18.0
2014-01-10, by Julien Cristau
3.18.0
2014-01-10, by Julien Cristau
[i18n] update French and English translations
2014-01-10, by Julien Cristau
i18n update
2014-01-10, by Julien Cristau
merge stable
2014-01-10, by Julien Cristau
[hooks/security] provide attribute "add" permission
2013-10-24, by Aurelien Campeas
[server/test] reorganize data/migratedapp/schema.py to allow comparison with data/schema.py
2014-01-10, by Julien Cristau
[schema] move definition of RQLExpression classes before default permission dicts
2014-01-10, by Julien Cristau
[server] remove old backwards compat for PropagateSubjectRelation*Hook
2014-01-10, by Julien Cristau
[book] replace PropagateSubjectRelation*Hook references
2014-01-10, by Samuel Trégouët
[doc] update 3.18 release notes
2014-01-09, by Julien Cristau
[pkg] bump logilab-common requirement
2014-01-09, by Julien Cristau
update jquery to 1.10 (closes #2786674)
2014-01-09, by Aurelien Campeas
[notification] Use https url when available in notification view context
2013-12-16, by Denis Laxalde
[req] Return base-url in case https-url is None in base_url()
2013-12-13, by Denis Laxalde
[server/session] fix typo in keep_cnxset_mode docstring
2013-12-19, by Julien Cristau
[breadcrumbs] Small breadcrumb components refactoring
2014-01-09, by Florent Cayre
[views/dot] use an inlined svg for schema and workflow graphs
2014-01-06, by Aurelien Campeas
[release notes] Documents one() and find() addition
2013-12-12, by Christophe de Vienne
[js] noop is undefined in plain javascript (related to #2786674)
2014-01-07, by Aurelien Campeas
[css] drop shadow.gif & use a couple of rules (closes #3381435)
2013-12-17, by Aurelien Campeas
[css] replace old rounded corners hack by css rules
2013-12-17, by Aurelien Campeas
[views/templates] provide a modal main template (closes #3274672)
2013-11-04, by Aurelien Campeas
[js/widgets] fix the InOut widget with modern jQuery versions
2014-01-08, by Aurelien Campeas
[autoform] Allow overridding of permissions checks
2013-08-01, by Denis Laxalde
[schema] fix unique together index handling
2014-01-08, by Aurelien Campeas
[pyrorql] deprecate pyrorql source (closes #2919299)
2014-01-07, by David Douard
[web/facet] do NOT drop offset/limit of the base rql (closes #3344579)
2013-12-03, by Aurelien Campeas
[webctl] Generate static data directory on upgrade (closes #2167873)
2013-12-12, by Julien Cristau
[cwctl] Don't check for old lgc versions
2013-12-12, by Julien Cristau
[migration/3.18] add sanity checks before changing symmetric relations
2013-12-19, by Julien Cristau
[migration/3.18] disable all hooks when setting up symmetric relations
2013-12-19, by Julien Cristau
[devtools] bases for instrumenting / debugging standard propagation hooks
2013-12-12, by Sylvain Thénault
instrument cwvreg, so we may know what's being loaded by asking the registry store
2013-09-27, by Sylvain Thénault
set proper PACKAGE information for yams 0.39
2014-01-07, by Sylvain Thénault
[yams] follow yams 0.39 api change introduced by ad95fd2c46de (package attribute on etype/rtype/rdef)
2013-12-17, by Sylvain Thénault
Make the GROUP_CONCAT aggregate function not repeat values (closes #3223975)
2013-11-14, by Julien Cristau
[mail] allow to specify SMTP's MAIL FROM address to config.sendmails(). Closes #3373620
2014-01-07, by Sylvain Thénault
[mail] format_mail copy/paste fix: we want to test sender-name, not sender-addr
2013-11-13, by Sylvain Thénault
symmetric relations: replace bogus rql2sql translation by a hook
2013-11-14, by Aurelien Campeas
[migration] fix handling of default value for boolean attributes
2013-12-12, by Julien Cristau
[entity/url publishing] fetch_rqlst should use 'is_instance_of' instead of 'is'
2013-12-12, by Sylvain Thénault
[rewriter] fix latent bug: arbitrary etype may be substituted when using is_instance_of type restriction
2013-12-12, by Sylvain Thénault
[test] drop no more used test data file
stable
2013-06-21, by Sylvain Thénault
[doc] Refer to RsetTableView in EntityTableView docstring instead of TableView
stable
2013-11-05, by Denis Laxalde
Fix use of vreg.config.anonymous_user()
stable
2013-11-12, by Julien Cristau
[server] avoid race-condition in timer events
stable
2013-12-04, by Julien Cristau
[server/pyro] try to shutdown the repository properly
stable
2013-12-04, by Julien Cristau
[book] remove broken links to web.views.wdoc.ChangeLog{View,Action}
stable
2013-12-11, by Julien Cristau
[book] fix Session.{set,free}_cnxset autodoc
stable
2013-12-11, by Julien Cristau
cwetype is a *class* property, rename its argument accordingly
stable
2013-11-27, by Sylvain Thénault
typo
stable
2013-11-27, by Sylvain Thénault
[req] New method: RequestSessionBase.find().
2013-12-11, by Christophe de Vienne
[rset] New method: ResultSet.one()
2013-12-11, by Christophe de Vienne
Added tag cubicweb-debian-version-3.17.11-2 for changeset b02e2912cad5
stable
2013-12-11, by Julien Cristau
[debian] add lintian override for a false positive
stable
cubicweb-debian-version-3.17.11-2
2013-12-11, by Julien Cristau
[predicates] allow multiple transition names in on_fire_transition (closes #3013720)
2013-12-10, by Julien Cristau
[css] add the entypo font as available ressource (closes #2930356)
2013-11-19, by David Douard
[skeleton i18n] Add PO-Revision-Date header to make emacs po-mode happy
2013-12-10, by Nicolas Chauvat
[uicfg] give a set_fields_order method to the primary view display control
2013-10-21, by Aurelien Campeas
merge 3.17.11
2013-12-09, by Julien Cristau
Added tag cubicweb-centos-version-3.17.11-1, cubicweb-version-3.17.11, cubicweb-debian-version-3.17.11-1 for changeset 7f67db7c848e
stable
2013-12-06, by Aurelien Campeas
prepare 3.17.11
stable
cubicweb-centos-version-3.17.11-1
cubicweb-debian-version-3.17.11-1
cubicweb-version-3.17.11
2013-12-06, by Aurelien Campeas
[devtools] write db config through a temporary file
stable
2013-10-18, by Julien Cristau
[server] Add missing indices for undo support (closes #3259691)
stable
2013-11-13, by Julien Cristau
[sqlutils] fix sqlite group_concat harder (related to #3331906)
stable
2013-12-06, by Aurelien Campeas
[sqlutils] avoid a crash with sqlite when using group_concat (closes #3331906)
stable
2013-11-28, by Aurelien Campeas
[server/initrepo] show failed sql statements and abort if necessary (closes #3308564)
stable
2013-10-24, by Aurelien Campeas
[views/table] use cubicweb.ajax.js for pagination
stable
2013-11-27, by Aurelien Campeas
[rset] Fix regression with rset copying (closes #3344410)
stable
2013-12-03, by Julien Cristau
[doc] Fix a sample request
stable
2013-12-04, by Christophe de Vienne
[tableview] Don't share column renderers between all instances of a table (closes #3351872)
stable
2013-12-06, by Julien Cristau
[tableview] Add some unique element to AbstractColumnRenderer.__str__ (related to #3351872)
stable
2013-12-06, by Julien Cristau
add failing test case related to #3013554
stable
2013-07-18, by Sylvain Thénault
[web] make sign_text unicode aware, avoid crash with non-ascii chars. Closes #3289774
stable
2013-11-12, by Sylvain Thénault
[doc] Use string debug mode in debugged docstring
stable
2013-11-07, by Denis Laxalde
[rql2sql] fix relation table scope when some variable from subquery is used. Closes #3252270
stable
2013-10-25, by Sylvain Thénault
[cwctl] backout 5d5b3a865eb1, which breaks interactive shell usage
stable
2013-10-30, by Aurelien Campeas
[ReST] Implement a rql-table reST directive. Closes #3252856
2013-09-09, by Denis Laxalde
[server] drop support for antediluvian lgdb versions
2013-10-16, by Julien Cristau
[doc/book/security] update description of entity update (Related to #2932033)
2013-10-08, by Aurelien Campeas
[test] test can_use_rest_path directly
stable
2013-10-04, by Julien Cristau
[ctl] set proper encoding for sys.stdout/sys.stderr. Closes #1669144
stable
2013-09-26, by Dimitri Papadopoulos
[web] typo in config file comment
stable
2013-09-19, by Dimitri Papadopoulos
[book] Typo and formatting fixes in devrepo/entityclasses/application-logic
stable
2013-10-17, by Denis Laxalde
[cwctl] Only start the instance after upgrade if it was running before
stable
2013-10-10, by Denis Laxalde
[book] Improve match_rtype selector docstring and "Relation modification related events" section
stable
2013-10-24, by Denis Laxalde
[book] properly escape backslash
stable
2013-10-24, by Dimitri Papadopoulos
[test] use assertIn / assertIsInstance
stable
2013-10-24, by Julien Cristau
update pylint extension to astroid API
stable
2013-10-25, by Sylvain Thénault
Fix example in cw_set method
stable
2013-10-17, by Denis Laxalde
[merge] incorporate cw 3.17.10 fixes
2013-10-24, by Aurelien Campeas
Added tag cubicweb-centos-version-3.17.10-1, cubicweb-version-3.17.10, cubicweb-debian-version-3.17.10-1 for changeset fe0e1863a137
stable
2013-10-24, by Julien Cristau
[pkg] prepare 3.17.10
stable
cubicweb-centos-version-3.17.10-1
cubicweb-debian-version-3.17.10-1
cubicweb-version-3.17.10
2013-10-23, by Julien Cristau
[web] don't rename resources in gen-static-datadir
stable
2013-10-10, by Julien Cristau
[notification] avoid leaking cnxsets (closes #3243810)
stable
2013-10-23, by Julien Cristau
[book] English fix
2013-10-22, by Dimitri Papadopoulos
[serverctl] complete the schema-diff command with options that will fix & enhance it.
2013-10-08, by Aurelien Campeas
[server] deprecate the old multi-source system
2013-10-18, by Aurelien Campeas
[doc] document changed attribute default value storage
2013-10-18, by Julien Cristau
defaultval migration for sqlite
2013-09-16, by Julien Cristau
[schema] store default attribute values in a Bytes field, allowing python objects as default values
2013-08-23, by Aurélien Campeas
[source/native] fix sqlserver pattern matcher for unique constraints (closes #3227593)
stable
2013-10-17, by Aurelien Campeas
[dbapi] Fix broken inmemory:// URLs parsing (closes #3225832)
stable
2013-10-17, by Rémi Cardona
[metadata hook] rename an operation for the sake of readability
2013-10-17, by Sylvain Thénault
[book] Typo fix and rephrasing in devrepo/migration
2013-10-16, by Denis Laxalde
[cwshell] rename history file to .cwshell_history (erudi is dead, long live cw)
2013-10-16, by Nicolas Chauvat
[entity] Entity.related(): add a targettypes argument (closes #2957313)
2013-07-11, by Aurelien Campeas
[source configuration] silent lgc 0.60 deprecation warning
2013-08-28, by Sylvain Thénault
[web] remove action "Got Rhythm" (closes #3093362)
2013-10-15, by Nicolas Chauvat
[debian] Break old geocoding
2013-10-07, by Julien Cristau
[wsgi] remove ages old hack to set base_url
2013-10-11, by Aurelien Campeas
[wsgi] also provide an example using werkzeug (if available)
2013-10-11, by Aurelien Campeas
[wsgi] add the simplest possible wsgi (debug) server
2013-10-01, by Aurelien Campeas
[querier/security] instrument a bit the querier read security checks
2013-10-10, by Aurelien Campeas
[book] Improve PostgreSQL configuration section
2013-09-30, by Denis Laxalde
[js] add a selector string escaping function
2013-10-08, by Aurelien Campeas
[merge] backport stable fixes
2013-10-10, by Aurelien Campeas
[test/ldapsource] backout 192a748550c7 which broke RQL2LDAPFilterTC
stable
2013-10-10, by Aurelien Campeas
[rset] make sure rset.description is always a list
stable
2013-10-09, by Julien Cristau
[schema] edit syntax tree instead of playing with strings for RQLExpressions
stable
2013-10-09, by Julien Cristau
[py3k] note about future warning on __eq__ vs __hash__
stable
2013-10-10, by Aurelien Campeas
[formfields] py3k kill future compat warning
stable
2013-10-01, by Aurelien Campeas
[entity] do not raise an AssertionError if the kwargs given to set_relations/attributes is empty
stable
2013-10-10, by Aurelien Campeas
[packaging] setup.py: don't exclude skeleton/debian/* from being installed
stable
2013-10-10, by Julien Cristau
[tests/hooks/integrity] kill old and empty skipped test
stable
2013-09-11, by Aurelien Campeas
[server/session] demote log to debug
stable
2013-10-09, by Aurelien Campeas
[test] use assertCountEqual instead of assertItemsEqual
stable
2013-08-01, by Sylvain Thénault
[server] fix a number of typos, mostly in docstrings
stable
2013-10-10, by Julien Cristau
[skeleton] Install cubes README in Debian packages (Closes #3171971)
stable
2013-10-07, by Denis Laxalde
[debian] Build-Depends on python-unittest2 | python (>= 2.7)
stable
2013-10-10, by Denis Laxalde
[doc] typos and reformulation
stable
2013-08-29, by Paul Tonelli
[doc] additional documentation about pip install
stable
2013-08-29, by Paul Tonelli
spelling: rollbacked -> rolled back
stable
2013-08-30, by Rémi Cardona
Added tag cubicweb-version-3.17.9, cubicweb-debian-version-3.17.9-1 for changeset 5668d210e49c
stable
2013-10-09, by Julien Cristau
merge two default heads
2013-10-09, by Julien Cristau
[pkg] prepare 3.17.9
stable
cubicweb-debian-version-3.17.9-1
cubicweb-version-3.17.9
2013-10-08, by Julien Cristau
Use the list of sources instead of an iterator in update-feeds looping task
stable
2013-09-20, by Denis Laxalde
[security] fix dumb attribute error when inserting read security. Closes #3196891
stable
2013-10-08, by Sylvain Thénault
[entity] give a default reasonnable __eq__ and __hash__ to Entity
2013-10-08, by Aurelien Campeas
[debian] add some Breaks for backwards compatibility removal
2013-10-04, by Julien Cristau
[js] remove 3.9 bw compat (where apparently unused)
2013-08-26, by Aurelien Campeas
Rename cleanup_interface_sobjects into cleanup_unused_appobjects
2013-08-26, by Julien Cristau
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
2013-08-26, by Aurelien Campeas
remove 3.9 bw compat
2013-08-26, by Aurelien Campeas
remove 3.8 bw compat
2013-08-26, by Aurelien Campeas
[hooks/security] Defer entity permission checks to an Operation.
2013-10-04, by Aurelien Campeas
[schema] drop very old bw compat (pre 3.5.10)
2013-10-04, by Aurelien Campeas
[devtools,etwist] rename TwistedConfiguration to WebConfigurationBase (follows #2919310)
2013-07-12, by Aurelien Campeas
remove "twisted" configuration (closes #2919310)
2013-07-12, by Aurelien Campeas
merge 3.17.8 into default
2013-10-04, by Julien Cristau
Added tag cubicweb-centos-version-3.17.8-1, cubicweb-version-3.17.8, cubicweb-debian-version-3.17.8-1 for changeset 909eb8b584c4
stable
2013-10-03, by David Douard
[pkg] prepare 3.17.8
stable
cubicweb-centos-version-3.17.8-1
cubicweb-debian-version-3.17.8-1
cubicweb-version-3.17.8
2013-10-03, by David Douard
[date picker] revert #ec65ca70aac9 which breaks the date picker (closes #3182844)
stable
2013-10-03, by David Douard
[merge] backport 3.17 fixes into the future 3.18
2013-09-30, by Aurelien Campeas
Added tag cubicweb-centos-version-3.17.7-1, cubicweb-version-3.17.7, cubicweb-debian-version-3.17.7-1 for changeset 483181543899
stable
2013-09-26, by David Douard
[pkg] prepare 3.17.7
stable
cubicweb-centos-version-3.17.7-1
cubicweb-debian-version-3.17.7-1
cubicweb-version-3.17.7
2013-09-26, by David Douard
i18n update
stable
2013-09-23, by Sylvain Thénault
fix typos in workflow constraint error messages
stable
2013-09-26, by David Douard
[migractions] rschema.final.inlined -> rschema.inlined
stable
2013-09-17, by Aurelien Campeas
[server] Make internal sessions not reset 'safe'-ness on first commit
stable
2013-09-26, by Julien Cristau
[facets] Correctly replace old 'edit box' HTML on facet-induced page refresh (closes #3161100)
stable
2013-09-23, by Rémi Cardona
[debian] replace find | xargs rm with find -delete in cube skeleton. Closes #3161797
stable
2013-09-23, by Julien Cristau
[debian] don't require (fake)root to run the clean target. Closes #3161797
stable
2013-09-23, by Julien Cristau
[debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
stable
2013-09-23, by Julien Cristau
[devtools] fix race when creating backupdir
stable
2013-09-06, by Julien Cristau
[staticcontrollers] Raise Forbidden, not Unauthorized
stable
2013-09-19, by Julien Cristau
[web] allow /data/ url again (closes #2464798)
stable
2013-09-19, by David Douard
[utils] fix typos in make_uid docstring
stable
2013-09-16, by Julien Cristau
[c-c i18ncubicweb] fix crash, closes #3096647
stable
2013-08-28, by Sylvain Thénault
[rql2sql] fix bad sql generated when outer joining 'identity' relation and lhs var comes from a subquery. Closes #3099418
stable
2013-08-30, by Sylvain Thénault
[web] stop using deprecated StatusResponse. Closes #3098215
stable
2013-08-29, by Sylvain Thénault
[deprecation] add (approximate) version number to deprecation message and set proper stacklevel
stable
2013-08-29, by Sylvain Thénault
[schema] fix spurious warning when rqlexpr/constraint mainvars specify a non predefined variable. Closes #3098165
stable
2013-08-29, by Sylvain Thénault
[repository] properly use IUserFriendlyError when UniqueTogetherError is raised during entity update. Closes #3096638
stable
2013-09-23, by Sylvain Thénault
[deprecation] add cw version number to the deprecation message and help user to understand the change
stable
2013-08-28, by Sylvain Thénault
[datafeed] fix crash due to bad http_timeout handling. Closes #3096585
stable
2013-08-28, by Sylvain Thénault
[date picker widgets] properly distinguish DOM id and input name. Closes #3096575
stable
2013-08-28, by Sylvain Thénault
[date picker widgets] use bare jquery expression rather than jqNode
stable
2013-08-28, by Sylvain Thénault
Use return in CnxSetTracker context manager methods
stable
2013-06-12, by Julien Cristau
[web/views] make PrimaryView.entity_call accept kwargs
stable
2013-07-15, by Julien Cristau
[ldapparser] demote some logs from warning to debug (closes #2713671)
stable
2013-09-02, by Aurelien Campeas
[doc] add a what's new file for 3.18
2013-08-09, by David Douard
merge stable in default (3.18) branch
2013-08-07, by David Douard
Added tag cubicweb-centos-version-3.17.6-1, cubicweb-version-3.17.6, cubicweb-debian-version-3.17.6-1 for changeset 5b9fedf67a29
stable
2013-08-06, by David Douard
[pkg] prepare 3.17.6
stable
cubicweb-centos-version-3.17.6-1
cubicweb-debian-version-3.17.6-1
cubicweb-version-3.17.6
2013-08-06, by David Douard
Do not use cubicweb-card in rest_path tests
stable
2013-08-06, by Denis Laxalde
[inlined form field] fix regression introduced in 3.16.4/570208f74a84. Closes #3064653
stable
2013-08-01, by Sylvain Thénault
[testlib] temporary_appobjects should call __registered__ if it exists. Closes #3064075
stable
2013-08-01, by Sylvain Thénault
[entities] properly escape in EmailAddress.printable_value when format is html. Closes #3064025
stable
2013-08-01, by Sylvain Thénault
Added tag cubicweb-version-3.17.5, cubicweb-debian-version-3.17.5-1, cubicweb-centos-version-3.17.5-1 for changeset 15dd5b37998b
stable
2013-07-31, by David Douard
[pkg] prepare 3.17.5
stable
cubicweb-centos-version-3.17.5-1
cubicweb-debian-version-3.17.5-1
cubicweb-version-3.17.5
2013-07-31, by David Douard
[pkg] fix debian packaging (closes #3058542)
stable
2013-07-31, by David Douard
[testing] add missing generate_bigint method to ValueGenerator. Closes #3059327
stable
2013-07-31, by Sylvain Thénault
[rql / querier] fix bad interpretation of some RQL SET query
stable
2013-07-31, by Sylvain Thénault
merge stable in default (3.18) branch
2013-07-30, by David Douard
Added tag cubicweb-version-3.17.4, cubicweb-debian-version-3.17.4-1, cubicweb-centos-version-3.17.4-1 for changeset c7ba8e5d2e45
stable
2013-07-30, by David Douard
[i18n] cleanup dead code
stable
cubicweb-centos-version-3.17.4-1
cubicweb-debian-version-3.17.4-1
cubicweb-version-3.17.4
2013-07-30, by Sylvain Thénault
[i18n test] hack to make i18n tests run using a Python interpreter
stable
2013-07-30, by David Douard
[i18ncube] fix crash due to duplicated messages in generated schema.pot
stable
2013-07-30, by Sylvain Thénault
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
stable
2013-07-30, by Sylvain Thénault
[i18n test] simplify test cube a bit by only providing a views module, no package
stable
2013-07-30, by Sylvain Thénault
[web] consider inlined relations in has_editable_relation. Closes #3049970
stable
2013-07-29, by Sylvain Thénault
[web test] silent 3.13 warning
stable
2013-07-29, by Sylvain Thénault
[editcontrollers] Account for role in the ordering of entities (Complements #3031719)
stable
2013-07-26, by Denis Laxalde
[migration.sync_schema_props_perms] ensure all participants to a unique together constraint are there
stable
2013-07-25, by Sylvain Thénault
[session commit] save back exception context to avoid potentiel cluttering if some revert operation raise an exception
stable
2013-07-25, by Sylvain Thénault
[pkg] python-central has been removed from Debian
stable
2013-07-29, by David Douard
[pkg] prepare 3.17.4
stable
2013-07-26, by David Douard
[pkg] merge centos 3.17.1-2 in stable (prepare 3.17.4)
stable
2013-07-26, by David Douard
Added tag cubicweb-centos-version-3.17.1-2 for changeset 965f894b63cb
2013-07-26, by David Douard
[rqlrewrite] fix rqlrewrite unpredictability vs relation sharing. Closes #3036144
stable
2013-07-25, by Sylvain Thénault
[rqlrewrite] rewrite doesn't need a solutions argument, always use the Select'ones
stable
2013-07-24, by Sylvain Thénault
[rql rewrite] equivalent but much simpler flow
stable
2013-07-24, by Sylvain Thénault
[pkg] Prepare a new RPM release
cubicweb-centos-version-3.17.1-2
2013-07-25, by Rémi Cardona
[pkg] Add log directory to rpm
2013-07-25, by Rémi Cardona
[repo] normalize ValidationError on edited entity (closes #2509729)
stable
2013-07-25, by David Douard
[doc] one must now manipulate the req.session.data dict (closes #2842345)
stable
2013-07-24, by David Douard
[datafeed] add a timeout config option (closes #2745677)
stable
2013-07-24, by David Douard
[dataimport] ucsvreader should skip empty lines unless specified otherwise. Closes #3035944
stable
2013-07-24, by Sylvain Thénault
[querier] Add timings to debug prints (DBG_RQL)
stable
2013-07-22, by Denis Laxalde
[editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719
stable
2013-07-24, by Sylvain Thénault
[editcontroller] extract RQLQuery.set_attribute/set_inlined methods from handle_field/handle_inlined_relation
stable
2013-07-22, by Sylvain Thénault
[editcontroller] req=self._cw makes things easier to read
stable
2013-07-22, by Sylvain Thénault
[facets,js] fix bogus checkbox icon appearing after the first interaction (closes #2790332)
stable
2013-07-22, by David Douard
fix typos in docstring, doc and comments
stable
2013-07-22, by Julien Cristau
[debian] remove workaround for broken sphinx/jquery combination
stable
2013-07-17, by Julien Cristau
[schema] mark CWDataImport as an internal type. Closes #3025536
stable
2013-07-18, by Sylvain Thénault
[pkg] remove deprecated dependency on pysqlite2
stable
2013-07-19, by Paul Tonelli
Fix two crashes in db-check (closes #3024964)
stable
2013-07-18, by Denis Laxalde
[rql rewrite] may_be_shared_with should consider relation's scope (closes #3024730)
stable
2013-07-22, by Sylvain Thénault
[rql rewrite] fix may_be_shared_with method so that it actually considers all variable infos and not only the first one
stable
2013-07-18, by Sylvain Thénault
[schema/security] add __hash__ to rql expression. Closes #3013535
stable
2013-07-22, by Sylvain Thénault
[rql rewrite] move some code from querier to rqlrewrite where it makes more sense.
stable
2013-07-15, by Sylvain Thénault
Do not compute actions list in TableLayout view when display_actions attribute is unset
stable
2013-07-12, by Denis Laxalde
Use the list of cubes from the filesystem when reading the schema from the filesystem
stable
2013-07-12, by Denis Laxalde
[migration] when adding a cube, skip infered relations (closes #3005576)
stable
2013-07-22, by Sylvain Thénault
[3.17 migration] when some cube is missing, add_cube raise ConfigurationError, not ImportError. Closes #2981477
stable
2013-07-11, by Sylvain Thénault
[migraction] rename_entity_type simply warn if old entity type isn't in the schema. Closes #3004069
stable
2013-07-11, by Sylvain Thénault
[deprecation] fix uihelper deprecation warning, use the rtag name, not the class, so it may be copy/pasted
stable
2013-07-11, by Sylvain Thénault
[test] makes fti test order-agnostic (closes #3005633)
stable
2013-07-11, by Aurelien Campeas
[web/views/staticcontrollers] Make ConcatFilesHandler write to a tempfile
stable
2013-07-11, by Julien Cristau
[test] make unittest_schema.py compatible with cubicweb-file 0.14
stable
2013-07-12, by David Douard
merge 3.16.6 branch in 3.17
stable
2013-07-22, by David Douard
Added tag cubicweb-centos-version-3.16.6-1, cubicweb-debian-version-3.16.6-1, cubicweb-version-3.16.6 for changeset b4ccaf13081d
stable
2013-07-15, by Florent Cayre
Prepare 3.16.6
stable
cubicweb-centos-version-3.16.6-1
cubicweb-debian-version-3.16.6-1
cubicweb-version-3.16.6
2013-07-13, by Florent Cayre
[devctl] properly generate i18n messsages for cubes that uses uicfg instances (closes #2811282)
stable
2013-07-15, by David Douard
[test/devctl] add a test case for i18ncube command
stable
2013-07-15, by David Douard
Protect against crash in the `relation_possible` predicate with ambiguous relations.
stable
2013-07-15, by Florent Cayre
[test] give a non-ambiguous order to sync_schema assertion (closes #3001959)
stable
2013-07-10, by Aurelien Campeas
Added tag cubicweb-version-3.17.3, cubicweb-debian-version-3.17.3-1, cubicweb-centos-version-3.17.3-1 for changeset 32b4d5314fd9
stable
2013-07-09, by David Douard
[test] typo
2013-07-04, by Dimitri Papadopoulos
[schema,server] add a security debugging aid (closes #2920304)
2013-06-25, by Aurelien Campeas
[etwist] fix handling of multiple files per field
2013-06-24, by Aurelien Campeas
[merge] start 3.18 development
2013-07-09, by David Douard
[pkg] prepare 3.17.3
stable
cubicweb-centos-version-3.17.3-1
cubicweb-debian-version-3.17.3-1
cubicweb-version-3.17.3
2013-07-09, by David Douard
[pkg] Remove obsolete ubuntu hardy packaging
stable
2013-07-08, by Julien Cristau
[book] fix sphinx documentation generation (closes #2991997)
stable
2013-07-08, by Julien Cristau
[test/ldap] fix ldap tests
stable
2013-07-08, by David Douard
[test] fix unittest_schemaserial.py
stable
2013-07-05, by David Douard
[test] make unittest_schemaserial.py runnable with python
stable
2013-07-05, by David Douard
[facet] use facet name as input name for text widget (eg has_text)
stable
2013-07-08, by Sylvain Thénault
[web doctype] don't give through reset_xmldecl to avoid double deprecation warning
stable
2013-07-02, by Sylvain Thénault
[web doctype test] don't give reset_xmldecl to avoid deprecation warning
stable
2013-07-02, by Sylvain Thénault
[devtool] randomise available ports search in http test
stable
2013-07-03, by Pierre-Yves David
[facet] don't crash if no title specified on a facet and filtered rset is empty. Closes #2587883
stable
2013-07-03, by Katia Saurfelt
[css, html] add a css_class attribute on Button, allowing to change easily default CSS class for buttons
stable
2013-07-03, by Katia Saurfelt
[view] add 2 missing spaces before the previous link
stable
2012-06-27, by Katia Saurfelt
[server/repository] Go through the repo to close pyro sessions
stable
2013-06-26, by Julien Cristau
fix migration from pre-3.13.1 versions (closes #2846978)
stable
2013-05-31, by Julien Cristau
[constraint] more robust unicity constraint failures reporting for end-users
stable
2013-07-03, by Aurelien Campeas
[hooks/security] Streamline attributes default permission check.
stable
2013-07-03, by Aurelien Campeas
[test/schemaserial] swap got/expected to get nicer unittest2 diagnostics
stable
2013-06-26, by Aurelien Campeas
[repository] drop safe attribute on ``internal_cnx``
2013-07-02, by Pierre-Yves David
[dbapi] deprecated the dbapi
2013-06-27, by Pierre-Yves David
[repoapi] deprecate dbapi compat method
2013-06-27, by Pierre-Yves David
[testlib] deprecated the older api to access the repo.
2013-06-27, by Pierre-Yves David
[connection] deprecated free_cnset and set_cnxset
2013-06-27, by Pierre-Yves David
[session] deprecate all Connection related method on session
2013-06-27, by Pierre-Yves David
[session] drop dead _current_cnx_id
2013-06-27, by Pierre-Yves David
[session] privatise get_cnx and close_cnx
2013-06-27, by Pierre-Yves David
[doc] add documentation for the new API in test
2013-06-27, by Pierre-Yves David
[testlib] add an default testcase.adminaccess (and use it for default session)
2013-06-27, by Pierre-Yves David
[testlib] introduce a RepoAccess class to easily create connection and request
2013-06-27, by Pierre-Yves David
[repoapi] make ClientConnection.__enter__ return self
2013-06-27, by Pierre-Yves David
[documentation] describe repoapi and web side change.
2013-06-27, by Pierre-Yves David
[testlib] use internal_cnx instead of internal_session
2013-06-27, by Pierre-Yves David
[repository] add an ``internal_cnx`` method to replace ``internal_session``
2013-06-27, by Pierre-Yves David
[connection] enforce that a connection must be open to be used
2013-06-27, by Pierre-Yves David
use standalone Connection to Client Connection
2013-06-26, by Pierre-Yves David
[session] add a new_cnx factory
2013-06-26, by Pierre-Yves David
[connection] allow simple instantiation of standalone Connection
2013-06-26, by Pierre-Yves David
[connection] handle and explicitly life cycle on Connection
2013-06-26, by Pierre-Yves David
[sesion] distinction between Connection handled by the session and other.
2013-06-26, by Pierre-Yves David
[session] replace _clear_thread_storage with close_cnx
2013-06-26, by Pierre-Yves David
[session] explicitly take Connection object in close_cnx
2013-06-26, by Pierre-Yves David
[session] drop the Session._clear_cnx_storage method
2013-06-26, by Pierre-Yves David
[session] wrap too long line
2013-06-26, by Pierre-Yves David
[session] gather close_cnx with get_cnx and set_cnx
2013-06-26, by Pierre-Yves David
[client-connection] remove the _srv_cnx usage
2013-06-27, by Pierre-Yves David
[client-connection] explicitly check that the client-connection is open
2013-06-27, by Pierre-Yves David
[client-connection] handle the lack of connection id while not open
2013-06-27, by Pierre-Yves David
[connection] transparent cnx_set handling
2013-06-26, by Pierre-Yves David
[client-connection] explicit the client part in __repr__
2013-06-27, by Pierre-Yves David
[ClientConnection] directly use the Connection object to access the database
2013-06-25, by Pierre-Yves David
[connection] invert __init__ parameter
2013-06-25, by Pierre-Yves David
[service] enforce that Service argument and return are json-serialisable
2013-06-26, by Pierre-Yves David
[connection] move call_service on Connection
2013-06-25, by Pierre-Yves David
[connection] move the commit method on Connection object
2013-06-27, by Pierre-Yves David
[connection] move the rollback method on Connection object
2013-06-27, by Pierre-Yves David
[connection] pass a Connection object to RQLRewriter
2013-06-27, by Pierre-Yves David
[connection] Connection.execute touch Session timestamp
2013-06-27, by Pierre-Yves David
[connection] Connection now call _set_user to CWUser object linked to itseld
2013-06-25, by Pierre-Yves David
[server/session] better faking of user for InternalManager
2013-06-25, by Pierre-Yves David
[connection] move execute
2013-06-27, by Pierre-Yves David
[connection] mark Connection as "not a request"
2013-06-25, by Pierre-Yves David
[server/session] ensure appobject obtained from the session are linked to the session
2013-06-25, by Pierre-Yves David
[connection] have rql_rewriter accession on Connection
2013-06-25, by Pierre-Yves David
[connection] move local_perm_cache management on Connection
2013-06-27, by Pierre-Yves David
[session] use a rich object for timestamp
2013-06-27, by Pierre-Yves David
[migraction] do not access session.data directly
2013-06-27, by Pierre-Yves David
[connection] move relation management method
2013-06-27, by Pierre-Yves David
[connection] give access to shared data method
2013-06-27, by Pierre-Yves David
[connection] move relation cache method to Connection
2013-06-27, by Pierre-Yves David
[connection] give access to session execute from connection
2013-05-15, by Pierre-Yves David
[connection] move last part of undo logic in connection
2013-05-23, by Pierre-Yves David
[connection] initialize connection.user and connection.lang
2013-06-25, by Pierre-Yves David
[Connection] inherit from RequestSessionBase
2013-03-29, by Pierre-Yves David
[multi-sources] drop multi-sources related test.
2013-06-26, by Pierre-Yves David
Use new repoapi for the web stack
2013-06-27, by Pierre-Yves David
PARTIAL: Using the repoapi in test
2013-06-25, by Pierre-Yves David
[web/test] drop proff of concept Facebook login in test
2013-06-25, by Pierre-Yves David
[test/dbapi] do not rely on the Testcase provided cnx
2013-06-25, by Pierre-Yves David
[dbapi] explicitly use the DBAPI version of CubicwebRequestBase
2013-06-25, by Pierre-Yves David
[web/application] drop unused import
2013-06-24, by Pierre-Yves David
[web/test] properly reset the request connection related attribute
2013-06-24, by Pierre-Yves David
[web/test] drop two undocumented suspicious regression test
2013-06-24, by Pierre-Yves David
[webrequest] introduce an alternative implementation using the repoapi
2013-06-24, by Pierre-Yves David
[repoapi] add an anonymous_cnx function
2013-06-24, by Pierre-Yves David
[repoapi] add a connect function
2013-06-21, by Pierre-Yves David
[client-connection] add an auto-close property for ClientConnection
2013-06-24, by Pierre-Yves David
[cwuser] make CWUser callable, returning self for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connect] drop rqlst on rset returned client side
2013-06-21, by Pierre-Yves David
[client-connection] add a repo property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a connection property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a sessionid property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a cursor() method for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a request() method for dbapi compatibility
2013-06-21, by Pierre-Yves David
[repoapi] introduce a basic ClientConnection class
2013-06-25, by Pierre-Yves David
[req] add a _set_user method
2013-06-25, by Pierre-Yves David
[server/session] add a login property
2013-06-24, by Pierre-Yves David
[server/session] allow access to session id using sessionid
2013-06-21, by Pierre-Yves David
[server/session] Implement anonymous_session
2013-06-17, by Pierre-Yves David
[server/session] do not clear session.cnx if unrelated to cnx actually cleared
2013-06-21, by Pierre-Yves David
[dbapi] move ProgrammingError into cubicweb module
2013-06-24, by Pierre-Yves David
[repoapi] move get_repository function into a new repoapi module
2013-06-17, by Pierre-Yves David
[testlib] gather all repository access logic in one place
2013-06-20, by Pierre-Yves David
[testlib] move repo and related attribute back on Instance instead of Class
2013-06-20, by Pierre-Yves David
[dbapi] makes anonymous_connection a computed property
2013-06-24, by Pierre-Yves David
[webrequest] simplify set_session code
2013-06-24, by Pierre-Yves David
[webrequest] set DBAPISession without cnx at initialisation time
2013-06-21, by Pierre-Yves David
[testlib] rework request building in init_authentication
2013-06-24, by Pierre-Yves David
[request] drop the user argument for set_session
2013-06-24, by Pierre-Yves David
[web-request] handle default language earlier
2013-06-19, by Pierre-Yves David
[etwist] pass the repository to the root resource
2013-06-18, by Pierre-Yves David
[repo] move repo.gc_stats to Service API (closes #2951068)
2013-06-24, by Pierre-Yves David
[repo] move repo stats to Service (closes #2951067)
2013-06-24, by Pierre-Yves David
[service] drop the asynchronous execution possibility
2013-06-24, by Pierre-Yves David
[auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
2013-06-24, by Pierre-Yves David
web/application: instantiate the repository outside of CubicWebPublisher
2012-11-23, by Pierre-Yves David
remove vreg argument to CWPublisher
2012-12-07, by Pierre-Yves David
[devtools] vreg becomes a class ppty
2012-12-07, by Pierre-Yves David
[devtools] drop unused `reset_schema` and `reset_vreg` class attribute
2012-11-23, by Pierre-Yves David
[connection] move security control logic on Connection
2013-05-27, by Pierre-Yves David
[connection] move hook control logic on Connection
2013-06-14, by Pierre-Yves David
[session] update _hook_control docstring
2013-06-14, by Pierre-Yves David
[connection] reinstall cnx.data as cnx.transaction_data
2013-05-27, by pierre-yves
[connection] give access to is_internal_session boolean
2013-05-27, by pierre-yves
[req] drop from_controller on non WebRequest object (Closes #2901079)
2013-06-14, by pierre-yves
[connection] add logging method on connection
2013-05-14, by pierre-yves
rename server.session.transaction into server.session.connection
2013-06-13, by Pierre-Yves David
[application] call req.set_session in application.main_handle_request
2013-06-14, by Pierre-Yves David
[session-handler] use session directly to update last usage
2013-06-13, by Pierre-Yves David
[application/connect] simplify connection logic
2013-06-13, by Pierre-Yves David
Drop hijack user (closes #2901093)
2013-06-13, by pierre-yves
[sources] drop support for ldapuser source (closes #2936496)
2013-06-13, by Pierre-Yves David
merge stable back into default
2013-06-14, by Pierre-Yves David
3.17 is the new stable
stable
2013-06-14, by David Douard
Added tag cubicweb-version-3.16.5, cubicweb-debiann-version-3.16.5-1, cubicweb-centos-version-3.16.5-1 for changeset 810a05fba1a4
stable
2013-06-14, by David Douard
[pkg] prepare 3.16.5
stable
cubicweb-centos-version-3.16.5-1
cubicweb-debiann-version-3.16.5-1
cubicweb-version-3.16.5
2013-06-14, by David Douard
Added tag cubicweb-version-3.17.2, cubicweb-debian-version-3.17.2-1 for changeset 195e519fe97c
2013-06-14, by David Douard
[pkg] prepare 3.17.2
cubicweb-debian-version-3.17.2-1
cubicweb-version-3.17.2
2013-06-13, by David Douard
repository: make tests pass again
2013-06-14, by Julien Cristau
repository: monkey patch pyro connection handling to detect clients going away
2013-06-12, by Julien Cristau
notification: use viewargs for notif_entity_updated instead of transaction_data
2013-06-13, by Julien Cristau
notification: properly handle cnx and lifetime of the hijacked session
2013-06-13, by Julien Cristau
notification: fix session creation (closes #2934523)
2013-06-12, by Julien Cristau
Added tag cubicweb-version-3.17.1, cubicweb-debian-version-3.17.1-1, cubicweb-centos-version-3.17.1-1 for changeset f98d1c46ed9f
2013-06-07, by David Douard
[cwctl] add configure command to cw-ctl (closes #2709702)
cubicweb-centos-version-3.17.1-1
cubicweb-debian-version-3.17.1-1
cubicweb-version-3.17.1
2013-05-24, by Nicolas Chauvat
[cwctl] rename option no-post-create to no-db-create
2013-05-24, by Nicolas Chauvat
[pkg] version 3.17.1 for rpm packages
2013-06-06, by David Douard
[session] upgrade session closed error from Exception to SessionClosedError
2013-05-27, by pierre-yves
[pkg] prepare 3.17.1
2013-06-06, by David Douard
[web/application] add some minimal documentation
2013-05-30, by Pierre-Yves David
[session] raise proper exception with get_tx is called on a closed session
2013-05-23, by pierre-yves
[view] typo in a docstring
2013-06-06, by David Douard
[cwctl] pass missing inputlevel argument to postcreate() (closes #2901037)
stable
2013-05-24, by Nicolas Chauvat
[server] fix documentation of ZMQ options harder
stable
2013-05-29, by Julien Cristau
merge with 3.16.x fixes
2013-05-29, by Pierre-Yves David
[server] fix documentation of ZMQ options
stable
2013-05-27, by Dimitri Papadopoulos
[zmq] set order for ZMQStartHook so other hooks don't need to
stable
2013-05-24, by Julien Cristau
import merge_options directly from logilab.common
2013-05-23, by Nicolas Chauvat
[server] fix error messages in write_sources_file()
2013-05-24, by Nicolas Chauvat
[doc] a couple almost-typos
stable
2013-05-02, by Aurelien Campeas
[schemaserial] mitigate critical message during migration
2013-05-03, by Aurelien Campeas
[doc] typo
2013-05-22, by Dimitri Papadopoulos
[cw-ctl] fix help message for schemadiff In global help (closes #2888538)
2013-05-23, by Nicolas Chauvat
[dbapi] fix connect backwards compat harder
stable
2013-05-14, by Julien Cristau
[zmq] make publish address optional
stable
2013-05-23, by Julien Cristau
Fix documentation for zmq pub/sub hooks and configuration
stable
2013-05-23, by Julien Cristau
[entity] improve deprecation messages
stable
2013-05-17, by Nicolas Chauvat
[devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
2013-05-15, by Sylvain Thénault
[testlib] fix page validator selection. Closes #2869456
2013-05-15, by Sylvain Thénault
[testlib] introduce a validator that check xml-well formness
2013-05-15, by Sylvain Thénault
[view] return HTML5 doctype. Closes #2869426
2013-05-15, by Sylvain Thénault
[testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
2013-05-06, by Sylvain Thénault
[web request] drop no more necessary request.document_surrounding_div method
2013-05-06, by Sylvain Thénault
[testlib] unspaghettify Validator / PageInfo api
2013-05-06, by Sylvain Thénault
[testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
2013-05-06, by Sylvain Thénault
[testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
2013-05-06, by Sylvain Thénault
[dataimport] minor typo in error handling
2013-05-14, by Dimitri Papadopoulos
[views] attempt to clarify the inline help system documentation
2013-05-07, by Dimitri Papadopoulos
[sobject] fix notification operation
2013-05-06, by Pierre-Yves David
Added tag cubicweb-debian-version-3.17.0-2 for changeset 09a0c7ea6c3c
2013-05-03, by David Douard
[pkg/debian] prepare release 3.17.0-2
cubicweb-debian-version-3.17.0-2
2013-05-03, by Pierre-Yves David
[pkg/debian] update yams runtime depends
2013-05-03, by Pierre-Yves David
[pkg/debian] expand all depends and co on multiple line
2013-05-03, by Pierre-Yves David
Added tag cubicweb-debian-version-3.17.0-1 for changeset 22be40c492e9
2013-05-02, by David Douard
Added tag cubicweb-version-3.17.0 for changeset cc1a0aad580c
cubicweb-debian-version-3.17.0-1
2013-05-02, by David Douard
[test/view] exclude some Blog entity from automatic view testing
cubicweb-version-3.17.0
2013-05-02, by Pierre-Yves David
[doc] fix: cubicweb.gmap.js has moved to the geocoding cube
2013-05-02, by David Douard
[test/ldap] do not assume order
2013-04-30, by David Douard
Added tags for version 3.16.4 on changeset 041804bc48e9
stable
2013-04-29, by Pierre-Yves David
[notification] ensure official API is test
2013-04-29, by Pierre-Yves David
fix typo in notification causing NameError
2013-04-29, by Alain Leufroy
[test/notification] merge related test classe
2013-04-29, by Pierre-Yves David
merge with stable
2013-04-29, by Pierre-Yves David
[server] add a looping task to free unused cnxsets capture by dead pyro
stable
cubicweb-centos-version-3.16.4-1
cubicweb-debian-version-3.16.4-1
cubicweb-version-3.16.4
2013-04-16, by Julien Cristau
[pkg/debian] update changelog to 3.17.0
2013-04-29, by Pierre-Yves David
[devtools] Use XMLValidator instead deprecated SaxOnlyValidator
2013-04-29, by Pierre-Yves David
[pkg] update changelog
2013-04-26, by Pierre-Yves David
[pkg] prepare 3.17.0
2013-04-26, by Pierre-Yves David
[pkg] prepare 3.16.4
stable
2013-04-26, by Pierre-Yves David
[repo] straightforward bootstrap sequence. Closes #2841188
2013-04-26, by Sylvain Thénault
[repo] minor cleanups to bootstrap sequence
2013-04-24, by Sylvain Thénault
[schemaserial] serialize additional yams parameter for customs type
2013-04-26, by Vincent Michel
[sql] preprocess_entity uses lgdb helper's SQL converters.
2013-04-23, by Vincent Michel
[repo] kill rebuildinfered feature from Repository.set_schema
2013-04-24, by Sylvain Thénault
[test] stop deepcopying for nothing
2013-04-24, by Sylvain Thénault
drop xhtml content-type support (closes #2065651)
2013-04-26, by Aurelien Campeas
[htmlparser] exclude <script> tag from html source
2013-04-26, by Pierre-Yves David
[htmlparser] store unaltered source in pageinfo.source
2013-04-26, by Pierre-Yves David
[htmlparser] rename SaxOnlyValidator to XMLValidator
2013-04-25, by Sylvain Thénault
[htmlparser] add missing deprecation message
2013-04-25, by Sylvain Thénault
[form] remove hard coded id
2013-04-25, by Pierre-Yves David
[server/test] use server config in migration
2013-04-26, by Pierre-Yves David
[session] deprecate `hijack_user` method
2013-04-22, by Pierre-Yves David
[mail] drop hijack_user usage
2013-04-25, by Pierre-Yves David
[notification] merge BaseNotificationView and NotificationView
2013-04-25, by Pierre-Yves David
[notification] move notification view in ``sobject.notification``
2013-04-25, by Pierre-Yves David
remove unused import
2013-04-25, by Pierre-Yves David
one more merge
2013-04-25, by Pierre-Yves David
[notification] introduce an official `notify_on_commit` function
2013-04-25, by Sylvain Thénault
[cubicweb/doc] Replace dc_type() by cw_etype
2013-04-25, by Vladimir Popescu
[dataimport] backout 6947201033be (related to #2788402)
2013-04-04, by Vladimir Popescu
merge default heads
2013-04-25, by Sylvain Thénault
[c-c serverctl] import locally to speed up c-c
2013-04-05, by Sylvain Thénault
[facet js] minor refactoring and cleanups
2013-04-25, by Sylvain Thénault
[ldapfeed] Add support for LDAP groups (closes #2528116)
2013-04-24, by David Douard
[test/ldap] small improvement to ldapfeed unit tests
2013-04-24, by Pierre-Yves David
[ldap] prepare import of CWGroup
2013-04-24, by David Douard
[ldap] handle modification date
2013-04-24, by Pierre-Yves David
[ldap] refactor attributes mapping handling
2013-04-24, by Pierre-Yves David
[ldapfeed] add support for multiple email addresses from ldap
2013-04-24, by Pierre-Yves David
merge 3.16.x fix in 3.17.x branch
2013-04-24, by Pierre-Yves David
[session] fix hooks_control backward compat
2013-04-24, by Pierre-Yves David
[facet js] fix reordering of facet check boxes. Closes #2732947
stable
2013-04-19, by Sylvain Thénault
[vreg] (re)build entity classes cache after registry initialization.
stable
2013-04-24, by Sylvain Thénault
[task] allow negative intervals for add_looping_task (closes #2818280)
2013-04-24, by Julien Cristau
[task] allow interval=0 for looping tasks
2013-04-24, by Pierre-Yves David
[portable dump] skip virtual relations, they have no table associated. Closes #2841199
stable
2013-04-24, by Sylvain Thénault
[test] fix skipIf import, currently failing if unittest2 is not there
stable
2013-04-24, by Sylvain Thénault
[test] fix bad merge
stable
2013-04-24, by Sylvain Thénault
merge with other default head
2013-04-23, by Pierre-Yves David
[ldap] an empty 'user-base-dn' disable the user importation process,
2013-04-23, by Pierre-Yves David
drop commented print
2013-04-23, by Pierre-Yves David
[ldap] Major test refactoring
2013-04-23, by Pierre-Yves David
[test/ldap] have RQL2LDAPFilterTC use its own database
2013-04-23, by Pierre-Yves David
[ldap] quieter tests
2013-04-23, by Pierre-Yves David
[test/ldap source] better source naming, some cleanups (prepares #2528116)
2013-04-10, by Jérôme Roy
use cw_etype instead of __regid__
2013-04-23, by Pierre-Yves David
[entity] add an official ``cw_etype`` property for entity
2013-04-23, by Pierre-Yves David
[notification] use new style operation for notification
2013-04-23, by Pierre-Yves David
[cleanup] drop code deprecated since 3.6
2013-04-22, by Pierre-Yves David
[notification] fix documentation
2013-04-22, by Pierre-Yves David
[ldapuser] Deprecated the source
2013-04-23, by Pierre-Yves David
[rql2sql] Remove an XXX by explaining why Int non-substitution is desired
2013-04-19, by Sylvain Thénault
[rql2sql] Boolean values should be substitued like others. Closes #2829481
2013-04-19, by Sylvain Thénault
[toward-py3k] rewrite __cmp__ (closes #2715115)
2013-04-22, by Nicolas Chauvat
skeleton: add RPM spec template (closes #2800884)
2013-04-08, by Julien Cristau
[clean_session] revert itervalues usage from 0bb18407c053
stable
2013-04-16, by Pierre-Yves David
merge 3.16.x fix
2013-04-15, by Pierre-Yves David
[ldap] Use correct API for logging message
2013-04-10, by Jérôme Roy
Fix obsolete docstring for add_looping_task
stable
2013-04-12, by Julien Cristau
[devtools] prevent Xvfb resets
stable
2013-04-11, by Julien Cristau
[LDAP] rename unittest ldapuser to ldapsource (prepares #2528116)
2013-04-10, by Jérôme Roy
[devtools] protect xvfb-run.sh against clean_up being called twice
stable
2013-04-10, by Julien Cristau
Added tag cubicweb-version-3.16.3, cubicweb-debian-version-3.16.3-1, cubicweb-centos-version-3.16.3-1 for changeset ee860c51f56b
stable
2013-04-10, by David Douard
3.16.3
stable
cubicweb-centos-version-3.16.3-1
cubicweb-debian-version-3.16.3-1
cubicweb-version-3.16.3
2013-04-10, by David Douard
[service] make sure synchronous call_service has a cnxset
stable
2013-04-09, by Julien Cristau
Merge testfunc testfunc resurrection Closes #2535377
stable
2013-04-09, by Pierre-Yves David
[web] move qunit test back into web and fix the hanging
oldstable
2013-04-09, by Pierre-Yves David
[test] drop forsaken windmill test (Closes 2535376)
oldstable
2013-04-08, by William Wordsworth
Added tag cubicweb-debian-version-3.16.2-1 for changeset b3c1ad0cbf00
stable
2013-04-09, by David Douard
Added tag cubicweb-version-3.16.2 for changeset a2b4f245aa57
stable
cubicweb-debian-version-3.16.2-1
2013-04-09, by David Douard
3.16.2
stable
cubicweb-version-3.16.2
2013-04-08, by David Douard
[server/test] remove dependency on a pyro name server (closes #2801737)
stable
2013-04-08, by Julien Cristau
[packaging] add spec file to build RPMs (closes #2800850)
stable
2013-04-08, by Julien Cristau
[predicates] keep making `yes` predicate importable from cubicweb (closes #2790319)
stable
2013-04-08, by Aurelien Campeas
[views/tables|css] backout rev 895e34d9ae0d
stable
2013-04-08, by David Douard
[webconfig] cleanly handles ``fckeditor_installed`` when no uiprops
stable
2013-04-08, by Pierre-Yves David
[webconfig] fallback to default configs if https ones are not defined
stable
2013-04-08, by Pierre-Yves David
[webconfig] explicit some webconfig attribute
stable
2013-04-08, by Pierre-Yves David
merge 3.16.x fix in 3.17.x branch
2013-04-08, by Pierre-Yves David
merge with 3.15.x fix
stable
2013-04-08, by Pierre-Yves David
Added tag cubicweb-debian-version-3.15.11-1 for changeset 09d65bc1f025
oldstable
2013-04-08, by Pierre-Yves David
Added tag cubicweb-version-3.15.11 for changeset 38c6a3ea8252
oldstable
cubicweb-debian-version-3.15.11-1
2013-04-08, by Pierre-Yves David
[querier] improve 'Password selection not allowed' error message
stable
2013-04-03, by Sylvain Thénault
[predicates] use select_or_none rather than select+try/except, expected to be more efficient
stable
2013-04-03, by Sylvain Thénault
[pkg] prepare version 3.15.11 ?
oldstable
cubicweb-version-3.15.11
2013-04-08, by Pierre-Yves David
merge 3.14.x fix into 3.15.x
oldstable
2013-04-08, by Pierre-Yves David
[facet] ensure a facet DOM id is a valid jQuery identifier. Closes #2789089
oldstable
2013-04-03, by Sylvain Thénault
[predicates] fix 'adaptable' implementation, used to return 0 on a rset with individualy adaptable entities of different types. Closes #2709663
oldstable
2013-02-04, by Sylvain Thénault
[cmd] fix exlog documentation (closes #2715913)
oldstable
2013-04-03, by Pierre-Yves David
Added tag cubicweb-debian-version-3.14.10-1 for changeset 197bcd087c87
oldstable
2013-04-08, by Pierre-Yves David
Added tag cubicweb-version-3.14.10 for changeset 0ff798f80138
oldstable
cubicweb-debian-version-3.14.10-1
2013-04-08, by Pierre-Yves David
[pkg] prepare 3.14.10 release
oldstable
cubicweb-version-3.14.10
2013-04-08, by Pierre-Yves David
[querier] fix eid relations handling in SET queries (closes #2797052)
oldstable
2013-04-08, by Adrien Di Mascio
[ext/rest] add directive bookmark to rest (closes #2545595)
2013-04-04, by Nicolas Chauvat
[c-c create] make post-create step optional (closes #2712041)
2013-04-03, by David Douard
[cwconfig] Add optional configuration param to load a UI cube before other cubes
2013-03-15, by Rémi Cardona
[web/views] Move massmailing to its own cube (closes #2788086)
2013-04-02, by Rémi Cardona
merge with stable fix
2013-04-02, by Pierre-Yves David
[req] explicit `user` attribute
2013-04-02, by Pierre-Yves David
[test] use the right order in some assertEqual
2013-04-02, by Pierre-Yves David
[session/transaction] move resource accessors on Transaction
2013-03-29, by Pierre-Yves David
[session/transaction] move multiple utility on Transaction
2013-03-29, by Pierre-Yves David
[session/transaction] handle cnxset repository logic in transaction
2013-03-29, by Pierre-Yves David
[transaction] keep a reference to the repo object
2013-03-29, by Pierre-Yves David
[session] make security_enabled API private
2013-03-29, by Pierre-Yves David
[session] make hook_control API private
2013-03-29, by Pierre-Yves David
[service] split session retrieval and service execution
stable
2013-04-02, by Pierre-Yves David
[service] handle cnxset in the async case only
stable
2013-04-02, by Pierre-Yves David
[service] extract session retrieval from "task" closure
stable
2013-04-02, by Pierre-Yves David
[cubicweb/doc] Add tutorial on data import in CubicWeb.
2013-03-12, by Vladimir Popescu
[dataimport] Slight message modification in exception handling code.
2013-04-02, by Vladimir Popescu
[dataimport] Handle various data formats when creating buffers from data.
2013-04-02, by Vladimir Popescu
[dataimport] Add a ``flush`` method for all stores.
2013-04-02, by Vladimir Popescu
[dataimport] Uniformize the API across the different stores.
2013-04-02, by Vladimir Popescu
[data] Add a CSS for undo UI rendering
stable
2013-03-28, by Anthony Truchet
[web/views] extract cube geocoding (closes #353000)
2012-12-17, by Julien Cristau
[c-c list] add an optional argument to the list command (closes #2709703)
2013-02-11, by David Douard
default base-url now uses fdqn instead of hostname only (closes #2542815)
2013-03-13, by Florent Cayre
[editcontroller] a small debugging help (closes #2518980)
stable
2013-03-28, by Aurelien Campeas
[doc] small doc improvement
2013-03-28, by Dimitri Papadopoulos
[doc] fix Pyro url
2013-03-28, by Dimitri Papadopoulos
[doc] fix Narval project url
2013-03-28, by Dimitri Papadopoulos
[tutorial] minor documentation fixes
2013-03-28, by Dimitri Papadopoulos
merge 3.16.x fix in 3.17.x
2013-03-28, by Pierre-Yves David
merge 3.15.x into 3.16.x
stable
2013-03-28, by Pierre-Yves David
server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641)
oldstable
2013-03-28, by Aurelien Campeas
[doc] update 3.17 release note
2013-03-28, by Pierre-Yves David
[migration] fix bug in `CWAttributeAddOp.revertprecommit_event`
oldstable
2013-03-28, by Pierre-Yves David
[session] security context directly use transaction object when applicable
2013-03-27, by Pierre-Yves David
[session] move context manager logic in the security context manager
2013-03-27, by Pierre-Yves David
[session] hook control context directly use transaction object when applicable
2013-03-27, by Pierre-Yves David
[session] move context manager logic in the hook controls context manager
2013-03-27, by Pierre-Yves David
[session] drop the useless set_hooks_mode method
2013-03-27, by Pierre-Yves David
[session/transaction] move most undo support into transaction
2013-03-27, by Pierre-Yves David
[session] simplify mode property
2013-03-27, by Pierre-Yves David
[session/transaction] pass the session object to the Transaction __init__
2013-03-27, by Pierre-Yves David
[session] use a dedicated class to track cnxset
2013-03-27, by Pierre-Yves David
[session] cleanup Transaction.cnxset
2013-03-26, by Pierre-Yves David
[session] drop useless getter and setter for security
2013-03-25, by Pierre-Yves David
[session/transaction] move read_security subtlety in transaction
2013-03-27, by Pierre-Yves David
[transaction] initialize dbapi_request in __init__
2013-03-25, by Pierre-Yves David
[whatsnew] notify drop of deprecated code
2013-03-27, by Pierre-Yves David
[web/views] extract cube embed (closes #1916015)
2013-03-27, by Vladimir Popescu
[skeleton] Update debian packaging to support only python 2.6 and up
2013-03-26, by Rémi Cardona
Drop iprogress code (closes #2777628)
2013-03-27, by Rémi Cardona
[web/views] extract cube sioc (closes #1916018)
2013-03-27, by Simon Chabot
[doc] Add 3.17 release notes
2013-03-27, by Rémi Cardona
[migration] mark all version prior 3.7 as non-migrable
2013-03-27, by Pierre-Yves David
[dataimport] drop checkpoint backward compat API
2013-03-27, by Pierre-Yves David
[dataimport] drop index support deprecated since 3.7
2013-03-27, by Pierre-Yves David
[utils] drop pre-3.7 compat in util
2013-03-27, by Pierre-Yves David
[migration] drop pre-3.7 utility
2013-03-27, by Pierre-Yves David
[entity] drop pre-3.7 api on session
2013-03-27, by Pierre-Yves David
drop dubious comment
2013-03-27, by Pierre-Yves David
[req] drop pre-3.7 api on request
2013-03-27, by Pierre-Yves David
[session] drop pre-3.7 api on session
2013-03-27, by Pierre-Yves David
[transaction] use set operation in the hook control code
2013-03-25, by Pierre-Yves David
[session/transaction] move hook management in transaction itself
2013-03-25, by Pierre-Yves David
[session] allow writable tx_attr and use it for commit_state
2013-03-25, by Pierre-Yves David
[session/transaction] move add operation in session code
2013-03-25, by Pierre-Yves David
[session/transaction] move entity life utility on transaction
2013-03-25, by Pierre-Yves David
[transaction] small simplification in ecache code
2013-03-25, by Pierre-Yves David
[session/transaction] move entity cache management on session
2013-03-25, by Pierre-Yves David
[session] have a nice helper function to forward access to session
2013-03-25, by Pierre-Yves David
[session] drop dead code
2013-03-25, by Pierre-Yves David
[session] use tx.data directly in session code.
2013-03-22, by Pierre-Yves David
[transaction] rename transaction_data to data
2013-03-22, by Pierre-Yves David
[session] document Session._tx
2013-03-22, by Pierre-Yves David
[session] split session creation from default session assignation
2013-03-22, by Pierre-Yves David
[session] make session lock reentrant
2013-03-22, by Pierre-Yves David
[session] document set_tx
2013-03-22, by Pierre-Yves David
[session] rename txstore variable to tx
2013-03-22, by Pierre-Yves David
[session] rename `_threaddata` to `_tx`
2013-03-22, by Pierre-Yves David
[session] rename self.__threaddata.txdata to self.__threaddata.tx
2013-03-22, by Pierre-Yves David
[session] rename _tx_data into _txs
2013-03-22, by Pierre-Yves David
[transaction] relocate method building transaction context manager
2013-03-22, by Pierre-Yves David
[transaction] move RQLRewriter in Transaction
2013-03-22, by Pierre-Yves David
[transaction] initialize security control attribute in Transaction
2013-03-22, by Pierre-Yves David
[session] move security constant out of the class
2013-03-22, by Pierre-Yves David
[transaction] initialize hook control attribute in Transaction
2013-03-22, by Pierre-Yves David
[session] Move hook control constants out of the class
2013-03-22, by Pierre-Yves David
[transaction] initialize transaction data and state related attribute.
2013-03-25, by Pierre-Yves David
[transaction] handle ``mode`` default value in Transaction
2013-03-22, by Pierre-Yves David
[transaction] explicit Transaction cnxset attribute
2013-03-22, by Pierre-Yves David
[server] rename TransactionData to Transaction
2013-03-22, by Pierre-Yves David
[doc] update Session documentation
2013-03-22, by Pierre-Yves David
merge 3.16 fix in default
2013-03-21, by Pierre-Yves David
[devtools] fix a couple issues with xvfb-run
stable
2013-03-21, by Julien Cristau
[devtools/qunit] don't open-code subprocess.Popen.terminate
stable
2013-03-21, by Julien Cristau
[devtools/qunit] get rid of unused variable
stable
2013-03-21, by Julien Cristau
[server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743)
stable
2011-10-18, by Alain Leufroy
[book] remove XXX to an old discussion about appengine
stable
2012-10-18, by Arthur Lutz
[web publish] in case of error, ensure proper http status is set and Content-disposition header is reseted. Closes #2553066
stable
2013-02-22, by Sylvain Thénault
Add CubicWebRequestBase.content (closes #2742453)
2013-03-12, by Julien Cristau
add the match_http_method predicate (closes #2559932)
2013-01-17, by David Douard
[pkg] the previous commit requires new feature in yams.
2013-03-21, by Pierre-Yves David
add a command to compare db schema and file system schema (closes #464991)
2012-11-30, by Alexandre Richardson
drop typed_eid() in favour of int() (closes #2742462)
2013-03-12, by Nicolas Chauvat
merge with stable
2013-03-20, by Pierre-Yves David
3.15 is the new old stable
oldstable
2013-03-21, by Pierre-Yves David
[web] don't link to None in author box (when author has been deleted) (closes #2409855)
stable
2012-09-17, by Arthur Lutz
dbapi: try to restore compatibility of the connect api with 3.15
stable
2013-03-19, by Julien Cristau
3.16 is the new stable
stable
2013-03-20, by Pierre-Yves David
Added tag cubicweb-debian-version-3.15.10-1 for changeset feca12e4a618
stable
2013-03-19, by Aurelien Campeas
Added tag cubicweb-version-3.15.10 for changeset 89bdb5444cd2
stable
cubicweb-debian-version-3.15.10-1
2013-03-19, by Aurelien Campeas
prepare 3.15.10
stable
cubicweb-version-3.15.10
2013-03-19, by Aurelien Campeas
Added tag cubicweb-debian-version-3.16.1-1 for changeset 84fbcdc8021c
2013-03-19, by Aurelien Campeas
Added tag cubicweb-version-3.16.1 for changeset d95cbb7349f0
cubicweb-debian-version-3.16.1-1
2013-03-19, by Aurelien Campeas
prepare 3.16.1
cubicweb-version-3.16.1
2013-03-19, by Aurelien Campeas
[views/primary] some inner sections should use the `limit` by default to avoid a denial of service (closes #2719110)
2013-03-19, by Aurelien Campeas
[entity] ensure the .related(entities=False) parameter is honored all the way down (closes #2755994)
2013-03-19, by Aurelien Campeas
[test/web] fix invisibly bogus test (prepares #2755994)
2013-03-19, by Aurelien Campeas
[cwconfig] Fix exception handling when building the cube dependency graph
2013-03-08, by Rémi Cardona
[merge] backport stable fixes
2013-03-19, by Aurelien Campeas
[test/sobject] fix test regression
stable
2013-03-18, by Aurelien Campeas
[web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130)
stable
2013-03-13, by Rémi Cardona
[web/component] Use global variable to point to ajax controller (part of #2758254)
stable
2013-03-13, by Rémi Cardona
[web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254)
stable
2013-03-19, by Rémi Cardona
[devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
2013-03-19, by Aurelien Campeas
[component] Fix URL generation for navigation component (closes #2464832)
stable
2013-03-12, by Rémi Cardona
merge with another default heads
2013-03-12, by Pierre-Yves David
Merge stable into default (NON-TRIVIAL)
2013-03-12, by Pierre-Yves David
maintain python2.5 compatibility
stable
2013-02-08, by Nicolas Chauvat
[schema/workflow] one more typo fix
stable
2013-01-18, by Julien Cristau
[devtools] add http_publish to CubicWebTC (closes #2565882)
2013-02-22, by Julien Cristau
[testlib] url_publish should give url to the request and the rset returned by the path evaluator to ctrl_publish. Closes #2557468
2013-01-18, by Sylvain Thénault
[towards py3k] import reduce() from functools (part of #2711624)
2013-02-22, by Nicolas Chauvat
merge stable fix into default
2013-03-11, by Pierre-Yves David
[doc] document dbapi.Connection
stable
2013-01-09, by Sylvain Thénault
[c-c shell] fix command description (-P option is gone long ago)
stable
2013-03-08, by Sylvain Thénault
[hooks/syncschema] do not crash when adding a new entity type (closes #2741643)
stable
2013-03-11, by Aurelien Campeas
[views/debug] Do not show all web sessions without CNX, just count them (closes #2602161)
stable
2013-01-29, by pwatteyne
[facets js] use $ instead of jQuery and other small cleanups
2013-03-05, by Sylvain Thénault
[devtools/httptest] allow sending other types of requests besides GET
2013-01-17, by Julien Cristau
merge with stable
2013-03-08, by Pierre-Yves David
[ext/rest] fix docstring of rql_role()
stable
2013-03-04, by Nicolas Chauvat
[web application] Fix missing self. in error_handler
stable
2013-03-08, by Vincent Michel
[ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398
2012-12-18, by Sylvain Thénault
[sources] fix classes that inherit from AbstractSource (closes #2718669)
2013-02-20, by Nicolas Chauvat
[login] don't redirect to http url if we allow anonymous on https
2013-01-24, by Julien Cristau
Correct typo in example
2013-02-25, by Jérôme Roy
[testlib] make test_view load the json data
2013-02-25, by Julien Cristau
[etwist] Properly escape traceback output (closes #2712042)
2013-02-11, by Rémi Cardona
[dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
2013-02-11, by Rémi Cardona
[cwvreg] complete cw.web.uicfg cleanup callback (closes #2718217)
2013-02-25, by Aurelien Campeas
[book] fix typo.
2013-02-28, by Pierre-Yves David
[towards py3k] fix bug introduced by 0bb18407c053
2013-02-16, by Nicolas Chauvat
[doc] Book entry for the undo functionnality.
2012-02-21, by Anthony Truchet
[toward py3k] rewrite has_key() (part of #2711624)
2013-02-14, by Nicolas Chauvat
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14, by Nicolas Chauvat
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-02-14, by Nicolas Chauvat
[toward-py3k] remove import with_statement (part of #2711624)
2013-02-14, by Nicolas Chauvat
pkg: drop python 2.5 compatibility (closes #2711624)
2013-02-14, by Nicolas Chauvat
devtools: improve qunit timeout message
2013-02-14, by Pierre-Yves David
merge default into stable
2013-02-14, by Pierre-Yves David
[devtools] fix broken windmill test case
stable
2013-02-12, by Nicolas Chauvat
Added tag cubicweb-debian-version-3.15.9-1 for changeset 29fbc632a696
stable
2013-01-31, by David Douard
Added tag cubicweb-version-3.15.9 for changeset 8bfc0753f1da
stable
cubicweb-debian-version-3.15.9-1
2013-01-31, by David Douard
Added tag cubicweb-debian-version-3.16.0-1 for changeset 853237d1daf6
2013-01-25, by David Douard
Added tag cubicweb-version-3.16.0 for changeset 6c7c2a02c9a0
cubicweb-debian-version-3.16.0-1
2013-01-25, by David Douard
3.15.9
stable
cubicweb-version-3.15.9
2013-01-25, by David Douard
[ldap test] fix bad merge
cubicweb-version-3.16.0
2013-01-25, by Aurelien Campeas
[merge] backport stable fixes
2013-01-25, by Aurelien Campeas
[cwctl] fix cubicweb-ctl shell command (closes #2583919)
2013-01-25, by Aurelien Campeas
[ldap test] move the slapd database directory to a tempdir (closes #2583993)
stable
2013-01-24, by David Douard
[ldap auth] make sure imported passwords from LDAP are encrypted (closes #2583994)
stable
2013-01-24, by David Douard
[ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399
stable
2012-12-18, by Sylvain Thénault
[doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863)
stable
2013-01-09, by Aurelien Campeas
prepare 3.16
2013-01-23, by Aurelien Campeas
[doc/3.16] complete description of what changed
2013-01-23, by Aurelien Campeas
[rql sources] uses an URL as remote host address for pyro/zmq rql sources,
2013-01-04, by Sylvain Thénault
[repo sources] move handling of source's url into abstract source as this becomes shared by most sources
2013-01-04, by Sylvain Thénault
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
2013-01-10, by Sylvain Thénault
[repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
2013-01-10, by Sylvain Thénault
cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
2013-01-10, by Sylvain Thénault
prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
2013-01-22, by Aurelien Campeas
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
2013-01-21, by Sylvain Thénault
[ldap test] ensure slapdd launch went fine and move ldapfeed setUp to parent class, as all ldap sources deal with url
2013-01-10, by Sylvain Thénault
[web/uihelper,uicfg] transform uihelper functions into uicfg objects methods (closes #2543949)
2013-01-10, by Aurelien Campeas
make ui configurations selectable (closes #2406609)
2013-01-21, by Florent Cayré
[uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
2013-01-10, by Aurelien Campeas
[appobject] introduce RegistrableObject base class (prepares #2406609)
2013-01-10, by Aurelien Campeas
[cwvreg] introduce lgc version 0.59 and remove unneeded method redefinition (prepares #2406609)
2013-01-21, by Aurelien Campeas
[BFSS] mark fs_imported value as uncachable
2012-11-23, by Pierre-Yves David
[entity] add a "repo_side" parameter to `_cw_dont_cache_attribute`
2013-01-18, by Pierre-Yves David
[merge] backport stable fixes
2013-01-18, by Aurelien Campeas
[entities] fix test failures introduced by fixes in workflow related message strings (completes 9bb93efa1952)
stable
2013-01-18, by Aurelien Campeas
[doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
2013-01-18, by Vladimir Popescu
[entity,views/json] backout 353bbd17a8b6 (reopens #2559931)
stable
2013-01-18, by Aurelien Campeas
[schemas] fix typo
stable
2013-01-15, by Julien Cristau
merge with stable
2013-01-17, by Pierre-Yves David
[appobject] cleanup module (prepares #2406609)
2013-01-10, by Aurelien Campeas
[uicfg] remove pre 3.6 bw compat structure (prepares #2406609)
2013-01-17, by Aurelien Campeas
[testlib] test_view now parse json data, closes #2557467
stable
2013-01-17, by Sylvain Thénault
Improve entity json export (closes #2559931)
stable
2013-01-17, by Sylvain Thénault
[web/application/test] drop useless code
stable
2013-01-17, by Sylvain Thénault
[test] precheck initial condition
stable
2013-01-17, by Pierre-Yves David
[packaging] Fix search in squeeze cubicweb-documentation package (closes #2558496)
stable
2013-01-16, by Julien Cristau
[packaging] don't compress txt files (closes #2558496)
stable
2013-01-16, by Julien Cristau
[wf/test] fix tests broken by changes from another patch which have slipped there
2013-01-09, by Sylvain Thénault
[merge] backport stable
2013-01-09, by Aurelien Campeas
[web/test] fix stale reference to the changelog view (closes #2423532)
2013-01-09, by Aurelien Campeas
Added tag cubicweb-debian-version-3.15.8-1 for changeset 4ef457479337
stable
2013-01-09, by David Douard
Added tag cubicweb-version-3.15.8 for changeset 459d0c48dfaf
stable
cubicweb-debian-version-3.15.8-1
2013-01-09, by David Douard
[test] fix possible views test (closes #2544358)
stable
cubicweb-version-3.15.8
2013-01-09, by Aurelien Campeas
prepare 3.15.8
stable
2013-01-09, by Aurelien Campeas
[ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776)
stable
2013-01-09, by Aurelien Campeas
[ldaputils,ldapparser] correctly compute "deleted" users (closes #2542083)
stable
2013-01-08, by Aurelien Campeas
[dataimport] new ignore_errors argument to ucsvreader, default to False. Closes #2547200
2013-01-03, by Sylvain Thénault
[ldapsource] keep python 2.5 compatibility (closes #2541602)
stable
2012-12-18, by David Douard
[ldapuser2ldapfeed] .values -> .iteritems (closes #2542872)
stable
2012-12-18, by Aurelien Campeas
[ldap tests] cleanup in preparation of #2542083
stable
2012-12-17, by Aurelien Campeas
[ldapparser] demote warning level (actually important user info can leak there) (prepares #2542083)
stable
2012-12-17, by Aurelien Campeas
Remove changelog view (closes #2423532)
2013-01-03, by Arthur Lutz
[dataimport] Allow to replace escape char in the create_copyfrom_buffer
2013-01-02, by Vincent Michel
[doc] fix function name FTIRANK
stable
2012-12-30, by Nicolas Chauvat
[json] enable jsonexport selection on empty rsets (closes #2544358)
stable
2012-12-20, by Adrien Di Mascio
[test] fix req default value handling in CubicWebTC.view (closes #2544376)
stable
2012-12-20, by Adrien Di Mascio
[ajax] fix attribute lookup (closes #2491038)
2012-09-19, by Aurelien Campeas
[server] add debugging for Hooks & Operations (closes #2470048)
2012-12-11, by Aurelien Campeas
[dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
2012-12-14, by Vincent Michel
[test] swap order in assert of `test_users_and_groups_non_readable_by_guests`
2012-11-26, by Pierre-Yves David
[test] fix server/querier/build_descr1 test.
2012-11-26, by Pierre-Yves David
[server] make `test_bfss_fs_importing_transparency` less verbose on failure
2012-11-27, by Pierre-Yves David
[entity] drop redundant cache update
2012-11-23, by Pierre-Yves David
[cw-ctl] silence msgcat and msgfmt (closes #2527594)
2012-12-03, by Nicolas Chauvat
Added tag cubicweb-debian-version-3.15.7-1 for changeset c5400558f370
stable
2012-12-12, by David Douard
Added tag cubicweb-version-3.15.7 for changeset d8916cee7b70
stable
cubicweb-debian-version-3.15.7-1
2012-12-12, by David Douard
prepare 3.15.7
stable
cubicweb-version-3.15.7
2012-12-12, by David Douard
[migration] fix crash when adding a new meta relation type. Closes #2532483
stable
2012-12-04, by Sylvain Thénault
[ldapfeed] fix connection leak (closes #2532528)
stable
2012-12-10, by David Douard
[zmq] add an introductive docstring on ZMQComm
stable
2012-12-04, by David Douard
[server config] on quick start, system source is still activated. Closes #2535714
stable
2012-12-11, by Sylvain Thénault
[web] use `inline` `Content-Disposition` by default (closes #2535734)
stable
2012-12-11, by Pierre-Yves David
[web] allow configuration of the Content-disposition value
stable
2012-12-11, by Pierre-Yves David
[downloadable] fix filename HTTP header for simple name with space (closes #2535715)
stable
2012-12-11, by Pierre-Yves David
merge fixes from stable
2012-12-03, by Nicolas Chauvat
Added tag cubicweb-debian-version-3.15.6-1 for changeset b05e156b8fe7
stable
2012-11-30, by David Douard
Added tag cubicweb-version-3.15.6 for changeset 0163bd9f4880
stable
cubicweb-debian-version-3.15.6-1
2012-11-30, by David Douard
prepare 3.15.6
stable
cubicweb-version-3.15.6
2012-11-30, by David Douard
[web] add a digital signature to error form (closes #2522526)
stable
2012-11-27, by David Douard
[web/views] bugfix: the mime type is text/plain, not text/txt (closes #2526345)
stable
2012-11-28, by Nicolas Chauvat
[doc] fix of personnal etc directory in book
stable
2012-11-27, by Arthur Lutz
[web] add a Forbidden exception
stable
2012-11-27, by David Douard
[web] add a ``anonymize-jsonp-queries`` option in file configuration (closes #2465388)
stable
2012-11-27, by Katia Saurfelt
[downloadable] fix filename in HTTP header (closes #2522325, #2522324)
stable
2012-11-27, by Pierre-Yves David
docstring typo
stable
2012-11-27, by Sylvain Thénault
[facet] make BitFieldFacet allow special 0 value. Closes #2522697
stable
2012-11-22, by Sylvain Thénault
[doc] ubuntu LTS is now Precise Pangolin
stable
2012-11-16, by Nicolas Chauvat
backport stable
2012-11-16, by Sylvain Thénault
[server] implement base_url with secure=True (closes #2508638)
2012-11-16, by Arthur Lutz
[validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
2012-11-16, by Sylvain Thénault
[wsgi] saner use of `self.config` instead of `config`
2012-11-09, by Pierre-Yves David
[server] fix repository initialisation
2012-11-09, by Pierre-Yves David
[web test] make unittest_viewselectors work if rdflib isn't available
stable
2012-10-24, by Sylvain Thénault
[js/ajax] documentation of 'reload' is missing an argument
stable
2012-10-23, by Sylvain Thénault
[ldapfeed] move docstring to the class instead of the module
stable
2012-10-23, by Sylvain Thénault
[hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748
stable
2012-11-14, by Sylvain Thénault
[startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096
stable
2012-11-08, by Sylvain Thénault
[ldaputils] should use entity.eid instead of entity on raising ValidationError. closes #2517095
stable
2012-11-08, by Sylvain Thénault
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
2012-11-14, by Aurelien Campeas
Added tag cubicweb-debian-version-3.15.5-1 for changeset 19e115ae5442
stable
2012-10-24, by Aurelien Campeas
Added tag cubicweb-version-3.15.5 for changeset b0e086f451b7
stable
cubicweb-debian-version-3.15.5-1
2012-10-24, by Aurelien Campeas
prepare 3.15.5
stable
cubicweb-version-3.15.5
2012-10-24, by Aurelien Campeas
[entity attr cache] mark attribute as uncacheable in the underlying function else we may miss some changes.
2012-09-11, by Sylvain Thénault
[repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
2012-10-05, by Sylvain Thénault
[req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
2012-10-11, by Sylvain Thénault
[check integrity] use session consistently
2012-09-20, by Sylvain Thénault
[test] use session commit/rollback to be consistent with the test
2012-09-20, by Sylvain Thénault
[merge] reintegrate that black sheep
2012-10-23, by Aurelien Campeas
[ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515)
stable
2012-10-17, by Aurelien Campeas
backporting
2012-02-22, by Anthony Truchet
backport stable
2012-10-12, by Sylvain Thénault
fix no more running zmq repository test (closes #2500153)
stable
2012-10-02, by Florent Cayré
[dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697
stable
2012-09-28, by Sylvain Thénault
dummy merge
2012-10-12, by Sylvain Thénault
[ajax] reload function should set 'processing' cursor. Closes #2503899
2012-10-12, by Sylvain Thénault
[misc/scripts] a slightly experimental script to help repair LDAPUser cwusers suffering from split-brainite (closes #2497108)
stable
2012-10-01, by Aurelien Campeas
[views/boxes] re-establish the proper selector (closes #2496294)
stable
2012-09-24, by Aurelien Campeas
[ldapparser] raise specific error if the configuration is wrong (closes #2498164)
stable
2012-10-01, by Aurelien Campeas
[skeleton] add pypi classifiers in __pkginfo__ and setup.py (closes #2502156)
stable
2012-10-08, by Arthur Lutz
[c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H
stable
2012-09-18, by Sylvain Thénault
mock ``CWUser.prefered_language()`` on InternalManager objects.
2012-09-21, by Adrien Di Mascio
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
2012-09-14, by Sylvain Thénault
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
2012-09-20, by Sylvain Thénault
[web app] move set of status_out into validation_error_handler to ease readability
2012-09-10, by Sylvain Thénault
[workflow test] don't use session.user, subject to internal changes
2012-09-10, by Sylvain Thénault
[db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists
2012-09-10, by Sylvain Thénault
[source synchronization hooks] Fix/enhance system source hooks
2012-09-17, by Sylvain Thénault
[validation error] refactor validation error handling so translation is done on the web side
2012-09-17, by Sylvain Thénault
[repo cleanup] drop code moved to querier by 7e264ce34cd4
2012-09-11, by Sylvain Thénault
[repo cleanup] drop code moved to querier by 7e264ce34cd4
2012-09-11, by Sylvain Thénault
Added tag cubicweb-debian-version-3.15.4-1 for changeset 70cb36c826df
stable
2012-09-18, by Sylvain Thénault
Added tag cubicweb-version-3.15.4 for changeset 63260486de89
stable
cubicweb-debian-version-3.15.4-1
2012-09-18, by Sylvain Thénault
[facets] add link 'focus on selection' (closes #525277)
2012-09-17, by Nicolas Chauvat
[server/utils] catch ValueError from password verification
stable
cubicweb-version-3.15.4
2012-09-10, by Julien Cristau
[test] reindent and use request() rather than bare session
2012-09-10, by Sylvain Thénault
[repo] fix debug code in DBG_REPO mode (closes #2469942)
stable
2012-09-06, by Aurelien Campeas
[datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156
stable
2012-09-13, by Sylvain Thénault
[sources/native] automatically update passwords using deprecated hashes on login
stable
2012-09-10, by Julien Cristau
[repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing
stable
2012-09-14, by Sylvain Thénault
massive copyright update to avoid clutering later patches
2012-09-11, by Sylvain Thénault
minor cleanups/typos
2012-09-10, by Sylvain Thénault
[session / querier] reorganize code to building result set descriptions
2012-09-10, by Sylvain Thénault
[web] search state doesn't need cnx, remove useless test
2012-09-11, by Sylvain Thénault
[schema] rename schema permissions function: session may also be a request, use _cw
2012-09-10, by Sylvain Thénault
[repo initialisation] during repo creation, load all hooks and entities code
2012-09-10, by Sylvain Thénault
[request/session] refactor language handling: don't attempt to sync web/repo languages
2012-09-10, by Sylvain Thénault
[config] turn internal configuration methods building appobjects search path into normal method rather than class method
2012-09-10, by Sylvain Thénault
fix missing import
stable
2012-09-03, by David Douard
backport stable
2012-09-07, by Sylvain Thénault
[hooks/syncshema] fix logging level and nicer message (wrong changeset published previously)
stable
2012-09-07, by Aurelien Campeas
[hooks/syncschema] do not crash on DROP of an already dropped index/... (closes #2465393)
stable
2012-08-31, by Aurelien Campeas
[cwctl] show a better diagnostic message on version violation (closes #2464800)
stable
2012-08-23, by Aurelien Campeas
[tabs] fix pb with non-lazy tabs: style isn't properly set due to missing jquery.ui activation. Closes #2465657
stable
2012-08-30, by Sylvain Thénault
[migration] fix backward compat for rename_relation
stable
2012-09-04, by Sylvain Thénault
[datafeed] make cnxset handling of datafeed source more robust
stable
2012-09-04, by Sylvain Thénault
don't use rset.rowcount in predicates, this makes them usable with other types such as lists
stable
2012-08-30, by Sylvain Thénault
[c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659
stable
2012-08-30, by Sylvain Thénault
[ui tabs] avoid duplicate rset argument if already specified in tab kwargs. Closes #2464786
stable
2012-08-23, by Sylvain Thénault
[entity edition] don't remove values from attribute cache on the repository side
2012-08-03, by Sylvain Thénault
fix ldapuser test
stable
2012-08-31, by Aurelien Campeas
Prepare 3.15.4
stable
2012-08-31, by Julien Cristau
migration: replace empty passwords with random ones on upgrade
stable
2012-08-31, by Julien Cristau
ldapuser2ldapfeed: create CWUsers with random passwords, not empty ones
stable
2012-08-31, by Julien Cristau
[source/native] only system source users should be authenticated by the native source (closes #2465883)
stable
2012-08-31, by Aurelien Campeas
[web test] fix test broken by 199fefe396ab
stable
2012-08-22, by Sylvain Thénault
[fti] add some documentation
stable
2012-08-22, by Adrien Di Mascio
[form] add assertion to ensure field has a name when `role_name` is called
stable
2012-08-22, by Sylvain Thénault
Added tag cubicweb-debian-version-3.15.3-1 for changeset 7ad423a5b6a8
stable
2012-08-21, by Sylvain Thénault
Added tag cubicweb-version-3.15.3 for changeset 0e012eb80990
stable
cubicweb-debian-version-3.15.3-1
2012-08-21, by Sylvain Thénault
[pkg] prepare 3.15.3 release
stable
cubicweb-version-3.15.3
2012-08-21, by Pierre-Yves David
[entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests)
2012-08-02, by Sylvain Thénault
[tabbed view] make tabs optionaly lazy: lazy=False on the tabbed view trigger synchronous tabs. Closes #2443038
stable
2012-08-01, by Sylvain Thénault
[web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040
stable
2012-08-02, by Sylvain Thénault
[test rql completion] dont limit number of completion, else we've impredicable results. Also should tell rql.parse to not print error on stdout
2012-08-02, by Sylvain Thénault
[entity] fix deprecation warnings (closes #2423719)
2012-08-01, by Aurelien Campeas
merge oldstable in stable
stable
2012-08-02, by David Douard
Added tag cubicweb-debian-version-3.14.9-1 for changeset 68c762adf2d5
oldstable
2012-08-01, by David Douard
Added tag cubicweb-version-3.14.9 for changeset 9337812cef6b
oldstable
cubicweb-debian-version-3.14.9-1
2012-08-01, by David Douard
[ui] provide an autocomplete RQL bar (closes #2439846)
2012-07-24, by Adrien Di Mascio
[ajax] improve backward compatibility for redefined ajax functions (closes #2447189)
stable
2012-08-01, by Adrien Di Mascio
prepare version 3.14.9
oldstable
cubicweb-version-3.14.9
2012-07-31, by Pierre-Yves David
[composite] apply composite on new enty too (closes #2450679)
oldstable
2012-07-31, by Pierre-Yves David
[storage] relies on event=='deleted' to detect "delete" event (closes #2450680)
oldstable
2012-07-31, by Pierre-Yves David
[composite] apply composite on new enty too
stable
2012-07-31, by Pierre-Yves David
[storage] relies on event=='deleted' to detect "delete" event
stable
2012-07-31, by Pierre-Yves David
[web navigation] previous / next icons are missing mandatory alt attribute
stable
2012-07-31, by Sylvain Thénault
[testlib] consider rset for template / view selection (closes #2447183)
stable
2012-07-31, by Adrien Di Mascio
[documentation] fix some ReST compilation problems
2012-07-24, by Adrien Di Mascio
[test] remove no more necessary attribute cache manipulation to repair test
2012-07-24, by Sylvain Thénault
[entity] more tweaks for entity attribute cache handling on cw_set/cw_create to fix test regression
2012-07-24, by Sylvain Thénault
[entity/hooks] fix regression introduced by 4ba11607d84a
2012-07-24, by Sylvain Thénault
[doc] use :meth: and remove doc to deprecated methods
2012-07-17, by Sylvain Thénault
[doc] add passlib to list of dependencies
stable
2012-07-23, by Nicolas Chauvat
Added tag cubicweb-debian-version-3.15.2-1 for changeset 9aa5553b2652
stable
2012-07-23, by Sylvain Thénault
Added tag cubicweb-version-3.15.2 for changeset 2afc157ea9b2
stable
cubicweb-debian-version-3.15.2-1
2012-07-23, by Sylvain Thénault
[test] missing future import
stable
cubicweb-version-3.15.2
2012-07-23, by Sylvain Thénault
[web test] fix tests broken by 8de41063d629
stable
2012-07-23, by Sylvain Thénault
3.15.2
stable
2012-07-20, by Sylvain Thénault
[web login] fix after login redirection: redirect expect an url not a relative path. Breaks on cases like '?vid=aview'. Closes #2423575
stable
2012-07-20, by Sylvain Thénault
[config] load_configuration should not crash because of fs errors. Closes #2286215
stable
2012-07-20, by Sylvain Thénault
[entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
2012-07-17, by Sylvain Thénault
[workflow ui] fix state/transition edition form on existing entity. Closes #2423531
stable
2012-07-19, by Sylvain Thénault
[predicates] fix predicates that erroneously evaluate the entity passed as a parameter as a boolean, instead of testing its existence in the keyword arguments -using the kwargs.get('entity') idiom instead of 'entity' in kwargs or similar- ; closes #2424288
stable
2012-07-20, by Florent Cayré
[book] fix build warnings/errors. Closes #2430042
stable
2012-07-20, by Sylvain Thénault
[ldap feed] add missing future import
stable
2012-07-20, by Sylvain Thénault
[ldap feed] fix error since with read security activated, password value is not selecteable (closes #2406597). Also add a note in the book about packages required to connect to an ldap server
stable
2012-07-19, by Sylvain Thénault
[config] Set CWDEV, aka dev mode, according to presence of the i18n directory, not .hg
stable
2012-07-20, by Julien Cristau
[book] Some tweaks to fix cubicweb-documentation package generation
stable
2012-07-20, by Julien Cristau
[webconfig] debug mode should not be special wrt data_url handling (closes #2405487)
stable
2012-07-19, by Aurelien Campeas
[test] missing future import
stable
2012-07-19, by Sylvain Thénault
[ldap] allow working connection to some ADs (closes #2408829)
stable
2012-06-20, by Aurelien Campeas
[entity] fix unrelated_rql for creation form vocabulary for relation with specific permissions (closes #2423854)
stable
2012-07-18, by Florent Cayré
[form widgets] fix JQueryDatePicker and JQueryTimePicker so they consider widget custom attributes. Closes #2423720
stable
2012-07-17, by Sylvain Thénault
[web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018
stable
2012-07-18, by Sylvain Thénault
backport stable
2012-07-17, by Sylvain Thénault
[ldapuser2ldapfeed] fix confusing script structure and decode the extid to avoid an UnicodeDecodeError (closes #2413437)
stable
2012-07-10, by Aurelien Campeas
[migraction] rename rename_relation method to rename_relation_type for consistency
stable
2012-07-17, by Sylvain Thénault
[web app] only log tb when explicitly asked
stable
2012-07-13, by Sylvain Thénault
typo
stable
2012-07-12, by Sylvain Thénault
[views/tables|css] show actions in small tabs instead of menu indirection (closes #2004109)
2012-06-13, by Aurelien Campeas
stable is now 3.15
stable
2012-07-10, by Sylvain Thénault
oldstable is now 3.14
oldstable
2012-07-10, by Sylvain Thénault
[test] update server security test using login and new temporary_permissions context managers
stable
2012-07-10, by Sylvain Thénault
[testlib] introduce temporary_permissions context manager
stable
2012-07-10, by Sylvain Thénault
[rql2sql] remove debug print and fix bug introduced in 8469:69ad9a509bc3
2012-07-09, by Sylvain Thénault
[html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)
2012-07-09, by Florent Cayré
[rql2sql] fix generated SQL when an attribute relation with a variable is ored with another attribute relation. Closes #2410405
2012-07-09, by Sylvain Thénault
[repository] drop unused argument
2012-07-06, by Sylvain Thénault
[ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040
2012-07-09, by Sylvain Thénault
backport stable
2012-07-06, by Sylvain Thénault
[packaging] bump rql dependency to 0.29 (closes #2410042)
stable
2012-06-22, by Julien Cristau
[rql security] fix rql bug when using yams inheritance and read permissions (closes #2410156)
stable
2012-07-04, by Florent Cayré
[c-c schema] devtools: the output file for cw-ctl schema is not supposed to exist
stable
2012-07-06, by Julien Cristau
[fti] allow usage of custom RQL to fetch entities to index (closes #2410509)
2012-07-06, by Adrien Di Mascio
[fti] make db-rebuild-fti accept etypes on command line (closes #2410508)
2012-07-06, by Adrien Di Mascio
backport stable
2012-07-06, by Sylvain Thénault
[fti] drop entity cache once an etype is indexed (closes #2410507)
stable
2012-07-06, by Adrien Di Mascio
[server/utils] add_looping_task can be used any time (closes #2408814)
2012-07-04, by Aurelien Campeas
[formrenderers] if a tag object gets there, it blows (closes #2410462)
2012-06-27, by Aurelien Campeas
[login] redirect to real instance root if no postlogin_path is provided
2012-06-14, by Pierre-Yves David
[web/application] declare default 'content' value sooner (closes #2406560)
2012-06-14, by Pierre-Yves David
[views/tabs] fix rql/eid param conflict when either one is already in the request form (closes #2405249)
2012-06-13, by Aurelien Campeas
Added tag cubicweb-debian-version-3.15.1-1 for changeset fe5e60862b64
2012-06-11, by David Douard
Added tag cubicweb-version-3.15.1 for changeset 783a5df54dc7
cubicweb-debian-version-3.15.1-1
2012-06-11, by David Douard
[debian] prepare 3.15.1-1
cubicweb-version-3.15.1
2012-06-11, by David Douard
[server/tests] fix tests
2012-06-11, by Aurelien Campeas
[registry|ajaxcontroller] the @ajaxcontroller decorator ought to return a compatible object (closes #2385155)
2012-06-08, by Aurelien Campeas
[cwconfig] shutup on absent i18n/ mo files when in operating in tests
2012-06-07, by Aurelien Campeas
[datafeed] correctly distinguish checked/updated
2012-06-07, by Aurelien Campeas
[ldapfeed] do not crash on ldap user deletion + pull + already deactivated users, cleanups (closes #2392933)
2012-06-06, by Aurelien Campeas
[server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
2012-06-06, by Aurelien Campeas
[ldapparser] missing return
2012-05-31, by Aurelien Campeas
less
more
|
(0)
-1536
+1536
tip