- Nothing changed yet.
- Add support for usage in
yafowil.widget.array
- remove date/timepicker related css classeshasDatepicker, hasTimepicker
before initialize. [lenadax] - Fix case time value is no tuple in
time_value
. [lenadax]
- Add
datetime.empty_display_value
property. [rnix] - Cast hour and minute values to int in
time_value
ifformat
istuple
. [rnix] - Do not mask built-in
format
function inwidget
module. [rnix]
- Add
yafowil.common.generic_emptyvalue_extractor
totime
anddatetime
blueprints. [rnix]
- Python 3 compatibility. [rnix]
- Convert doctests to unittests. [rnix]
- Add dedicated Plone 5 related CSS. [rnix, 2017-03-06]
- Introduce dedicated
timeinput_class
anddateinput_class
widget properties. Used for CSS styling. Styling was previously bound todatepicker_class
andtimepicker_class
class, but these are skipped if no date and timepicker widgets should be displayed. [rnix, 2017-03-06] - Change default
datetime.delimiter
to.
. [rnix, 2017-03-06] - Change default
datetime.format
to%Y.%m.%d %H:%M
. [rnix, 2017-03-06]
- Add dedicated CSS for
plone5
theme provided byyafowil.plone
. [rnix, 2016-06-28] - Use
yafowil.utils.entry_point
decorator. [rnix, 2016-06-28]
- Resolve JSHint errors and warnings. [thet]
- Remove calendar icon. [rnix, 2014-07-29]
- Update jquery UI datepicker to 1.10.3 and use latest jquery ui boostrap styles. [rnix, 2014-07-05]
- Add translations, package depends now
yafowil
>= 2.1 [rnix, 2014-04-30]
- Restrict timepicker binding to context [rnix, 2014-03-19]
- Time blueprint example. [rnix, 2012-11-03]
- use
yafowil.utils.attr_value
wherever possible. [rnix, 2012-10-25] - Add
time
blueprint. [rnix, 2012-10-23]
- Adopt resource providing [rnix, 2012-06-12]
- Add example widget [rnix, 2012-06-12]
- Sanitize formatting of date: iso always uses dash now, defaults to international iso format using dash. [jensens, 2012-05-09]
- property
format
can be callable now. Expect to returns formatted date. propertiesdelimiter
,time
,tzinfo
orlocale
can be callables too now. All callables takingwidget, data
as parameters. [jensens, 2012-05-09] - Add documentation for
datetime
blueprint properties. [rnix, 2012-04-17] - Add
delimiter
blueprint property. [rnix, 2012-04-17]
- Add
render_datetime_input
andrender_datetime_display
helper functions. Useful for custom widgets with different data preperation. [rnix, 2012-03-06] - Modified to work with YAFOWIL 1.3 [agitator, 2012-02-19]
- Extend display renderer to wrap value like
generic_display_renderer
. [rnix, 2011-12-18] - Add default css class to datetime blueprint. [rnix, 2011-12-18]
- Add datepicker binder function to
yafowil.widget.array
hooks if found. [rnix, 2011-10-05]
- Adopt to yafowil 1.2. [jensens, 2011-09-20]
- Make ready for z2c.autoinclude+Plone (only if available). [jensens, 2011-09-20]
- Add display renderer. [rnix, 2011-08-04]
- Adopt to yafowil 1.1. [rnix, 2011-07-08]
- Test coverage. [rnix, 2011-05-07]
- Made it work. [rnix]