lp:~methanal-developers/methanal/form-actions-care-about-submitting

Created by Jonathan Jacobs and last modified
Get this branch:
bzr branch lp:~methanal-developers/methanal/form-actions-care-about-submitting
Members of Methanal maintainers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Methanal maintainers
Project:
Methanal
Status:
Merged

Recent revisions

146. By Jonathan Jacobs

Freeze LiveForms during submission, to prevent accidentally re-enabling form actions.

145. By Jonathan Jacobs

Return null instead of undefined from the base LiveForm.submitSuccess and LiveForm.submitFailure methods.

144. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/fix-form-row-striping.

Apply form striping to active rows instead of active form inputs since many may appear in a single row.

143. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/enum-object-and-group-choices.

Introduce ObjectEnum for defining enumerations containing arbitrary Python objects. Enumeration items can now be grouped with the "group" extra value which is both the identifier and label.

With these two improvements all forms of Object and Grouped ChoiceInputs have been deprecated.

142. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/modaldialogform-always-closes-dialog.

Only dismiss ModalDialog on successful submissions, instead of anytime.

141. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/strip-whitespace-from-textinput.

Strip leading and trailing whitespace from TextInputs (except VerifiedPasswordInput) by default.

140. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/form-row-striping.

Automatically apply alternating visual striping to active controls in a LiveForm. Controls are restriped when dependency outputs are updated.

139. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/dependency-styling.

Add CSS styles for visually indicating control dependencies.

Top-level parents have a dark left border, all parents have an arrowhead on the left and children have a light left border. Children that are themselves parents have a light left border and an arrowhead.

138. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/extend-tab-api.

Allow removing, updating and adding tabs to a TabView widget. Also support pushing content refreshes, for DynamicTabs, from the server side.

137. By Jonathan Jacobs

Merge lp:~methanal-developers/methanal/objectmultichoicemixin-none-value.

Handle the case where the model parameter for an ObjectMultiChoiceMixin subclass is None.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers