summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-16 22:01:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-16 22:01:06 +0200
commite95c1af89093f74e2ba95864b99e3df63dc5dce1 (patch)
tree0a445964497483d1ad5b29bf7963bd7ed7ecc4b3
parent7a0d08dcccf21820609224c5f8701b741ff0c0be (diff)
updated readme to contain hint for updated owncloud versions
-rw-r--r--README.rst7
-rw-r--r--templates/part.subscribelet.php2
2 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 308d4030f..4834d1277 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,12 @@ Before reporting bugs, `please check if they already have been reported <https:/
How to install the News app
---------------------------
-- Install ownCloud 5.0.5 (not released yet contains a small css fix, use the stable5 branch or 5.0.4)
+- Install **ownCloud 5.0.5** (not released yet contains a small css fix, use the stable5 branch or 5.0.4)
+
+Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to :file:`owncloud/config/config.php`::
+
+ DEFINE('DEBUG', true);
+
- Clone the App Framework app into the **/var/www** directory::
git clone https://github.com/owncloud/appframework.git
diff --git a/templates/part.subscribelet.php b/templates/part.subscribelet.php
index 2080620d5..2997edbf2 100644
--- a/templates/part.subscribelet.php
+++ b/templates/part.subscribelet.php
@@ -7,7 +7,7 @@
var a=window,
b=document,
c=encodeURIComponent,
- d=a.open('<?php print_unescaped(OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
+ d=a.open('<?php print_unescaped(\OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',
top='+((a.screenY||a.screenTop)+10)+',
height=150px,width=360px,resizable=1,alwaysRaised=1');