README.txt
==========
This extension for Products.PloneMeeting add a SOAP Client to access imio.pm.ws SOAP server
Changelog
=========
1.20 (2023-11-16)
-----------------
- Fix encoding for displayed values [URB-2930]
[mpeeters]
1.19 (2023-11-09)
-----------------
- Fix encoding of values [URB-2785]
[mpeeters]
1.18 (2023-08-14)
-----------------
- Fix an issue when there is a form instead of `onclick` attribute on input buttons
[mpeeters]
1.17 (2022-06-29)
-----------------
- Cache the 'possible_meetingdates_vocabulary' vocabulary forever (until instance restarts).
[sdelcourt]
[mdhyne]
- By default make sure `inline_validation.js` is disabled to avoid too much calls to WS api.
[gbastien]
- Added missing `docx.png`.
[gbastien]
- Add a default inTheNameOf param for method _soap_getMeetingsAcceptingItems.
[sdelcourt]
1.16 (2021-07-14)
-----------------
- Make sure to always find selected annexes to send with unrestricted catalog search.
[sdelcourt]
1.15 (2021-03-29)
-----------------
- Use WSCLIENTLayer that inherits from PMLayer for WS4PMCLIENT
so the amqp config is defined.
[gbastien]
- Set correctly context in `renderTALExpression`
[sgeulette]
- Do not rely on `unittest2` anymore.
[gbastien]
- Fixed tests regarding `Meeting` moved from AT to DX.
[gbastien]
- Set allowed_annexes_types default value to an empty list.
[sdelcourt]
1.14 (2020-02-25)
-----------------
- Fixed tests as imio.pm.ws availableData to create an item now includes
'associatedGroups', 'groupsInCharge', 'optionalAdvisers' and 'toDiscuss'.
[gbastien]
- Replaced Plonemeeting by iA.delib in french translations.
[sgeulette]
1.13 (2019-06-23)
-----------------
- Hide annexes field when there is no annex.
[sgeulette]
- Can choose in settings to send multiple times an element
[sgeulette]
1.12 (2018-12-04)
-----------------
- Fixed tests now that the create() testing helper method
does not accept 'meetingConfig' paramter anymore.
[gbastien]
1.11 (2017-10-13)
-----------------
- Display preferred meeting date in the item infos viewlet.
[sdelcourt]
1.10 (2017-10-10)
-----------------
- Rename IPreferredMeetings interface.
[sdelcourt]
1.9 (2017-10-10)
----------------
- Add preferred meeting selection in the send form.
[sdelcourt]
1.8 (2017-08-22)
----------------
- Add translation for annex selection field.
[sdelcourt]
1.7 (2017-08-18)
----------------
- Add annex selection in the send form.
[sdelcourt]
1.6 (2017-05-24)
----------------
- Adapted regarding changes in imio.pm.ws for Products.PloneMeeting 4.0.
[gbastien]
1.5 (2016-11-04)
----------------
- Try to make a correct release.
[sdelcourt]
1.4 (2016-11-04)
----------------
- Add zope events WillbeSendToPMEvent and SentToPMEvent.
[sdelcourt]
1.3 (2016-08-03)
----------------
- Display `extraAttrs` correctly in the preview form
1.2 (2016-05-13)
----------------
- Adapted code to work with Products.PloneMeeting 4.0
1.1 (2015-02-27)
----------------
- Adapted code to work with Products.PloneMeeting 3.3
1.0 (2015-02-27)
----------------
- Use with Products.PloneMeeting 3.2
- Initial release
Raw data
{
"_id": null,
"home_page": "http://svn.communesplone.org/svn/communesplone/imio.pm.wsclient/",
"name": "imio.pm.wsclient",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Gauthier Bastien",
"author_email": "devs@imio.be",
"download_url": "https://files.pythonhosted.org/packages/f5/25/1cccbc5ec550b009e051a6d4a14994262cb3f4c44e344cd035f189bb267a/imio.pm.wsclient-1.20.tar.gz",
"platform": null,
"description": "README.txt\n==========\n\nThis extension for Products.PloneMeeting add a SOAP Client to access imio.pm.ws SOAP server\n\n\n\nChangelog\n=========\n\n1.20 (2023-11-16)\n-----------------\n\n- Fix encoding for displayed values [URB-2930]\n [mpeeters]\n\n\n1.19 (2023-11-09)\n-----------------\n\n- Fix encoding of values [URB-2785]\n [mpeeters]\n\n\n1.18 (2023-08-14)\n-----------------\n\n- Fix an issue when there is a form instead of `onclick` attribute on input buttons\n [mpeeters]\n\n\n1.17 (2022-06-29)\n-----------------\n\n- Cache the 'possible_meetingdates_vocabulary' vocabulary forever (until instance restarts).\n [sdelcourt]\n [mdhyne]\n- By default make sure `inline_validation.js` is disabled to avoid too much calls to WS api.\n [gbastien]\n- Added missing `docx.png`.\n [gbastien]\n- Add a default inTheNameOf param for method _soap_getMeetingsAcceptingItems.\n [sdelcourt]\n\n1.16 (2021-07-14)\n-----------------\n\n- Make sure to always find selected annexes to send with unrestricted catalog search.\n [sdelcourt]\n\n\n1.15 (2021-03-29)\n-----------------\n\n- Use WSCLIENTLayer that inherits from PMLayer for WS4PMCLIENT\n so the amqp config is defined.\n [gbastien]\n- Set correctly context in `renderTALExpression`\n [sgeulette]\n- Do not rely on `unittest2` anymore.\n [gbastien]\n- Fixed tests regarding `Meeting` moved from AT to DX.\n [gbastien]\n- Set allowed_annexes_types default value to an empty list.\n [sdelcourt]\n\n1.14 (2020-02-25)\n-----------------\n\n- Fixed tests as imio.pm.ws availableData to create an item now includes\n 'associatedGroups', 'groupsInCharge', 'optionalAdvisers' and 'toDiscuss'.\n [gbastien]\n- Replaced Plonemeeting by iA.delib in french translations.\n [sgeulette]\n\n1.13 (2019-06-23)\n-----------------\n\n- Hide annexes field when there is no annex.\n [sgeulette]\n- Can choose in settings to send multiple times an element\n [sgeulette]\n\n1.12 (2018-12-04)\n-----------------\n\n- Fixed tests now that the create() testing helper method\n does not accept 'meetingConfig' paramter anymore.\n [gbastien]\n\n\n1.11 (2017-10-13)\n-----------------\n\n- Display preferred meeting date in the item infos viewlet.\n [sdelcourt]\n\n\n1.10 (2017-10-10)\n-----------------\n\n- Rename IPreferredMeetings interface.\n [sdelcourt]\n\n\n1.9 (2017-10-10)\n----------------\n\n- Add preferred meeting selection in the send form.\n [sdelcourt]\n\n\n1.8 (2017-08-22)\n----------------\n\n- Add translation for annex selection field.\n [sdelcourt]\n\n\n1.7 (2017-08-18)\n----------------\n\n- Add annex selection in the send form.\n [sdelcourt]\n\n\n1.6 (2017-05-24)\n----------------\n\n- Adapted regarding changes in imio.pm.ws for Products.PloneMeeting 4.0.\n [gbastien]\n\n\n1.5 (2016-11-04)\n----------------\n\n- Try to make a correct release.\n [sdelcourt]\n\n\n1.4 (2016-11-04)\n----------------\n\n- Add zope events WillbeSendToPMEvent and SentToPMEvent.\n [sdelcourt]\n\n\n1.3 (2016-08-03)\n----------------\n\n- Display `extraAttrs` correctly in the preview form\n\n1.2 (2016-05-13)\n----------------\n- Adapted code to work with Products.PloneMeeting 4.0\n\n1.1 (2015-02-27)\n----------------\n- Adapted code to work with Products.PloneMeeting 3.3\n\n1.0 (2015-02-27)\n----------------\n- Use with Products.PloneMeeting 3.2\n- Initial release\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "WebServices Client for PloneMeeting",
"version": "1.20",
"project_urls": {
"Homepage": "http://svn.communesplone.org/svn/communesplone/imio.pm.wsclient/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f5251cccbc5ec550b009e051a6d4a14994262cb3f4c44e344cd035f189bb267a",
"md5": "0ba97e3eb9defc47d8c6eecc5c187c61",
"sha256": "c35e9af96103928ed43265bdddca31164c1da0fec27ca3bbadaeb311e9527661"
},
"downloads": -1,
"filename": "imio.pm.wsclient-1.20.tar.gz",
"has_sig": false,
"md5_digest": "0ba97e3eb9defc47d8c6eecc5c187c61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 65070,
"upload_time": "2023-11-16T13:39:29",
"upload_time_iso_8601": "2023-11-16T13:39:29.558962Z",
"url": "https://files.pythonhosted.org/packages/f5/25/1cccbc5ec550b009e051a6d4a14994262cb3f4c44e344cd035f189bb267a/imio.pm.wsclient-1.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-16 13:39:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "imio.pm.wsclient"
}