{ "info": { "author": "Plone Intranet Consortium", "author_email": "info@ploneintranet.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.0", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Office/Business", "Topic :: Office/Business :: Groupware", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Release status: |gitlab-gaia|.\nDevelopment status: Jenkins |jenkins-master| Gitlab |gitlab-master|.\n \n\n.. |jenkins-master| image:: http://jenkins.quaive.net/job/quaive-master-complete/badge/icon\n :target: http://jenkins.quaive.net/job/quaive-master-complete/\n :alt: Jenkins development build status\n\n.. |gitlab-master| image:: https://gitlab.com/quaive/ploneintranet/badges/master/build.svg\n :target: https://gitlab.com/quaive/ploneintranet/pipelines\n :alt: Gitlab development build status\n\n.. |gitlab-gaia| image:: https://gitlab.com/quaive/gaia/badges/master/build.svg\n :target: https://gitlab.com/quaive/gaia/pipelines\n :alt: Gaia release build status\n\n\nPlone Intranet\n==============\n\nPlone Intranet is the community edition of the Quaive_ digital workplace\nand social intranet platform, built on top of\nPlone_ - the ultimate open source enterprise CMS.\n\nFor more info about this product and how it is used, see our website\nat http://quaive.com\n\nFull community edition developer documentation is available at http://docs.ploneintranet.org/\n\nPlease request a `free demo`_\nif you want to learn more about what our software can do.\n\n\nInstallation\n------------\n\nExperienced Plone developers can set up the system by following the \n`documented installation procedure`_.\n\nIf you run into any issues, get in touch with the development team via\nthe `developer mailing list`_.\n\nNote that this is an open source community edition release - you're expected\nto bring your own expertise and effort to complement ours.\n\nIf you'd rather have a Quaive expert install and manage the system for you,\ncontact one of our partners_ to contract support. This also gives you access\nto the enterprise edition, which has more features than the community edition.\n\nSee our blog_ and our Twitter_ stream or Facebook_ page for the latest status.\n\n\nCopyright (c) Plone Foundation\n------------------------------\n\nThis package is Copyright (c) Plone Foundation.\n\nAny contribution to this package implies consent and intent to irrevocably transfer all \ncopyrights on the code you contribute, to the `Plone Foundation`_, \nunder the condition that the code remains under a `OSI-approved license`_.\n\nTo contribute, you need to have signed a Plone Foundation `contributor agreement`_.\nIf you're `listed on Github`_ as a member of the Plone organization, you already signed.\n\n\nLicense\n-------\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License version 2\nas published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n`GNU General Public License`_ for more details.\n\n.. _Quaive: http://quaive.com\n.. _partners: http://quaive.com/about-us\n.. _Plone: http://plone.com\n.. _free demo: http:/quaive.com/book-a-demo\n.. _documented installation procedure: http://docs.ploneintranet.org/installation/index.html\n.. _developer mailing list: https://groups.io/g/ploneintranet-dev\n.. _blog: http://quaive.com/blog\n.. _Twitter: https://twitter.com/QuaiveSoft\n.. _Facebook: https://facebook.com/quaive\n.. _Plone Foundation: https://plone.org/foundation\n.. _OSI-approved license: http://opensource.org/licenses\n.. _contributor agreement: https://plone.org/foundation/contributors-agreement\n.. _listed on Github: https://github.com/orgs/plone/people\n.. _GNU General Public License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n\n\nChangelog\n=========\n\n\n1.2.72 (2017-09-22)\n-------------------\n\nAdded:\n\n* Added a search box to search the library\n (Refs. Syslab #15830)\n* We can sort for more than one field when querying Solr\n* Added an ``extra-fields-bottom`` slot to the ``event_fields`` macro\n to allow form customizations in custom packages (Refs. Syslab #15842).\n\nFixed:\n\n* The workspace calendar is accessible also on mobile\n* The add folder modal panel has now a title and some padding\n that improves the look and feel (Refs. #15905)\n* The user edit form autosaves changes (Refs. Syslab #15688)\n* The user sync was failing when logging the sync informations (#1491)\n* The user modal panel in the administration tool was not looking good\n* The activity stream modals for editing a post or a comment\n are now compliant with prototype and displays a title (Refs. Syslab #15824)\n* The activity stream modals for deleting a post or a comment\n are now compliant with prototype (Refs. Syslab #15824)\n* The add user modal now displays the title (Refs. Syslab #15824)\n* The \"Info\" tab of \"My profile\" displays also the groups I belong to\n (Refs. Syslab #15688)\n* Library navigation was not highlighting the proper tab (Refs. Syslab #15869)\n* The upgrade step to create the todo app could break\n if the original dummy app was deleted\n* Prevent possible write on read when adding status update attachments\n* When clicking on the \"Create new task\" button in the sidebar,\n the add task form was not appearing due to a broken injection\n (Refs. Syslab #15847).\n* Membership roster in workspace sidebar now also shows other workspaces that\n are members correctly as groups\n* Translation: The email subject of the \"Welcome to the site\" mail can now\n be translated\n* AD/LDAP sync only (re-)sets profile image when it changed (previously a new blob\n has been created on every sync bloating the database)\n\nUpgraded:\n\n* Upgrade quaive.resources.ploneintranet to 2.0.1\n to use the webpack generated bundle\n\nChanged:\n\n* Technical: in workflow drop-downs, the `value` property for the current state,\n which used to be empty (nothing to do) is now filled with the id of the current\n state, which in turn will land in the data-option-value property of the select.\n This means that it can be used for styling, independently of translations.\n\n\n1.2.71 (2017-08-30)\n-------------------\n\nAdded:\n\n* The time interval before autosaving a document can be configured through the\n registry record ``ploneintranet.workspace.autosave_delay``\n (Refs. Syslab #15821).\n* The help bubbles behavior can now be controlled through the registry record\n ``ploneintranet.layout.bubbles_enabled`` (Refs. Syslab #15824).\n\nChanged:\n\n* The alphabetical sorting of users in the administrator app now happens by\n last name, instead of by first name\n* In the workspace sidebar (members tab), users are now sorted alphabetically\n by last name\n\nUpgraded:\n\n* Upgrade to Plone 5.0.8\n\n\n1.2.70 (2017-08-28)\n-------------------\n\nAdded:\n\n* Techical: Added the API method ``ploneintranet.api.get_userids`` that returns\n all the known userprofiles id in the site\n* #1417 Initial support for the user help bubbles\n* Preparation for Quaive: If ``quaive.app.onlyoffice`` is installed and configured\n and the user has the right permissions, files can be edited with ONLYOFFICE.\n* #1435 AD/LDAP sync can now also fetch portrait images\n* #1427 More flexible external app apps. The apps have now a new ``external`` boolean field.\n* #1429 The site search now looks into more user profile fields:\n (person_title, department, address, ...)\n* Technical: Added an optional parameter in the search utility query method that allows\n the backend to perform unrestricted searches.\n\nChanged:\n\n* #1419 quaive.resources.ploneintranet is now updated to version 1.3.26.\n This version contains the new prototype pages for the absence app,\n improvements for handling panels and minor javascript fixes.\n* Technical: #1420, #1421, #1424, #1425 Continued the technical activity on modal panels\n done in 1.2.69.\n* d6528a Technical Setup: Bumped setuptools\n* #1426 Technical Setup: Improved jenkins bootstrap script.\n* Technical; AD/LDAP sync views return logging information to give users detailed feedback\n (can be turned off by appending `@@sync-users?quiet=True` or adding it as\n parameter to the view's call method `view(quiet=True)`)\n* Technical: AD/LDAP sync view use `Manage users` and `Manage Groups` permission\n so they can be used w/o `Manage portal` permission.\n\nFixed:\n\n* Speed Improvement: #15789 Optimized a method in the todo utility that allows saving news faster.\n* Issue #1445: the delete workspace modal panel was not displaying properly\n* Bookmarked projects did not have an icon in the bookmark app.\n* Bookmark icon for word files in the \"Documents\" tab of the bookmark app.\n* #1422 Fix a pop up in the post form that was not closing itself after\n the user clicked on its actions.\n* #1423 In the Administrator Tools app,\n the new user state was not displayed correctly.\n The patch fixes the injection parameters.\n* #1430 Activitystream: fixed an encoding problem happening when a file\n with non ASCII charactes in the name was uploaded\n as a comment attachment.\n* Technical: #1431 a logical bug was preventing the upgrade step to run properly.\n* Translation: change title of a Case transition, to avoid a semantic\n translation conflict\n* Fix redactor editor