[geeklog-cvs] geeklog-1.3/public_html/docs config.html,1.43,1.44 history,1.265,1.266

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 16 14:14:31 EST 2005


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

Modified Files:
	config.html history 
Log Message:
Added support for sending and receiving trackback comments (Feature Request #34)


Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/config.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** config.html	22 Dec 2004 17:26:00 -0000	1.43
--- config.html	16 Jan 2005 19:14:29 -0000	1.44
***************
*** 494,497 ****
--- 494,502 ----
    <td valign="top">0</td>
    <td valign="top">If 1, allows submission of stories and comments without previewing (i.e. the submission form will always have a Preview <em>and</em> a Submit button).</td></tr>
+ <tr>
+   <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>
  
***************
*** 561,564 ****
--- 566,573 ----
    <td valign="top">Comments are "new" if they are this many seconds old.</td></tr>
  <tr>
+   <td valign="top"><a name="desc_newtrackbackinterval">newtrackbackinterval</a></td>
+   <td valign="top">172800</td>
+   <td valign="top">Trackback comments are "new" if they are this many seconds old.</td></tr>
+ <tr>
    <td valign="top"><a name="desc_newlinksinterval">newlinksinterval</a></td>
    <td valign="top">1209600</td>
***************
*** 567,579 ****
    <td valign="top"><a name="desc_hidenewstories">hidenewstories</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new stories from What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewcomments">hidenewcomments</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new comments from What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewlinks">hidenewlinks</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new links from What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewplugins">hidenewplugins</a></td>
--- 576,592 ----
    <td valign="top"><a name="desc_hidenewstories">hidenewstories</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new stories from the What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewcomments">hidenewcomments</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new comments from the What's New block.</td></tr>
! <tr>
!   <td valign="top"><a name="desc_hidenewtrackbacks">hidenewtrackbacks</a></td>
!   <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new trackback comments from the What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewlinks">hidenewlinks</a></td>
    <td valign="top">0</td>
!   <td valign="top">Set to 1 to hide new links from the What's New block.</td></tr>
  <tr>
    <td valign="top"><a name="desc_hidenewplugins">hidenewplugins</a></td>

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/history,v
retrieving revision 1.265
retrieving revision 1.266
diff -C2 -d -r1.265 -r1.266
*** history	8 Jan 2005 20:11:33 -0000	1.265
--- history	16 Jan 2005 19:14:29 -0000	1.266
***************
*** 4,7 ****
--- 4,16 ----
  ------------
  
+ - 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
+   that information is missing. The function is called after Geeklog has checked
+   that the username and email address of the new user are okay (valid and not
+   in the database yet), but before the user has been added to the database
+   [Dirk]
  - Added a new script, directory.php, that implements a date-based listing of
    all the stories on a site [Dirk]
***************
*** 14,17 ****
--- 23,28 ----
  - Fixed / updated some texts in the German language files [Dirk]
  
+ - Updated Italian language file, provided by Marcello Teodori
+ 
  
  Dec 31, 2004 (1.3.11)




More information about the geeklog-cvs mailing list