[geeklog-cvs] Geeklog-1.x/public_html/docs theme.html,1.74,1.75

Dirk Haun dhaun at qs1489.pair.com
Thu Apr 24 15:26:57 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv16807

Modified Files:
	theme.html 
Log Message:
Cosmetics


Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** theme.html	24 Apr 2008 08:52:11 -0000	1.74
--- theme.html	24 Apr 2008 19:26:55 -0000	1.75
***************
*** 173,180 ****
  
  <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
! <h3>XHTML support</h3>
  <p>Geeklog now supports XHTML compliant themes. These themes should define the
  following constant in their <tt>functions.php</tt> file:</p>
! <pre><code>define('XHTML', ' /');</code></pre>
  <p>This will ensure that Geeklog switches to XHTML internally. If you want your
  theme be working both as an HTML and an XHTML theme, you should use the
--- 173,180 ----
  
  <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
! <h3><a name="xhtml">XHTML support</a></h3>
  <p>Geeklog now supports XHTML compliant themes. These themes should define the
  following constant in their <tt>functions.php</tt> file:</p>
! <pre><code>    define('XHTML', ' /'); </code></pre>
  <p>This will ensure that Geeklog switches to XHTML internally. If you want your
  theme be working both as an HTML and an XHTML theme, you should use the
***************
*** 196,214 ****
  <p>Contain table rows containing the bodytext inputs. Simply removing these
  inputs returns behaviour to the original.</p>
! <h3>Admin-Menu, Topic-List & User-Menus</h3>
! <p>All the above mentioned items are now lists, using ul and li tags. The ul is
! insterted into the core code, the li is in the templates</p>
  
  <h3>Security Changes</h3>
! <p>Many forms, particularly in the admin section of the site need a new hidden form field in
!     order for saving the form/processing the action to work. Add:
!     <pre><code>
!         <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
!     </code></pre>
!     To the following templates:
!     <ul>
!         <li>admin/plugins/editor.thtml</li>
!     </ul>
! </p>
  
  <h2><a name="changes141">Theme changes in Geeklog 1.4.1</a></h2>
--- 196,215 ----
  <p>Contain table rows containing the bodytext inputs. Simply removing these
  inputs returns behaviour to the original.</p>
! 
! <h3>Admin-Menu, Topic-List & User-Menus</h3>
! <p>All the above mentioned items are now lists, using <code>ul</code> and
! <code>li</code> tags. The <code>ul</code> is inserted by the core code, the
! <code>li</code> is in the templates</p>
  
  <h3>Security Changes</h3>
! <p>Many forms, particularly in the admin section of the site need a new hidden
! form field in order for saving the form/processing the action to work. Add:</p>
! 
! <pre><code>    <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}></code></pre>
! <p>To the following templates:</p>
! <ul>
!     <li>admin/plugins/editor.thtml</li>
! </ul>
! 
  
  <h2><a name="changes141">Theme changes in Geeklog 1.4.1</a></h2>




More information about the geeklog-cvs mailing list