[Repoze-dev] [issue151] Deform's SequenceWidget needs fixed count support

2010-06-07 Thread Kiran Jonnalagadda

New submission from Kiran Jonnalagadda :

Deform's SequenceWidget currently offers no mechanism to limit the number of 
items 
in a sequence. The attached patch adds a 'fixed' attribute that, when true, 
disables 
the Add and Close links in the sequence widget.

(My Javascript-fu isn't up to adding min/max count support yet.)

--
assignedto: chrism
messages: 416
nosy: chrism, jace
priority: feature
status: unread
title: Deform's SequenceWidget needs fixed count support

__
Repoze Bugs 
<http://bugs.repoze.org/issue151>
__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue147] Deform default form action "." submits to parent folder

2010-05-26 Thread Kiran Jonnalagadda

New submission from Kiran Jonnalagadda :

deform.Form takes a parameter 'action' with default value '.'

This default value is unfortunate. If the form is at a URL that has a trailing 
slash, all 
works well, but if the URL doesn't (such as '/login'), the form is submitted to 
the 
parent folder ('/'). The default value should be '', a blank string.

--
assignedto: chrism
messages: 409
nosy: chrism, jace
priority: bug
status: unread
title: Deform default form action "." submits to parent folder

__
Repoze Bugs 
<http://bugs.repoze.org/issue147>
__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev