Tue, 05 May 2009 17:26:21 +0200 |
sylvain thenault |
fix multiple edit
tls-sprint
|
file |
diff |
annotate
|
Tue, 05 May 2009 16:52:44 +0200 |
Graziella Toutoungis |
fix copy edition view
tls-sprint
|
file |
diff |
annotate
|
Fri, 01 May 2009 09:13:48 +0200 |
sylvain thenault |
missing import
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 12:36:48 +0200 |
sylvain thenault |
apply on non final relation
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 12:35:49 +0200 |
sylvain thenault |
display_fields should search for name+role
tls-sprint
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 19:48:27 +0200 |
Aurelien Campeas |
[editforms] fix missing __maineid, avoid double submit through submit button, say no to locals()
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 20:08:16 +0200 |
Aurelien Campeas |
other fixlets
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 11:22:31 +0200 |
sylvain thenault |
fix imports, cleanup, repair some ajax calls
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 10:10:04 +0200 |
sylvain thenault |
move AutomaticEntityForm and PrimaryView into their own module
tls-sprint
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 18:10:17 +0200 |
sylvain thenault |
reoops
tls-sprint
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 18:09:56 +0200 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 17:57:46 +0200 |
sylvain thenault |
refactor to get powerful etype_relation_field function which benefit from ui configuration (eg widgets and fields)
tls-sprint
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 17:22:02 +0200 |
sylvain thenault |
guess_field now takes an entity schema as first argument, not an entity class
tls-sprint
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 19:42:44 +0200 |
sylvain thenault |
allow to instantiate an entity without rset
tls-sprint
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 16:55:09 +0200 |
sylvain thenault |
missing overriding of removejs in inline-creation form view
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 13:17:21 +0200 |
sylvain thenault |
refactor to ease overriding
tls-sprint
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 17:24:12 +0200 |
sylvain thenault |
no progress div in reledit, else we get duplicated ids
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 16:17:16 +0200 |
sylvain thenault |
ease renderer overriding
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 15:52:31 +0200 |
sylvain thenault |
missing self, using bool is simpler
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 14:32:18 +0200 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 14:31:32 +0200 |
sylvain thenault |
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 12:37:00 +0200 |
sylvain thenault |
put class, not class name into rwidgets. New rfields rtags to specify a field for a relation
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 20:36:11 +0200 |
sylvain thenault |
cleanup, remove some unnecessary (sometime buggy) stuff
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 20:34:26 +0200 |
sylvain thenault |
refactor button handling
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 13:19:23 +0200 |
sylvain thenault |
should give None as rset
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 13:19:09 +0200 |
sylvain thenault |
no need for explicit handling
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 13:15:21 +0200 |
sylvain thenault |
inlineview is no more a 'category', needs specific handling
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 11:33:34 +0200 |
sylvain thenault |
use entity's rset and row/col info
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 11:33:12 +0200 |
sylvain thenault |
for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 19:55:38 +0200 |
sylvain thenault |
don't guess field if explicitly defined, rename init_rtags_category
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 19:55:10 +0200 |
sylvain thenault |
catch FieldNotFound instead of Exception in field_by_name, return the field if guessable
tls-sprint
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 12:20:28 +0200 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 17:09:43 +0100 |
sylvain thenault |
field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary
tls-sprint
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 12:30:19 +0100 |
sylvain thenault |
fix *relations_by_categories + rtags api/key mess
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 21:03:20 +0100 |
sylvain thenault |
support for old __rtags__
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 20:11:20 +0100 |
sylvain thenault |
turn old __rtags__ the new way
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 18:59:01 +0100 |
sylvain thenault |
more form works
tls-sprint
|
file |
diff |
annotate
|
Wed, 25 Mar 2009 10:40:22 +0100 |
sylvain thenault |
make pylint happy, fix some bugs on the way
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 18:53:53 +0100 |
sylvain thenault |
pylint detected errors
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 17:55:59 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 16:29:00 +0100 |
sylvain thenault |
a bit of reorganisation inside web/views:
tls-sprint
|
file |
diff |
annotate
|