[Pkg-owncloud-commits] [owncloud-doc] 32/56: Added showDropDown changes

David Prévot taffit at moszumanska.debian.org
Sun Nov 15 22:37:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud-doc.

commit 7d5411e37b9b8ba941f2a97d0dd5c8e11493f28f
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Tue Nov 3 12:43:09 2015 +0100

    Added showDropDown changes
---
 developer_manual/app/changelog.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/developer_manual/app/changelog.rst b/developer_manual/app/changelog.rst
index d691231..105f51a 100644
--- a/developer_manual/app/changelog.rst
+++ b/developer_manual/app/changelog.rst
@@ -4,7 +4,7 @@ Changelog
 
 .. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
 
-The following changes went into ownCloud 8.1:
+The following changes went into ownCloud 8.2:
 
 
 Breaking changes
@@ -17,6 +17,7 @@ The following breaking changes usually do only affect applications which misuse
 * The CSRF token may now contain not URL compatible characters (for example the plus sign: +), developers have to ensure that the CSRF token is encoded properly before using it in URIs.
 * The default RNG now returns all valid base64 characters
 * OC.msg escapes the message now by default (see https://github.com/owncloud/core/pull/14208)
+* Share dropdown was moved to the files sidebar, so `OC.Share.showDropDown()` should not be used any more by apps (it was never really public API). Apps that did use it should provide their own copy of "share.js". Example in the contacts app: https://github.com/owncloud/contacts/pull/1057
 
 
 Features

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list