[geeklog-cvs] Geeklog-1.x/public_html/docs config.html, 1.89, 1.90 history, 1.679, 1.680 theme.html, 1.85, 1.86

Dirk Haun dhaun at qs1489.pair.com
Fri Jul 4 16:58:34 EDT 2008


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

Modified Files:
	config.html history theme.html 
Log Message:
Minor documentation updates


Index: config.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/config.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** config.html	22 May 2008 19:55:32 -0000	1.89
--- config.html	4 Jul 2008 20:58:32 -0000	1.90
***************
*** 1200,1204 ****
    <td valign="top"><a name="desc_session_cookie_timeout">session_cookie_timeout</a></td>
    <td valign="top">7200</td>
!   <td valign="top">Session cookie timeout (in seconds).</td></tr>
  <tr>
    <td valign="top"><a name="desc_cookie_path">cookie_path</a></td>
--- 1200,1204 ----
    <td valign="top"><a name="desc_session_cookie_timeout">session_cookie_timeout</a></td>
    <td valign="top">7200</td>
!   <td valign="top">Session cookie timeout in seconds (7200 = 2 hours).</td></tr>
  <tr>
    <td valign="top"><a name="desc_cookie_path">cookie_path</a></td>

Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** theme.html	1 Jun 2008 07:39:18 -0000	1.85
--- theme.html	4 Jul 2008 20:58:32 -0000	1.86
***************
*** 197,201 ****
  
  
! <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
  
  <h3><a name="xhtml">XHTML support</a></h3>
--- 197,222 ----
  
  
! <h2><a name="changes">Theme changes in Geeklog 1.5.1</a></h2>
! 
! <h3>Multilingual blocks</h3>
! 
! <p>The multi-language support for blocks introduced in Geeklog 1.5.1 relies on
! <em>disabled</em> blocks being swapped in dynamically. If you are using
! Geeklog's multi-language support, you may need to modify the piece of PHP code
! in your theme's <tt>functions.php</tt> so that it picks the correct templates
! for these multilingual blocks:</p>
! 
! <pre style="margin-left:4em;"><code>$lang = COM_getLanguageId();
! if (empty($lang)) {
!     $result = DB_query("SELECT onleft,name FROM {$_TABLES['blocks']} WHERE is_enabled = 1");
! } else {
!     $result = DB_query("SELECT onleft,name FROM {$_TABLES['blocks']}");
! }</code></pre>
! 
! <p>Prior to Geeklog 1.5.1, you will probably only find the first SQL request
! in your <tt>functions.php</tt> file.</p>
! 
! 
! <h2><a name="changes150">Theme changes in Geeklog 1.5.0</a></h2>
  
  <h3><a name="xhtml">XHTML support</a></h3>

Index: history
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/history,v
retrieving revision 1.679
retrieving revision 1.680
diff -C2 -d -r1.679 -r1.680
*** history	4 Jul 2008 11:58:53 -0000	1.679
--- history	4 Jul 2008 20:58:32 -0000	1.680
***************
*** 4,7 ****
--- 4,14 ----
  ------------
  
+ - Send a HTTP status code 503 "Service Unavailable" when the site is disabled
+   [Dirk]
+ - Hide the database password when the database backup failed and we're logging
+   the mysqldump command [Dirk]
+ - Disable OpenID login when new registrations are disabled [Dirk]
+ - Allow to unset Configuration options again after they have been "restored",
+   i.e. enabled (bug #0000664) [Dirk]
  - Adopted hack to allow multilingual blocks (bug #0000626) [Dirk]
  - Fixed SQL error in story submissions (reported by Chase) [Mike]




More information about the geeklog-cvs mailing list