[geeklog-cvs] geeklog-1.3/public_html/docs changes.html,1.45,1.46 config.html,1.47,1.48 history,1.270,1.271 theme.html,1.45,1.46

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 30 16:19:13 EST 2005


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

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.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** changes.html	23 Jan 2005 14:35:03 -0000	1.45
--- changes.html	30 Jan 2005 21:19:11 -0000	1.46
***************
*** 29,39 ****
  <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>
--- 29,42 ----
  <ul>
  <li>Added support for sending and receiving <a
!     href="http://en.wikipedia.org/wiki/Trackback">Trackback</a> (Feature
!     Request #34) and <a
!     href="http://en.wikipedia.org/wiki/Pingback">Pingback</a> comments. Both
!     are only supported fo stories, but there is also a new plugin API so that
!     plugins can use this feature, too.<br>
!     Trackback and Pingback can be disabled in <tt>config.php</tt>.</li>
! <li>Added the ability to "ping" weblog directory services (like e.g. <a
!     href="http://blo.gs/">blo.gs</a>) to advertise site updates (Feature Request
!     #35). As with Trackback and Pingback, this is only supported for stories,
!     but plugins can make use of this feature via the plugin API.</li>
  <li>Introduced an "Article Directory", providing an overview of all past
      articles, sorted by year and month.</li>

Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/config.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** config.html	23 Jan 2005 14:35:04 -0000	1.47
--- config.html	30 Jan 2005 21:19:11 -0000	1.48
***************
*** 501,506 ****
    <td valign="top"><a name="desc_trackback_enabled">trackback_enabled</a></td>
    <td valign="top">true</td>
!   <td valign="top">Enable (true) or disable (true) trackback comments. This applies to both sending and receiving trackback comments.</td></tr>
! 
  </table>
  
--- 501,513 ----
    <td valign="top"><a name="desc_trackback_enabled">trackback_enabled</a></td>
    <td valign="top">true</td>
!   <td valign="top">Enable (true) or disable (true) <a href="http://en.wikipedia.org/wiki/Trackback">trackback</a> comments. This applies to both sending and receiving trackback comments.</td></tr>
! <tr>
!   <td valign="top"><a name="desc_pingback_enabled">pingback_enabled</a></td>
!   <td valign="top">true</td>
!   <td valign="top">Enable (true) or disable (true) <a href="http://en.wikipedia.org/wiki/Pingback">pingback</a> support. This applies to both sending and receiving pingbacks.</td></tr>
! <tr>
!   <td valign="top"><a name="desc_ping_enabled">ping_enabled</a></td>
!   <td valign="top">true</td>
!   <td valign="top">Enable (true) or disable (true) the ability to ping weblog directory services like <a href="http://blo.gs/">blo.gs</a>.</td></tr>
  </table>
  

Index: theme.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/theme.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** theme.html	23 Jan 2005 14:35:04 -0000	1.45
--- theme.html	30 Jan 2005 21:19:11 -0000	1.46
***************
*** 174,177 ****
--- 174,179 ----
  
  <ul>
+ <li>The comment templates <tt>commentbar.thtml</tt> and <tt>thread.thtml</tt>
+     have changed due to changes in the comment handling.</li>
  <li>New directories <tt>trackback</tt> and <tt>admin/trackback</tt> containing
      several new template files have been added for the trackback support.</li>
***************
*** 185,188 ****
--- 187,193 ----
      to limit the number of headlines to import into a portal block. New
      variables: <code>{lang_rdflimit}</code>, <code>{block_rdflimit}</code>.</li>
+ <li>The <tt>admin/story/liststories.thtml</tt> and <tt>listitem.thtml</tt>
+     template files have an additional column with a link to the new "ping"
+     features (Trackback, Pingback, pinging weblog directory services).</li>
  </ul>
  

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/history,v
retrieving revision 1.270
retrieving revision 1.271
diff -C2 -d -r1.270 -r1.271
*** history	30 Jan 2005 20:16:50 -0000	1.270
--- history	30 Jan 2005 21:19:11 -0000	1.271
***************
*** 4,7 ****
--- 4,11 ----
  ------------
  
+ - Implemented pinging weblog directory services like blo.gs and weblogs.com
+   (Feature Request #35) [Dirk]
+   To do: Store them in the database and add an Admin interface (they're
+   currently listed in config.php).
  - Complete overhaul of the Plugin Comment API to reduce the likelyhood of 
    plugins introducing security problems.  Older plugins that use the comment
***************
*** 9,12 ****
--- 13,23 ----
  - Refactored Comment code out of lib-common.php and into lib-comment.php, also
    some changes to comment.php [Vinny]
+ - Introduced a 'story.ping' permission that enables users to send Pings,
+   Pingbacks, and Trackbacks for a story (or plugin item). Users of the Story
+   Admin group have that permission by default.
+ - The install script will abort the installation now if the minumum requirements
+   (PHP 4.1.0, MySQL 3.23.2) are not met. It also displays a warning message if
+   register_long_arrays is off (PHP 5 only, bug #360) [Dirk]
+ - Fixed date in comment preview (bug #370) [Dirk]
  - Added a missing stripslashes call to remove backslashes when a topic's name
    was displayed in the index page's title (bug #369) [Dirk]
***************
*** 21,26 ****
  - Story, event, and link submissions are now also checked for spam [Dirk]
  - Added support for sending and receiving trackback comments (Feature Request
!   #34) [Dirk]
!   This feature can be disabled by setting $_CONF['trackback_enabled'] = false;
  - Added support for a custom_usercheck function. Custom registration code that
    requires certain information can now abort the creation of a new account if
--- 32,40 ----
  - Story, event, and link submissions are now also checked for spam [Dirk]
  - Added support for sending and receiving trackback comments (Feature Request
!   #34) Also implemented Pingback support in pretty much the same way. Once
!   received, Geeklog treats Trackbacks and Pingbacks the same and stores them
!   in the gl_trackback table. [Dirk]
!   Both can be switched off in config.php: $_CONF['trackback_enabled'] = false;
!   and $_CONF['pingback_enabled'] = false;
  - Added support for a custom_usercheck function. Custom registration code that
    requires certain information can now abort the creation of a new account if




More information about the geeklog-cvs mailing list