Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
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 migration] support add_relation_type/add_attribute for computed attributes
2014-08-28, by Sylvain Thénault
[CWEP002] properly handle serialization of computed attributes
2014-09-16, by Lea Capgen
[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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
tip