]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
still old deprecated wrappers, some plugins still have addInitEvent() calls
authorElan Ruusamäe <glen@delfi.ee>
Tue, 28 May 2013 18:28:59 +0000 (21:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 28 May 2013 18:28:59 +0000 (21:28 +0300)
dokuwiki.spec
undeprecate.patch [new file with mode: 0644]

index 691f4569120e2161cff59dbdb2044beb81b0433b..65e524aa29c41e47f717ab9be82265c6742af154 100644 (file)
@@ -8,7 +8,7 @@ Summary:        PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       0.8
+Release:       0.9
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
@@ -33,6 +33,7 @@ Patch66:      %{name}-config.patch
 Patch0:                %{name}-paths.patch
 Patch1:                system-jquery.patch
 Patch2:                style-width.patch
+Patch3:                undeprecate.patch
 Patch4:                %{name}-geshi.patch
 Patch5:                %{name}-http_auth-option.patch
 Patch6:                %{name}-nice_exit.patch
@@ -136,6 +137,7 @@ touch data/pages/playground/playground.txt
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
diff --git a/undeprecate.patch b/undeprecate.patch
new file mode 100644 (file)
index 0000000..3e75371
--- /dev/null
@@ -0,0 +1,15 @@
+load old deprecated wrappers, one more release, some plugins still have
+addInitEvent() calls
+
+https://www.dokuwiki.org/devel:jqueryfaq
+--- dokuwiki/lib/exe/js.php~   2013-05-28 16:12:49.000000000 +0300
++++ dokuwiki/lib/exe/js.php    2013-05-28 21:25:23.721168974 +0300
+@@ -62,7 +62,7 @@
+                 DOKU_INC.'lib/scripts/locktimer.js',
+                 DOKU_INC.'lib/scripts/linkwiz.js',
+                 DOKU_INC.'lib/scripts/media.js',
+-# deprecated                DOKU_INC.'lib/scripts/compatibility.js',
++                DOKU_INC.'lib/scripts/compatibility.js',
+ # disabled for FS#1958                DOKU_INC.'lib/scripts/hotkeys.js',
+                 DOKU_INC.'lib/scripts/behaviour.js',
+                 DOKU_INC.'lib/scripts/page.js',
This page took 0.114473 seconds and 4 git commands to generate.