j01.select2


Namej01.select2 JSON
Version 4.0.4 PyPI version JSON
download
home_pagehttps://pypi.org/project/j01.select2
SummaryMulti select2 4.0 widget based on JQuery and z3c.form for Zope 3
upload_time2023-04-04 08:43:31
maintainerNone
docs_urlNone
authorRoger Ineichen, Projekt01 GmbH
requires_pythonNone
licenseZPL 2.1
keywords j01 z3c multi select select2 widget form jquery zope3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package provides a JQuery and z3c.form base multi select2 widget for Zope3.


=======
CHANGES
=======

4.0.4 (2023-04-04)
------------------

- bugfix: added missing hidden template


4.0.3 (2020-07-31)
------------------

- bugfix: added missing displayValue used in widget display mode


4.0.2 (2020-06-13)
------------------

- bugfix: added missing displayValue used in widget display mode

- bugfix: fix missing term title if a Choice field with values get used.


4.0.1 (2020-04-21)
------------------

- bugfix: replaced unicode character "..." from javascript code


4.0.0 (2020-04-21)
------------------

- feature: migrated to select2 version > 4.0

- feature: added more widgets.

- migrated: Take a look at the implementation we changed several details and
  migrated to dataAdapter. More or less you can change the initSelect property
  to a data property. We now use the select2 ajax option and use a custom
  jsonrpc proxy call defined in the ajax transport option.


2.1.4 (2018-11-26)
------------------

- bugfix: removed non ascii character from javascript code


2.1.3 (2018-11-10)
------------------

- bugfix: fix missing no value option for single select widget


2.1.2 (2018-09-17)
------------------

- bugfix: fix tal markup for display widget


2.1.1 (2018-07-05)
------------------

- bugfix: ensure that we render all data for group select widgets. The last
  group and it's children didn't get aded to the widget.


2.1.0 (2018-06-20)
------------------

- feature: support option group in TagListSelect2Widget and
  SingleTagSelect2Widget. The only requirement is, that the vocabulary terms
  support an optional isGroup property which must return True for option groups.

- feature: added InitDataMixin class providing a getVocabulary method used for
  simply define a vocabulary source for TagListSelect2Widget and
  SingleTagSelect2Widget.


2.0.4 (2018-05-25)
------------------

- bugfix: use term.title and not term.token for translation if no
  ITitledTokenizedTerm is given as term source.

- bugfix: added missing noValueToken to widget classes

- feature: switch to newest select2 javascript version 3.5.4


2.0.3 (2015-07-06)
------------------

- bugfix; added missing styles for hidden choice text called select2-hidden-accessible


2.0.2 (2015-07-02)
------------------

- bugfix: remove non ascii chars from javascript for ``Loading more results...``
  and ``Searching...``.


2.0.1 (2015-06-30)
------------------

- switch to newest 3.5.2 javascript release. Keep css styles and variables.
  Feel free to use the newest css files or use the bootstrap3 optimized
  styles located at https://github.com/t0m/select2-bootstrap-css

- bugfix: use j01Select2* image names in less/css files

- bugfix: added missing ; in varables.less at line 24


2.0.0 (2015-06-09)
------------------

- bump version to 2.0.0 because it's a part of j01.form since v2.0.0

- bugfix: make use of @select2-search-input-height and
  @select2-search-input-padding


0.6.0 (2014-03-24)
------------------

- feature: support bootstrap 3 based less and css concept. Just copy the
  core.less file and override the variables.

- update source to select2 version 3.4.5

- removed SelectWidget as inherited widget class from Select2Widget and
  re-implemented the update method wihtout inlcuding the field css class.


0.5.3 (2013-09-25)
------------------

- Added display widget template for `ISelect2Widget`


0.5.2 (2013-03-19)
------------------

- improve css styles


0.5.1 (2013-01-02)
------------------

- bugfix: fix linux chameleon template issues with line break in tag elements.


0.5.0 (2012-11-16)
------------------

- initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/j01.select2",
    "name": "j01.select2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "J01 z3c multi select select2 widget form JQuery Zope3",
    "author": "Roger Ineichen, Projekt01 GmbH",
    "author_email": "dev@projekt01.ch",
    "download_url": "https://files.pythonhosted.org/packages/b9/ef/9e91aaa5a07aaaf6f6a439f6950c5fe7ccc6f489dda3cf6f859a1feca9d7/j01.select2-4.0.4.tar.gz",
    "platform": null,
    "description": "This package provides a JQuery and z3c.form base multi select2 widget for Zope3.\n\n\n=======\nCHANGES\n=======\n\n4.0.4 (2023-04-04)\n------------------\n\n- bugfix: added missing hidden template\n\n\n4.0.3 (2020-07-31)\n------------------\n\n- bugfix: added missing displayValue used in widget display mode\n\n\n4.0.2 (2020-06-13)\n------------------\n\n- bugfix: added missing displayValue used in widget display mode\n\n- bugfix: fix missing term title if a Choice field with values get used.\n\n\n4.0.1 (2020-04-21)\n------------------\n\n- bugfix: replaced unicode character \"...\" from javascript code\n\n\n4.0.0 (2020-04-21)\n------------------\n\n- feature: migrated to select2 version > 4.0\n\n- feature: added more widgets.\n\n- migrated: Take a look at the implementation we changed several details and\n  migrated to dataAdapter. More or less you can change the initSelect property\n  to a data property. We now use the select2 ajax option and use a custom\n  jsonrpc proxy call defined in the ajax transport option.\n\n\n2.1.4 (2018-11-26)\n------------------\n\n- bugfix: removed non ascii character from javascript code\n\n\n2.1.3 (2018-11-10)\n------------------\n\n- bugfix: fix missing no value option for single select widget\n\n\n2.1.2 (2018-09-17)\n------------------\n\n- bugfix: fix tal markup for display widget\n\n\n2.1.1 (2018-07-05)\n------------------\n\n- bugfix: ensure that we render all data for group select widgets. The last\n  group and it's children didn't get aded to the widget.\n\n\n2.1.0 (2018-06-20)\n------------------\n\n- feature: support option group in TagListSelect2Widget and\n  SingleTagSelect2Widget. The only requirement is, that the vocabulary terms\n  support an optional isGroup property which must return True for option groups.\n\n- feature: added InitDataMixin class providing a getVocabulary method used for\n  simply define a vocabulary source for TagListSelect2Widget and\n  SingleTagSelect2Widget.\n\n\n2.0.4 (2018-05-25)\n------------------\n\n- bugfix: use term.title and not term.token for translation if no\n  ITitledTokenizedTerm is given as term source.\n\n- bugfix: added missing noValueToken to widget classes\n\n- feature: switch to newest select2 javascript version 3.5.4\n\n\n2.0.3 (2015-07-06)\n------------------\n\n- bugfix; added missing styles for hidden choice text called select2-hidden-accessible\n\n\n2.0.2 (2015-07-02)\n------------------\n\n- bugfix: remove non ascii chars from javascript for ``Loading more results...``\n  and ``Searching...``.\n\n\n2.0.1 (2015-06-30)\n------------------\n\n- switch to newest 3.5.2 javascript release. Keep css styles and variables.\n  Feel free to use the newest css files or use the bootstrap3 optimized\n  styles located at https://github.com/t0m/select2-bootstrap-css\n\n- bugfix: use j01Select2* image names in less/css files\n\n- bugfix: added missing ; in varables.less at line 24\n\n\n2.0.0 (2015-06-09)\n------------------\n\n- bump version to 2.0.0 because it's a part of j01.form since v2.0.0\n\n- bugfix: make use of @select2-search-input-height and\n  @select2-search-input-padding\n\n\n0.6.0 (2014-03-24)\n------------------\n\n- feature: support bootstrap 3 based less and css concept. Just copy the\n  core.less file and override the variables.\n\n- update source to select2 version 3.4.5\n\n- removed SelectWidget as inherited widget class from Select2Widget and\n  re-implemented the update method wihtout inlcuding the field css class.\n\n\n0.5.3 (2013-09-25)\n------------------\n\n- Added display widget template for `ISelect2Widget`\n\n\n0.5.2 (2013-03-19)\n------------------\n\n- improve css styles\n\n\n0.5.1 (2013-01-02)\n------------------\n\n- bugfix: fix linux chameleon template issues with line break in tag elements.\n\n\n0.5.0 (2012-11-16)\n------------------\n\n- initial release\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Multi select2 4.0 widget based on JQuery and z3c.form for Zope 3",
    "version": "4.0.4",
    "split_keywords": [
        "j01",
        "z3c",
        "multi",
        "select",
        "select2",
        "widget",
        "form",
        "jquery",
        "zope3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9ef9e91aaa5a07aaaf6f6a439f6950c5fe7ccc6f489dda3cf6f859a1feca9d7",
                "md5": "d927eefd58f04631d974c9e15d406056",
                "sha256": "9f621490835241578047929b3c6e19186646f4c55300a650c8c95c24eaeadb9d"
            },
            "downloads": -1,
            "filename": "j01.select2-4.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d927eefd58f04631d974c9e15d406056",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2862857,
            "upload_time": "2023-04-04T08:43:31",
            "upload_time_iso_8601": "2023-04-04T08:43:31.664924Z",
            "url": "https://files.pythonhosted.org/packages/b9/ef/9e91aaa5a07aaaf6f6a439f6950c5fe7ccc6f489dda3cf6f859a1feca9d7/j01.select2-4.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-04 08:43:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "j01.select2"
}
        
Elapsed time: 0.07057s