Ticket #554 (closed bug: fixed)

Opened 7 months ago

Last modified 6 months ago

Petits bugs dans jelix-www/js/forms.js

Reported by: Martus Assigned to: Julien
Priority: normal Milestone: Jelix 1.0.4
Component: jelix:forms Version: 1.0.2
Severity: normal Keywords:
Cc: Php version:
Review: review+ Hosting Provider:
Documentation needed: 0 Blocking:

Description

dans verifyForm :

  • pour les cas 'localetime', 'time', 'localedatetime', et 'datetime', des tn sont à remplacer par tm,
  • pour le cas 'localetime', 'time',
    t[4], t[5], t[6]
    
    doivent être respectivement remplacés par
    t[1], t[2], t[3]
    

Au passage, il serait intéressant de modifier l'expression régulière (et la suite) pour que les secondes puissent être omises.

Attachments

554-jForms-jforms_js.diff (5.1 kB) - added by Julien on 05/27/08 18:01:27.
Patch based on Martus' report

Change History

05/04/08 23:34:58 changed by laurentj

  • milestone set to Jelix 1.0.4.

05/27/08 18:01:27 changed by Julien

  • attachment 554-jForms-jforms_js.diff added.

Patch based on Martus' report

05/27/08 18:02:08 changed by Julien

  • status changed from new to assigned.
  • owner set to Julien.
  • review set to review?.

05/28/08 11:26:46 changed by laurentj

  • review changed from review? to review+.

The patch is ok. Thanks.

05/28/08 13:33:55 changed by Julien

  • status changed from assigned to closed.
  • resolution set to fixed.

commited

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed