[pLog-svn] r3192 - plog/trunk/install

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Apr 5 12:26:39 GMT 2006


Author: mark
Date: 2006-04-05 12:26:39 +0000 (Wed, 05 Apr 2006)
New Revision: 3192

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
Some cosmetic change and remove two configuration key shouldn't be there.

Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-04-05 12:02:51 UTC (rev 3191)
+++ plog/trunk/install/defaultconfig.properties.php	2006-04-05 12:26:39 UTC (rev 3192)
@@ -59,71 +59,72 @@
 $Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xmlrpc_api_enabled', 1, 1);";
 $Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('uploads_enabled', 1, 1);";
 $Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_rss_profile', 'rss090', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_enabled', 1, 2);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_spam_probability_treshold', '0.9', 6);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_nonspam_probability_treshold', '0.2', 6);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_min_length_token', '3', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_max_length_token', '100', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_number_significant_tokens', 15, 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('bayesian_filter_spam_comments_action', 0, 1 );";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('ip_address_filter_enabled', 1, 1 );";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('content_filter_enabled', 1, 1 );";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_format','same',3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resources_folder','./gallery/',3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('beautify_comments_text', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('disable_apache_error_handler', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('show_future_posts_in_calendar', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('xhtml_converter_enabled', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('xhtml_converter_aggresive_mode_enabled', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('search_engine_enabled', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('search_in_custom_fields', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('search_in_comments', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resources_quota', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('category_link_format', '/blog/{blogname}/{catname}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('blog_link_format', '/blog/{blogname}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('archive_link_format', '/blog/{blogname}/archives/{year}/?{month}/?{day}', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('user_posts_link_format', '/blog/{blogname}/user/{username}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('post_trackbacks_link_format', '/blog/{blogname}/post/trackbacks/{postname}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_link_format', '/blog/{blogname}/content/{templatename}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('album_link_format', '/blog/{blogname}/album/{albumname}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resource_link_format', '/blog/{blogname}/resource/{albumname}/{resourcename}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resource_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview/{resourcename}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resource_download_link_format', '/blog/{blogname}/resource/{albumname}/download/{resourcename}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('permalink_format', '/blog/{blogname}/{catname}/{year}/{month}/{day}/{postname}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('script_name', 'index.php', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_generator_use_smoothing_algorithm', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resource_server_use_http_caching', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('medium_size_thumbnail_width', '640', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('medium_size_thumbnail_height', '480', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('resource_medium_size_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview-med/{resourcename}$', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('subdomains_enabled', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('include_blog_id_in_url', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('send_xmlrpc_pings_enabled_by_default', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('forbidden_usernames', 'admin www blog ftp wiki forums', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('force_registration_confirmation', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('summary_blogs_per_page', '25', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('subdomains_base_url', '', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('autosave_new_drafts_time_millis', '300000', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('save_drafts_via_xmlhttprequest_enabled', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('need_email_confirm_registration', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('force_one_blog_per_email_account', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('summary_show_agreement', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('default_time_offset', '0', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_cache_enabled', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_http_cache_enabled', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_compile_check', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('update_cached_article_reads', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('allow_php_code_in_templates', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_cache_lifetime', '-1', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('use_http_accept_language_detection', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('session_save_path', '', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('skip_dashboard', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('use_captcha_auth', '0', 1);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('page_suffix_format', '/page/{page}', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('urlize_word_separator', '_', 3);";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('summary_template_cache_lifetime', '0', 1 );";
-$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('http_cache_lifetime', '1800', 1 );";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_enabled', 1, 2);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_spam_probability_treshold', '0.9', 6);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_nonspam_probability_treshold', '0.2', 6);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_min_length_token', '3', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_max_length_token', '100', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_number_significant_tokens', 15, 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_spam_comments_action', 0, 1 );";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('ip_address_filter_enabled', 1, 1 );";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('content_filter_enabled', 1, 1 );";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_format','same',3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resources_folder','./gallery/',3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('beautify_comments_text', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('disable_apache_error_handler', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_future_posts_in_calendar', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xhtml_converter_enabled', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xhtml_converter_aggresive_mode_enabled', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_engine_enabled', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_in_custom_fields', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_in_comments', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resources_quota', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('category_link_format', '/blog/{blogname}/{catname}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_link_format', '/blog/{blogname}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('archive_link_format', '/blog/{blogname}/archives/{year}/?{month}/?{day}', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('user_posts_link_format', '/blog/{blogname}/user/{username}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('post_trackbacks_link_format', '/blog/{blogname}/post/trackbacks/{postname}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_link_format', '/blog/{blogname}/content/{templatename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('album_link_format', '/blog/{blogname}/album/{albumname}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_link_format', '/blog/{blogname}/resource/{albumname}/{resourcename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview/{resourcename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_medium_size_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview-med/{resourcename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_download_link_format', '/blog/{blogname}/resource/{albumname}/download/{resourcename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('permalink_format', '/blog/{blogname}/{catname}/{year}/{month}/{day}/{postname}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('script_name', 'index.php', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_generator_use_smoothing_algorithm', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_server_use_http_caching', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_width', '640', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_height', '480', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_medium_size_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview-med/{resourcename}$', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_enabled', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('include_blog_id_in_url', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('send_xmlrpc_pings_enabled_by_default', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('forbidden_usernames', 'admin www blog ftp wiki forums', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('force_registration_confirmation', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_blogs_per_page', '25', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_base_url', '', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('autosave_new_drafts_time_millis', '300000', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('save_drafts_via_xmlhttprequest_enabled', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('need_email_confirm_registration', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('force_one_blog_per_email_account', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_show_agreement', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_time_offset', '0', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_cache_enabled', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_http_cache_enabled', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_compile_check', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('update_cached_article_reads', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('allow_php_code_in_templates', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_cache_lifetime', '-1', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_http_accept_language_detection', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('session_save_path', '', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('skip_dashboard', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_captcha_auth', '0', 1);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('page_suffix_format', '/page/{page}', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '_', 3);";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_template_cache_lifetime', '0', 1 );";
+$Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('http_cache_lifetime', '1800', 1 );";
 $Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";
 $Inserts[$i++] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_global_article_category_id','1',1);";
 



More information about the pLog-svn mailing list