{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nThe package plone.formwidget.datetime provides date and time widgets for plone\nto be used with z3c.form and Archetypes. The calendar widget is based on\nJQueryTools Dateinput, provided by plone.app.jquerytools.\n\nThe package is a merge of collective.z3cform.datetimewidget\nand archetypes.datetimewidget (which itself was derived from\ncollective.z3cform.datetimewidget).\n\nTODO\n====\n\n* Include popup_calendar.gif as browser-resource in this package.\n* create DateDeltaWidget and DatetimeDeltaWidget\n* use timepicker\n* Usage docs for AT and DX. Show z3c.form widget parameters via\n plone.autoform > 1.4\n\nChangelog\n=========\n\n1.3.5 (2019-08-29)\n------------------\n\nBug fixes:\n\n- Tuple ('', '', '', '00', '00') is also an empty value. Fix #22\n [batlock666]\n\n\n1.3.4 (2018-04-08)\n------------------\n\nBug fixes:\n\n- Use the field min and max values to determine the years range\n [mpeeters]\n\n\n1.3.3 (2018-02-14)\n------------------\n\nBug fixes:\n\n- Required datetime fields should have no values preselected. Fix #11\n [mamico]\n\n\n1.3.2 (2018-01-17)\n------------------\n\nBug fixes:\n\n- Please pyScss by adding quotes in the urls. Makes it compatible with Plone 5.1.\n [thomasdesvenain]\n\n\n1.3.1 (2016-08-09)\n------------------\n\nFixes:\n\n- Marked in setup.py as also compatible with Plone 4.3, next to 5.0. [maurits]\n\n- Use zope.interface decorator.\n [gforcada]\n\n1.3 (2016-02-11)\n----------------\n\nNew:\n\n- Translations moved to plone.app.locales in plone domain.\n [staeff]\n\n\n1.2 (2015-10-28)\n----------------\n\nFixes:\n\n- Added defaultvalue for hour and minute for z3cform Datetime widget.\n Fixes: https://github.com/plone/plone.formwidget.datetime/issues/14\n [elioschmutz]\n\n\n1.1 (2014-11-06)\n----------------\n\n- Simplify buildout infrastructure to be used only for test running on latest\n Plone 4.3.\n [thet]\n\n- Don't hide the timecomponents of input fields, when context has whole_day\n set. In context of plone.app.event, this is done via JavaScript by\n plone.app.event itself.\n Fixes: https://github.com/plone/plone.app.event/issues/167\n [thet]\n\n- Set date in calendar when the page load (Archetypes widget).\n [vincentfretin]\n\n- Calendar is updated when date is changed from select.\n [thomasdesvenain]\n\n\n1.0 (2013-11-06)\n----------------\n\n- Align CSS classes between AT and z3cform templates.\n [thet]\n\n- Allow empty values when the field is not required.\n https://github.com/plone/plone.app.contenttypes/issues/79\n [pbauer]\n\n- Replace deprecated test assert statements.\n [timo]\n\n- Re-Add rendering of hidden date-, month- and year-fields for monthyear and\n year widgets. This got lost at template unifying attempt.\n [thet]\n\n- In z3c.form based widgets, allow timezone naive datetime conversion.\n [thet]\n\n- If plone.schemaeditor is available, use his patched IDate schema.\n [do3cc]\n\n\n1.0b6 (2013-07-21)\n------------------\n\n- Fix javascript error in IE7/IE8 on Windows XP -> \"Unable to modify the parent\n container element before the child element is closed\"\n [href]\n\n- Remove the ParameterizedWidgetFactory in favor of form schema hints for\n widget parameters which is available since plone.autoform 1.4.\n [thet]\n\n- For the z3cform widget, remove widget adaptee registration from ZCML code and\n keep it in Python code. More appropriate z3c.form class hierarchy for the\n widget. Cleanup.\n [thet]\n\n- Add autoinclude entry point.\n [thet]\n\n\n1.0b5 (2013-05-27)\n------------------\n\n- Remove plone.app.jquerytools' custom.css again, as it is gone.\n [thet]\n\n- Unify AT and DX templates.\n [thet]\n\n- Fix issue when value has no timezone-information.\n This happened when using plone.app.event-dx and Solgema.fullcalendar\n [pbauer]\n\n\n1.0b4 (2013-04-24)\n------------------\n\n- Don't show plone.formwidget.datetime:default profile when creating a Plone\n site with @@plone-addsite.\n [thet]\n\n- Enable plone.app.jquerytools' custom.css for datepicker style overrides and\n enable next/prev icons this way.\n [thet]\n\n\n1.0b3 (2013-02-08)\n------------------\n\n- Allow configuration of the first day of the week (first_day).\n [thet]\n\n\n1.0b2 (2012-10-29)\n------------------\n\n- Fixed missing '00' in hour/minute in AT and z3cform for 0 values. Fixes #5.\n [thet]\n\n- CSS fixes to display the calendar icon properly.\n [thet]\n\n\n1.0b1 (2012-10-12)\n------------------\n\n- Include popup_calendar.gif and register a plone.formwidget.datetime style in\n the CSS registry.\n [thet]\n\n- Changes related to \"Archetypes widget now reliably returns DateTime instances\n instead datetime.\"\n\n - support for only year widget [kiorky]\n - Fix support for older years inside AT widgets [kiorky]\n - Add lot of tests for year ranges & old years [kiorky]\n - Fix the Year and Month/Years widgets [kiorky]\n\n- Archetypes widget now reliably returns DateTime instances instead datetime.\n [thet]\n\n- AM/PM 12-hour time fixes: 12 a.m. == u'00' hour internally, displayed\n consistently; normalization of times gracefully handles missing hour\n values; deal gracefully with 12 p.m. and 12 a.m. hours.\n [seanupton]\n\n- Fixed a bug with the datepicker configuration when the week starts on\n a different day than Sunday.\n [dokai]\n\n- Added a wrapper element around the time components in the z3c.form datetime\n widget markup to faciliate Javascript (and CSS) control.\n [dokai]\n\n- Fixed a bug where the minutes were ignored and set unconditionally\n to zero when the field values were extracted.\n [dokai]\n\n- Fixed a problem with zero valued time components being ignored.\n [dokai]\n\n- Fixed a problem with the weekdays being off by one\n [href]\n\n- fix all tests [kiorky]\n- dynamic years range support [kiorky]\n- support for very old years ( <1800 ) [kiorky]\n- support for custom date patterns in view mode [kiorky]\n\n\n1.0a2 (2012-03-12)\n------------------\n\n- Include z3c.form's meta.zcml, so widgetsTemplate directive is registered.\n [thet]\n\n- For conditional zcml incudes, use zcml:condition instead of zcml:provides.\n [thet]\n\n- Code cleanup.\n [thet]\n\n\n1.0a1 (2012-02-24)\n------------------\n\n- Initial alpha (!) release from the Plone Konferenz 2012 in Munich.\n [thet]\n\n\nThis package derived from collective.z3cform.datetimewidget. For older release\nHistory, see there.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plone/plone.formwidget.datetime", "keywords": "plone date time datetime event widget archetypes z3c.form", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "plone.formwidget.datetime", "package_url": "https://pypi.org/project/plone.formwidget.datetime/", "platform": "", "project_url": "https://pypi.org/project/plone.formwidget.datetime/", "project_urls": { "Homepage": "https://github.com/plone/plone.formwidget.datetime" }, "release_url": "https://pypi.org/project/plone.formwidget.datetime/1.3.5/", "requires_dist": null, "requires_python": "", "summary": "Datetime widgets for Plone", "version": "1.3.5" }, "last_serial": 5756616, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9a24b22d43094441f9cf608201c043f9", "sha256": "8327a69b0b262302bbaa65e673c0a760cf4458f3592f8d1f573537adbb8ab202" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0.tar.gz", "has_sig": false, "md5_digest": "9a24b22d43094441f9cf608201c043f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49704, "upload_time": "2013-11-06T14:24:16", "url": "https://files.pythonhosted.org/packages/45/66/186f5b5504466d84dcf585987ba5c8bbf7b909b12bfbf74a96921eed2e44/plone.formwidget.datetime-1.0.tar.gz" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "07546c371dc38922caa2f9bf3a64322a", "sha256": "2a186f0c315c2859ff3bf4d366db3246e528b0c10348a9a064087a1ead560bbb" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0a1.tar.gz", "has_sig": false, "md5_digest": "07546c371dc38922caa2f9bf3a64322a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33989, "upload_time": "2012-02-24T16:04:35", "url": "https://files.pythonhosted.org/packages/35/4a/32bb3eb347623ac3f3a7cbe2f6cc18a5ef86d5f649f316991a5e1abe0541/plone.formwidget.datetime-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "bbca061b29ffd8e6c8547d0e47853a9c", "sha256": "0c0b045a0a8c1df783695a63c7ae6c55560b2b06ef4b5160be6348bad71de606" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0a2.tar.gz", "has_sig": false, "md5_digest": "bbca061b29ffd8e6c8547d0e47853a9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34590, "upload_time": "2012-03-02T17:22:45", "url": "https://files.pythonhosted.org/packages/c9/27/a8f7a5695e47e298939c50a71015a3494755cd481fa196a0821b01af9a5b/plone.formwidget.datetime-1.0a2.tar.gz" }, { "comment_text": "", "digests": { "md5": "2a02f166be9e5b653e79e2a1816aaff2", "sha256": "301af6dafab3d5895014d5b0b179984917c3fb873d562a650dd02b68f6a55b49" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0a2.zip", "has_sig": false, "md5_digest": "2a02f166be9e5b653e79e2a1816aaff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85819, "upload_time": "2012-03-12T00:11:36", "url": "https://files.pythonhosted.org/packages/86/3f/2b2760b2a97af8f46a0ac2efa7eacf8871f666336b20ff783559b663dd4f/plone.formwidget.datetime-1.0a2.zip" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "60fb0f706f2d10df24c1857508fd4c97", "sha256": "870f21fdc5a970f0b7ca723cc1ad7df28e3b4101bb5d0ddba1f0dd5f1d36a92d" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b1.tar.gz", "has_sig": false, "md5_digest": "60fb0f706f2d10df24c1857508fd4c97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48709, "upload_time": "2012-10-12T14:33:05", "url": "https://files.pythonhosted.org/packages/84/fd/20505e1fea9534fa408473c7d93edb163fb3420e41397477c46c7b1fb353/plone.formwidget.datetime-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "4fe5bc4ebc35778486e90e2778c92c2b", "sha256": "d3876f4e5be86520caac946c46bdb74ef3b618c0ef87e0c6fb67d1ea282f3fef" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b2.tar.gz", "has_sig": false, "md5_digest": "4fe5bc4ebc35778486e90e2778c92c2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50565, "upload_time": "2012-10-29T11:29:54", "url": "https://files.pythonhosted.org/packages/80/d2/affff73e32d6a001993571ba87da08115e7f9ea084c01a0079a1cc4cdedb/plone.formwidget.datetime-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "d497e83bd9bdf426cf5050da132473db", "sha256": "2f76b4d974c1fe0be28e17c0c1320f860f5a3ea7d4ec29050779df148b9504aa" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b3.tar.gz", "has_sig": false, "md5_digest": "d497e83bd9bdf426cf5050da132473db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49363, "upload_time": "2013-02-08T15:21:01", "url": "https://files.pythonhosted.org/packages/f2/26/47d5fd536440f85fbf8c437aea6ce66602e34f6139b62dd96c62b811df21/plone.formwidget.datetime-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "ea4ff10acc1c4c7634cf23b4e33fee80", "sha256": "6563b1002200ea6244c94f830f82261b3c9957d35aeb1e729622ba07547694c6" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b4.tar.gz", "has_sig": false, "md5_digest": "ea4ff10acc1c4c7634cf23b4e33fee80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50909, "upload_time": "2013-04-24T10:37:19", "url": "https://files.pythonhosted.org/packages/4f/6c/19d47b9559805252b4715c1ee930108f26fc0251626366c9c19b60a3e902/plone.formwidget.datetime-1.0b4.tar.gz" } ], "1.0b5": [ { "comment_text": "", "digests": { "md5": "afa8f0a7947fed56a4ddd30100542908", "sha256": "4b326c29ded41479a8e0d8d5c660435acae62139f8aff04106eb3f323ff875b7" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b5.tar.gz", "has_sig": false, "md5_digest": "afa8f0a7947fed56a4ddd30100542908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48914, "upload_time": "2013-05-27T11:09:06", "url": "https://files.pythonhosted.org/packages/a9/fa/4972e3dabc6a117881f440a1a24f0cf2ee43593c223a4d2491db8198705a/plone.formwidget.datetime-1.0b5.tar.gz" } ], "1.0b6": [ { "comment_text": "", "digests": { "md5": "e2f78a43dd84a025138e2a98974bab9e", "sha256": "4cd04b7ea4bdd4f11562beb984e9c83a7f477196028c51e6852bcac1d57d3eca" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.0b6.tar.gz", "has_sig": false, "md5_digest": "e2f78a43dd84a025138e2a98974bab9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48416, "upload_time": "2013-07-21T12:11:06", "url": "https://files.pythonhosted.org/packages/e3/37/d91d3ff86f524fcca9159b5675dcecd11d5f2f9f6261c960dd5ae336571b/plone.formwidget.datetime-1.0b6.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "226ab4e0e97e17bf39db675e14721a80", "sha256": "96f6b03738b01ea804c94c64f7988ffc7ea649dbc5b0b2dec6b478e4618b4d0d" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.1.tar.gz", "has_sig": false, "md5_digest": "226ab4e0e97e17bf39db675e14721a80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49907, "upload_time": "2014-11-06T22:35:43", "url": "https://files.pythonhosted.org/packages/ae/58/9c0a955aa4841aa7527e1999758bb21c796f11bd06970a2d7fbccd10c7ce/plone.formwidget.datetime-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "c74efae9d197fde90767880c85440ba1", "sha256": "c6964f03b305381b75885832cc7dc358c000758202c1449c6ff7aa25801e854f" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.2.tar.gz", "has_sig": false, "md5_digest": "c74efae9d197fde90767880c85440ba1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51021, "upload_time": "2015-10-28T19:58:30", "url": "https://files.pythonhosted.org/packages/48/8c/0b0aa4d1b410fbca9bb286c64535e0964a1390f35da1f81fa044dfea077c/plone.formwidget.datetime-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "d3f8d3c7d067f1f1176b850ac304f1c7", "sha256": "ef2de9338cca2cf703184fd3660f509305102b391080f43a20584c528ad14f11" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.tar.gz", "has_sig": false, "md5_digest": "d3f8d3c7d067f1f1176b850ac304f1c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47754, "upload_time": "2016-02-11T19:19:47", "url": "https://files.pythonhosted.org/packages/41/04/01b6af0f25c502e1d26d1de0184bc14b15b7ab80f942efc79419e81f183e/plone.formwidget.datetime-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "7c6deebbf72ef64c2d5f3088254cd6b1", "sha256": "228dc29d1d2f2613ecb12a71c6973faed9a8823047cc256d6287b9113076ddeb" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.1.tar.gz", "has_sig": false, "md5_digest": "7c6deebbf72ef64c2d5f3088254cd6b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48048, "upload_time": "2016-08-09T16:46:22", "url": "https://files.pythonhosted.org/packages/8f/74/de7fd6d279c8a57cbc86c958830d4ec1f6bd84e53463ce0882cbba3e2162/plone.formwidget.datetime-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "ceaf5e7f665b7b76abb8ad90ea7fb2c6", "sha256": "1bcbde7f4936247c059c9709184d8e96eddd59ef36621d60c4273531b2feab76" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.2.tar.gz", "has_sig": false, "md5_digest": "ceaf5e7f665b7b76abb8ad90ea7fb2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48606, "upload_time": "2018-01-17T15:15:38", "url": "https://files.pythonhosted.org/packages/f4/5c/35e5f2e68f18daa7bb56dfc67d4d5254176012c995f26dcd30d0d1dbf8b2/plone.formwidget.datetime-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "46a41ace5655d8f3c084e4757fb9963f", "sha256": "0c66882b95ea23762689ffc82ede7a421347f45d373061bff66d645e863d7cdd" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.3.tar.gz", "has_sig": false, "md5_digest": "46a41ace5655d8f3c084e4757fb9963f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48847, "upload_time": "2018-02-15T03:20:16", "url": "https://files.pythonhosted.org/packages/4e/3e/81ace949f38a665421a0aabf7a8a66c1190ec021ae1ec905cd3c321ff44b/plone.formwidget.datetime-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "c383262c977a07f007b10e29d316f4a4", "sha256": "b7eb1ab5344a300e6c0e0fd25dcd035f7d00186ebf2fae7bc349b3182e169a55" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.4.tar.gz", "has_sig": false, "md5_digest": "c383262c977a07f007b10e29d316f4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49030, "upload_time": "2018-04-08T17:40:52", "url": "https://files.pythonhosted.org/packages/73/bc/b08f206960d0b3bff5f704314f1dbc1886a1ff8bfc56564107ca6f754bc2/plone.formwidget.datetime-1.3.4.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "c0d3384f8345c8d8ff0781e8681d9501", "sha256": "46d34715fc4adf9a1532bfab138254c0f1edfa0a2465e925dd4166dfbe62bde5" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.5.tar.gz", "has_sig": false, "md5_digest": "c0d3384f8345c8d8ff0781e8681d9501", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49256, "upload_time": "2019-08-29T19:53:52", "url": "https://files.pythonhosted.org/packages/da/82/656219f8451d2905ac2da3dde80c3145f2ba6a5d8d78376c3f1af0ac6434/plone.formwidget.datetime-1.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0d3384f8345c8d8ff0781e8681d9501", "sha256": "46d34715fc4adf9a1532bfab138254c0f1edfa0a2465e925dd4166dfbe62bde5" }, "downloads": -1, "filename": "plone.formwidget.datetime-1.3.5.tar.gz", "has_sig": false, "md5_digest": "c0d3384f8345c8d8ff0781e8681d9501", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49256, "upload_time": "2019-08-29T19:53:52", "url": "https://files.pythonhosted.org/packages/da/82/656219f8451d2905ac2da3dde80c3145f2ba6a5d8d78376c3f1af0ac6434/plone.formwidget.datetime-1.3.5.tar.gz" } ] }