Thu, 23 Jun 2011 07:41:25 +0200 Sylvain Thénault test fixes
Wed, 22 Jun 2011 18:53:38 +0200 Sylvain Thénault [datafeed cw parser] refactor: split logic that was in the parser
Wed, 22 Jun 2011 18:53:36 +0200 Sylvain Thénault [datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
Wed, 22 Jun 2011 18:24:56 +0200 Sylvain Thénault cleanup stable
Wed, 22 Jun 2011 18:23:44 +0200 Sylvain Thénault [3.10] fix typo and error for pre 3.10 migration w/ postgres: we *must* call init_creating else the fti isn't correctly initialized, which may lead to silently rollbacked transaction stable
Wed, 22 Jun 2011 16:34:27 +0200 Sylvain Thénault [migration] don't add CWUniqueConstraint if already there (may occurs when running a migration in multiple times stable
Wed, 22 Jun 2011 12:31:55 +0200 Sylvain Thénault [datafeed] catch all exception, we should continue to process other urls
Tue, 21 Jun 2011 17:49:32 +0200 Sylvain Thénault fix 3.13.1 migration
Tue, 21 Jun 2011 15:34:15 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.7-1 for changeset a07517985136 stable
Tue, 21 Jun 2011 15:34:15 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.7 for changeset 628fe57ce746 stable cubicweb-debian-version-3.12.7-1
Tue, 21 Jun 2011 14:47:24 +0200 Sylvain Thénault 3.12.7 stable cubicweb-version-3.12.7
Tue, 21 Jun 2011 10:57:25 +0200 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
Mon, 20 Jun 2011 14:52:19 +0200 Alexandre Fayolle fix 3.13.0 migration script (closes #1766202)
Tue, 21 Jun 2011 10:44:43 +0200 Sylvain Thénault backport stable
Mon, 20 Jun 2011 14:49:00 +0200 Alexandre Fayolle fix 3.12.0 migration script (closes: #1766202) stable
Mon, 20 Jun 2011 19:13:38 +0200 Sylvain Thénault [test] update to 3.13 api
Mon, 20 Jun 2011 12:55:40 +0200 Sylvain Thénault [migration] when there are no data migration needed, we still want to rewrite the configuration and to restart the server. Closes #1760927 stable
Sat, 18 Jun 2011 23:27:23 +0200 Nicolas Chauvat [migration] bugfix: c-c list was not displaying the name of a cube requiring another cube without constraining the version. stable
Fri, 17 Jun 2011 18:53:33 +0200 Sylvain Thénault backport stable
Fri, 17 Jun 2011 18:51:01 +0200 Sylvain Thénault [rqlrewrite] test and fix rql snippets insertion when several snippets match an optional variable stable
Fri, 17 Jun 2011 18:50:13 +0200 Sylvain Thénault [datafeed, cw.xml] xml now carry entity's source information, interpreted at the other end so that for instance when an entity from elo is seen when importing cwo, it's properly marked as coming from elo source if one exists
Fri, 17 Jun 2011 18:49:55 +0200 Sylvain Thénault [datafeed] actually raise on error
Fri, 17 Jun 2011 16:36:52 +0200 Sylvain Thénault [python 2.5] compat fix
Fri, 17 Jun 2011 16:13:33 +0200 Sylvain Thénault [datafeed, cwxml] parser now try to complete source's urls so one can add url such as <myinstance>/project. Closes #1759908
Thu, 09 Jun 2011 16:41:41 +0200 Julien Jehannet [server] fix unicode conversion capability in UndoException stable
Thu, 16 Jun 2011 12:31:27 +0200 Julien Jehannet [book] add autoload section from code and fix sphinx warnings stable
Fri, 17 Jun 2011 09:37:49 +0200 Sylvain Thénault [controller] fix wrong view name when error occurs in UndoController stable
Thu, 16 Jun 2011 19:46:39 +0200 Sylvain Thénault [datafeed] renaming parser attribute to parser_id makes things clearer
Thu, 16 Jun 2011 19:38:28 +0200 Sylvain Thénault cleanup and assert we don't import unexpected stuff stable
Thu, 16 Jun 2011 19:37:59 +0200 Sylvain Thénault [source config] fix synchronization on configuration entity changes stable
Thu, 16 Jun 2011 17:02:50 +0200 Sylvain Thénault [ui, sources] configure source form: hide synchronizing and mapping entities, use simple text input for parser stable
Thu, 16 Jun 2011 15:52:05 +0200 Sylvain Thénault [rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet) stable
Thu, 16 Jun 2011 15:16:58 +0200 Sylvain Thénault [test] update to new db handler api stable
Thu, 16 Jun 2011 15:16:22 +0200 Sylvain Thénault [querier] turn remove_clauses/restore_clauses into a context manager stable
Thu, 16 Jun 2011 15:15:25 +0200 Sylvain Thénault [devtools pg handler] some fixes so we get proper error when pg host is not reachable stable
Thu, 16 Jun 2011 11:29:31 +0200 Sylvain Thénault [rdf] add method so one can call entity.view('rdf') stable
Wed, 15 Jun 2011 19:22:05 +0200 Sylvain Thénault [web test] fix unittest_web stable
Wed, 15 Jun 2011 19:19:36 +0200 Sylvain Thénault [ajax edition] freeze form button when calling validateForm, so it freeze nicely for e.g. comment submitting form stable
Wed, 15 Jun 2011 19:15:55 +0200 Sylvain Thénault [web page tracking] fix bug introduced by parent revision stable
Wed, 15 Jun 2011 17:34:23 +0200 Sylvain Thénault closes #1484510: ajax_replace_url should propagate page id (until an underlying api does it automatically stable
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Wed, 15 Jun 2011 17:14:40 +0200 Sylvain Thénault [repo integrity] test and fix glob add relation where several entities are added at once for a relation of 1? cardinality stable
Wed, 15 Jun 2011 17:13:26 +0200 Julien Cristau [packaging] Build the cubicweb-documentation package stable
Wed, 15 Jun 2011 17:09:44 +0200 Sylvain Thénault [breadcrumbs] closes #1717489: Double escaping in breadcrumbs stable
Wed, 15 Jun 2011 12:48:04 +0200 Julien Cristau [donc] Fix building the cubicweb js documentation stable
Wed, 15 Jun 2011 12:41:22 +0200 Sylvain Thénault add an XXX stable
Wed, 15 Jun 2011 12:41:06 +0200 Sylvain Thénault fix 3.10 cwproperties migration stable
Tue, 14 Jun 2011 22:54:25 +0200 Sylvain Thénault fix failures introduced by recent refactoring stable
Tue, 14 Jun 2011 22:54:20 +0200 Sylvain Thénault [testlib, realdb] we should close connections prior to create a new db using current db as template stable
Tue, 14 Jun 2011 17:15:40 +0200 Sylvain Thénault [migration] this is needed to avoid pb with yams 0.33 / cw < 3.13 stable
Tue, 14 Jun 2011 17:15:39 +0200 Sylvain Thénault [sync schema hooks] consider etype name map before trying to update in-memory schema stable
Tue, 14 Jun 2011 15:37:10 +0200 Sylvain Thénault [repository] refactor and optimize '?1' relation handling stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data) stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
Tue, 14 Jun 2011 13:46:36 +0200 Sylvain Thénault [repository] new hook selector according to configuration's repairing flag stable
Tue, 14 Jun 2011 13:43:36 +0200 Sylvain Thénault [pyrorql] don't display traceback on connection error stable
Tue, 14 Jun 2011 11:54:41 +0200 Sylvain Thénault [data hook] new .union operation on DataOperationMixIn, only when container is a set, not a list stable
Sat, 11 Jun 2011 09:22:25 +0200 Sylvain Thénault [rql2sql] add test case for 7493:3c46b9390871
Fri, 10 Jun 2011 17:41:41 +0200 Sylvain Thénault backport stable
Fri, 10 Jun 2011 17:21:17 +0200 Sylvain Thénault [hooks] use local variable stable
Fri, 10 Jun 2011 17:21:11 +0200 Sylvain Thénault [integrity hooks] remove dead code stable
Fri, 10 Jun 2011 16:54:20 +0200 Sylvain Thénault [rql2sql] fix for some queries where eid variable used and entities picked as variable's table
Fri, 10 Jun 2011 15:35:59 +0200 Adrien Di Mascio [js] add missing jquery.qtip.min.js
Fri, 10 Jun 2011 08:04:47 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.0-1 for changeset a96137858f57
Fri, 10 Jun 2011 08:04:46 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.0 for changeset b661ef475260 cubicweb-debian-version-3.13.0-1
Thu, 09 Jun 2011 20:18:49 +0200 Sylvain Thénault 3.13 cubicweb-version-3.13.0
Thu, 09 Jun 2011 18:13:14 +0200 Sylvain Thénault backport stable
Thu, 09 Jun 2011 16:56:03 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.6-1 for changeset 105767487c70 stable
Thu, 09 Jun 2011 16:56:03 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.6 for changeset a18dac758150 stable cubicweb-debian-version-3.12.6-1
Thu, 09 Jun 2011 16:10:22 +0200 Sylvain Thénault 3.12.6 stable cubicweb-version-3.12.6
Thu, 09 Jun 2011 16:09:23 +0200 Sylvain Thénault [repo test] fixes
Thu, 09 Jun 2011 15:29:55 +0200 Sylvain Thénault [doc, apache] add ProxyPreserveHost hint + note about https /w http configuration
Thu, 09 Jun 2011 14:37:32 +0200 Arthur Lutz [doc] Small addition to apache configuration in book
Thu, 09 Jun 2011 12:31:28 +0200 Nicolas Chauvat merge changes from stable branch
Thu, 09 Jun 2011 12:27:35 +0200 Nicolas Chauvat [parsers] format read by web/views/xmlrss is relation=%s-%s not %s_%s stable
Thu, 09 Jun 2011 12:16:10 +0200 Adrien Di Mascio [sql] implement #1631319: ask user before creating postgresql languages
Thu, 09 Jun 2011 10:32:34 +0200 Nicolas Chauvat [parsers] improve url construction by using stdlib's urllib instead of str concatenation
Thu, 09 Jun 2011 12:20:57 +0200 Pierre-Yves David [bfss] Catch EnvironmentError instead of OSError when trying to read attributes bffstored stable
Thu, 09 Jun 2011 10:37:01 +0200 Nicolas Chauvat merge changes from stable branch
Thu, 09 Jun 2011 10:36:28 +0200 Nicolas Chauvat [views/iprogress] rename to make things easier to read and understand stable
Wed, 08 Jun 2011 17:10:39 +0200 Sylvain Thénault [datafeed cwxml parser] cache processed urls/entities to avoid unnecessary http requests and processing
Wed, 08 Jun 2011 17:08:00 +0200 Sylvain Thénault backport stable
Wed, 08 Jun 2011 15:11:45 +0200 Sylvain Thénault [rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery stable
Tue, 07 Jun 2011 16:07:06 +0200 Adrien Di Mascio [dataimport] fix #1732685: cached entity and shared cw_edited data with NoHookRQLObjectStore
Tue, 07 Jun 2011 12:54:45 +0200 Nicolas Chauvat [parsers] fix python2.5 compat problem introduced by 7466:395c966a1cb3
Thu, 26 May 2011 14:38:49 +0200 Nicolas Chauvat [test] update cubicweb/test/unittest_schema.py (to follow yams#.....)
Tue, 07 Jun 2011 10:17:36 +0200 Adrien Di Mascio [server] fix NameError (missing VIRTUAL_RTYPES import) in checkintegrity.py stable
Tue, 07 Jun 2011 10:07:58 +0200 Sylvain Thénault [schema] fix computing of has_text relation: when a fulltext_container relation is added, we need to recompute has_text for the target entity type as well. Also, avoid computation when not needed stable
Tue, 07 Jun 2011 10:03:31 +0200 Nicolas Chauvat [parsers] remove build_search_rql() that duplicates find_entities()
Tue, 07 Jun 2011 08:02:11 +0200 Sylvain Thénault [vreg] help understanding assertion error stable
Mon, 06 Jun 2011 19:54:37 +0200 Nicolas Chauvat [datetime] by default display 'UTC' string when displaying TZDatetime
Mon, 06 Jun 2011 17:44:43 +0200 Sylvain Thénault [test] update test to avoid failure
Mon, 06 Jun 2011 16:33:21 +0200 Nicolas Chauvat [web] fix typo
Mon, 06 Jun 2011 16:19:19 +0200 Sylvain Thénault [datafeed] fix stupid error introduced by 'just before qfinish' refactoring...
Mon, 06 Jun 2011 16:13:09 +0200 Sylvain Thénault [schema] support for BigInt type. Closes #1720995
Mon, 06 Jun 2011 15:52:53 +0200 Sylvain Thénault [test,i18n] update test and i18n catalog to follow addition of 'synchronizing' attribute on sources
Mon, 06 Jun 2011 15:44:48 +0200 Nicolas Chauvat [i18n] update yams error messages (requires yams#67668)
Mon, 06 Jun 2011 15:21:24 +0200 Sylvain Thénault [datafeed] provide a source-sync command to launch source synchronization through the command line. Closes #1725692
Mon, 06 Jun 2011 15:17:55 +0200 Sylvain Thénault [datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
Mon, 06 Jun 2011 15:11:29 +0200 Nicolas Chauvat [views] add columns parser and latest_retrieval to cwsource admin view
Mon, 06 Jun 2011 15:03:00 +0200 Sylvain Thénault backport stable
Mon, 06 Jun 2011 15:00:58 +0200 Pierre-Yves David Fix name error introduced in c21d845836e4 stable
Mon, 06 Jun 2011 15:00:05 +0200 Pierre-Yves David Fix conditionnal logic broken in 195b24fe3a03 stable
Mon, 06 Jun 2011 14:41:00 +0200 Sylvain Thénault [session] provide a simple transaction context manager for session. Closes #1725640 stable
Wed, 01 Jun 2011 10:20:58 +0200 Aurelien Campeas [formwidgets] make the select size a class attribute (more easily tuned) stable
Mon, 30 May 2011 16:16:19 +0200 Pierre-Yves David [bfss] Make ``current_fs_path`` return None when an attribute has no value stable
Mon, 30 May 2011 17:43:29 +0200 Sylvain Thénault [selectors] take care, Session has no cnx stable
Fri, 27 May 2011 13:57:25 +0200 Sylvain Thénault don't crash if we can't fetch data or if xml is malformed
Fri, 27 May 2011 11:17:02 +0200 Sylvain Thénault [datafeed] extract some methods from pull_data to ease writing custom datafeed sources
Fri, 27 May 2011 09:56:26 +0200 Sylvain Thénault drop useless code
Thu, 26 May 2011 18:24:55 +0200 Sylvain Thénault backport stable
Thu, 26 May 2011 18:24:41 +0200 Sylvain Thénault [datafeed] we should use utc timestamp to avoid pb with local times stable
Thu, 26 May 2011 08:57:15 +0200 Sylvain Thénault [test] fix failure introduced by yams'changeset 644:f9c79356b758
Thu, 26 May 2011 08:32:15 +0200 Sylvain Thénault [testlib] add convenience assertion method to check __message
Thu, 26 May 2011 08:12:42 +0200 Sylvain Thénault [test] fix failure introduced by 1719eab69551: the regexp should be fixed, not the error message
Wed, 25 May 2011 18:46:09 +0200 Sylvain Thénault [web test] fix test failures introduced by 7431:cab99ccdb774
Wed, 25 May 2011 14:14:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 14:08:29 +0200 Sylvain Thénault [ui message] fix regression introduced by 7429:ef5165fa99e0, leading to 'None' message displayed in the ui stable
Wed, 25 May 2011 13:39:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 13:36:25 +0200 Aurelien Campeas [json controller] fix .exception call msg format string (missing one slot) stable
Wed, 25 May 2011 12:35:33 +0200 Sylvain Thénault [test] fix tests broken by 7427:5338d895b891 stable
Wed, 25 May 2011 11:42:31 +0200 Sylvain Thénault merge default heads
Wed, 25 May 2011 11:41:16 +0200 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
Wed, 25 May 2011 11:40:10 +0200 Sylvain Thénault backport stable
Wed, 25 May 2011 11:39:54 +0200 Sylvain Thénault [ui messages] make application message component works when request has no cnx set and support for explicit message given through render argument stable
Wed, 25 May 2011 10:59:26 +0200 Sylvain Thénault backport stable
Wed, 25 May 2011 10:58:43 +0200 Sylvain Thénault [web session] fix session handling so we get a chance to have for instance the 'forgotpwd' feature working on a site where anonymous are not allowed stable
Wed, 25 May 2011 11:28:58 +0200 Aurelien Campeas [ajax js/css] modconcat fix: load code exactly once (auc, fcayre)
Wed, 25 May 2011 08:51:45 +0200 Sylvain Thénault [test] update test broken by previous commit stable
Wed, 25 May 2011 08:35:20 +0200 Florent Cayré [entity fetch_attrs] remove ambiguous relations on different etypes from fetched attrs or it may produce wrong related results; closes #1700896 stable
Tue, 24 May 2011 10:33:43 +0200 Arthur Lutz typo : s/undoed/undone/ stable
Mon, 23 May 2011 11:36:43 +0200 Nicolas Chauvat [cwvreg] inline function dump_class()
Tue, 24 May 2011 08:56:55 +0200 Aurelien Campeas [js/ajax] undeprecate (async)remoteExec. closes #1381205 stable
Tue, 24 May 2011 08:49:58 +0200 Sylvain Thénault [rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables stable
Mon, 23 May 2011 13:35:09 +0200 Sylvain Thénault backport stable
Mon, 23 May 2011 13:24:54 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.5-1 for changeset 6dfe78a0797c stable
Mon, 23 May 2011 13:24:54 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.5 for changeset ae33197db1f0 stable cubicweb-debian-version-3.12.5-1
Mon, 23 May 2011 10:34:29 +0200 Sylvain Thénault 3.12.5 stable cubicweb-version-3.12.5
Mon, 23 May 2011 10:28:03 +0200 Sylvain Thénault i18nupdate stable
Fri, 20 May 2011 19:27:00 +0200 Aurelien Campeas [views/table (facetform)] introduced in facetbox, was missing in tableview form filter
Fri, 20 May 2011 19:22:30 +0200 Aurelien Campeas [web.facet] self.w -> w
Fri, 20 May 2011 19:09:01 +0200 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
Fri, 20 May 2011 17:29:50 +0200 Sylvain Thénault backport stable
Fri, 20 May 2011 17:27:55 +0200 Sylvain Thénault cleanup and update some copyright stable
Fri, 20 May 2011 17:27:33 +0200 Sylvain Thénault [migractions] fix change_attribute_type stable
Fri, 20 May 2011 17:27:15 +0200 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
Fri, 20 May 2011 17:20:51 +0200 Sylvain Thénault [form rendering] some refactoring to ease FormRenderer overriding stable
Thu, 19 May 2011 18:49:57 +0200 Sylvain Thénault [deprecation] drop remaining warnings stable
Thu, 19 May 2011 18:48:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 17:53:46 +0200 Sylvain Thénault [session] new methods on session to ease access to security/hooks control context managers stable
Thu, 19 May 2011 17:53:01 +0200 Sylvain Thénault [workflow] new 'fire_transition_if_possible' method on IWorkflowable to fire a transition if it's possible stable
Thu, 19 May 2011 17:53:00 +0200 Sylvain Thénault [workflow] new 'incontext-state' view for IWorkflowable entities stable
Thu, 19 May 2011 16:39:24 +0200 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
Thu, 19 May 2011 15:56:49 +0200 Sylvain Thénault [workflow] add method on IWorkflowable to set initial state of an entity (closes #1686357) stable
Thu, 19 May 2011 11:50:54 +0200 Sylvain Thénault [web test] fix test broken by making cw_source editable by managers
Thu, 19 May 2011 10:53:17 +0200 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Thu, 19 May 2011 10:36:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 10:35:20 +0200 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
Thu, 19 May 2011 09:43:23 +0200 Sylvain Thénault [rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat stable
Thu, 19 May 2011 09:40:44 +0200 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
Wed, 18 May 2011 16:05:11 +0200 Sylvain Thénault fix some deprecation warnings stable
Wed, 18 May 2011 16:04:47 +0200 Sylvain Thénault [querier test] test groupby function call / column number
Tue, 17 May 2011 07:37:13 +0200 Sylvain Thénault backport stable
Mon, 16 May 2011 21:41:50 +0200 Sylvain Thénault [plot views] don't paginate stable
Mon, 16 May 2011 16:25:33 +0200 Sylvain Thénault backport oldstable stable
Mon, 16 May 2011 16:24:00 +0200 Sylvain Thénault [url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository) oldstable
Thu, 28 Apr 2011 17:05:22 +0200 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
Mon, 16 May 2011 11:36:42 +0200 Sylvain Thénault [repo test] datafeed parser's process method should now take raise_on_error argument
Mon, 16 May 2011 10:17:48 +0200 Sylvain Thénault [datafeed] propagate raise_on_error to parser's process method
Mon, 16 May 2011 10:19:22 +0200 Pierre-Yves David [http] Make a better __repr__ for Status responce exception. stable
Fri, 13 May 2011 18:47:03 +0200 Aurelien Campeas [schema] fix imprecise error message
Fri, 13 May 2011 14:58:16 +0200 Alexandre Fayolle fix name error introduced in previous changeset
Fri, 13 May 2011 13:40:51 +0200 Sylvain Thénault [server test] restore logging level after test end
Fri, 13 May 2011 13:40:48 +0200 Sylvain Thénault [web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
Fri, 13 May 2011 10:42:04 +0200 Sylvain Thénault remove debug print
Fri, 13 May 2011 10:10:41 +0200 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
Fri, 13 May 2011 10:10:19 +0200 Sylvain Thénault backport stable
Fri, 13 May 2011 10:09:54 +0200 Sylvain Thénault [entity] fix cw_instantiate w/ reverse_ relation crash when either multiple entities are given or an eid instead of an entity stable
Fri, 13 May 2011 10:09:52 +0200 Sylvain Thénault [cw source ui] fix mapping checking for datafeed source (avoid false positive error, but doesn't check that much things) stable
Thu, 12 May 2011 10:22:17 +0200 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
Wed, 11 May 2011 19:03:16 +0200 Sylvain Thénault [repo cache] there are some relations we don't want to cache, they may cause memory leak stable
Wed, 11 May 2011 19:02:27 +0200 Sylvain Thénault [c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro stable
Wed, 11 May 2011 17:06:41 +0200 Sylvain Thénault [cwpermission, cwgroup] convenience method on CWGroup to grant a local permission (ie CWPermission) on an entity stable
Wed, 11 May 2011 17:05:59 +0200 Sylvain Thénault [cleanup] kill some remaining traces of goa stable
Wed, 11 May 2011 17:04:29 +0200 Sylvain Thénault [c-c shell] closes #1669147: autocommit in maintenance scripts stable
Wed, 11 May 2011 13:41:21 +0200 Sylvain Thénault backport stable
Wed, 11 May 2011 13:39:01 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.4-1 for changeset 7c4d34a5ec57 stable
Wed, 11 May 2011 13:39:00 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.4 for changeset 5cd0dbc26882 stable cubicweb-debian-version-3.12.4-1
Wed, 11 May 2011 12:29:12 +0200 Sylvain Thénault 3.12.4 stable cubicweb-version-3.12.4
Wed, 11 May 2011 12:11:51 +0200 Sylvain Thénault missing future import
Wed, 11 May 2011 12:04:56 +0200 Sylvain Thénault don't let windmill/qunit test break apycot warning for all web/test stable
Wed, 11 May 2011 09:42:02 +0200 Sylvain Thénault [selectors] enhance rql_condition to make it usable as a condition on request's user stable
Wed, 11 May 2011 09:39:51 +0200 Sylvain Thénault [repo test] fix test broken by c2452cd57026 by using proper fake session
Wed, 11 May 2011 09:38:44 +0200 Sylvain Thénault [testlib] fake session can be given a vreg
Tue, 10 May 2011 18:53:30 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 18:53:18 +0200 Sylvain Thénault fix some test failures introduced by 7350:c2452cd57026
Tue, 10 May 2011 18:50:13 +0200 Sylvain Thénault [rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395 stable
Tue, 10 May 2011 18:17:55 +0200 Sylvain Thénault resurrect code lost by too much patch manipulation
Tue, 10 May 2011 16:23:48 +0200 Sylvain Thénault backport stable
Mon, 02 May 2011 20:41:46 +0200 Nicolas Chauvat [parsers] various refactorings stable
Tue, 10 May 2011 16:15:43 +0200 Sylvain Thénault backport oldstable stable
Tue, 10 May 2011 14:08:41 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 14:07:14 +0200 Sylvain Thénault fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests stable
Tue, 10 May 2011 12:07:54 +0200 Sylvain Thénault [session] enhance session's transaction storage handling to fix cases where commit/rollback is done while in the context of hooks_control/security_enabled managers. Closes #1412648: commit or rollback during postcreate reset hooks control state
Tue, 10 May 2011 10:28:29 +0200 Sylvain Thénault [session] nicer local variable names
Tue, 10 May 2011 07:57:52 +0200 Pierre-Yves David [web server] #1642893 issue a 403 instead of a 500 on Unauthorized exception oldstable
Mon, 09 May 2011 18:16:20 +0200 Aurelien Campeas [css] repair selected slice distinctiveness (with a nice, discrete bg color)
Mon, 09 May 2011 17:42:28 +0200 Sylvain Thénault [view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others stable
Mon, 09 May 2011 16:12:17 +0200 Sylvain Thénault [selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col stable
Mon, 09 May 2011 16:11:00 +0200 Sylvain Thénault [etwist] fix bug w/ new resources concantenation and https-url enabled sites
Mon, 09 May 2011 14:50:14 +0200 Sylvain Thénault oops stable
Thu, 21 Apr 2011 12:35:41 +0200 Sylvain Thénault adds support for a portable db import/export format (closes: #1521112) stable
Thu, 21 Apr 2011 16:33:55 +0200 Alexandre Fayolle add a new method iter_process_result which does the same as proces_result but is a generator (closes #1625374) stable
Mon, 09 May 2011 14:35:10 +0200 Sylvain Thénault [session] lock self._closed and session.close to avoid race conditions stable
Mon, 09 May 2011 14:34:23 +0200 Sylvain Thénault [server test] use a lock instead of sleep to have higher green probability :/ stable
Mon, 09 May 2011 12:47:49 +0200 Sylvain Thénault backport stable
Mon, 09 May 2011 12:03:03 +0200 Sylvain Thénault [testlib] create_user may now create user's email address stable
Mon, 09 May 2011 12:02:26 +0200 Sylvain Thénault enhanced comment
Mon, 09 May 2011 09:14:09 +0200 Sylvain Thénault [i18n] en translation fixes stable
Mon, 09 May 2011 09:13:49 +0200 Sylvain Thénault [users management] use an existing msgid... stable
Mon, 09 May 2011 09:13:22 +0200 Sylvain Thénault [cwgroup views] uicfg rules cleanup stable
Sat, 07 May 2011 10:51:47 +0200 Sylvain Thénault backport stable
Sat, 07 May 2011 10:51:36 +0200 Sylvain Thénault [testlib] grant_permission now accept either an entity or en eid stable
Sat, 07 May 2011 09:37:07 +0200 Sylvain Thénault [session selector] missing not stable
Fri, 06 May 2011 18:21:31 +0200 Sylvain Thénault [session] new selectors according to session type (eg user or internal stable
Fri, 06 May 2011 18:20:58 +0200 Sylvain Thénault [ajax] reload method should return underlying deferred stable
Fri, 06 May 2011 18:20:26 +0200 Sylvain Thénault [user mgmt] should show user login in first column in any case (e.g. application specific override) stable
Fri, 06 May 2011 11:44:40 +0200 Aurelien Campeas [component|i18n] give imgs an alt attribute, refresh i18n po files
Fri, 06 May 2011 11:41:42 +0200 Aurelien Campeas [i18n/es] repair es.po
Fri, 06 May 2011 11:28:42 +0200 Sylvain Thénault [testlib] fix deprecation warning stack level stable
Fri, 06 May 2011 11:07:05 +0200 Aurelien Campeas [nav component/cosmetics] have nice looking arrows insteads of << / >>
Fri, 06 May 2011 08:52:09 +0200 Sylvain Thénault backport stable
Fri, 06 May 2011 08:48:26 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.3-1 for changeset ba8fe4f2e408 stable
Fri, 06 May 2011 08:48:25 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.3 for changeset e712bc6f1f71 stable cubicweb-debian-version-3.12.3-1
Thu, 05 May 2011 16:30:43 +0200 Sylvain Thénault 3.12.3 stable cubicweb-version-3.12.3
Thu, 05 May 2011 16:21:21 +0200 Sylvain Thénault backport oldstable stable
Thu, 05 May 2011 16:20:21 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.11.3-1 for changeset b3c6702761a1 oldstable
Thu, 05 May 2011 16:20:20 +0200 Sylvain Thénault Added tag cubicweb-version-3.11.3 for changeset b7a124f9aed2 oldstable cubicweb-debian-version-3.11.3-1
Thu, 05 May 2011 16:01:18 +0200 Sylvain Thénault 3.11.3 hopefuly closing the 3.11 serie oldstable cubicweb-version-3.11.3
Thu, 05 May 2011 15:28:24 +0200 Sylvain Thénault backport stable
Thu, 05 May 2011 15:26:28 +0200 Sylvain Thénault [testlib] fix assertAuthFailure to consider both None and dbapi._NeedAuthAccessMock as meaning 'no connection has been set' stable
Thu, 05 May 2011 13:36:03 +0200 Sylvain Thénault [i18n] update spanish translation, thanks to Celso from CreaLibre stable
Thu, 05 May 2011 13:34:02 +0200 Sylvain Thénault [i18n] fix french translation stable
Thu, 05 May 2011 13:33:53 +0200 Sylvain Thénault [primary, metadata] reuse existing msgids stable
Thu, 05 May 2011 12:50:21 +0200 Florent Cayré fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
Thu, 05 May 2011 10:38:23 +0200 Nicolas Chauvat [entity] make set_relations() accept entities and eids (closes #1631391) stable
Thu, 05 May 2011 11:54:41 +0200 Sylvain Thénault [CubicWebTC] fix create_user bw compat stable
Thu, 05 May 2011 11:46:29 +0200 Sylvain Thénault [msplanner] fix regression and test failure introduced in 7292:258c92805066 stable
Wed, 04 May 2011 14:55:27 +0200 Sylvain Thénault [repository quick start] should modify class attribute to get this actually working (used by a classmethod) stable
Wed, 04 May 2011 12:25:50 +0200 Adrien Di Mascio backport stable
Wed, 04 May 2011 12:24:41 +0200 Aurelien Campeas [js] use minified jquery stable
Wed, 04 May 2011 10:32:15 +0200 Florent Cayré [entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282) stable
Tue, 03 May 2011 17:43:53 +0200 Sylvain Thénault [configuration] exit with proper message when sources file is unreadable (you usually started cw while logged with a wrong user). Closes #1631238
Tue, 03 May 2011 13:57:18 +0200 Adrien Di Mascio [js] remove facet-loading.png, use plain-text / i18n
Tue, 03 May 2011 11:03:27 +0200 Sylvain Thénault backport stable
Tue, 03 May 2011 11:02:32 +0200 Sylvain Thénault [selectors] fix on_fire_transition for cases where change_state is called (eg no transition specified) stable
Mon, 02 May 2011 17:24:51 +0200 Sylvain Thénault [workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition stable
Mon, 02 May 2011 15:59:30 +0200 Sylvain Thénault backport stable
Mon, 02 May 2011 15:46:03 +0200 Sylvain Thénault [migration] new command to get default workflow for an entity type stable
Mon, 02 May 2011 15:07:13 +0200 Sylvain Thénault [workflow hooks] reuse metadata/integrity categories instead of a new 'workflow' category and drop useless hook
Mon, 02 May 2011 15:06:20 +0200 Sylvain Thénault [entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
Fri, 29 Apr 2011 20:16:54 +0200 Sylvain Thénault [ms planner] ignore neged source relation when trying to restrict query sources stable
Fri, 29 Apr 2011 12:34:18 +0200 Sylvain Thénault [users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link) stable
Fri, 29 Apr 2011 12:12:14 +0200 Sylvain Thénault [primary view] display entity source in 'metadata' view if it's not the system source stable
Fri, 29 Apr 2011 12:07:59 +0200 Sylvain Thénault [users management] enhance users table: show state, primary email and data source; show filter form stable
Fri, 29 Apr 2011 19:31:25 +0200 Nicolas Chauvat merge changes from oldstable stable
Fri, 29 Apr 2011 19:29:22 +0200 Nicolas Chauvat [entity] improve error message oldstable
Fri, 29 Apr 2011 19:28:20 +0200 Nicolas Chauvat [doc] fix doc and tutorials about hooks and operations oldstable
Fri, 29 Apr 2011 16:34:31 +0200 Adrien Di Mascio [optim] cache rset column structures
Fri, 29 Apr 2011 12:34:53 +0200 Adrien Di Mascio [js] make _loadAjaxHtmlHead aware of mod_concat-like urls
Fri, 29 Apr 2011 12:12:49 +0200 Adrien Di Mascio [etwist] in debug-mode, concat-file is rebuilt if one of the concatenated file is more recent
Thu, 14 Apr 2011 14:41:17 +0200 Nicolas Chauvat [facets] display splash image while facets are reloading content (closes #1624851)
Thu, 14 Apr 2011 14:41:40 +0200 Nicolas Chauvat [facets] mark titles of active facets with red dot (closes #1624857)
Fri, 29 Apr 2011 10:29:25 +0200 Sylvain Thénault [facet] add missing selector to HasRelationFacet stable
Fri, 29 Apr 2011 09:33:30 +0200 Sylvain Thénault [facets] proper fix for #1625112: we should rather call unicode() as we always manipulate string as unicode internally stable
Fri, 29 Apr 2011 09:08:30 +0200 Adrien Di Mascio merge
Thu, 28 Apr 2011 20:41:44 +0200 Quentin Roquefort [etwist] Generates apache's mod_concat-like urls for js and css
Thu, 28 Apr 2011 20:24:27 +0200 Florent Cayré handle js/ css file concatenation with twisted
Thu, 28 Apr 2011 19:42:19 +0200 Florent Cayré put data version md5 into a new url segment to ease static serving
Thu, 28 Apr 2011 17:36:04 +0200 Florent Cayré add cwctl command to generate a consolidated data directory with all cubes/ cubicweb data directories content to be delivered statically
Thu, 28 Apr 2011 17:33:56 +0200 Adrien Di Mascio [etwist] refactor child resources management
Wed, 27 Apr 2011 16:38:01 +0200 Alexandre Fayolle [vreg] vregistry._select_best was needlessly instanciating NoSelectableObject (closes #1626708)
Thu, 28 Apr 2011 15:30:16 +0200 Sylvain Thénault backport stable
Thu, 28 Apr 2011 15:29:21 +0200 Sylvain Thénault merge stable stable
Thu, 28 Apr 2011 15:29:12 +0200 Sylvain Thénault merge oldstable oldstable
Thu, 28 Apr 2011 15:25:46 +0200 Sylvain Thénault backport oldstable stable
Thu, 28 Apr 2011 15:24:51 +0200 Sylvain Thénault [page data] don't call unload_page_data too many time (closes #1518398) oldstable
Thu, 28 Apr 2011 15:24:37 +0200 Sylvain Thénault [request] don't init tabindex unnecessarily, since it's added to page data which will makes an ajax call to unload_page_data necessary oldstable
Thu, 28 Apr 2011 15:24:11 +0200 Sylvain Thénault [deprecation] kill a remaining 3.6 warning oldstable
Wed, 27 Apr 2011 15:42:07 +0200 Florent Cayré [web config] fix md5 version to ensure cubes order and to include cubicweb version stable
Thu, 28 Apr 2011 10:11:36 +0200 Alexandre Fayolle merged stable bugfix
Thu, 28 Apr 2011 10:11:14 +0200 Alexandre Fayolle merged oldstable bugfix stable
Wed, 27 Apr 2011 16:10:10 +0200 Alexandre Fayolle place the disable hooks context manager at the right place (closes: #1626694) oldstable
Thu, 28 Apr 2011 08:20:12 +0200 Adrien Di Mascio backport stable into default
Thu, 28 Apr 2011 08:19:42 +0200 Adrien Di Mascio backport oldstable into stable stable
Thu, 28 Apr 2011 08:18:48 +0200 Adrien Di Mascio [js] fix inArray usage in reorderTabIndex() : inArray returns -1 if element is not found, not 'false' oldstable
Wed, 27 Apr 2011 12:23:43 +0200 Adrien Di Mascio [rql] basic support for regexp-based pattern matching
Wed, 27 Apr 2011 11:37:42 +0200 Adrien Di Mascio [rql] support CAST() Function
Wed, 27 Apr 2011 09:55:17 +0200 Sylvain Thénault stable is now 3.12 stable
Wed, 27 Apr 2011 09:54:22 +0200 Sylvain Thénault oldstable is now 3.11 oldstable
Wed, 27 Apr 2011 09:41:55 +0200 Sylvain Thénault [js] delete empty js files (incluced in cw.ajax.js)
Wed, 27 Apr 2011 09:32:05 +0200 Sylvain Thénault [sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
Tue, 26 Apr 2011 16:14:43 +0200 Sylvain Thénault [rql rewrite] backout 7177:f2a976cf7dac : since EXISTS is the variable scope, we want to insert snippets here anyway (other solution would be to NOT insert snippets at all in such case). Closes #1625464
Fri, 22 Apr 2011 16:23:34 +0200 Julien Jehannet [book] fix documentation + add chpasswd.py script
Fri, 22 Apr 2011 16:24:56 +0200 Aurelien Campeas [facets] fix unicode encode error; closes #1625112
Fri, 22 Apr 2011 16:15:10 +0200 Aurelien Campeas [facets] fix RangeFacet get_widget: do no return a widget unless there are at least 2 values; closes #1625203
Fri, 22 Apr 2011 12:20:48 +0200 Alexandre Fayolle merge
Fri, 22 Apr 2011 12:17:51 +0200 Alexandre Fayolle Backed out changeset 7a58581d842c
Fri, 22 Apr 2011 12:02:32 +0200 Alexandre Fayolle small reformatting (but test still fails)
Fri, 22 Apr 2011 11:58:41 +0200 Alexandre Fayolle fix tests broken by fcb8932082a5 (continued)
Fri, 22 Apr 2011 10:29:23 +0200 Alexandre Fayolle fix bad handling of inlined relations when entities of different etypes are passed as subject to add_relations
Fri, 22 Apr 2011 10:28:26 +0200 Alexandre Fayolle fix failing test_migration test caused by schema change
Fri, 22 Apr 2011 09:48:37 +0200 Alexandre Fayolle fix tests broken by fcb8932082a5
Thu, 21 Apr 2011 18:10:49 +0200 Alexandre Fayolle merge back stable
Thu, 21 Apr 2011 17:25:32 +0200 Alexandre Fayolle fix server/test/unittest_checkintegrity (failing since 70538ea2532d) stable
Wed, 20 Apr 2011 16:55:52 +0200 Alexandre Fayolle fix implementation of repository.glob_add_relations (closes ##1625257)
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Fri, 15 Apr 2011 16:05:20 +0200 Alexandre Fayolle added test case to monitor speed improvements in the repository code.
Wed, 20 Apr 2011 08:28:52 +0200 Alexandre Fayolle backport stable changes to default
Mon, 18 Apr 2011 19:39:22 +0200 Aurelien Campeas [js] update jquery.corner.js to the latest version (uses native css support for browser that provide it); closes #1625065
Mon, 18 Apr 2011 19:34:20 +0200 Adrien Di Mascio [js/css] remove old versions of ui.tabs/slider etc.; closes #1625085
Mon, 18 Apr 2011 08:03:46 +0200 Adrien Di Mascio [devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True) stable
Fri, 15 Apr 2011 12:58:31 +0200 Aurelien Campeas [widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
Fri, 15 Apr 2011 11:58:33 +0200 Nicolas Chauvat [doc] update of the update stable
Fri, 15 Apr 2011 08:22:38 +0200 Sylvain Thénault [tz postgres support] we've to commit the connection once time-zone is set, else we may loose the setting
Fri, 15 Apr 2011 08:18:59 +0200 Sylvain Thénault [tz support] more tests
Fri, 15 Apr 2011 08:18:06 +0200 Sylvain Thénault [dataimport] actually commit every desired number...
Wed, 06 Apr 2011 12:33:39 +0200 Alain Leufroy [doc] major update of the install documentation stable
Thu, 14 Apr 2011 11:36:47 +0200 Nicolas Chauvat [facets] make rangefacet comply with start_unfolded (closes #1615869) stable
Thu, 14 Apr 2011 14:19:21 +0200 Adrien Di Mascio [testlib] make a clear distinction between input / output HTTP headers stable
Thu, 14 Apr 2011 14:18:46 +0200 Sylvain Thénault [entity] create_entity/cw_instantiate should initialize entity's cache to avoid later queries
Thu, 14 Apr 2011 14:18:44 +0200 Sylvain Thénault [testlib] refactor create_user and grant_permission to make them usable from pre_setup_database
Thu, 14 Apr 2011 11:38:10 +0200 Sylvain Thénault [3.12 regression] don't access to __class__ directly, it may raise AttributeError
Wed, 13 Apr 2011 14:02:04 +0200 Adrien Di Mascio [testlib] fix typos / NameErrors in devtools/__init__.py stable
Wed, 13 Apr 2011 12:50:31 +0200 Sylvain Thénault [schema serialization] add warning on missing group stable
Wed, 13 Apr 2011 11:46:00 +0200 Sylvain Thénault backport stable
Wed, 13 Apr 2011 11:34:53 +0200 Sylvain Thénault [testlib] fix bug in backup file name generation: it may erroneously replace '-' by '_' in database **parent directories**. This should fix random error when test are run under apycot. stable
Wed, 13 Apr 2011 11:03:42 +0200 Sylvain Thénault backport stable
Wed, 13 Apr 2011 09:58:19 +0200 Sylvain Thénault [schema diagram] proper url generation (closes #1621276) stable
Wed, 13 Apr 2011 09:46:29 +0200 Adrien Di Mascio [testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089) stable
Wed, 13 Apr 2011 08:38:24 +0200 Aurelien Campeas [entities] fix cw_instantiate typo stable
Tue, 12 Apr 2011 17:32:06 +0200 Aurelien Campeas [entities/test] add failing test for cw_instantiate stable
Tue, 12 Apr 2011 14:09:39 +0200 Sylvain Thénault [timezone] ensure tzinfo is None
Tue, 12 Apr 2011 13:05:16 +0200 Sylvain Thénault [entity] use a list comprehension stable
Mon, 11 Apr 2011 22:28:57 +0200 Nicolas Chauvat Added tag cubicweb-debian-version-3.12.2-1 for changeset 6d418fb3ffed
Mon, 11 Apr 2011 22:28:56 +0200 Nicolas Chauvat Added tag cubicweb-version-3.12.2 for changeset 5a9b6bc56538 cubicweb-debian-version-3.12.2-1
Mon, 11 Apr 2011 22:19:24 +0200 Nicolas Chauvat [packaging] prepare the release of version 3.12.2 cubicweb-version-3.12.2
Mon, 11 Apr 2011 20:43:30 +0200 Nicolas Chauvat merge changes from stable branch
Mon, 11 Apr 2011 18:33:18 +0200 Sylvain Thénault [facet] ignore range extremas to avoid filtering out rows where value is NULL (closes #1251192) stable
Mon, 11 Apr 2011 16:51:49 +0200 Sylvain Thénault Backed out changeset e0e802afa8e1, widgets are actually defined below stable
Mon, 11 Apr 2011 16:12:02 +0200 Sylvain Thénault [facet] refactor: a simple class attribute is enough stable
Mon, 11 Apr 2011 13:29:41 +0200 Sylvain Thénault [native source] eid_creation_lock actually lock the eid connection creation and usage stable
Mon, 11 Apr 2011 13:28:59 +0200 Sylvain Thénault [dataimport] allow to specify columns on which result should be sorted in lazydbtable stable
Fri, 08 Apr 2011 09:02:55 +0200 Sylvain Thénault [entity creation] ensure this is a relation and not an attribute before moving things into pending_relations because value is a list stable
Thu, 07 Apr 2011 18:10:07 +0200 Adrien Di Mascio [fckeditor] fix fckeditor relative url: use baseuri() stable
Thu, 07 Apr 2011 00:27:47 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.1-1 for changeset 07e2c9c7df26
Thu, 07 Apr 2011 00:27:46 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.1 for changeset 59701627adba cubicweb-debian-version-3.12.1-1
Wed, 06 Apr 2011 23:31:06 +0200 Sylvain Thénault 3.12.1 cubicweb-version-3.12.1
Wed, 06 Apr 2011 23:31:00 +0200 Sylvain Thénault i18n update
Wed, 06 Apr 2011 23:24:19 +0200 Sylvain Thénault backport stable
Wed, 06 Apr 2011 23:23:48 +0200 Sylvain Thénault [sql generation] fix missing join with outer joins w/ rhs invariant variable... stable
Wed, 06 Apr 2011 23:01:58 +0200 Sylvain Thénault [test, cw props] ensure we can't add user specific / system-wide properties stable
Wed, 06 Apr 2011 22:52:52 +0200 Sylvain Thénault [ms planner] fix buggy temp table name generation, may generate duplicated unique id with subqueries/union stable
Wed, 06 Apr 2011 22:52:51 +0200 Sylvain Thénault [system source] drop now useless bw compat stable
Wed, 06 Apr 2011 22:52:50 +0200 Sylvain Thénault [test] silent warning stable
Wed, 06 Apr 2011 22:52:39 +0200 Sylvain Thénault [ms planner] use an index to avoid doing the same step twice stable
Wed, 06 Apr 2011 16:01:19 +0200 Adrien Di Mascio [views] extend HTMLStream API to be able to change doctype / xmldecl
Wed, 06 Apr 2011 16:00:56 +0200 Sylvain Thénault [test] drop some warnings introduced by new test dabase handling stable
Wed, 06 Apr 2011 10:17:48 +0200 Sylvain Thénault rephrase stable
Wed, 06 Apr 2011 10:10:21 +0200 Sylvain Thénault backport stable
Mon, 04 Apr 2011 14:10:52 +0200 Katia Saurfelt [web] fix CalendarView : both icalendarable.start and icalendarable.stop dates can be None stable
Thu, 31 Mar 2011 14:23:11 +0200 Florent Cayré [edit controller] fix subform formid in EditController (would need further improvement) stable
Wed, 06 Apr 2011 09:57:28 +0200 Sylvain Thénault [schema synchronization] get back eid when adding a final entity type, else it may cause pb on later schema synchronization during the migration where the type is added stable
Tue, 05 Apr 2011 13:24:02 +0200 Alexandre Fayolle backport fix from oldstable
Tue, 05 Apr 2011 13:23:47 +0200 Alexandre Fayolle backport fix from oldstable stable
Tue, 05 Apr 2011 08:39:49 +0200 Alexandre Fayolle fileConfig is in logging.config oldstable cubicweb-version-3.10.x
Tue, 05 Apr 2011 12:48:53 +0200 Sylvain Thénault [entity vocab] fix bug introduced in 3.12 vs/ entity vocabulary, leading to some unexpected empty vocabulary. Fix test accordingly.
Tue, 05 Apr 2011 12:47:18 +0200 Sylvain Thénault [rql rewriter] take care not to introduce snippets into a neged scope
Tue, 05 Apr 2011 11:19:12 +0200 Sylvain Thénault [old css] use aColor property stable
Tue, 05 Apr 2011 11:18:56 +0200 Sylvain Thénault [uipros] drop unused properties stable
Tue, 05 Apr 2011 11:18:03 +0200 Sylvain Thénault [selectors] abstract ExpectedValueSelector now accept a set as single argument stable
Tue, 05 Apr 2011 11:15:35 +0200 Sylvain Thénault [igeocodable] import adapter description stable
Mon, 04 Apr 2011 14:50:10 +0200 Sylvain Thénault [dataimport] tell more and nicely about transaction status stable
Mon, 04 Apr 2011 14:49:39 +0200 Sylvain Thénault [dataimport] propagate stack stable
Fri, 01 Apr 2011 16:02:45 +0200 Alexandre Fayolle Added tag cubicweb-debian-version-3.12.0-1 for changeset 92b56939b7c7
Fri, 01 Apr 2011 16:02:45 +0200 Alexandre Fayolle Added tag cubicweb-version-3.12.0 for changeset fd502219eb76 cubicweb-debian-version-3.12.0-1
Fri, 01 Apr 2011 16:01:03 +0200 Alexandre Fayolle prepare 3.12.0 cubicweb-version-3.12.0
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
Fri, 01 Apr 2011 14:38:16 +0200 Alexandre Fayolle merged test fix from stable
Fri, 01 Apr 2011 14:34:11 +0200 Adrien Di Mascio [http] implement 1587305: provide better implementation of Accept header parsing + tests
Fri, 01 Apr 2011 14:26:18 +0200 Sylvain Thénault [web test] extract a set_auth_mode method from init_authentication and use it in test_fb_login_concept to avoid bad test interaction stable
Fri, 01 Apr 2011 14:25:55 +0200 Alexandre Fayolle merge stable to default
Fri, 01 Apr 2011 08:20:25 +0200 Alexandre Fayolle fix failing tests before 3.12 release
Fri, 01 Apr 2011 01:06:41 +0200 Sylvain Thénault [dataimport] new 'lazydbtable' generator function to feed data from a database table stable
Fri, 01 Apr 2011 01:06:37 +0200 Sylvain Thénault [dataimport] ObjectStore.create_entity should return something that looks like an entity (eg no more using dict protocol to access to attributes) stable
Fri, 01 Apr 2011 01:06:29 +0200 Sylvain Thénault [dataimport] cleanups, update docstring to up-to-date usage stable
Thu, 31 Mar 2011 21:24:39 +0200 Nicolas Chauvat [doc] improve dostring of server.hook stable
Thu, 31 Mar 2011 17:24:38 +0200 Alexandre Fayolle merge back stable to default
Thu, 31 Mar 2011 17:12:27 +0200 Nicolas Chauvat [cwctl] refactor ui messages aiming for consistency and simplicity stable
Thu, 31 Mar 2011 15:23:52 +0200 Sylvain Thénault [entity vocabulary] refactor unrelated rql to allow usage of RQLRewriter to insert schema constraints. Closes #1561806
Thu, 31 Mar 2011 15:23:50 +0200 Sylvain Thénault [entity vocabulary] fix unrelated rql generation to skip rql constraints that don't make sense
Thu, 31 Mar 2011 15:23:46 +0200 Sylvain Thénault [schema, refactoring] use RQLExpression as base class for RQL constraint classes
Thu, 31 Mar 2011 15:18:21 +0200 Sylvain Thénault [reledit] fix crash due to wrong attributes usage stable
Thu, 31 Mar 2011 09:39:51 +0200 Alexandre Fayolle merge
Thu, 31 Mar 2011 09:17:43 +0200 Florent Cayré make it easier to inherit from EditionFormView stable
Wed, 30 Mar 2011 16:40:55 +0200 Alexandre Fayolle more TZDatetime/TZTime test fixes
Wed, 30 Mar 2011 15:51:10 +0200 Alexandre Fayolle fix test_knownValues_load_schema
Wed, 30 Mar 2011 15:44:26 +0200 Alexandre Fayolle backport stable to default
Wed, 30 Mar 2011 15:09:13 +0200 Nicolas Chauvat [doc] fix typo stable
Wed, 30 Mar 2011 14:55:14 +0200 Nicolas Chauvat [doc] fix typo stable
Wed, 30 Mar 2011 14:03:10 +0200 Sylvain Thénault [AnyEntity] rename __linkto attribute as cw_linkto to avoid name mangling which make overriding/monkey-patching unnecessarily harder stable
Wed, 30 Mar 2011 13:59:23 +0200 Sylvain Thénault [sql generation test] avoid lgdb warnings when a db module is faked stable
Wed, 30 Mar 2011 11:17:58 +0200 Sylvain Thénault backport stable
Wed, 30 Mar 2011 11:17:21 +0200 Sylvain Thénault [c-c create] unification of c-c create and its subcommands handling stable
Wed, 30 Mar 2011 11:08:15 +0200 Sylvain Thénault [rql rewriter] to properly handle 'relation' rql expressions, rql rewriter must support multiple variables (eg S and O) at once to be given as varmap stable
Wed, 30 Mar 2011 11:07:16 +0200 Sylvain Thénault [rql rewriter] drop unused argument stable
Wed, 30 Mar 2011 11:07:07 +0200 Sylvain Thénault [rql rewriter] don't add unnecessary (potentially buggy) exists stable
Tue, 29 Mar 2011 10:25:10 +0200 Alexandre Fayolle update lgc dependency also in pkginfo stable
Tue, 29 Mar 2011 10:05:24 +0200 Alexandre Fayolle updated lgc dependency stable
Tue, 29 Mar 2011 08:47:09 +0200 Alexandre Fayolle allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533) stable
Tue, 29 Mar 2011 09:02:49 +0200 Sylvain Thénault [date picker] apply Carlos patch fixing spanish date picker translation file. Closes #1558893 stable
Mon, 28 Mar 2011 19:02:58 +0200 Sylvain Thénault cleanup stable
Mon, 28 Mar 2011 19:02:47 +0200 Sylvain Thénault [c-c create] we should also skip option with no type, else we may generate title for section without any option to fill stable
Mon, 28 Mar 2011 18:57:34 +0200 Sylvain Thénault [config] do not set base-url during instance creation, we don't want generated value to ends up in the configuration file stable
Mon, 28 Mar 2011 18:56:55 +0200 Sylvain Thénault [config] generalise config.creating, allowing to drop set_language class attribute stable
Mon, 28 Mar 2011 18:53:54 +0200 Sylvain Thénault [web test] fix broken url in reledit. tests BROKEN ANYWAY (crash due to missing attribute) stable
Mon, 28 Mar 2011 19:31:45 +0200 Nicolas Chauvat merge stable
Mon, 28 Mar 2011 19:31:26 +0200 Nicolas Chauvat Added tag cubicweb-debian-version-3.11.2-1 for changeset 954b5b51cd92 stable
Mon, 28 Mar 2011 19:31:25 +0200 Nicolas Chauvat Added tag cubicweb-version-3.11.2 for changeset 56ae3cd5f855 stable cubicweb-debian-version-3.11.2-1
Mon, 28 Mar 2011 19:20:22 +0200 Nicolas Chauvat [packaging] prepare 3.11.2 stable cubicweb-version-3.11.2
Mon, 28 Mar 2011 17:58:46 +0200 Alexandre Fayolle try to reconstruct the file forgotten by syt in changeset e094b3d4eb95 stable
Mon, 28 Mar 2011 17:39:21 +0200 Adrien Di Mascio [javascript] fix loadRemote test for JSON_BASE_URL / baseuri matching stable
Mon, 28 Mar 2011 16:42:54 +0200 Sylvain Thénault cleanups stable
Mon, 28 Mar 2011 16:42:46 +0200 Sylvain Thénault [cwuser, persistent properties] fix recent set_property implementation on CWUser: for_user is automatically handled for non-managers users (this is seriously debatable though) stable
Mon, 28 Mar 2011 16:41:36 +0200 Sylvain Thénault [repository] fix crash in optimized [add|remove]_relation w/ inlined relation (broken by cw 3.10 refactoring) stable
Mon, 28 Mar 2011 16:39:49 +0200 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
Mon, 28 Mar 2011 15:23:57 +0200 Adrien Di Mascio [facets] closes #1569459 (date-range facet with year < 1900) stable
Mon, 28 Mar 2011 15:15:49 +0200 Nicolas Chauvat [session] add find_entities and find_one_entity to session/request API (closes #1550045) stable
Mon, 28 Mar 2011 15:16:11 +0200 Nicolas Chauvat [web formwidgets] add missing tabindex to jquery date and time widgets (closes #1568475) stable
Mon, 28 Mar 2011 14:49:22 +0200 Sylvain Thénault [c-c create] db-create doesn't not take a verbose option any longer stable
Mon, 28 Mar 2011 12:50:56 +0200 Sylvain Thénault [css] we should use padding instead of margin here, else the element as size greater than <body>, forcing an horizontal scrollbar to appear stable
Fri, 25 Mar 2011 15:45:38 +0100 Sylvain Thénault [db connection] fix db connections method: verbose should be named interactive, it's not a question of verbosity but wether question should be asked or not stable
Fri, 25 Mar 2011 12:51:20 +0100 Sylvain Thénault [cwprops, migration] fix [set_]property to ensure we don't retrieve a user specific value. Add some docstring along the way stable
Fri, 25 Mar 2011 12:43:57 +0100 Sylvain Thénault [cwprops] add set_property method on CWUser instances, to ease setting of user specific properties stable
Thu, 24 Mar 2011 15:21:13 +0100 Aurelien Campeas [merge] backport stable fixes into default
Tue, 22 Mar 2011 15:11:38 +0100 Alexandre Fayolle Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation stable
Thu, 24 Mar 2011 13:31:12 +0100 Sylvain Thénault backport oldstable stable
Thu, 24 Mar 2011 13:30:14 +0100 Sylvain Thénault [migration] Lesser memory consumption of cwuri fix + actually commit every 100 processed entities oldstable
Thu, 24 Mar 2011 13:25:57 +0100 Sylvain Thénault [migration] improve fix cwuri progress bar oldstable
Thu, 24 Mar 2011 13:24:26 +0100 Sylvain Thénault [migration] explicit first step of 3.10.9 migration. oldstable
Thu, 24 Mar 2011 13:22:20 +0100 Sylvain Thénault cleanups stable
Thu, 24 Mar 2011 13:22:10 +0100 Sylvain Thénault [uiprops, css] make header background actually modifiable through uiprops stable
Thu, 24 Mar 2011 13:20:33 +0100 Sylvain Thénault [components] add **kwargs to render method of header components to make them usable as regular components (eg in other places than the header stable
Wed, 23 Mar 2011 18:20:34 +0100 Sylvain Thénault [schema views] don't propose 'view all' action for final entity types (closes #1560549) stable
Wed, 23 Mar 2011 11:35:41 +0100 Nicolas Chauvat [doc] fix urls pointing to repositories and download sites stable
Mon, 21 Mar 2011 17:47:42 +0100 Alexandre Fayolle backported tag to stable stable
Mon, 21 Mar 2011 17:44:57 +0100 Alexandre Fayolle Added tag cubicweb-version-3.9.x for changeset 48f468f33704 oldstable
Thu, 17 Mar 2011 13:43:51 +0100 Aurelien Campeas merge stable
Thu, 17 Mar 2011 13:43:07 +0100 Aurelien Campeas [devtools] missing py2.5 compat import oldstable
Thu, 17 Mar 2011 12:21:36 +0100 Pierre-Yves David merge oldstable into default stable
Thu, 17 Mar 2011 12:20:45 +0100 Pierre-Yves David fix stupid typo oldstable
Thu, 17 Mar 2011 12:14:58 +0100 Pierre-Yves David merge oldstable
Thu, 17 Mar 2011 12:07:08 +0100 Pierre-Yves David merge: [testlib] require explicite overwriting of TestDataBaseHandler. stable
Thu, 17 Mar 2011 12:03:50 +0100 Pierre-Yves David [testlib] require explicite overwriting of TestDataBaseHandler. oldstable
Thu, 17 Mar 2011 11:38:52 +0100 Pierre-Yves David remove conflict marker stable
Wed, 16 Mar 2011 18:12:57 +0100 Pierre-Yves David merge old stable into stable stable
Wed, 16 Mar 2011 09:45:57 +0100 Alexandre Fayolle fix pylint helper methods: need a classmathod in cwconfig.py stable
Wed, 16 Mar 2011 09:45:57 +0100 Alexandre Fayolle fix pylint helper methods: need a classmathod in cwconfig.py oldstable
Wed, 16 Mar 2011 09:40:56 +0100 Alexandre Fayolle merged back pylint help changes to stable stable
Wed, 16 Mar 2011 09:40:11 +0100 Alexandre Fayolle merge oldstable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Tue, 15 Mar 2011 21:36:06 +0100 Nicolas Chauvat [doc] fix indentation spelling and grammar of tutorials/advanced/part03_bfss stable
Tue, 15 Mar 2011 10:38:02 +0100 Nicolas Chauvat [doc] complete description of EXISTS in rql/language.rst stable
Tue, 15 Mar 2011 09:41:45 +0100 Nicolas Chauvat [doc] fix rql/debugging.rst and server.__init__ docstrings stable
Tue, 15 Mar 2011 09:41:45 +0100 Nicolas Chauvat [doc] fix rql/debugging.rst and server.__init__ docstrings oldstable
Tue, 07 Dec 2010 12:18:20 +0100 Aurelien Campeas [test] New Handling of database for test. oldstable
Fri, 11 Mar 2011 12:17:32 +0100 Aurelien Campeas [reledit] repair some brokennes
Wed, 19 Jan 2011 19:19:57 +0100 Aurelien Campeas [reledit] kill the reledit/doreledit duality
Fri, 11 Mar 2011 09:47:09 +0100 Sylvain Thénault default (3.11.X) is now stable stable
(0) -3000 -1000 -480 +480 +1000 +3000 tip