[vhffs-dev] [930] Oops...

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 930
Author:   crafty
Date:     2007-09-19 16:48:59 +0000 (Wed, 19 Sep 2007)

Log Message:
-----------
Oops... patching and commiting the cache directory was not necessary :)

Modified Paths:
--------------
    trunk/vhffs-forum/punbb-1.2.15_vhffs.patch


Modified: trunk/vhffs-forum/punbb-1.2.15_vhffs.patch
===================================================================
--- trunk/vhffs-forum/punbb-1.2.15_vhffs.patch	2007-09-19 16:36:39 UTC (rev 929)
+++ trunk/vhffs-forum/punbb-1.2.15_vhffs.patch	2007-09-19 16:48:59 UTC (rev 930)
@@ -1,151 +1,3 @@
-diff -Nru punbb-1.2.15/upload/cache/cache_bans.php punbb-1.2.15-VHFFS-patched/upload/cache/cache_bans.php
---- punbb-1.2.15/upload/cache/cache_bans.php	1970-01-01 01:00:00.000000000 +0100
-+++ punbb-1.2.15-VHFFS-patched/upload/cache/cache_bans.php	2007-09-19 14:56:51.000000000 +0200
-@@ -0,0 +1,8 @@
-+<?php
-+
-+define('PUN_BANS_LOADED', 1);
-+
-+$pun_bans = array (
-+);
-+
-+?>
-\ No newline at end of file
-diff -Nru punbb-1.2.15/upload/cache/cache_config.php punbb-1.2.15-VHFFS-patched/upload/cache/cache_config.php
---- punbb-1.2.15/upload/cache/cache_config.php	1970-01-01 01:00:00.000000000 +0100
-+++ punbb-1.2.15-VHFFS-patched/upload/cache/cache_config.php	2007-09-19 14:56:23.000000000 +0200
-@@ -0,0 +1,82 @@
-+<?php
-+
-+define('PUN_CONFIG_LOADED', 1);
-+
-+$pun_config = array (
-+  'o_cur_version' => '1.2.14',
-+  'o_board_title' => 'PunBB patch for VHFFS test forum',
-+  'o_board_desc' => 'Patching, testing, re-patching, re-testing...',
-+  'o_server_timezone' => '0',
-+  'o_time_format' => 'H:i:s',
-+  'o_date_format' => 'Y-m-d',
-+  'o_timeout_visit' => '600',
-+  'o_timeout_online' => '300',
-+  'o_redirect_delay' => '1',
-+  'o_show_version' => '0',
-+  'o_show_user_info' => '1',
-+  'o_show_post_count' => '1',
-+  'o_smilies' => '1',
-+  'o_smilies_sig' => '1',
-+  'o_make_links' => '1',
-+  'o_default_lang' => 'French',
-+  'o_default_style' => 'Oxygen',
-+  'o_default_user_group' => '4',
-+  'o_topic_review' => '15',
-+  'o_disp_topics_default' => '30',
-+  'o_disp_posts_default' => '25',
-+  'o_indent_num_spaces' => '4',
-+  'o_quickpost' => '1',
-+  'o_users_online' => '1',
-+  'o_censoring' => '0',
-+  'o_ranks' => '1',
-+  'o_show_dot' => '1',
-+  'o_quickjump' => '1',
-+  'o_gzip' => '0',
-+  'o_additional_navlinks' => '',
-+  'o_report_method' => '0',
-+  'o_regs_report' => '0',
-+  'o_mailing_list' => 'crafty@xxxxxxxxxxxxx',
-+  'o_avatars' => '1',
-+  'o_avatars_dir' => 'img/avatars',
-+  'o_avatars_width' => '60',
-+  'o_avatars_height' => '60',
-+  'o_avatars_size' => '10240',
-+  'o_search_all_forums' => '1',
-+  'o_base_url' => 'http://forum.vhffs.org',
-+  'o_admin_email' => 'crafty@xxxxxxxxxxxxx',
-+  'o_webmaster_email' => 'crafty@xxxxxxxxxxxxx',
-+  'o_subscriptions' => '1',
-+  'o_smtp_host' => NULL,
-+  'o_smtp_user' => NULL,
-+  'o_smtp_pass' => NULL,
-+  'o_regs_allow' => '1',
-+  'o_regs_verify' => '0',
-+  'o_announcement' => '0',
-+  'o_announcement_message' => 'Enter your announcement here.',
-+  'o_rules' => '0',
-+  'o_rules_message' => 'Enter your rules here.',
-+  'o_maintenance' => '0',
-+  'o_maintenance_message' => 'The forums are temporarily down for maintenance. Please try again in a few minutes.<br />
-+<br />
-+/Administrator',
-+  'p_mod_edit_users' => '1',
-+  'p_mod_rename_users' => '0',
-+  'p_mod_change_passwords' => '0',
-+  'p_mod_ban_users' => '0',
-+  'p_message_bbcode' => '1',
-+  'p_message_img_tag' => '1',
-+  'p_message_all_caps' => '1',
-+  'p_subject_all_caps' => '1',
-+  'p_sig_all_caps' => '1',
-+  'p_sig_bbcode' => '1',
-+  'p_sig_img_tag' => '0',
-+  'p_sig_length' => '400',
-+  'p_sig_lines' => '4',
-+  'p_allow_banned_email' => '1',
-+  'p_allow_dupe_email' => '0',
-+  'p_force_guest_email' => '1',
-+  'o_pms_enabled' => '1',
-+  'o_pms_mess_per_page' => '10',
-+);
-+
-+?>
-\ No newline at end of file
-diff -Nru punbb-1.2.15/upload/cache/cache_quickjump_3.php punbb-1.2.15-VHFFS-patched/upload/cache/cache_quickjump_3.php
---- punbb-1.2.15/upload/cache/cache_quickjump_3.php	1970-01-01 01:00:00.000000000 +0100
-+++ punbb-1.2.15-VHFFS-patched/upload/cache/cache_quickjump_3.php	2007-09-19 17:28:50.000000000 +0200
-@@ -0,0 +1,19 @@
-+<?php
-+
-+if (!defined('PUN')) exit;
-+define('PUN_QJ_LOADED', 1);
-+
-+?>				<form id="qjump" method="get" action="viewforum.php">
-+					<div><label><?php echo $lang_common['Jump to'] ?>
-+
-+					<br /><select name="id" onchange="window.location=('viewforum.php?id='+this.options[this.selectedIndex].value)">
-+						<optgroup label="public">
-+							<option value="2"<?php echo ($forum_id == 2) ? ' selected="selected"' : '' ?>>Need Help ?</option>
-+						</optgroup>
-+						<optgroup label="Test category">
-+							<option value="1"<?php echo ($forum_id == 1) ? ' selected="selected"' : '' ?>>Test forum</option>
-+					</optgroup>
-+					</select>
-+					<input type="submit" value="<?php echo $lang_common['Go'] ?>" accesskey="g" />
-+					</label></div>
-+				</form>
-diff -Nru punbb-1.2.15/upload/cache/cache_ranks.php punbb-1.2.15-VHFFS-patched/upload/cache/cache_ranks.php
---- punbb-1.2.15/upload/cache/cache_ranks.php	1970-01-01 01:00:00.000000000 +0100
-+++ punbb-1.2.15-VHFFS-patched/upload/cache/cache_ranks.php	2007-09-19 17:03:34.000000000 +0200
-@@ -0,0 +1,20 @@
-+<?php
-+
-+define('PUN_RANKS_LOADED', 1);
-+
-+$pun_ranks = array (
-+  0 => 
-+  array (
-+    'id' => '1',
-+    'rank' => 'New member',
-+    'min_posts' => '0',
-+  ),
-+  1 => 
-+  array (
-+    'id' => '2',
-+    'rank' => 'Member',
-+    'min_posts' => '10',
-+  ),
-+);
-+
-+?>
-\ No newline at end of file
 diff -Nru punbb-1.2.15/upload/footer.php punbb-1.2.15-VHFFS-patched/upload/footer.php
 --- punbb-1.2.15/upload/footer.php	2007-04-10 20:19:26.000000000 +0200
 +++ punbb-1.2.15-VHFFS-patched/upload/footer.php	2007-09-19 16:49:59.000000000 +0200


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/