Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-56
+56
+100
+300
+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.
Added tag cubicweb-version-3.18.6, cubicweb-debian-version-3.18.6-1, cubicweb-centos-version-3.18.6-1 for changeset d91501356742
stable
2014-09-24, by Julien Cristau
[pkg] 3.18.6
stable
cubicweb-centos-version-3.18.6-1
cubicweb-debian-version-3.18.6-1
cubicweb-version-3.18.6
2014-09-24, by Julien Cristau
[hooks/security] allow edition of attributes with permissive permissions
stable
2014-01-28, by Aurelien Campeas
Almost backout afcd46716d6a which breaks _select_best raising an ambiguity exception in debug mode.
stable
2014-07-29, by Aurelien Campeas
[server] fix anonymous_user predicate in tests
2014-09-12, by Julien Cristau
[entities] cw_rest_attr_info() should only consider required attributes (closes #3766717)
2014-07-28, by Rémi Cardona
[views] csvexport accept an empty rset (closes #4236928)
2014-08-08, by Damien Garaud
[views] Display attributes in entity creation form based on "add" permission
2014-09-11, by Denis Laxalde
[datafeed] Commit after all deletions in datafeed parser
2014-09-18, by Denis Laxalde
[schema] CWComputedRType is a schema type
2014-09-23, by Julien Cristau
[doc] proofreading CWEP002 section
2014-09-23, by Julien Cristau
[CWEP002] document computed relations and attributes
2014-02-10, by Anthony Truchet
[CWEP002 migration] support sync_schema_props_perms for computed attribute
2014-08-28, by Sylvain Thénault
[CWEP002 migration] support drop_relation_type/drop_relation_definition/drop_attribute for computed attributes
2014-07-22, by Sylvain Thénault
[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
less
more
|
(0)
-3000
-1000
-300
-100
-56
+56
+100
+300
+1000
tip