2010-09-22 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
2010-09-22 Sylvain Thénault [entity] fix typo in absolute_url method, breaking some code w/ control of absolute url of external entities stable
2010-09-22 Sylvain Thénault [test] fix test broken by introduction of CWUniqueTogetherConstraint stable
2010-09-22 Nicolas Chauvat [doc] fixing install doc (reapply cset that was erroneously overriden) stable
2010-09-22 Aurelien Campeas [doc,bin] add script to fetch & update most cw dependencies + some cubes stable
2010-09-22 Sylvain Thénault [book] backport documentation about primary/base views sent on the list stable
2010-09-22 Stephanie Marcu [book - #1251259] reorganize plan for basetemplate, talk about class attributes stable
2010-09-22 Stephanie Marcu imported patch doc_test_commit.diff stable
2010-09-22 Nicolas Chauvat [doc] fixing install doc stable
2010-09-22 Sylvain Thénault [sqlite] quick hacks to fix #1251873 and #1251874 stable
2010-09-22 Aurelien Campeas [doc/book] fix session types stable
2010-09-22 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
2010-09-22 Sylvain Thénault [skel] MANIFEST.in cleanup stable
2010-09-22 Alexandre Fayolle updated yams and logilab.database dependency, start preparing 3.9.8 stable
2010-09-22 Alexandre Fayolle use new logilab.database interface for multicol indexes stable
2010-09-21 Adrien Di Mascio [dbapi] Connection.check() must return the latest activity timestamp (dropped accidentally during latest merge)
2010-09-21 Adrien Di Mascio [migractions] add a dropped_constraints() migration command
2010-09-20 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
2010-09-20 Alexandre Fayolle handle displayctrl['limit'] == None correctly stable
2010-09-17 Aurelien Campeas [views/reledit] bw compat code is unneeded there stable
2010-09-17 Sylvain Thénault [primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago) stable
2010-09-17 Sylvain Thénault [js] update js for reledit to 3.9 ajax api stable
2010-09-17 Sylvain Thénault cleanup stable
2010-09-17 Sylvain Thénault [boolean field] we've to override format_single_value as well in case where None are allowed stable
2010-09-17 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
2010-09-17 Sylvain Thénault [reledit] more api cleanup stable
2010-09-17 Sylvain Thénault [reledit] new rtag entry to control apparition of relation label in default value stable
2010-09-17 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
2010-09-17 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
2010-09-16 Sylvain Thénault backport stable into default
2010-09-16 Sylvain Thénault merge stable heads stable
2010-09-16 Sylvain Thénault merge stable heads stable
2010-09-16 Sylvain Thénault cleanup stable
2010-09-16 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
2010-09-16 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
2010-09-16 Sylvain Thénault [publisher] avoid extra Name error on unexpected error stable
2010-09-16 Sylvain Thénault [publisher] with python>=2.5, we should catch BaseException here stable
2010-09-16 Sylvain Thénault Added tag cubicweb-debian-version-3.9.7-1 for changeset 1c01f9dffd64 stable
2010-09-16 Sylvain Thénault Added tag cubicweb-version-3.9.7 for changeset de588e756f4f stable cubicweb-debian-version-3.9.7-1
2010-09-16 Alexandre Fayolle ewrongattribute stable
2010-09-16 Alexandre Fayolle force debug mode to false in service mode stable
2010-09-16 Alexandre Fayolle repair service mode start on windows stable
2010-09-16 Sylvain Thénault 3.9.7 stable cubicweb-version-3.9.7
2010-09-16 Sylvain Thénault [navigation] for rql to the one of the rset being paginated stable
2010-09-16 Aurelien Campeas [reledit] cut methods to make overriding easier, add event on success update after reload stable
2010-09-16 Sylvain Thénault [propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way stable
2010-09-16 Sylvain Thénault add permission relations to schema types stable
2010-09-16 Sylvain Thénault [syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way) stable
2010-09-16 Alexandre Fayolle raise ProcessFormError when a problem occurs during date / time parsing stable
2010-09-16 Aurelien Campeas [request] memoize tabindex across ajax calls (on pageid) to avoid ui confusion stable
2010-09-16 Sylvain Thénault [entity] give ordermethod=None to fetch_rql to tell you don't want a specific order stable
2010-09-16 Sylvain Thénault [repo] new method on repo+dbapi.Connection to get a value from repository's configuration stable
2010-09-16 Sylvain Thénault [repo] docstring cleanup stable
2010-09-16 Sylvain Thénault [primary view] should specify rtype/role when selecting a rtype view stable
2010-09-16 Sylvain Thénault [table view] use get instead of has_key so one can specify he doesn't want actions or filter stable
2010-09-16 Sylvain Thénault [urlpublishing] refactor to ease overriding stable
2010-09-16 Sylvain Thénault [dbapi] reorganize Connection methods and use a @check_not_closed decorator stable
2010-09-15 Sylvain Thénault [facet] add missing @property making subsequent access always true stable
2010-09-15 Sylvain Thénault cleanup stable
2010-09-15 Sylvain Thénault fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d) stable
2010-09-15 Sylvain Thénault [navigation] refactor base navigation component: replace deprecated replacePageChunk js call by loadxhtml, using the magic js object stable
2010-09-15 Alexandre Fayolle unique_together: recast exception raised by sqlite stable
2010-09-15 Aurelien Campeas [views/reledit] refactor composite handling stable
2010-09-15 Sylvain Thénault [doc] add note about x-ref in doc's README stable
(0) -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip