[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.8+dfsg-2-7-gc45fe57

David Prévot taffit at debian.org
Sun Jul 14 20:25:23 UTC 2013


The following commit has been merged in the master branch:
commit f4053e6c98ca2598a79ceddf2f5f52ad25692abb
Author: David Prévot <taffit at debian.org>
Date:   Sun Jul 14 15:53:23 2013 -0400

    Make gallery app work under php 5.4

diff --git a/debian/patches/fix_gallery_php55.diff b/debian/patches/fix_gallery_php55.diff
new file mode 100644
index 0000000..9b16daf
--- /dev/null
+++ b/debian/patches/fix_gallery_php55.diff
@@ -0,0 +1,18 @@
+Description: Replace shorttag
+ Make gallery app work under php 5.4.
+Author: Victor Dubiniuk <victor.dubiniuk at gmail.com>
+Origin: upstream, https://github.com/owncloud/apps/commit/a81e840dd0de5af016065e58ec51a27edfbfa171
+Bug: https://github.com/owncloud/core/issues/4012
+Reviewed-by: David Prévot <taffit at debian.org>
+Last-Update: 2013-07-14
+--- a/apps/gallery/templates/index.php
++++ b/apps/gallery/templates/index.php
+@@ -6,7 +6,7 @@
+ 		<a class="share" data-item-type="gallery" data-item="" title="<?php p($l->t("Share")); ?>"
+ 		   data-possible-permissions="31"></a>
+ 	</span>
+-	<? endif; ?>
++	<?php endif; ?>
+ </div>
+ <div id='gallery' class="hascontrols"></div>
+ <div id='slideshow'>
diff --git a/debian/patches/series b/debian/patches/series
index 8fd3802..2d66bb5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ fix_displayed_version.diff
 fix_aws-sdk.diff
 fix_crypt_blowfish.diff
 fix_log_path.diff
+fix_gallery_php55.diff

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list