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
Thu, 16 Sep 2010 11:26:55 +0200 Sylvain Thénault [table view] use get instead of has_key so one can specify he doesn't want actions or filter stable
Thu, 16 Sep 2010 11:26:08 +0200 Sylvain Thénault [urlpublishing] refactor to ease overriding stable
Thu, 16 Sep 2010 11:25:17 +0200 Sylvain Thénault [dbapi] reorganize Connection methods and use a @check_not_closed decorator stable
Wed, 15 Sep 2010 18:43:14 +0200 Sylvain Thénault [facet] add missing @property making subsequent access always true stable
Wed, 15 Sep 2010 17:21:05 +0200 Sylvain Thénault cleanup stable
Wed, 15 Sep 2010 17:20:56 +0200 Sylvain Thénault fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d) stable
Wed, 15 Sep 2010 17:17:51 +0200 Sylvain Thénault [navigation] refactor base navigation component: replace deprecated replacePageChunk js call by loadxhtml, using the magic js object stable
Wed, 15 Sep 2010 15:14:35 +0200 Alexandre Fayolle unique_together: recast exception raised by sqlite stable
Wed, 15 Sep 2010 15:00:04 +0200 Aurelien Campeas [views/reledit] refactor composite handling stable
Wed, 15 Sep 2010 11:13:17 +0200 Sylvain Thénault [doc] add note about x-ref in doc's README stable
Wed, 15 Sep 2010 11:03:48 +0200 Stephanie Marcu [book - #1251197] add a section in migration page for add_cube and add_cubes command stable
Wed, 15 Sep 2010 11:00:55 +0200 Stephanie Marcu [book - #1251780] add a section to explain how to write tests to test which actions are visible stable
Wed, 15 Sep 2010 10:54:25 +0200 Stephanie Marcu [book - #1251260] add a warning in automatic test when user redefine the base class stable
Wed, 15 Sep 2010 08:06:13 +0200 Sylvain Thénault should not use pyro 4 stable
Tue, 14 Sep 2010 15:40:31 +0200 Sylvain Thénault cleanups stable
Tue, 14 Sep 2010 15:40:10 +0200 Sylvain Thénault [basecontroller] we should consume divid to avoid it being reused by the table view, leading to duplicated id (and hence weird rendering) stable
Tue, 14 Sep 2010 15:39:28 +0200 Sylvain Thénault [basecontroller] pagination / ajax fixes stable
Tue, 14 Sep 2010 15:38:41 +0200 Sylvain Thénault [basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input stable
Tue, 14 Sep 2010 15:37:32 +0200 Sylvain Thénault [repo tests] add test case for RQLUniqueConstraint stable
Tue, 14 Sep 2010 15:36:29 +0200 Sylvain Thénault [primary view] properly handle case where view specified in pvdc['vid'] isn't selectable stable
Tue, 14 Sep 2010 15:35:42 +0200 Sylvain Thénault [primary view] don't need to pick arbitrary target, this is properly handled by the rtag stable
Tue, 14 Sep 2010 15:33:28 +0200 Sylvain Thénault [schema] turn comment into docstring for RQLUniqueConstraint stable
Tue, 14 Sep 2010 15:33:01 +0200 Sylvain Thénault [schema] ensure DISTINCT is displayed for constraint using it, this ease debugging stable
Tue, 14 Sep 2010 08:49:29 +0200 Sylvain Thénault [windows distrib] trailing slashes in MANIFEST.in breaks windows install (sic) stable
Tue, 14 Sep 2010 08:49:26 +0200 Sylvain Thénault [schema] mark CWUniqueTogetherConstraint and its relations as schema entity/relations stable
Tue, 14 Sep 2010 08:48:44 +0200 Sylvain Thénault [schema] mark CWUniqueTogetherConstraint and its relations as schema entity/relations
Tue, 14 Sep 2010 08:47:11 +0200 Sylvain Thénault [windows distrib] trailing slashes in MANIFEST.in breaks windows install (sic)
Mon, 13 Sep 2010 16:47:03 +0200 Sylvain Thénault backport stable
Mon, 13 Sep 2010 16:46:52 +0200 Sylvain Thénault merge stable heads stable
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Mon, 13 Sep 2010 14:48:29 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.9.6-1 for changeset 7d2cab567735 stable
Mon, 13 Sep 2010 14:48:29 +0200 Sylvain Thénault Added tag cubicweb-version-3.9.6 for changeset d37428222a63 stable cubicweb-debian-version-3.9.6-1
Mon, 13 Sep 2010 14:32:46 +0200 Sylvain Thénault [migration] attempt to fix pre 3.6 migration stable
Mon, 13 Sep 2010 14:32:20 +0200 Sylvain Thénault [migration] remove buggy assertion stable
Mon, 13 Sep 2010 13:56:09 +0200 Aurelien Campeas [js] jqNode is more robust here wrt some node ids stable
Mon, 13 Sep 2010 13:55:37 +0200 Aurelien Campeas [migration] .pop() is more readable stable
Mon, 13 Sep 2010 12:24:11 +0200 Sylvain Thénault [form fields] option may be a 3-uple (3d element being dict containing widget options) stable cubicweb-version-3.9.6
Mon, 13 Sep 2010 11:00:22 +0200 Sylvain Thénault [migration] fix so that context modification are reflected on the currently executed migration script stable
Mon, 13 Sep 2010 10:51:55 +0200 Sylvain Thénault 3.9.6 stable
Mon, 13 Sep 2010 10:01:43 +0200 Adrien Di Mascio [javascript] get rid of tabs stable
Mon, 13 Sep 2010 09:56:10 +0200 Adrien Di Mascio [javascript] fix test_ajax.js implementation stable
Mon, 13 Sep 2010 10:00:05 +0200 Sylvain Thénault [migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this) stable
Sun, 12 Sep 2010 15:53:16 +0200 Nicolas Chauvat [doc] fix link to appendix stable
Fri, 10 Sep 2010 18:30:38 +0200 Alexandre Fayolle nicer error reporting for unique together constraints stable
Fri, 10 Sep 2010 17:58:38 +0200 Alexandre Fayolle removed print_exc stable
Fri, 10 Sep 2010 16:56:37 +0200 syt fix tests stable
Fri, 10 Sep 2010 16:48:58 +0200 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
Fri, 10 Sep 2010 15:09:31 +0200 Sylvain Thénault cleanup stable
Fri, 10 Sep 2010 15:09:26 +0200 Sylvain Thénault [test] skip unittest_fti if we don't have the required setup... stable
Fri, 10 Sep 2010 14:50:43 +0200 Sylvain Thénault [test] fix in 6203:d3dea5f84404 wasn't enough stable
Fri, 10 Sep 2010 14:45:46 +0200 Sylvain Thénault [json controller] check rql is really specified stable
Fri, 10 Sep 2010 14:32:38 +0200 Sylvain Thénault [test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there stable
Fri, 10 Sep 2010 14:31:42 +0200 Sylvain Thénault i18n update stable
Fri, 10 Sep 2010 09:54:19 +0200 Sylvain Thénault [c-c create] ask for database driver by default stable
Thu, 09 Sep 2010 18:25:31 +0200 Sylvain Thénault [migration] when some CWGroup is added during migration, we should reset migration handler's group mapping cache and the set telling what have been synchronized (we may be able to add some new groups on perms syncing...) stable
Thu, 09 Sep 2010 18:23:43 +0200 Sylvain Thénault remove debug print stable
Thu, 09 Sep 2010 10:08:08 +0200 Sylvain Thénault add a small c-c shell script to detect cycle for a given relation stable
Thu, 09 Sep 2010 10:08:06 +0200 Sylvain Thénault [test] fixes to follow recent changes stable
Thu, 09 Sep 2010 10:08:05 +0200 Sylvain Thénault cleanups stable
Thu, 09 Sep 2010 10:08:04 +0200 Sylvain Thénault [rset] add test for #1251252, actually fixed in rql; fix docstring and add comments in rset.related_entity to make things clearer stable
Thu, 09 Sep 2010 10:07:56 +0200 Sylvain Thénault [querier test] remove some actually bad tests that were passing thanks to a sqlite bug stable
Wed, 08 Sep 2010 10:32:46 +0200 Nicolas Chauvat [views] do not underline h1 titles for tabbedprimary views stable
Wed, 08 Sep 2010 10:27:53 +0200 Nicolas Chauvat [doc] improve doc thanks to user feedback stable
Wed, 08 Sep 2010 10:03:30 +0200 Sylvain Thénault [schema deserial] fix loading of schema when mapping an entity type to an existing one stable
Tue, 07 Sep 2010 23:34:16 +0200 Sylvain Thénault [migration] more rename_entity_type fix stable
Tue, 07 Sep 2010 23:24:45 +0200 Sylvain Thénault cleanups stable
Tue, 07 Sep 2010 23:23:16 +0200 Sylvain Thénault [integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation stable
Tue, 07 Sep 2010 23:02:08 +0200 Sylvain Thénault [migration] propose to open pdb on error during execution of rql/sql query stable
Tue, 07 Sep 2010 23:00:53 +0200 Sylvain Thénault [migration] set ask_confirm=False by default on rqlexec stable
Tue, 07 Sep 2010 22:59:55 +0200 Sylvain Thénault [c-c db-check] skip error while checking relation, useful when analyzing really broken database (after a migration failure for instance stable
Tue, 07 Sep 2010 22:58:31 +0200 Sylvain Thénault [c-c db-check] add missing import stable
Tue, 07 Sep 2010 18:58:20 +0200 Nicolas Chauvat [doc] fix typo stable
Tue, 07 Sep 2010 17:34:42 +0200 Alexandre Fayolle merged unpushed changes
Tue, 07 Sep 2010 17:33:33 +0200 Alexandre Fayolle merged unpushed changes stable
Thu, 02 Sep 2010 14:09:20 +0200 Alexandre Fayolle fix name error by adding missing import
Wed, 01 Sep 2010 17:21:13 +0200 Alexandre Fayolle migration actions for unique_together constraints stable
Tue, 07 Sep 2010 13:20:32 +0200 Sylvain Thénault remove buggy call to builtins._ on navigation content stable
Mon, 06 Sep 2010 21:57:12 +0200 Nicolas Chauvat [views] rename Edition to Modification and personal information to profile stable
Mon, 06 Sep 2010 19:37:37 +0200 Sylvain Thénault [cw.utils] avoid spurious warning, ustrftime may be globally imported stable
Mon, 06 Sep 2010 19:37:12 +0200 Sylvain Thénault typo stable
Mon, 06 Sep 2010 15:04:12 +0200 Sylvain Thénault add missing msgstr
Mon, 06 Sep 2010 15:03:11 +0200 Sylvain Thénault backport stable
Fri, 03 Sep 2010 15:42:14 +0200 Aurelien Campeas [web/uicfg] better error reporting for reledit_ctrl stable
Wed, 01 Sep 2010 15:56:21 +0200 Alexandre Fayolle merge stable
Thu, 26 Aug 2010 15:05:03 +0200 Alexandre Fayolle merge stable
Thu, 26 Aug 2010 14:38:49 +0200 Alexandre Fayolle fix order of parameters in call to callfunc_every stable
Tue, 31 Aug 2010 10:43:03 +0200 Aurelien Campeas [test/entity] fix test (following mtconverter 0.8+ plain text transform change) stable
Fri, 27 Aug 2010 15:02:34 +0200 Adrien Di Mascio [doc] add documentation on RealDatabaseConfiguration stable
Fri, 27 Aug 2010 14:14:54 +0200 Adrien Di Mascio [devtools] add url_publish() method on CubicWebTC to test a full publishing process from the url_resolver to the html generation stable
Fri, 27 Aug 2010 13:44:55 +0200 Adrien Di Mascio [devtools] make CubiwebTC.login() context-manager restore the testcase connection on exit stable
Fri, 27 Aug 2010 09:02:41 +0200 Adrien Di Mascio [devtools] restore ability to test on real databases stable
Fri, 27 Aug 2010 08:56:58 +0200 Adrien Di Mascio [migration] fix add_relation_type() for symmetric relations stable
Thu, 26 Aug 2010 11:45:57 +0200 Sylvain Thénault backport stable
Thu, 26 Aug 2010 11:35:02 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.9.5-1 for changeset 12038ca95f0f stable
Thu, 26 Aug 2010 11:35:02 +0200 Sylvain Thénault Added tag cubicweb-version-3.9.5 for changeset 0a1fce8ddc67 stable cubicweb-debian-version-3.9.5-1
Thu, 26 Aug 2010 10:55:08 +0200 Sylvain Thénault 3.9.5 stable cubicweb-version-3.9.5
Thu, 26 Aug 2010 10:54:42 +0200 Sylvain Thénault i18nupdate stable
Thu, 26 Aug 2010 10:52:59 +0200 Sylvain Thénault [doc, adapters] drop deprecated code from examples stable
Thu, 26 Aug 2010 10:52:25 +0200 Sylvain Thénault [doc] interesting stuff backported stable
Thu, 26 Aug 2010 10:51:55 +0200 Sylvain Thénault [doc] clean ITreeAdapter documentation stable
(0) -3000 -1000 -120 +120 +1000 +3000 tip