[pLog-svn] r5590 - plog/branches/lifetype-1.2/install

Mark Wu markplace at gmail.com
Thu Jun 28 10:51:39 EDT 2007


Ah, I see.

Because only English locale change the description according to this. But
other locale doesn't.

That's why I think why the config is different from description said.

Mark 

-----Original Message-----
From: plog-svn-bounces at devel.lifetype.net
[mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of Jon Daley
Sent: Thursday, June 28, 2007 10:41 PM
To: LifeType Developer List
Subject: Re: [pLog-svn] r5590 - plog/branches/lifetype-1.2/install

 	Why?  We did the purposely.  You can change it to the old behavior
if you want.  (Some?) search engines ignore hyphens, but don't ignore
underscores.  This change should be reverted.

On Thu, 28 Jun 2007, mark at devel.lifetype.net wrote:

> Author: mark
> Date: 2007-06-28 03:59:47 -0400 (Thu, 28 Jun 2007) New Revision: 5590
>
> Modified:
>   plog/branches/lifetype-1.2/install/defaultconfig.properties.php
> Log:
> Weird, the default urlized word separator should be "_" not "-".
>
> Modified: 
> plog/branches/lifetype-1.2/install/defaultconfig.properties.php
> ===================================================================
> --- plog/branches/lifetype-1.2/install/defaultconfig.properties.php
2007-06-28 02:44:57 UTC (rev 5589)
> +++ plog/branches/lifetype-1.2/install/defaultconfig.properties.php
2007-06-28 07:59:47 UTC (rev 5590)
> @@ -115,7 +115,7 @@
> $Inserts['skip_dashboard']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('skip_dashboard', '0', 1);";
> $Inserts['use_captcha_auth']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('use_captcha_auth', '0', 1);";
> $Inserts['page_suffix_format']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('page_suffix_format', '/page/{page}', 3);";
> -$Inserts['urlize_word_separator']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('urlize_word_separator', '-', 3);";
> +$Inserts['urlize_word_separator']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('urlize_word_separator', '_', 3);";
> $Inserts['summary_template_cache_lifetime'] 				=
"INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES
('summary_template_cache_lifetime', '0', 1 );";
> $Inserts['http_cache_lifetime']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('http_cache_lifetime', '1800', 1 );";
> $Inserts['blog_does_not_exist_url']
= "INSERT INTO {dbprefix}config (config_key, config_value, value_type)
VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

--
Jon Daley
http://jon.limedaley.com/

The probability of someone watching you is proportional to the stupidity of
your action.
_______________________________________________
pLog-svn mailing list
pLog-svn at devel.lifetype.net
http://limedaley.com/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list