[Python-apps-commits] r11525 - in packages/fookebox/trunk/debian/patches (1 file)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Mon Nov 3 01:13:21 UTC 2014


    Date: Monday, November 3, 2014 @ 01:13:20
  Author: cockroach-guest
Revision: 11525

Updated javascript patch

Modified:
  packages/fookebox/trunk/debian/patches/01_javascript-urls.patch

Modified: packages/fookebox/trunk/debian/patches/01_javascript-urls.patch
===================================================================
--- packages/fookebox/trunk/debian/patches/01_javascript-urls.patch	2014-11-03 01:13:00 UTC (rev 11524)
+++ packages/fookebox/trunk/debian/patches/01_javascript-urls.patch	2014-11-03 01:13:20 UTC (rev 11525)
@@ -1,19 +1,17 @@
 Description: Use Debian's javascript libraries
- This patch modifies fookebox to use Debian's copies of the scriptaculous,
- prototype and jquery-ui javascript libraries instead of the ones shipped with
- fookebox. It also adjusts the URLs for included libraries.
+ This patch modifies fookebox to use Debian's copy of the jquery-ui javascript
+ library instead of the one shipped with fookebox. It also adjusts the URLs
+ for included libraries.
 Author: Stefan Ott <stefan at ott.net>
-Last-Update: 2014-11-02
+Last-Update: 2014-11-03
 --- a/fookebox/templates/classic/base.tpl
 +++ b/fookebox/templates/classic/base.tpl
-@@ -11,8 +11,8 @@
+@@ -11,7 +11,7 @@
  % if mobile:
  		<link rel="stylesheet" href="css/classic/style-mobile.css" type="text/css" media="screen" />
  % endif
--		<script type="text/javascript" src="js/prototype/prototype.js"></script>
--		<script type="text/javascript" src="js/scriptaculous/scriptaculous.js?load=effects"></script>
-+		<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
-+		<script type="text/javascript" src="/javascript/scriptaculous/scriptaculous.js?load=effects"></script>
+-		<script type="text/javascript" src="/js/jquery/jquery-1.11.1.js"></script>
++		<script type="text/javascript" src="/fookebox/js/jquery/jquery-1.11.1.js"></script>
  % if config.get('lang'):
  		<script type="text/javascript" src="js/fookebox/i18n/${config.get('lang')}.js"></script>
  % endif
@@ -62,11 +60,8 @@
  		<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 --- a/MANIFEST.in
 +++ b/MANIFEST.in
-@@ -5,3 +5,7 @@
+@@ -6,3 +6,4 @@
  recursive-include fookebox/public *
  recursive-include fookebox/templates *
  exclude *ini
-+exclude fookebox/public/js/prototype/prototype.js
-+exclude fookebox/public/js/scriptaculous/effects.js
-+exclude fookebox/public/js/scriptaculous/scriptaculous.js
 +exclude fookebox/public/js/jquery-ui/jquery-ui.js




More information about the Python-apps-commits mailing list