packages: dokuwiki-plugin-data/dokuwiki-plugin-data.spec, dokuwiki-plugin-d...

glen glen at pld-linux.org
Thu Mar 18 18:35:19 CET 2010


Author: glen                         Date: Thu Mar 18 17:35:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add <span class="sep"> to table lists as well

---- Files affected:
packages/dokuwiki-plugin-data:
   dokuwiki-plugin-data.spec (1.12 -> 1.13) 
packages/dokuwiki-plugin-data:
   separator-style.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec
diff -u packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec:1.12 packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec:1.13
--- packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec:1.12	Thu Mar 18 18:18:34 2010
+++ packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec	Thu Mar 18 18:35:14 2010
@@ -11,6 +11,7 @@
 URL:		http://wiki.splitbrain.org/plugin:data
 Patch0:		interwiki.patch
 Patch1:		helper-map.patch
+Patch2:		separator-style.patch
 BuildRequires:	rpmbuild(macros) >= 1.520
 Requires:	dokuwiki >= 20090214b-5
 Requires:	php(sqlite)
@@ -35,6 +36,7 @@
 mv splitbrain-dokuwiki-plugin-data-*/* .
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 version=$(awk '/date/{print $2}' plugin.info.txt)
 if [ $(echo "$version" | tr -d -) != %{version} ]; then
@@ -80,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2010/03/18 17:35:14  glen
+- add <span class="sep"> to table lists as well
+
 Revision 1.12  2010/03/18 17:18:34  glen
 - up to 20100125 snap
 

================================================================
Index: packages/dokuwiki-plugin-data/separator-style.patch
diff -u /dev/null packages/dokuwiki-plugin-data/separator-style.patch:1.1
--- /dev/null	Thu Mar 18 18:35:20 2010
+++ packages/dokuwiki-plugin-data/separator-style.patch	Thu Mar 18 18:35:18 2010
@@ -0,0 +1,20 @@
+add style to list separator, so one could write to userstyle.css:
+
+table.dataplugin_table span.sep {
+    display: block;
+    font-size: 0px;
+}
+
+and have list items listed below each other
+
+--- data/helper.php	2010-02-23 03:00:00.000000000 +0200
++++ data/helper.php	2009-09-10 09:00:02.000000000 +0300
+@@ -129,7 +139,7 @@
+                     }
+             }
+         }
+-        return join(', ',$outs);
++        return join('<span class="sep">, </span>',$outs);
+     }
+ 
+     /**
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki-plugin-data/dokuwiki-plugin-data.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list