Wed, 29 Sep 2010 12:44:11 +0200 Sylvain Thénault [c-c] fix RuntimeError: 'maximum recursion depth exceeded while calling a Python object' we get when creating/upgrading/shelling an instance: hasattr() call __getattribute__, creating an infinite recursion error catched by the interpretor. Avoid this by testing the method is available on the class instead of the instance stable
Wed, 29 Sep 2010 12:18:06 +0200 Sylvain Thénault [transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError stable
Wed, 29 Sep 2010 12:17:26 +0200 Sylvain Thénault [selector] cleanup stable
Wed, 29 Sep 2010 12:16:28 +0200 Sylvain Thénault [sync schema] take care rdef may not be final, in which case we want to use type of eid attribute stable
Wed, 29 Sep 2010 12:15:10 +0200 Sylvain Thénault [web action] has_permission_update checked implicitly by has_editable_relation, don't check it twice stable
Wed, 29 Sep 2010 12:13:44 +0200 Sylvain Thénault [muledit] form may contains subforms with nothing editable that will be s kipped, so ensure we choose one with something to display when rendering table headers stable
Wed, 29 Sep 2010 09:01:57 +0200 Sylvain Thénault [c-c i18n] namespace/line wrap cleanup + dynamically compute available language + make it works in installed mode stable
Wed, 29 Sep 2010 09:00:54 +0200 Sylvain Thénault [i18n] no more necessary, those msgids are no more generated stable
Tue, 28 Sep 2010 18:53:45 +0200 Sylvain Thénault [wf component] reversing selectors here may be a huge performance win on big rsets, since EntityVComponent selector starts with one_line_rset stable
Tue, 28 Sep 2010 16:52:45 +0200 Alexandre Fayolle don't add another encoding if already present in content-type stable
Tue, 28 Sep 2010 16:50:34 +0200 Alexandre Fayolle [book] note about different encryption on Unix and Windows stable
Tue, 28 Sep 2010 14:52:45 +0200 Alexandre Fayolle make reset-admin-pwd work with sqlserver as db backend stable
Tue, 28 Sep 2010 12:22:17 +0200 Alexandre Fayolle [book] updated FAQ 'How to reset the password for user joe' with SQL Server syntax stable
Tue, 28 Sep 2010 08:36:24 +0200 Sylvain Thénault fix test so that we don't actually depends on file and email cubes stable
Fri, 24 Sep 2010 13:41:13 +0200 Julien Jehannet [selectors] multi_lines_rset selector supports now optional operator for richer comparaisons stable
(0) -3000 -1000 -300 -100 -15 +15 +100 +300 +1000 +3000 tip