Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:52:26 +0200] rev 2576
[F delconf form] should give rset to select()
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:51:44 +0200] rev 2575
[form renderer] fix composite form renderer in case the main form has some visible fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:50:41 +0200] rev 2574
[form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:49:24 +0200] rev 2573
add default values for fielsets_in_order, document base form attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 15:19:29 +0200] rev 2572
[notification view] consider row/col
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 12:30:12 +0200] rev 2571
oops, this is a method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 12:01:17 +0200] rev 2570
[repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 11:59:48 +0200] rev 2569
no rset hooks should have empty rset now
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 11:30:06 +0200] rev 2568
d-t-w
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:27:41 +0200] rev 2567
avoid execution of queries which are known to be wrong by letting error propagates
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:26:29 +0200] rev 2566
missing db-port option to source's option definitions
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:25:01 +0200] rev 2565
make notification views working with no rset
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 29 Jul 2009 12:46:09 +0200] rev 2564
[F plot] make jquery plots accept a fourth column that specifies a date format for tooltips
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 11:16:42 +0200] rev 2563
merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 29 Jul 2009 11:02:45 +0200] rev 2562
[doc] #120075 quickstart (was proposed structure)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 11:10:11 +0200] rev 2561
[F xhml] use a class to avoid duplicated ids when editing several entities at once
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:44:55 +0200] rev 2560
merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:44:36 +0200] rev 2559
[R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:43:30 +0200] rev 2558
move test on force-html-content-type to xhtml_browser method
Florent <florent@secondweb.fr> [Tue, 28 Jul 2009 22:22:08 +0200] rev 2557
make it easy to change response of FormValidatorController
Florent <florent@secondweb.fr> [Tue, 07 Jul 2009 13:57:26 +0200] rev 2556
fix tabindex starting at 0
Fabrice <fabrice@secondweb.fr> [Tue, 28 Jul 2009 10:23:48 +0200] rev 2555
fix html headers for forced html content type : main template and json controller
Fabrice <fabrice@secondweb.fr> [Tue, 28 Jul 2009 10:19:14 +0200] rev 2554
make jsvars declaration xhtml and html compatible
Florent <florent@secondweb.fr> [Tue, 28 Jul 2009 17:36:30 +0200] rev 2553
merge
Florent <florent@secondweb.fr> [Tue, 21 Jul 2009 19:40:10 +0200] rev 2552
add force-html-content-type config boolean variable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:09:11 +0200] rev 2551
[F bw compat] warn if entities.pot exists but consider it anyway
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:08:26 +0200] rev 2550
[F xhtml] avoid duplicated id
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:08:04 +0200] rev 2549
[R forms] use a subfields(form) method to get a chance to adapt to context