[geeklog-cvs] Geeklog-1.x/public_html/docs history, 1.649, 1.650 theme.html, 1.84, 1.85

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 1 03:39:20 EDT 2008


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

Modified Files:
	history theme.html 
Log Message:
Moved the hard-coded CSS for the System Message to the stylesheet


Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** theme.html	31 May 2008 22:12:47 -0000	1.84
--- theme.html	1 Jun 2008 07:39:18 -0000	1.85
***************
*** 203,207 ****
  <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
--- 203,207 ----
  <p>Geeklog now supports XHTML compliant themes. These themes should define the
  following constant in their <tt>functions.php</tt> file:</p>
! <pre style="margin-left:4em;"><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
***************
*** 213,217 ****
  Geeklog does <em>not</em> convert your content to XHTML.</p>
  
! <h3>"Contribute" - User submitted stories</h3>
  
  <p>Geeklog 1.5.0 supports the ability for users to specify story intro text
--- 213,217 ----
  Geeklog does <em>not</em> convert your content to XHTML.</p>
  
! <h3><a name="story-submission">"Contribute" - User submitted stories</a></h3>
  
  <p>Geeklog 1.5.0 supports the ability for users to specify story intro text
***************
*** 225,229 ****
  inputs returns behaviour to the original.</p>
  
! <h3>Admin Menu, User Menu & Topic List</h3>
  
  <p>All the above mentioned items are now lists, using <code>ul</code> and
--- 225,229 ----
  inputs returns behaviour to the original.</p>
  
! <h3><a name="admin-menu">Admin Menu, User Menu & Topic List</a></h3>
  
  <p>All the above mentioned items are now lists, using <code>ul</code> and
***************
*** 234,244 ****
      <li>blockfooter-list.thtml</li>
  </ul>
  
! <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>
--- 234,246 ----
      <li>blockfooter-list.thtml</li>
  </ul>
+ <p>Please note that the <code>{blockid}</code> variable that was present in
+ pre-release versions of Geeklog 1.5.0 has since been removed.</p>
  
! <h3><a name="gltoken">Security Changes</a></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 style="margin-left:4em;"><code><input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}></code></pre>
  <p>To the following templates:</p>
  <ul>
***************
*** 273,276 ****
--- 275,294 ----
      <li>plugins/staticpages/templates/admin/editor_advanced.thtml</li>
  </ul>
+ 
+ <h3><a name="removed">Removed Files</a></h3>
+ 
+ <p>The following template files have been removed and are no longer needed:</p>
+ 
+ <ul>
+     <li>admin/lists/menufields.thtml</li>
+     <li>admin/lists/topmenu_nosearch.thtml</li>
+     <li>admin/plugins/newlistitem.thtml</li>
+     <li>admin/plugins/newpluginlist.thtml</li>
+ </ul>
+ 
+ <h3><a name="sysmessage">System Message</a></h3>
+ 
+ <p>The previously hard-coded CSS for the System Messages has been moved to the
+ stylesheet (new CSS class <tt>sysmessage</tt>).</p>
  
  

Index: history
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/history,v
retrieving revision 1.649
retrieving revision 1.650
diff -C2 -d -r1.649 -r1.650
*** history	31 May 2008 22:12:47 -0000	1.649
--- history	1 Jun 2008 07:39:18 -0000	1.650
***************
*** 12,15 ****
--- 12,16 ----
  
  Changes since 1.5.0rc1:
+ - Moved the hard-coded CSS for the System Message to the stylesheet [Dirk]
  - Added a workaround for the Yulup Atompub client that sometimes sends Text
    nodes within XHTML nodes [Dirk]




More information about the geeklog-cvs mailing list