[pLog-svn] r1467 - plog/trunk

Oscar Renalias phunkphorce at gmail.com
Mon Mar 14 07:02:05 GMT 2005


No there's no need to. These are just default values that will be
added when the wizard is run for the first time, but for those of us
who are already running, it's only a matter of going to
administration->global settings and change them.

Oscar


On Sun, 13 Mar 2005 21:56:03 -0800, Paul Westbrook <paul at westbrooks.org> wrote:
> Hello,
>     With these changes that are made to wizard.php, should people who
> are running versions from svn, re-run this script?
> 
> --Paul
> 
> 
> On Mar 13, 2005, at 9:15 AM, oscar at devel.plogworld.net wrote:
> 
> > Author: oscar
> > Date: 2005-03-13 17:15:04 +0000 (Sun, 13 Mar 2005)
> > New Revision: 1467
> >
> > Modified:
> >    plog/trunk/wizard.php
> > Log:
> > added one missing config setting
> >
> > Modified: plog/trunk/wizard.php
> > ===================================================================
> > --- plog/trunk/wizard.php     2005-03-13 17:14:41 UTC (rev 1466)
> > +++ plog/trunk/wizard.php     2005-03-13 17:15:04 UTC (rev 1467)
> > @@ -639,6 +639,7 @@
> >  $Inserts[108] = "INSERT INTO {dbprefix}config (config_key,
> > config_value, value_type) VALUES('template_compile_check', '1', 1);";
> >  $Inserts[109] = "INSERT INTO {dbprefix}config (config_key,
> > config_value, value_type) VALUES('update_cached_article_reads', '1',
> > 1);";
> >  $Inserts[110] = "INSERT INTO {dbprefix}config (config_key,
> > config_value, value_type) VALUES('allow_php_code_in_templates', '0',
> > 1);";
> > +$Inserts[111] = "INSERT INTO {dbprefix}config (config_key,
> > config_value, value_type)
> > VALUES('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
> >
> >
> >       /**
> > @@ -1410,7 +1411,7 @@
> >              // ---
> >              // add the new configuration settings that were added for
> > 1.0
> >              // ---
> > -            $newSettings = range( 71, 110 );
> > +            $newSettings = range( 71, 111 );
> >              foreach( $newSettings as $settingId ) {
> >                  $setting = $Inserts[$settingId];
> >                  $query = str_replace( "{dbprefix}", $this->_dbPrefix,
> > $setting );
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.plogworld.net
> > http://devel.plogworld.net/mailman/listinfo/plog-svn
> >
> >
> --
> Paul Westbrook
> paul at westbrooks.org
> <http://www.westbrooks.org>
> 
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
> 
> 
>



More information about the pLog-svn mailing list