[geeklog-cvs] geeklog-1.3/public_html/docs changes.html,1.43,1.44 config.html,1.44,1.45 history,1.266,1.267 theme.html,1.43,1.44

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jan 17 14:00:21 EST 2005


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

Modified Files:
	changes.html config.html history 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.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** changes.html	31 Dec 2004 16:14:44 -0000	1.43
--- changes.html	17 Jan 2005 19:00:19 -0000	1.44
***************
*** 23,26 ****
--- 23,43 ----
  of files that have been changed since the last release.</p>
  
+ <h2><a name="changes1312">Geeklog 1.3.12</a></h2>
+ 
+ <h3>New Features</h3>
+ 
+ <ul>
+ <li>Added support for sending and receiving <a
+     href="http://en.wikipedia.org/wiki/Trackback">trackback</a> comments
+     (Feature Request #34). Trackback is only supported for stories, but there
+     is also a new plugin API function so that plugins can use this feature,
+     too.<br>
+     Trackback can be disabled by setting
+     <code>$_CONF['trackback_enabled'] = false;</code> in <tt>config.php</tt>.
+     </li>
+ <li>Introduced an "Article Directory", providing an overview of all past
+     articles, sorted by year and month.</li>
+ </ul>
+ 
  <h2><a name="changes1311">Geeklog 1.3.11</a></h2>
  
***************
*** 42,52 ****
  <h3>Bugfixes</h3>
  <ul>
! <li>Fixes the length of the 'sid' field in the gl_comments table. Using story IDs longer than 20 characters prevented comment posts from being associated with the story.</li>
  <li>Ensures compatibility with PHP 4.1.x (includes updated PEAR packages).</li>
  <li>Fixes the archiving option being activated too early (bug #345).</li>
! <li>Properly deletes comments and story images when deleting entire topics (bug #339).</li>
  <li>Deletes comments when deleting polls.</li>
! <li>Fixes several bugs in the calendar and improves overall handling of both the site calendar and the personal calendars (bugs #268, #336, #338, and others).</li>
! <li>Fixes "More by <i>author</i>" and "More from <i>topic</i>" links in articles.</li>
  <li>Various other fixes, see <tt>docs/history</tt> for details.</li>
  </ul>
--- 59,75 ----
  <h3>Bugfixes</h3>
  <ul>
! <li>Fixes the length of the 'sid' field in the gl_comments table. Using story
!     IDs longer than 20 characters prevented comment posts from being associated
!     with the story.</li>
  <li>Ensures compatibility with PHP 4.1.x (includes updated PEAR packages).</li>
  <li>Fixes the archiving option being activated too early (bug #345).</li>
! <li>Properly deletes comments and story images when deleting entire topics
!     (bug #339).</li>
  <li>Deletes comments when deleting polls.</li>
! <li>Fixes several bugs in the calendar and improves overall handling of both
!     the site calendar and the personal calendars (bugs #268, #336, #338, and
!     others).</li>
! <li>Fixes "More by <i>author</i>" and "More from <i>topic</i>" links in
!     articles.</li>
  <li>Various other fixes, see <tt>docs/history</tt> for details.</li>
  </ul>

Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/config.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** config.html	16 Jan 2005 19:14:29 -0000	1.44
--- config.html	17 Jan 2005 19:00:19 -0000	1.45
***************
*** 196,210 ****
    <td valign="top"><a name="desc_menu_elements">menu_elements</a></td>
    <td valign="top"><code>array('contribute', 'links', 'polls', 'calendar',
!     'search', 'stats')</code></td>
    <td valign="top">Specifies which entries are displayed in the site's menu bar
      (if your theme uses the <code>{menu_elements}</code> variable to display
      the menu bar). Can be any combination of <tt>'home'</tt>,
      <tt>'contribute'</tt>, <tt>'links'</tt>, <tt>'polls'</tt>,
!     <tt>'calendar'</tt>, <tt>'search'</tt>, <tt>'prefs'</tt>,
!     <tt>'plugins'</tt>, and <tt>'custom'</tt> where <tt>'plugins'</tt> is the
!     same as the <code>{plg_menu_elements}</code> variable, i.e. a list of the
!     menu entries provided by plugins, and <tt>'custom'</tt> displays the
!     entries returned by a custom function <code>CUSTOM_menuEntries</code> (see
!     <tt>lib-custom.php</tt> for details).</td></tr>
  </table>
  
--- 196,211 ----
    <td valign="top"><a name="desc_menu_elements">menu_elements</a></td>
    <td valign="top"><code>array('contribute', 'links', 'polls', 'calendar',
!     'search', 'stats', 'directory')</code></td>
    <td valign="top">Specifies which entries are displayed in the site's menu bar
      (if your theme uses the <code>{menu_elements}</code> variable to display
      the menu bar). Can be any combination of <tt>'home'</tt>,
      <tt>'contribute'</tt>, <tt>'links'</tt>, <tt>'polls'</tt>,
!     <tt>'calendar'</tt>, <tt>'search'</tt>, <tt>'directory'</tt>,
!     <tt>'prefs'</tt>, <tt>'plugins'</tt>, and <tt>'custom'</tt> where
!     <tt>'plugins'</tt> is the same as the <code>{plg_menu_elements}</code>
!     variable, i.e. a list of the menu entries provided by plugins, and
!     <tt>'custom'</tt> displays the entries returned by a custom function
!     <code>CUSTOM_menuEntries</code> (see <tt>lib-custom.php</tt> for
!     details).</td></tr>
  </table>
  
***************
*** 431,434 ****
--- 432,438 ----
      <td valign="top">0</td>
      <td valign="top">When set to 1, only registered users can email stories</td></tr>
+ <tr><td valign="top"><a name="desc_directoryloginrequired">directoryloginrequired</a></td>
+     <td valign="top">0</td>
+     <td valign="top">When set to 1, only registered users can access the list of past articles</td></tr>
  </table>
  

Index: theme.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/theme.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** theme.html	19 Dec 2004 14:19:31 -0000	1.43
--- theme.html	17 Jan 2005 19:00:19 -0000	1.44
***************
*** 168,172 ****
  a "normal" theme and one with the blocks on the right.</p>
  
! <h2><a name="changes">Theme changes in Geeklog 1.3.11</a></h2>
  
  <p>There are no mandatory theme changes in Geeklog 1.3.11, so themes made for Geeklog 1.3.10 will work just fine without any modifications.</p>
--- 168,183 ----
  a "normal" theme and one with the blocks on the right.</p>
  
! <h2><a name="changes">Theme changes in Geeklog 1.3.12</a></h2>
! 
! <p>As usual, any missing new theme files can simply be copied over from the
! default theme (Professional) that ships with Geeklog.</p>
! 
! <ul>
! <li>New directories <tt>trackback</tt> and <tt>admin/trackback</tt> containing
! several new template files have been added for the trackback support.</li>
! <li>New variables <code>{send_trackback_link}</code>, <code>{send_trackback_url}</code>, and <code>{lang_send_trackback_text}</code> are available in the story and article template files. They provide a complete link as well as the URL and link text allowing you to send a trackback comment for the current story.</li>
! </ul>
! 
! <h2><a name="changes1311">Theme changes in Geeklog 1.3.11</a></h2>
  
  <p>There are no mandatory theme changes in Geeklog 1.3.11, so themes made for Geeklog 1.3.10 will work just fine without any modifications.</p>
***************
*** 189,193 ****
  </ul>
  
! <h2><a name="changes#1310">Theme changes in Geeklog 1.3.10</a></h2>
  
  <p>General note: To upgrade your custom theme for use with Geeklog 1.3.10, you can simply copy over any new template files from the Geeklog default theme.</p>
--- 200,204 ----
  </ul>
  
! <h2><a name="changes1310">Theme changes in Geeklog 1.3.10</a></h2>
  
  <p>General note: To upgrade your custom theme for use with Geeklog 1.3.10, you can simply copy over any new template files from the Geeklog default theme.</p>

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/history,v
retrieving revision 1.266
retrieving revision 1.267
diff -C2 -d -r1.266 -r1.267
*** history	16 Jan 2005 19:14:29 -0000	1.266
--- history	17 Jan 2005 19:00:19 -0000	1.267
***************
*** 15,19 ****
  - Added a new script, directory.php, that implements a date-based listing of
    all the stories on a site [Dirk]
!   Needs some more work and better integration with the rest ...
  - When $_CONF['profileloginrequired'] was set to 1, the actual message that
    you have to log in before being able to see a user profile was not wrapped
--- 15,20 ----
  - Added a new script, directory.php, that implements a date-based listing of
    all the stories on a site [Dirk]
!   A link to the directory is available as a new option, 'directory', for the
!   $_CONF['menu_elements'] config variable, so that it can be added to the menu.
  - When $_CONF['profileloginrequired'] was set to 1, the actual message that
    you have to log in before being able to see a user profile was not wrapped
***************
*** 21,25 ****
  - Save one SQL request for a story's printable view [Dirk]
  - The column headline for event search results was not displayed [Dirk]
- - Fixed / updated some texts in the German language files [Dirk]
  
  - Updated Italian language file, provided by Marcello Teodori
--- 22,25 ----




More information about the geeklog-cvs mailing list