[geeklog-cvs] geeklog-1.3 config.php,1.148,1.149

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


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

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


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** config.php	31 Dec 2004 10:33:31 -0000	1.148
--- config.php	16 Jan 2005 19:14:26 -0000	1.149
***************
*** 9,16 ****
  // | Geeklog configuration file.                                               |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2001-2004 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs - tony at tonybibbs.com                                  |
! // |          Dirk Haun  - dirk at haun-online.de                                 |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 9,16 ----
  // | Geeklog configuration file.                                               |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2001-2005 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs - tony AT tonybibbs DOT com                           |
! // |          Dirk Haun  - dirk AT haun-online DOT de                          |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 468,480 ****
  
  // Following times are in seconds
! $_CONF['newstoriesinterval']  =   86400; // = 24 hours
! $_CONF['newcommentsinterval'] =  172800; // = 48 hours
! $_CONF['newlinksinterval']    = 1209600; // = 14 days
  
  // Set to 1 to hide a section from the What's New block:
! $_CONF['hidenewstories']  = 0;
! $_CONF['hidenewcomments'] = 0;
! $_CONF['hidenewlinks']    = 0;
! $_CONF['hidenewplugins']  = 0;
  
  // Link to the documentation from the Admin block (0 = hide link, 1 = show)
--- 468,485 ----
  
  // Following times are in seconds
! $_CONF['newstoriesinterval']   =   86400; // = 24 hours
! $_CONF['newcommentsinterval']  =  172800; // = 48 hours
! $_CONF['newtrackbackinterval'] =  172800; // = 48 hours
! $_CONF['newlinksinterval']     = 1209600; // = 14 days
  
  // Set to 1 to hide a section from the What's New block:
! $_CONF['hidenewstories']    = 0;
! $_CONF['hidenewcomments']   = 0;
! $_CONF['hidenewtrackbacks'] = 0;
! $_CONF['hidenewlinks']      = 0;
! $_CONF['hidenewplugins']    = 0;
! 
! // Disable trackback comments by setting this to 'false'
! $_CONF['trackback_enabled'] = true;
  
  // Link to the documentation from the Admin block (0 = hide link, 1 = show)
***************
*** 540,544 ****
  // Uncomment the following line to set the copyright year in the site's footer
  // to a specific year. Otherwise, the current year will be used.
! // $_CONF['copyrightyear'] = '2004';
  
  
--- 545,549 ----
  // Uncomment the following line to set the copyright year in the site's footer
  // to a specific year. Otherwise, the current year will be used.
! // $_CONF['copyrightyear'] = '2005';
  
  
***************
*** 699,703 ****
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.3.11');
  }
  
--- 704,708 ----
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.3.12cvs');
  }
  




More information about the geeklog-cvs mailing list