[geeklog-cvs] geeklog-1.3/public_html/docs changes.html,1.25,1.26 config.html,1.35,1.36 history,1.228,1.229 support.html,1.12,1.13 theme.html,1.34,1.35

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Aug 14 09:24:36 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/docs
In directory www:/tmp/cvs-serv21641

Modified Files:
	changes.html config.html history support.html theme.html 
Log Message:
Updated documentation


Index: changes.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/changes.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** changes.html	12 Aug 2004 18:11:22 -0000	1.25
--- changes.html	14 Aug 2004 13:24:33 -0000	1.26
***************
*** 59,62 ****
--- 59,65 ----
  <ul>
  <li>Various changes have been made to improve the overall performance.</li>
+ <li>Fresh installs are now using InnoDB tables if your MySQL version supports
+     them (as of MySQL 4.0, or 3.x "Max" builds). Existing databases can be
+     converted to InnoDB by using the script <tt>admin/install/toinnodb.php</tt>.
  <li>The calendar's week can now either start on a Sunday or a Monday.</li>
  <li>The Static Pages plugin now has an option to display a printer-friendly
***************
*** 125,130 ****
      caused by the handling of pseudo-session ids for anonymous users.</li>
  <li>Fixed incorrect author names in Daily Digest (bug #207).</li>
! <li>The <code>plugin_profileblocksedit_<i>plugin-name</i> Plugin API function
!     wasn't working due to a missing piece of code in usersettings.php.</li>
  <li><code>COM_extractLinks</code> will now ignore anchor tags that do not
      contain "<code>href</code>" (bug #183).</li>
--- 128,134 ----
      caused by the handling of pseudo-session ids for anonymous users.</li>
  <li>Fixed incorrect author names in Daily Digest (bug #207).</li>
! <li>The <code>plugin_profileblocksedit_<i>plugin-name</i></code> Plugin API
!     function wasn't working due to a missing piece of code in
!     usersettings.php.</li>
  <li><code>COM_extractLinks</code> will now ignore anchor tags that do not
      contain "<code>href</code>" (bug #183).</li>

Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/config.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** config.html	12 Aug 2004 18:11:22 -0000	1.35
--- config.html	14 Aug 2004 13:24:33 -0000	1.36
***************
*** 20,27 ****
  <h2>Setting up config.php</h2>
  
! <p>GeekLog's server settings are configured in a text file called config.php. 
! It is necessary to edit this file to get your system running as well as 
! configuring it to your preferences. This file contains a set of variables 
! that are defined below:
  
  
--- 20,50 ----
  <h2>Setting up config.php</h2>
  
! <p>Most of Geeklog's "static" settings (i.e. those that you aren't going to
! change often) are set in a text file called <tt>config.php</tt>. It is
! necessary to edit this file to get your system running as well as 
! configuring it to your preferences. This file contains a set of variables as
! defined below:</p>
! 
! <ul>
! <li><a href="#database">Database Settings</a></li>
! <li><a href="#server">Server Settings</a></li>
! <li><a href="#site">Site Settings</a></li>
! <li><a href="#locale">Locale Settings</a></li>
! <li><a href="#session">Session Settings</a></li>
! <li><a href="#cookie">Cookie Names</a></li>
! <li><a href="#email">E-Mail Settings</a></li>
! <li><a href="#login">Login Settings</a></li>
! <li><a href="#submission">Submission Settings</a></li>
! <li><a href="#misc">Topic, What's New & E-mail Settings</a></li>
! <li><a href="#calendar">Calendar Settings</a></li>
! <li><a href="#story">Story Settings</a></li>
! <li><a href="#comment">Comment Settings</a></li>
! <li><a href="#poll">Poll Settings</a></li>
! <li><a href="#links">Links Settings</a></li>
! <li><a href="#image">Image Settings</a></li>
! <li><a href="#rdf">RSS/RDF Feed Settings</a></li>
! <li><a href="#content">Content Control Settings</a></li>
! <li><a href="#url-rewrite">URL Rewriting</a></li>
! </ul>
  
  
***************
*** 34,39 ****
  <tr><td valign="top">_DB_dbms</td>
      <td valign="top">mysql</td>
!     <td valign="top"><strong>Do not change!</strong> This tells Geeklog that it's 
!       dealing with a MySQL database - and currently, that is the only type of 
        database that is supported.</td></tr>
  <tr><td valign="top">_DB_host</td>
--- 57,62 ----
  <tr><td valign="top">_DB_dbms</td>
      <td valign="top">mysql</td>
!     <td valign="top"><strong>Do not change!</strong> This tells Geeklog that it
!       is using a MySQL database - and currently, that is the only type of 
        database that is supported.</td></tr>
  <tr><td valign="top">_DB_host</td>
***************
*** 51,55 ****
  <tr><td valign="top">_DB_table_prefix</td>
      <td valign="top">gl_</td>
!     <td valign="top">Allows you to change the default table names for Geeklog</td></tr>
  <tr><td valign="top">_DB_mysqldump_path</td>
      <td valign="top">/usr/bin/mysqldump</td>
--- 74,79 ----
  <tr><td valign="top">_DB_table_prefix</td>
      <td valign="top">gl_</td>
!     <td valign="top">Prefix put in front of all of Geeklog's table names (to
!         avoid name collisions with tables used by other applications)</td></tr>
  <tr><td valign="top">_DB_mysqldump_path</td>
      <td valign="top">/usr/bin/mysqldump</td>
***************
*** 82,86 ****
  <tr><td valign="top"><a name="desc_path_images">path_images</a></td>
      <td valign="top">/path/to/geeklog//public_html/images/</td>
!     <td valing="top">Path where Geeklog expects to find its images, including
          user photos and images for stories.</td>
  <tr><td valign="top"><a name="desc_path_log">path_log</a></td>
--- 106,110 ----
  <tr><td valign="top"><a name="desc_path_images">path_images</a></td>
      <td valign="top">/path/to/geeklog//public_html/images/</td>
!     <td valign="top">Path where Geeklog expects to find its images, including
          user photos and images for stories.</td>
  <tr><td valign="top"><a name="desc_path_log">path_log</a></td>
***************
*** 91,95 ****
      <td valign="top">location of the Geeklog language files</td></tr>
  <tr><td valign="top"><a name="desc_backup_path">backup_path</a></td>
!     <td valign="top">Base path with "/backups/" suffix</td>
      <td valign="top">location where mysqldump (see above) will store database backups</td></tr>
  <tr><td valign="top"><a name="desc_path_data">path_data</a></td>
--- 115,119 ----
      <td valign="top">location of the Geeklog language files</td></tr>
  <tr><td valign="top"><a name="desc_backup_path">backup_path</a></td>
!     <td valign="top">/path/to/geeklog/backups/</td>
      <td valign="top">location where mysqldump (see above) will store database backups</td></tr>
  <tr><td valign="top"><a name="desc_path_data">path_data</a></td>
***************
*** 123,127 ****
  <tr>
    <td valign="top"><a name="desc_theme">theme</a></td>
!   <td valign="top">XSilver</td>
    <td valign="top">Default theme to use on the site</td></tr>
  <tr>
--- 147,151 ----
  <tr>
    <td valign="top"><a name="desc_theme">theme</a></td>
!   <td valign="top">professional</td>
    <td valign="top">Default theme to use on the site</td></tr>
  <tr>
***************
*** 135,139 ****
  <tr>
    <td valign="top"><a name="desc_path_layout">path_layout</a></td>
!   <td valign="top">/path/to/geeklog/public_html/layout/XSilver/</td>
    <td valign="top">Path to current theme directory</td></tr>
  <tr>
--- 159,163 ----
  <tr>
    <td valign="top"><a name="desc_path_layout">path_layout</a></td>
!   <td valign="top">/path/to/geeklog/public_html/layout/professional/</td>
    <td valign="top">Path to current theme directory</td></tr>
  <tr>
***************
*** 156,167 ****
    <td valign="top"><a name="desc_site_enabled">site_enabled</a></td>
    <td valign="top">true</td>
!   <td valign="top">A Geeklog site can be disabled quickly (e.g. for maintenance) by setting
!     this to 'false'.</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
    <td valign="top">'Geeklog Site is down. Please come back soon.'</td>
!   <td valign="top">This contains the message to display when a Geeklog site is disabled.
!     If the text begins with "http:" then visitors are redirected to that
!     URL.</td></tr>
  </table>
  
--- 180,196 ----
    <td valign="top"><a name="desc_site_enabled">site_enabled</a></td>
    <td valign="top">true</td>
!   <td valign="top">A Geeklog site can be disabled quickly (e.g. for maintenance)
!     by setting this to 'false'.</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
    <td valign="top">'Geeklog Site is down. Please come back soon.'</td>
!   <td valign="top">This contains the message to display when a Geeklog site is
!     disabled.  If the text begins with "http:" then visitors are redirected to
!     that URL.</td></tr>
! <tr>
!   <td valign="top"><a name="desc_link_documentation">link_documentation</a></td>
!   <td valign="top">1</td>
!   <td valign="top">Add a link to Geeklog's documentation to the Admin block.
!     Set this to 0 if you don't want that link to show up.</td></tr>
  </table>
  
***************
*** 264,268 ****
    <td valign="top"><a name="desc_sessionid_prefix">sessionid_prefix</a></td>
    <td valign="top">(empty)</td>
!   <td valign="top">In rare cases it may be necessary to use a prefix for the Unique Session ID. Prefix would be added to a ID that is generated based on the current time in microseconds.Prefix can be up to 114 characters long.</td></tr>
  </table>
  
--- 293,297 ----
    <td valign="top"><a name="desc_sessionid_prefix">sessionid_prefix</a></td>
    <td valign="top">(empty)</td>
!   <td valign="top">In rare cases it may be necessary to use a prefix for the Unique Session ID. Prefix would be added to a ID that is generated based on the current time in microseconds. Prefix can be up to 114 characters long.</td></tr>
  </table>
  
***************
*** 305,309 ****
  </table>
  
! <h3><a name="email">E-Mail settings</a></h3>
  
  <p>Starting with Geeklog 1.3.9, Geeklog uses the PEAR::Mail class to send all
--- 334,338 ----
  </table>
  
! <h3><a name="email">E-Mail Settings</a></h3>
  
  <p>Starting with Geeklog 1.3.9, Geeklog uses the PEAR::Mail class to send all
***************
*** 354,358 ****
  </table>
  
! <h3><a name="login">Login settings</a></h3>
  
  <table border="1" width="100%">
--- 383,387 ----
  </table>
  
! <h3><a name="login">Login Settings</a></h3>
  
  <table border="1" width="100%">
***************
*** 436,444 ****
    <td valign="top"><a name="desc_notification">notification</a></td>
    <td valign="top">array()</td>
!   <td valign="top">Send an email notification to <tt>$_CONF['site_email']</tt> when a new
!     story, link, or event has been submitted or a new user has registered with
!     the site. The <tt>array()</tt> can hold any combination of  the strings
!     <tt>'story'</tt>, <tt>'link'</tt>, <tt>'event'</tt>, and <tt>'user'</tt>
!     (separated by commas), depending on which notification(s) you want.<br>
      <strong>Example:</strong> <code>array('story','user');</code> would
      send notifications when a new story has been submitted or a new user has
--- 465,474 ----
    <td valign="top"><a name="desc_notification">notification</a></td>
    <td valign="top">array()</td>
!   <td valign="top">Send an email notification to <tt>$_CONF['site_email']</tt>
!     when a new story, comment, link, or event has been submitted or a new user
!     has registered with the site. The <tt>array()</tt> can hold any combination
!     of  the strings <tt>'story'</tt>, <tt>'comment'</tt>, <tt>'link'</tt>,
!     <tt>'event'</tt>, and <tt>'user'</tt> (separated by commas), depending on
!     which notification(s) you want.<br>
      <strong>Example:</strong> <code>array('story','user');</code> would
      send notifications when a new story has been submitted or a new user has
***************
*** 503,507 ****
    <td valign="top"><a name="desc_whosonline_anonymous">whosonline_anonymous</a></td>
    <td valign="top">0</td>
!   <td valign="top">If enables (i.e. set to 1), anonymous users will only see the number of registered users currently only in the Who's Online block but not their names. Only logged-in users will see the names of other users that are currently online.</td></tr>
  <tr>
    <td valign="top"><a name="desc_emailstories">emailstories</a></td>
--- 533,537 ----
    <td valign="top"><a name="desc_whosonline_anonymous">whosonline_anonymous</a></td>
    <td valign="top">0</td>
!   <td valign="top">If enabled (i.e. set to 1), anonymous users will only see the number of registered users currently online in the Who's Online block but not their names. Only logged-in users will see the names of other users that are currently online.</td></tr>
  <tr>
    <td valign="top"><a name="desc_emailstories">emailstories</a></td>
***************
*** 572,576 ****
    <td valign="top"><i>not set</i></td>
    <td valign="top">The IP addresses of comment posters are logged and displayed for admin users. When this variable is set to point to a service that can do IP address lookups, it's possible to lookup the owner of an IP address by clicking on it, making it easier to report missuse to ISPs, etc.<br>
! <code>$_CONF['ip_lookup']</code> should hold the complete URL to the lookup service, with a '<code>*</code>' marking the place where the IP address should go. It's also possible to use Tom Willet's <a href="http://sf.net/project/showfiles.php?group_id=68255&package_id=95743">NetTools</a> package, in which case the correct setting would be <code>$_CONF['ip_lookup'] = $_CONF['site_url'] . '/nettools/domain=*';</code></td></tr>
  </table>
  
--- 602,606 ----
    <td valign="top"><i>not set</i></td>
    <td valign="top">The IP addresses of comment posters are logged and displayed for admin users. When this variable is set to point to a service that can do IP address lookups, it's possible to lookup the owner of an IP address by clicking on it, making it easier to report missuse to ISPs, etc.<br>
! <code>$_CONF['ip_lookup']</code> should hold the complete URL to the lookup service, with a '<code>*</code>' marking the place where the IP address should go. It's also possible to use Tom Willet's <a href="http://sourceforge.net/project/showfiles.php?group_id=68255&package_id=95743">NetTools</a> package, in which case the correct setting would be <code>$_CONF['ip_lookup'] = $_CONF['site_url'] . '/nettools/domain=*';</code></td></tr>
  </table>
  

Index: support.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/support.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** support.html	13 Aug 2004 08:54:49 -0000	1.12
--- support.html	14 Aug 2004 13:24:33 -0000	1.13
***************
*** 71,75 ****
  <p><img src="images/poland.gif" width="16" height="12" border="1" align="middle" alt=""> <a href="http://www.geeklog.now.pl/">GeeklogPolska</a>  - Geeklog support po Polsku</p>
  
! <p><img src="images/japan.gif" width="16" height="12" border="1" align="middle" alt=""> <a href="http://geek.ecofirm.com/">Geeklog Japanese</a> - Geeklog-Support in Japanese</p>
  
  <table border="0" width="100%" class="footer">
--- 71,75 ----
  <p><img src="images/poland.gif" width="16" height="12" border="1" align="middle" alt=""> <a href="http://www.geeklog.now.pl/">GeeklogPolska</a>  - Geeklog support po Polsku</p>
  
! <p><img src="images/japan.gif" width="16" height="12" border="1" align="middle" alt=""> <a href="http://geek.ecofirm.com/">Geeklog Japanese</a> - Geeklog support in Japanese</p>
  
  <table border="0" width="100%" class="footer">

Index: theme.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/theme.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** theme.html	12 Aug 2004 18:11:22 -0000	1.34
--- theme.html	14 Aug 2004 13:24:33 -0000	1.35
***************
*** 166,170 ****
      <code>{menu_elements}</code>. The new variable takes the
      <code>$_CONF['<i>XXX</i>loginrequired']</code> settings into account, i.e.
!     it will only list those entries that the current user has access to.</tt></li>
  <li>The <tt>admin/syndication</tt> directory, containing
      <tt>feededitor.thtml</tt>, <tt>listfeeds.thtml</tt>,
--- 166,170 ----
      <code>{menu_elements}</code>. The new variable takes the
      <code>$_CONF['<i>XXX</i>loginrequired']</code> settings into account, i.e.
!     it will only list those entries that the current user has access to.</li>
  <li>The <tt>admin/syndication</tt> directory, containing
      <tt>feededitor.thtml</tt>, <tt>listfeeds.thtml</tt>,

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/history,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -d -r1.228 -r1.229
*** history	13 Aug 2004 16:53:46 -0000	1.228
--- history	14 Aug 2004 13:24:33 -0000	1.229
***************
*** 4,7 ****
--- 4,9 ----
  ------------
  
+ - Added a script to convert an existing database to InnoDB tables (if the MySQL
+   version supports them): admin/install/toinnodb.php [Dirk]
  - Added missing closing </a> tag in story search results (bug #260) [Dirk]
  - Added a second parameter to function COM_makeList that is used as a CSS




More information about the geeklog-cvs mailing list