web/test/unittest_views_basecontrollers.py
Thu, 13 Jun 2013 15:12:06 +0200 Pierre-Yves David rename server.session.transaction into server.session.connection
Fri, 26 Apr 2013 12:10:37 +0200 Aurelien Campeas drop xhtml content-type support (closes #2065651)
Tue, 02 Apr 2013 12:13:06 +0200 Rémi Cardona [web/views] Move massmailing to its own cube (closes #2788086)
Wed, 27 Mar 2013 17:09:55 +0100 Pierre-Yves David [session/transaction] move most undo support into transaction
Wed, 27 Mar 2013 16:33:48 +0100 Vladimir Popescu [web/views] extract cube embed (closes #1916015)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Fri, 16 Nov 2012 11:41:38 +0100 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
Mon, 17 Sep 2012 17:48:55 +0200 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
Tue, 11 Sep 2012 21:51:54 +0200 Sylvain Thénault massive copyright update to avoid clutering later patches
Wed, 01 Aug 2012 09:20:47 +0200 Adrien Di Mascio [ajax] improve backward compatibility for redefined ajax functions (closes #2447189) stable
Mon, 23 Jul 2012 12:45:43 +0200 Sylvain Thénault [web test] fix tests broken by 8de41063d629 stable
Thu, 14 Jun 2012 15:21:12 +0200 Pierre-Yves David [login] redirect to real instance root if no postlogin_path is provided
Fri, 08 Jun 2012 16:47:07 +0200 Aurelien Campeas [registry|ajaxcontroller] the @ajaxcontroller decorator ought to return a compatible object (closes #2385155)
Thu, 15 Mar 2012 17:48:20 +0100 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Mon, 27 Feb 2012 10:03:31 +0100 Anthony Truchet [web] Exposes the undo feature to user through a undo-history view (closes #893940)
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Wed, 14 Sep 2011 09:11:50 +0200 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
Tue, 26 Jul 2011 19:34:43 +0200 Adrien Di Mascio [entities] skip_copy_for should be considered for object relations too (closes #1857474)
Wed, 29 Jun 2011 18:57:23 +0200 Sylvain Thénault [form, controller] closes #1787233: form should provide a method to process posted content
Thu, 26 May 2011 08:57:15 +0200 Sylvain Thénault [test] fix failure introduced by yams'changeset 644:f9c79356b758
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, 22 Apr 2011 11:58:41 +0200 Alexandre Fayolle fix tests broken by fcb8932082a5 (continued)
Fri, 21 Jan 2011 16:38:13 +0100 Sylvain Thénault [test] missing future imports stable
Mon, 10 Jan 2011 12:28:09 +0100 Sylvain Thénault [unittest2] update to unittest2 assertRaises api stable
Fri, 08 Oct 2010 07:48:37 +0200 Sylvain Thénault [test] cleanup / unittest2 api update stable
Fri, 08 Oct 2010 07:43:38 +0200 Sylvain Thénault [test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable) stable
Wed, 29 Sep 2010 14:22:12 +0200 Sylvain Thénault [test] must now commit file creation since the later ValidationError trigger a rollback stable
Fri, 24 Sep 2010 18:20:59 +0200 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
Thu, 08 Jul 2010 14:52:08 +0200 Sylvain Thénault [test] buggy import make test fails
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Fri, 23 Apr 2010 13:25:31 +0200 Sylvain Thénault [i18n] yams constraint messages updated
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Tue, 13 Apr 2010 12:19:24 +0200 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Fri, 26 Mar 2010 13:33:32 +0100 Sylvain Thénault [form] fix validation error handling stable
Fri, 26 Mar 2010 08:28:22 +0100 Sylvain Thénault [form] put qualified name on validation error, should fix #784299 stable
Tue, 16 Mar 2010 17:55:54 +0100 Sylvain Thénault test fixes
Mon, 08 Mar 2010 08:59:07 +0100 Sylvain Thénault [test] don't use an internal url for test stable
Wed, 27 Jan 2010 09:57:16 +0100 Sylvain Thénault test fixes
Wed, 27 Jan 2010 09:56:58 +0100 Sylvain Thénault useless, same as test_nonregr_eetype_etype_editing
Wed, 20 Jan 2010 14:34:06 +0100 Sylvain Thénault test update
Tue, 19 Jan 2010 14:41:23 +0100 Sylvain Thénault test fixes
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 21 Dec 2009 20:28:08 +0100 Sylvain Thénault all web tests OK
Wed, 09 Dec 2009 15:47:01 +0100 Sylvain Thénault 3.6 api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 14:39:26 +0200 Aurelien Campeas fix reledit related test breakage stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
less more (0) -60 tip