OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Jan-2005 22:25:34
  Branch: HEAD                             Handle: 2005011321253400

  Modified files:
    openpkg-src/kwiki       kwiki.patch

  Log:
    hook Kwiki::Infobox into Kwiki::Theme::Basic and style default theme a
    little bit

  Summary:
    Revision    Changes     Path
    1.8         +37 -8      openpkg-src/kwiki/kwiki.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/kwiki/kwiki.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 kwiki.patch
  --- openpkg-src/kwiki/kwiki.patch     13 Jan 2005 20:55:13 -0000      1.7
  +++ openpkg-src/kwiki/kwiki.patch     13 Jan 2005 21:25:34 -0000      1.8
  @@ -1,6 +1,6 @@
   Index: Kwiki-0.37/lib/Kwiki/Command.pm
   --- Kwiki-0.37/lib/Kwiki/Command.pm.orig     2005-01-11 11:16:11 +0100
  -+++ Kwiki-0.37/lib/Kwiki/Command.pm  2005-01-13 21:14:26 +0100
  ++++ Kwiki-0.37/lib/Kwiki/Command.pm  2005-01-13 22:15:05 +0100
   @@ -114,7 +114,7 @@
            next unless $self->is_kwiki_dir($dir);
            $self->msg('Updating ', $dir->absolute->pathname, "\n");
  @@ -12,7 +12,7 @@
    
   Index: Kwiki-0.37/lib/Kwiki/Display.pm
   --- Kwiki-0.37/lib/Kwiki/Display.pm.orig     2005-01-11 11:16:46 +0100
  -+++ Kwiki-0.37/lib/Kwiki/Display.pm  2005-01-13 21:13:39 +0100
  ++++ Kwiki-0.37/lib/Kwiki/Display.pm  2005-01-13 22:15:05 +0100
   @@ -84,7 +84,7 @@
    __template/tt2/display_changed_by.html__
    [% IF self.preferences.display_changed_by.value %]
  @@ -24,7 +24,7 @@
    </em>
   Index: Kwiki-0.37/lib/Kwiki/Theme/Basic.pm
   --- Kwiki-0.37/lib/Kwiki/Theme/Basic.pm.orig 2004-12-02 03:15:06 +0100
  -+++ Kwiki-0.37/lib/Kwiki/Theme/Basic.pm      2005-01-13 21:15:12 +0100
  ++++ Kwiki-0.37/lib/Kwiki/Theme/Basic.pm      2005-01-13 22:22:09 +0100
   @@ -42,6 +42,8 @@
    </h1>
    </div>
  @@ -34,9 +34,38 @@
    <div id="toolbar_pane">
    [% hub.toolbar.html %]
    [% IF hub.have_plugin('user_name') %]
  +@@ -76,6 +78,7 @@
  + 
  + <div id="widgets_pane">
  + [% hub.widgets.html %]
  ++[% hub.infobox.html %]
  + </div>
  + </div><!-- navigation -->
  + 
  +@@ -94,6 +97,9 @@
  +     
  + #group {
  +     width: 100%;
  ++    background: #ffffff; 
  ++    padding: 20px 40px 20px 40px;
  ++    border: 1px solid #000000;
  + }
  + 
  + #group_1 {
  +@@ -106,7 +112,9 @@
  + }
  + 
  + body {
  +-    background:#fff;        
  ++    background: #cccccc;
  ++    border: 10px solid #cccccc;
  ++    margin: 0px;
  + }
  + 
  + h1, h2, h3, h4, h5, h6 {
   Index: Kwiki-Diff-0.01/lib/Kwiki/Diff.pm
   --- Kwiki-Diff-0.01/lib/Kwiki/Diff.pm.orig   2004-08-25 18:01:20 +0200
  -+++ Kwiki-Diff-0.01/lib/Kwiki/Diff.pm        2005-01-13 21:13:39 +0100
  ++++ Kwiki-Diff-0.01/lib/Kwiki/Diff.pm        2005-01-13 22:15:05 +0100
   @@ -166,6 +166,11 @@
    <img src="icons/gnome/image/diff.png" alt="Differences" />
    <!-- END diff_button_icon.html -->
  @@ -51,7 +80,7 @@
    <a href="[% script_name %]?action=revisions&page_id=[% page_id 
%]&revision_id=[% revision_id %]" accesskey="r" title="Revision [% revision_id 
%]">
   Index: Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm
   --- Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm.orig 2005-01-11 17:03:22 
+0100
  -+++ Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm      2005-01-13 21:13:39 
+0100
  ++++ Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm      2005-01-13 22:15:05 
+0100
   @@ -111,7 +111,7 @@
    }
    </script>
  @@ -63,7 +92,7 @@
    </form>
   Index: Kwiki-Notify-Mail-0.02/lib/Kwiki/Notify/Mail.pm
   --- Kwiki-Notify-Mail-0.02/lib/Kwiki/Notify/Mail.pm.orig     2004-09-01 
02:11:53 +0200
  -+++ Kwiki-Notify-Mail-0.02/lib/Kwiki/Notify/Mail.pm  2005-01-13 21:13:39 
+0100
  ++++ Kwiki-Notify-Mail-0.02/lib/Kwiki/Notify/Mail.pm  2005-01-13 22:15:05 
+0100
   @@ -58,7 +58,7 @@
        $msg->print(\*TEMPFILE);
        close TEMPFILE;
  @@ -75,7 +104,7 @@
    
   Index: Kwiki-RecentChangesRSS-0.05/lib/Kwiki/RecentChangesRSS.pm
   --- Kwiki-RecentChangesRSS-0.05/lib/Kwiki/RecentChangesRSS.pm.orig   
2004-12-11 22:50:42 +0100
  -+++ Kwiki-RecentChangesRSS-0.05/lib/Kwiki/RecentChangesRSS.pm        
2005-01-13 21:13:39 +0100
  ++++ Kwiki-RecentChangesRSS-0.05/lib/Kwiki/RecentChangesRSS.pm        
2005-01-13 22:15:05 +0100
   @@ -312,6 +312,7 @@
    rss_skipHours:
    rss_skipDays:
  @@ -95,7 +124,7 @@
    eNpjdDdgQAX/Gd9+QBP6w8SAAYBC/1YzcBdYr2eYvYG7ACTEAhQ98JVb9vRvBoG/DD+gqhga2Jmd
   Index: Kwiki-Search-0.12/lib/Kwiki/Search.pm
   --- Kwiki-Search-0.12/lib/Kwiki/Search.pm.orig       2004-12-16 00:38:12 
+0100
  -+++ Kwiki-Search-0.12/lib/Kwiki/Search.pm    2005-01-13 21:13:39 +0100
  ++++ Kwiki-Search-0.12/lib/Kwiki/Search.pm    2005-01-13 22:15:05 +0100
   @@ -72,7 +72,7 @@
    
    =cut
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to