Thu, 23 Sep 2010 10:46:38 +0200 Sylvain Thénault [test] add some fake cubes necessary for test so we don't depend on the actual forge cube stable
Wed, 22 Sep 2010 20:12:38 +0200 Aurelien Campeas [doc/book] begin an howto write auth plugins chapter stable
Wed, 22 Sep 2010 19:44:37 +0200 Aurelien Campeas [dbapi] fix typo stable
Wed, 22 Sep 2010 19:43:44 +0200 Aurelien Campeas [doc/book] tell a more complete story on sessions and the authentication process stable
Wed, 22 Sep 2010 19:43:02 +0200 Aurelien Campeas [doc/book] more notes on setup stable
Wed, 22 Sep 2010 18:23:42 +0200 Sylvain Thénault cleanup stable
Wed, 22 Sep 2010 18:23:35 +0200 Sylvain Thénault [dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling) stable
Wed, 22 Sep 2010 18:18:29 +0200 Sylvain Thénault [entity] fix typo in absolute_url method, breaking some code w/ control of absolute url of external entities stable
Wed, 22 Sep 2010 18:17:40 +0200 Sylvain Thénault [test] fix test broken by introduction of CWUniqueTogetherConstraint stable
Wed, 22 Sep 2010 13:21:34 +0200 Nicolas Chauvat [doc] fixing install doc (reapply cset that was erroneously overriden) stable
Wed, 22 Sep 2010 17:01:51 +0200 Aurelien Campeas [doc,bin] add script to fetch & update most cw dependencies + some cubes stable
Wed, 22 Sep 2010 14:03:24 +0200 Sylvain Thénault [book] backport documentation about primary/base views sent on the list stable
Wed, 22 Sep 2010 13:33:17 +0200 Stephanie Marcu [book - #1251259] reorganize plan for basetemplate, talk about class attributes stable
Wed, 22 Sep 2010 13:15:14 +0200 Stephanie Marcu imported patch doc_test_commit.diff stable
Wed, 22 Sep 2010 13:21:34 +0200 Nicolas Chauvat [doc] fixing install doc stable
Wed, 22 Sep 2010 12:29:20 +0200 Sylvain Thénault [sqlite] quick hacks to fix #1251873 and #1251874 stable
Wed, 22 Sep 2010 12:14:54 +0200 Aurelien Campeas [doc/book] fix session types stable
Wed, 22 Sep 2010 10:35:34 +0200 Sylvain Thénault [rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction stable
Wed, 22 Sep 2010 10:34:20 +0200 Sylvain Thénault [skel] MANIFEST.in cleanup stable
Wed, 22 Sep 2010 10:10:19 +0200 Alexandre Fayolle updated yams and logilab.database dependency, start preparing 3.9.8 stable
Wed, 22 Sep 2010 10:00:36 +0200 Alexandre Fayolle use new logilab.database interface for multicol indexes stable
Tue, 21 Sep 2010 16:35:37 +0200 Adrien Di Mascio [dbapi] Connection.check() must return the latest activity timestamp (dropped accidentally during latest merge)
Tue, 21 Sep 2010 16:33:20 +0200 Adrien Di Mascio [migractions] add a dropped_constraints() migration command
Mon, 20 Sep 2010 15:58:45 +0200 Sylvain Thénault [primary view] we should not limit related rset, else if something else than autolimited view is used, some content will be missed without a 'view all' link stable
Mon, 20 Sep 2010 15:50:12 +0200 Alexandre Fayolle handle displayctrl['limit'] == None correctly stable
Fri, 17 Sep 2010 19:30:22 +0200 Aurelien Campeas [views/reledit] bw compat code is unneeded there stable
Fri, 17 Sep 2010 17:55:55 +0200 Sylvain Thénault [primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago) stable
Fri, 17 Sep 2010 17:46:47 +0200 Sylvain Thénault [js] update js for reledit to 3.9 ajax api stable
Fri, 17 Sep 2010 17:25:58 +0200 Sylvain Thénault cleanup stable
Fri, 17 Sep 2010 17:25:51 +0200 Sylvain Thénault [boolean field] we've to override format_single_value as well in case where None are allowed stable
Fri, 17 Sep 2010 17:25:17 +0200 Sylvain Thénault [repo/sql] don't do anything when value is None. This will avoid None to be turned into False in the case of a boolean for instance. stable
Fri, 17 Sep 2010 16:54:57 +0200 Sylvain Thénault [reledit] more api cleanup stable
Fri, 17 Sep 2010 16:54:56 +0200 Sylvain Thénault [reledit] new rtag entry to control apparition of relation label in default value stable
Fri, 17 Sep 2010 16:53:12 +0200 Sylvain Thénault [test] fix setting of base-url during test: override default_base_url, else we set it too late (after uiprops generation) stable
Fri, 17 Sep 2010 12:34:03 +0200 Sylvain Thénault [navigation] move hack from page_link to page_url so '#1251858: Can't see all the elements when a limited list is shown' if fixed as well stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Thu, 16 Sep 2010 18:43:46 +0200 Sylvain Thénault merge stable heads stable
Thu, 16 Sep 2010 18:43:40 +0200 Sylvain Thénault merge stable heads stable
Thu, 16 Sep 2010 18:43:17 +0200 Sylvain Thénault cleanup stable
Thu, 16 Sep 2010 18:43:03 +0200 Sylvain Thénault [ReST] settings update: add traceback=True to avoid sys.exit, and set stylesheet to None since we don't care about it and that may makes docutils stupidly fail according to the cwd at import time... stable
Thu, 16 Sep 2010 18:41:45 +0200 Sylvain Thénault [url publishing] fix regression introduced by refactoring in 3.9.7, leading to table view being choosen when one would expect the primary view. Fix similar pb with /<etype> url and list view (this one has been there for a while) stable
Thu, 16 Sep 2010 18:39:35 +0200 Sylvain Thénault [publisher] avoid extra Name error on unexpected error stable
Thu, 16 Sep 2010 18:39:16 +0200 Sylvain Thénault [publisher] with python>=2.5, we should catch BaseException here stable
Thu, 16 Sep 2010 18:36:42 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.9.7-1 for changeset 1c01f9dffd64 stable
Thu, 16 Sep 2010 18:36:41 +0200 Sylvain Thénault Added tag cubicweb-version-3.9.7 for changeset de588e756f4f stable cubicweb-debian-version-3.9.7-1
Thu, 16 Sep 2010 16:49:13 +0200 Alexandre Fayolle ewrongattribute stable
Thu, 16 Sep 2010 16:42:58 +0200 Alexandre Fayolle force debug mode to false in service mode stable
Thu, 16 Sep 2010 16:38:19 +0200 Alexandre Fayolle repair service mode start on windows stable
Thu, 16 Sep 2010 15:42:34 +0200 Sylvain Thénault 3.9.7 stable cubicweb-version-3.9.7
Thu, 16 Sep 2010 15:40:54 +0200 Sylvain Thénault [navigation] for rql to the one of the rset being paginated stable
Thu, 16 Sep 2010 14:11:12 +0200 Aurelien Campeas [reledit] cut methods to make overriding easier, add event on success update after reload stable
Thu, 16 Sep 2010 13:38:49 +0200 Sylvain Thénault [propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way stable
Thu, 16 Sep 2010 13:37:47 +0200 Sylvain Thénault add permission relations to schema types stable
Thu, 16 Sep 2010 13:37:25 +0200 Sylvain Thénault [syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way) stable
Thu, 16 Sep 2010 11:52:10 +0200 Alexandre Fayolle raise ProcessFormError when a problem occurs during date / time parsing stable
Thu, 16 Sep 2010 11:30:14 +0200 Aurelien Campeas [request] memoize tabindex across ajax calls (on pageid) to avoid ui confusion stable
Thu, 16 Sep 2010 11:30:09 +0200 Sylvain Thénault [entity] give ordermethod=None to fetch_rql to tell you don't want a specific order stable
Thu, 16 Sep 2010 11:28:25 +0200 Sylvain Thénault [repo] new method on repo+dbapi.Connection to get a value from repository's configuration stable
Thu, 16 Sep 2010 11:27:50 +0200 Sylvain Thénault [repo] docstring cleanup stable
Thu, 16 Sep 2010 11:27:26 +0200 Sylvain Thénault [primary view] should specify rtype/role when selecting a rtype view stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip