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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip