Ploneintranet

Latest version: v1.2.72

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 15

1.2.37

-------------------

* fix the group sync properly [Alexander Pilz]

1.2.36

-------------------

* Merge pull request 1080 from quaive/fix-sync-groups [GitHub]
* sync everything, not only the new ones [Alessandro Pisa]
* Merge pull request 1078 from quaive/release-1.2.x [GitHub]
* Merge pull request 1079 from quaive/notify-on-upload [GitHub]
* Emit event in file upload view. This is necessary e.g. for CMFNotification. [Manuel Reinhardt]
* Back to development: 1.2.36 [Alexander Pilz]

1.2.35

-------------------

* Merge pull request 1074 from quaive/limit-previews [GitHub]
* fix [Alexander Pilz]
* Merge pull request 1075 from quaive/fix-invitees [GitHub]
* Merge pull request 1077 from quaive/avatar-image-caching [GitHub]
* fix exception state [Alexander Pilz]
* Add the Last-Modified header for avatar images [Cillian de Roiste]
* Fix event invitees calculations [Alessandro Pisa]
* another check [Alexander Pilz]
* Merge branch 'master' into limit-previews [Alexander Pilz]
* quit if no previews available [Alexander Pilz]
* limit preview generation to a sane amount of 20, configurable in registry [Alexander Pilz]
* Merge pull request 1071 from quaive/handle_mimetype_registry_error [GitHub]
* Merge pull request 1070 from quaive/fix_version_id [GitHub]
* Merge pull request 1069 from quaive/quote-sidebar-groups [GitHub]
* Optimize is_allowed_document_type [Alessandro Pisa]
* version_id can be missing [Manuel Reinhardt]
* Handle exception that come from a broken mimetype [Alessandro Pisa]
* Quote groupname when making the URL in the sidebar. It can contain all kinds of characters that make trouble, like '&'. [Manuel Reinhardt]
* Merge pull request 1068 from quaive/ldap_sync_unicode [GitHub]
* Merge pull request 1066 from quaive/search-groups-by-name-and-id [GitHub]
* Merge pull request 1067 from quaive/release-1.2.x [GitHub]
* Work around a string/unicode confusion hidden somewhere in PloneLDAP [Guido A.J. Stevens]
* Back to development: 1.2.35 [Alexander Pilz]
* For some reasons our intranet plugin always returns the group "All intranet users" [Wolfgang Thomas]
* When searching for groups, don't only search by id, but also by name [Wolfgang Thomas]

1.2.34

-------------------

* Merge pull request 1064 from quaive/splashpage [GitHub]
* load testing profile to deactivate splash [Alexander Pilz]
* Merge branch 'master' into splashpage [Alexander Pilz]
* Merge pull request 1063 from quaive/solr-fixes [GitHub]
* revert accidental change [Alexander Pilz]
* Turn off splashpage for testing [Alexander Pilz]
* added code to display a splashpage on first visit [Alexander Pilz]
* Dispatch the SearchableText reindex only if it is in data [Alessandro Pisa]
* Use a more explicite variable name [Alessandro Pisa]
* Do not break when function fails [Alessandro Pisa]
* Small optimizations [Alessandro Pisa]
* Lazy load previews [Alessandro Pisa]
* Merge pull request 1061 from quaive/improve-install-story [GitHub]
* Add Products.PloneHotfix20170117 [GitHub]
* Merge pull request 1062 from quaive/1055-news-as-app-in-bookmarks [GitHub]
* Merge pull request 1052 from quaive/proto397-rename-after-paste [GitHub]
* update test to reflect the new default dashboard tiles [Wolfgang Thomas]
* in our convenience method translate_friendly_type, make sure "app" comes before "news" so that 'ploneintranet.news.app' is recognized as app [Wolfgang Thomas]
* let the news app also be an app type in the bookmarks [Wolfgang Thomas]
* Provide more portlets on the dashboard by default to give a richer experience [Wolfgang Thomas]
* Allthough ploneintranet.news already publishes the NewsApp, here in suite we exchange the portal's default workflow. Therefore the NewsApp gets set to private again. In a fresh installation, we want the following Apps published: news, apps, profiles and library Fixes 1053 [Wolfgang Thomas]
* Add a test that proves that no extra reindexObject is needed, since that is handled via event notifiation from OFS's manage_renameObject [Wolfgang Thomas]
* Merge pull request 1060 from quaive/release-1.2.x [GitHub]
* Back to development: 1.2.34 [Guido A.J. Stevens]
* fix robot test: when the title changes, also the id of the event will change [Wolfgang Thomas]
* Fix test: the id now comes from the title [Wolfgang Thomas]
* Add more tests for id-from-title [Wolfgang Thomas]
* Call the event handler for setting the id every time an item gets modified. Add extra checks to prevent unnecessary or harmful actions [Wolfgang Thomas]
* Be more defensive: not all content types can be adapted to INameFromTitle (files) [Wolfgang Thomas]
* fix bug exposed by test: if no title is present, do not attempt to rename the id based on title [Wolfgang Thomas]
* Implementation of quaive/ploneintranet.prototype397 - When items are pasted in the context of a workspace, make sure their ids are generated from the titles [Wolfgang Thomas]

1.2.33

-------------------

* Update changelog [Guido A.J. Stevens]
* Update release doc [Guido A.J. Stevens]
* Merge branch 'master' into release-1.2.x [Guido A.J. Stevens]
* Merge pull request 1054 from quaive/1043_email_login [GitHub]
* Merge pull request 1058 from quaive/fix_network_to_005 [GitHub]
* Merge pull request 1059 from quaive/use-geturl-in-handler [GitHub]
* Use standard getURL() rather than URL attribute. The latter can fail in cases where the former still works. [Manuel Reinhardt]
* Don't error out on missing bookmark category during migration [Guido A.J. Stevens]
* Merge pull request 1057 from quaive/1056-fix-double-view-in-url [GitHub]
* Work around a solr-quirk: We might end up with "/view" being appended twice to the URL. Fixes 1056 [Wolfgang Thomas]
* Putting logic in templates instead of a view class begets this kind of mess. [Guido A.J. Stevens]
* Don't assume dx.membrane is installed when testing pi.layout [Guido A.J. Stevens]
* Setting 'plone.use_email_as_login' is invalid when using LDAP, so don't do that. [Guido A.J. Stevens]
* Update userprofile docs [Guido A.J. Stevens]
* Fix test regression caused by variable name collision [Guido A.J. Stevens]
* Upstream fix merged and has a pypi release [Guido A.J. Stevens]
* Update userid documentation [Guido A.J. Stevens]
* Pull in upstream fix [Guido A.J. Stevens]
* Extra test coverage for latest dx.membrane getUserId() fixes [Guido A.J. Stevens]
* Get the dx.membrane fix that started all of this [Guido A.J. Stevens]
* Oh man. user.getUserName() should be replaced by user.getId() not by user.getUserId(). [Guido A.J. Stevens]
* AccessControl.users.UnrestrictedUser.getUserName() is unrelated to dx.membrane API [Guido A.J. Stevens]
* Fix test regressions [Guido A.J. Stevens]
* Replace all getUserName with getUserId, except when we're actually handling login names. [Guido A.J. Stevens]
* Finish test coverage to prove https://github.com/collective/dexterity.membrane/pull/27 [Guido A.J. Stevens]
* Bring membrane email login under test in a way that zooms in on Members problem [Guido A.J. Stevens]
* Use functional test layer instead of hacking around test leakage [Guido A.J. Stevens]
* Merge pull request 1050 from quaive/add_event-injection [GitHub]
* Tag the test "Member can mark a new task complete on dashboard" as an heisenbug [Alessandro Pisa]
* Be compliant with the prototype [Alessandro Pisa]
* Merge pull request 1051 from quaive/fix-js-errors [GitHub]
* Merge pull request 1049 from quaive/fix-event-view [GitHub]
* Fix some other javascript errors [Alessandro Pisa]
* Try to wait for every injection to be finished [Alessandro Pisa]
* Merge pull request 1042 from quaive/clicktracker-element [GitHub]
* Merge pull request 1048 from quaive/optimize-month-name-translation [GitHub]
* Merge pull request 1046 from quaive/remove-unused-define [GitHub]
* Merge pull request 1045 from quaive/tal-comment [GitHub]
* Fix various javascript errors in the event view [Alessandro Pisa]
* Optimize the translation of month names [Alessandro Pisa]
* Remove unused define [Alessandro Pisa]
* Remove unused define [Alessandro Pisa]
* Use tal:comment to reduce the size of the produced html [Alessandro Pisa]
* Remove unused define [Alessandro Pisa]
* Use tal:comment to reduce the size of the produced html [Alessandro Pisa]
* Merge pull request 1041 from quaive/fix-deslect-typo [GitHub]
* Merge pull request 1040 from quaive/fix-tag-reorder-injection [GitHub]
* Optionally include a trigger element for slc.clicktracker. [Manuel Reinhardt]
* Fix typo Deslect -> Deselect [Alessandro Pisa]
* Merge pull request 1038 from quaive/contacts-portlet-byline [GitHub]
* Redirect to the the document sidebar after the reordering [Alessandro Pisa]
* Merge pull request 1039 from quaive/rename-type-rich [GitHub]
* Optimised lookup of byline fieldname. Eliminated try-except block. [Manuel Reinhardt]
* Renamed type 'rich' to the slightly more user friendly 'rich document'. [Manuel Reinhardt]
* Registry record that makes the contacts portlet search result byline configurable. [Manuel Reinhardt]
* Merge pull request 1021 from quaive/qrp-1.3.14 [GitHub]
* Use "natural" click-path to go to the dashboard, to prevent CSRF error [Wolfgang Thomas]
* Do not wait for the element to be visible when injeting the sidebar Fixes 1032 (and was applied successfully by ale already for star and ikath) [Wolfgang Thomas]
* Drop the alpha, upgrade q.r.p. [Wolfgang Thomas]
* Merge pull request 1035 from quaive/fix-sidebar-events-injection [GitHub]
* Merge pull request 1030 from quaive/profile_doc [GitHub]
* Merge pull request 1034 from quaive/reorder-tags-fix-case [GitHub]
* sidebar-events: fixed pat-switch to set classes on the correct element [Manuel Reinhardt]
* Preserve case of tags in "reorder tags" panel [Manuel Reinhardt]
* Merge pull request 1033 from quaive/mustread_dontraise [GitHub]
* Catch news errors caused by inavailablility of mustread database. This typically happens in tests because we do not have proper sqlite support in testing. Additional logging is provided by https://github.com/collective/collective.mustread/commit/5c9bc646a5b27246917ec9c5465352aa4cbb206e [Guido A.J. Stevens]
* Document Zope profiler monkey patch [ci skip] [Guido A.J. Stevens]
* Merge pull request 1028 from quaive/ldap_doc [GitHub]
* Merge pull request 1029 from quaive/mustread-1.0.1 [GitHub]
* More verbose error logging for mustread [Guido A.J. Stevens]
* Run docker with --rm [ci skip] [Guido A.J. Stevens]
* Document LDAP time waster [ci skip] [Guido A.J. Stevens]
* Merge pull request 1026 from quaive/unlimited-facets [GitHub]
* Merge pull request 1025 from quaive/solr-maintenance-more-stable [GitHub]
* Don't limit the number of facet values returned from solr. [Manuel Reinhardt]
* Don't break if the item is not in the set [Alexander Pilz]
* Merge pull request 1018 from quaive/allow-sidebar-filters [GitHub]
* Merge pull request 1020 from quaive/fix-multiple-injection [GitHub]
* Merge pull request 1016 from quaive/fullcalendar-day-span [GitHub]
* Merge pull request 1017 from quaive/1008-continued [GitHub]
* Merge pull request 1015 from quaive/1007-no-wf-for-news-sections [GitHub]
* Fix multiple injection [Alessandro Pisa]
* We don't need to restrict search filters in the sidebar. We set them all manually in the same method. This fixes "LookupError: Invalid facet field 'outdated'" [Manuel Reinhardt]
* Following the post-merge discussion in 1014 I opted to make my patch safer in case we ever get unicode (containing non-ascii) in a TextLine [Wolfgang Thomas]
* The fullcalendar view time span can be configured [Alessandro Pisa]
* Merge pull request 1014 from quaive/1008-linebreaks-in-titles [GitHub]
* use splitlines since it is more pythonic [Wolfgang Thomas]
* Merge pull request 1006 from quaive/remove-sidebar-batching [GitHub]
* Merge pull request 1013 from quaive/1009-fix-news-subjects [GitHub]
* publishing a news section makes no sense any more, since they have no workflow [Wolfgang Thomas]
* Don't assign any workflow to a news section. Fixes 1007 [Wolfgang Thomas]
* Strip line breaks in TextLines (e.g. used for Title). Fixes 1008 [Wolfgang Thomas]
* re-order imports (autosort) [Wolfgang Thomas]
* Make sure our CommaSeparatedFieldWidget is not only registered for IWorkspaceAppFormLayer, but for IAppLayer in general. That means also Apps like the News publisher, where the subjects field is also used, will handle saving subjects correctly. Fixes 1009 [Wolfgang Thomas]
* Merge pull request 1005 from quaive/allow-long-titles [GitHub]
* Removed broken sidebar batching [Manuel Reinhardt]
* also in the add form [Alexander Pilz]
* Back to development: 1.2.0a33 [Alexander Pilz]

1.2.7

* Back to development: 1.2.0a8 [Guido A.J. Stevens]
* Added the capability to add links [Alessandro Pisa]
* Merge pull request 517 from quaive/testing_docs [GitHub]
* Update testing docs [ci skip] <- note the irony :-) [Guido A.J. Stevens]
* Merge pull request 499 from quaive/create_structure_hesienb_gaia [GitHub]
* Attempt to fix robot heisenbug [Wolfgang Thomas]
* Merge pull request 496 from quaive/447_gitflow [GitHub]
* Merge pull request 493 from quaive/448_test_docsplit [GitHub]
* Document git workflow fixes 447 [Guido A.J. Stevens]
* Provide 'make test-docsplit' to quickly verify OS dependencies, fixes 448 [Guido A.J. Stevens]
* ignore slc.mailrouter src [Guido A.J. Stevens]
* Merge pull request 437 from quaive/plone-505-gaia [GitHub]
* Merge pull request 467 from quaive/buxfix-update-bundle [GitHub]
* update bundle [Alexander Pilz]
* Don't hide which bundle we actionally download [Alexander Pilz]
* userprofile tests: do not check for IStreamIterator. [Maurits van Rees]
* Use Plone 5.0.5 and fix one problem with it. [Maurits van Rees]

Page 7 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.