You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2009/09/26 15:35:56 UTC

svn commit: r819137 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog src/com/ecyrd/jspwiki/Release.java src/webdocs/templates/default/jspwiki_print.css

Author: brushed
Date: Sat Sep 26 13:35:55 2009
New Revision: 819137

URL: http://svn.apache.org/viewvc?rev=819137&view=rev
Log:
v2.8.3-svn-19: JSPWIKI-591, hide # sign behind headlines when printing a wiki page

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki_print.css

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=819137&r1=819136&r2=819137&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Sat Sep 26 13:35:55 2009
@@ -1,3 +1,10 @@
+2009-09-26 Dirk Frederickx <br...@apache.org>
+
+        * 2.8.3-svn-19
+        
+         * JSPWIKI-591: # sign behind headlines is now hidden on the printed wiki page
+       
+        
 2009-09-06 Harry Metske <me...@apache.org>
 
         * 2.8.3-svn-18

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=819137&r1=819136&r2=819137&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Sat Sep 26 13:35:55 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "18";
+    public static final String     BUILD         = "19";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki_print.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki_print.css?rev=819137&r1=819136&r2=819137&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki_print.css (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki_print.css Sat Sep 26 13:35:55 2009
@@ -6,7 +6,7 @@
 .searchbox, .breadcrumbs, .pageactions, .quicklinks,
 #actionsTop, #actionsBottom, #favorites,
 #addattachment, #findhelp,
-.editsection,
+a.editsection, a.hashlink,
 .collapsebox .collapseOpen, .collapsebox .collapseClose, 
 .table-filter .filterrow, 
 .tabmenu {