Commit Graph

18 Commits

Author SHA1 Message Date
niv-openerp 5159a234e4 [fix] fixed problem in format function when using a type of date widget different than the type of field
bzr revid: nicolas.vanhoren@openerp.com-20110901141448-f02nv1qd8zhxzant
2011-09-01 16:14:48 +02:00
niv-openerp 5b8ad8068b [fix] some bugs with float & date parsing + corrected tests
bzr revid: nicolas.vanhoren@openerp.com-20110831102111-ure7wc02nu33v4n2
2011-08-31 12:21:11 +02:00
Xavier Morel d47382ce7d [IMP] sprintf is awesome, so use sprintf correctly for patterning
bzr revid: xmo@openerp.com-20110830150151-2ureqckjksnw8r1p
2011-08-30 17:01:51 +02:00
Xavier Morel 25eca5ffeb [FIX] don't display negative numbers for the decimal part of floats, having -3.-72 makes no sense
bzr revid: xmo@openerp.com-20110830150025-biqwrkt69wjye7n2
2011-08-30 17:00:25 +02:00
niv-openerp 93aa853ae6 [imp] changed format/parse functions for dates to use date.js format instead of the openerp one
bzr revid: nicolas.vanhoren@openerp.com-20110825121753-w3acs2fhbwm157a6
2011-08-25 14:17:53 +02:00
Xavier Morel 8b94b1803c [MERGE] from trunk
bzr revid: xmo@openerp.com-20110822134905-iydp9c1l36nif1iw
2011-08-22 15:49:05 +02:00
niv-openerp bc11d76187 [imp] switched from strftime.js to datejs' implementation of unix date formating + added tests
bzr revid: nicolas.vanhoren@openerp.com-20110822125355-uhgq0sqd6pw7x3wq
2011-08-22 14:53:55 +02:00
niv-openerp 5199d2bf9e [imp] made parse function and began tests
bzr revid: nicolas.vanhoren@openerp.com-20110822123516-7qf7700v0irc70nd
2011-08-22 14:35:16 +02:00
Xavier Morel 2fad2d1f80 [MERGE] from trunk
bzr revid: xmo@openerp.com-20110822123258-thxewwdvbysap4jt
2011-08-22 14:32:58 +02:00
Xavier Morel 885fa0ded0 [ADD] handling of adding new records to an existing collection, silent option on a bunch of record events
bzr revid: xmo@openerp.com-20110822090458-3wdroe4cxyh30k91
2011-08-22 11:04:58 +02:00
niv-openerp 046c5c928f [imp] added formating for dates and floats
bzr revid: nicolas.vanhoren@openerp.com-20110819154726-7fzt1wwh4h7d5c25
2011-08-19 17:47:26 +02:00
niv-openerp a4cb60bff0 [imp] separated apples and cucumbers
bzr revid: nicolas.vanhoren@openerp.com-20110819145543-kd6lgvvqcd82r6rb
2011-08-19 16:55:43 +02:00
niv-openerp e6d99526f0 [imp] separated apples and cucumbers
bzr revid: nicolas.vanhoren@openerp.com-20110819145543-q2q4admsahmawkbd
2011-08-19 16:55:43 +02:00
niv-openerp 4cecc53cf6 [imp] Refactoring of dates conversion functions.
bzr revid: nicolas.vanhoren@openerp.com-20110819144656-dbsul3smdx7qnkml
2011-08-19 16:46:56 +02:00
niv-openerp bf509d08c3 [imp] Refactoring of dates conversion functions.
bzr revid: nicolas.vanhoren@openerp.com-20110819144656-g13y3jfsfgy5pspb
2011-08-19 16:46:56 +02:00
Xavier Morel 964ae3f196 [FIX] stupid bug introduced in revision xmo@openerp.com-20110810141545-k98nvymjy5r7sslb
bzr revid: xmo@openerp.com-20110812121127-m50vupb36bv0tnjy
2011-08-12 14:11:27 +02:00
Xavier Morel 5e7f787c65 [IMP] simplify code of padding function in date formatting, add some doc, fix name
bzr revid: xmo@openerp.com-20110810141545-k98nvymjy5r7sslb
2011-08-10 16:15:45 +02:00
Xavier Morel 13710dfca9 [IMP] rename 'dates.js' to 'formats.js', move data-formatting for cells from list to formats so treeview can rely on them
bzr revid: xmo@openerp.com-20110809153021-k1wop0j8qjp6rp49
2011-08-09 17:30:21 +02:00