[geeklog-cvs] geeklog-1.3 config.php,1.144,1.145

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Nov 20 07:18:39 EST 2004


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

Modified Files:
	config.php 
Log Message:
Grouped the allow_... options together and rephrased the comments for mogrify.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** config.php	13 Nov 2004 18:08:17 -0000	1.144
--- config.php	20 Nov 2004 12:18:37 -0000	1.145
***************
*** 221,224 ****
--- 221,230 ----
  $_CONF['allow_user_photo']    = 1; // allow users to upload self-photo
  
+ // Allow users to change their username (if set to 1).
+ $_CONF['allow_username_change'] = 0;
+ 
+ // Allow users to delete their account (if set to 1).
+ $_CONF['allow_account_delete']  = 0;
+ 
  // hides the list of authors from the preferences
  $_CONF['hide_author_exclusion'] = 0;
***************
*** 407,416 ****
  $_CONF['skip_preview']  = 0; // If = 1, allow user to submit comments and stories without previewing
  
- // Allow users to change their username (if set to 1).
- $_CONF['allow_username_change'] = 0;
- 
- // Allow users to delete their account (if set to 1).
- $_CONF['allow_account_delete']  = 0;
- 
  
  // Topic Settings
--- 413,416 ----
***************
*** 552,561 ****
  $_CONF['image_lib'] = ''; // can be one of 'netpbm', 'imagemagick', 'gdlib'
  
! // If you set image_lib to imagemagick give this path otherwise comment it out
! // NOTE: you will need a fairly recent version of ImageMagick for this to work.
! // ImageMagick version 5.4.9 (or newer) is recommended.
  //$_CONF['path_to_mogrify']       = '/path/to/mogrify';
  
! // If you set image_lib to netpbm give the path to the netpbm directory, you
  // need the trailing slash here.
  // NOTE: if you use NETPBM, use the latest package from the Gallery package for
--- 552,561 ----
  $_CONF['image_lib'] = ''; // can be one of 'netpbm', 'imagemagick', 'gdlib'
  
! // If you set image_lib to 'imagemagick' give the complete path to mogrify
! // here (i.e. including the name of the executable), otherwise comment it out
! // NOTE: requires ImageMagick version 5.4.9 (or newer)
  //$_CONF['path_to_mogrify']       = '/path/to/mogrify';
  
! // If you set image_lib to 'netpbm' give the path to the netpbm directory, you
  // need the trailing slash here.
  // NOTE: if you use NETPBM, use the latest package from the Gallery package for




More information about the geeklog-cvs mailing list