You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(193) |
Nov
(393) |
Dec
(347) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(401) |
Feb
(232) |
Mar
(343) |
Apr
(129) |
May
(129) |
Jun
(116) |
Jul
(189) |
Aug
(129) |
Sep
(68) |
Oct
(172) |
Nov
(298) |
Dec
(148) |
| 2003 |
Jan
(264) |
Feb
(210) |
Mar
(322) |
Apr
(309) |
May
(234) |
Jun
(188) |
Jul
(215) |
Aug
(161) |
Sep
(234) |
Oct
(163) |
Nov
(110) |
Dec
(7) |
| 2004 |
Jan
(95) |
Feb
(107) |
Mar
(55) |
Apr
(3) |
May
(49) |
Jun
(35) |
Jul
(57) |
Aug
(43) |
Sep
(56) |
Oct
(40) |
Nov
(25) |
Dec
(21) |
| 2005 |
Jan
(93) |
Feb
(25) |
Mar
(22) |
Apr
(72) |
May
(45) |
Jun
(24) |
Jul
(29) |
Aug
(20) |
Sep
(50) |
Oct
(93) |
Nov
(69) |
Dec
(183) |
| 2006 |
Jan
(185) |
Feb
(143) |
Mar
(402) |
Apr
(260) |
May
(322) |
Jun
(367) |
Jul
(234) |
Aug
(299) |
Sep
(206) |
Oct
(288) |
Nov
(338) |
Dec
(307) |
| 2007 |
Jan
(296) |
Feb
(250) |
Mar
(261) |
Apr
(434) |
May
(539) |
Jun
(274) |
Jul
(440) |
Aug
(190) |
Sep
(128) |
Oct
(249) |
Nov
(86) |
Dec
(51) |
| 2008 |
Jan
(177) |
Feb
(67) |
Mar
(61) |
Apr
(48) |
May
(56) |
Jun
(97) |
Jul
(60) |
Aug
(64) |
Sep
(151) |
Oct
(79) |
Nov
(109) |
Dec
(123) |
| 2009 |
Jan
(70) |
Feb
(70) |
Mar
(73) |
Apr
(80) |
May
(22) |
Jun
(193) |
Jul
(191) |
Aug
(181) |
Sep
(120) |
Oct
(48) |
Nov
(24) |
Dec
|
|
From: James A. <th...@us...> - 2001-11-14 06:37:08
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv19240/templates/subSilver
Modified Files:
index_body.tpl search_body.tpl
Log Message:
Implemented Bart's 'egosearch', and the search for unanswered posts.
Created links that are accessable from anywhere
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** index_body.tpl 2001/11/03 15:15:05 1.7
--- index_body.tpl 2001/11/14 06:37:05 1.8
***************
*** 3,7 ****
<tr>
<td align="left" valign="bottom"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
! <td align="right" class="gensmall"><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{L_LAST_VISIT} {LAST_VISIT_DATE}</td>
</tr>
</table>
--- 3,12 ----
<tr>
<td align="left" valign="bottom"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
! <td align="right" class="gensmall">
! <!-- BEGIN egosearch -->
! <a href="{egosearch.U_SEARCH_SELF}" class="gensmall">{egosearch.L_SEARCH_SELF}</a><br />
! <!-- END egosearch -->
! <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
! <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{L_LAST_VISIT} {LAST_VISIT_DATE}</td>
</tr>
</table>
Index: search_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** search_body.tpl 2001/11/09 13:00:04 1.3
--- search_body.tpl 2001/11/14 06:37:05 1.4
***************
*** 1,3 ****
! <form action="{S_SEARCH_ACTION}" method="post">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
--- 1,3 ----
! <form action="{S_SEARCH_ACTION}" method="POST">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
|
|
From: James A. <th...@us...> - 2001-11-14 03:53:04
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv23041/admin Modified Files: admin_board.php Log Message: Translated all the remaining enlgish strings in the admin config section Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** admin_board.php 2001/11/13 16:07:42 1.31 --- admin_board.php 2001/11/14 03:53:00 1.32 *************** *** 135,139 **** "L_ENABLED" => $lang['Enabled'], "L_DISABLED" => $lang['Disabled'], ! "SITENAME" => $new['sitename'], "SITE_DESCRIPTION" => $new['site_desc'], --- 135,188 ---- "L_ENABLED" => $lang['Enabled'], "L_DISABLED" => $lang['Disabled'], ! "L_ABILITIES_SETTINGS" => $lang['Abilities_settings'], ! "L_FLOOD_INTERVAL" => $lang['Flood_Interval'], ! "L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'], ! "L_TOPICS_PER_PAGE" => $lang['Topics_per_page'], ! "L_POSTS_PER_PAGE" => $lang['Posts_per_page'], ! "L_HOT_THRESHOLD" => $lang['Hot_threshold'], ! "L_DEFAULT_STYLE" => $lang['Default_style'], ! "L_OVERRIDE_STYLE" => $lang['Override_style'], ! "L_OVERRIDE_STYLE_EXPLAIN" => $lang['Override_style_explain'], ! "L_DEFAULT_LANGUAGE" => $lang['Default_language'], ! "L_DATE_FORMAT" => $lang['Date_format'], ! "L_SYSTEM_TIMEZONE" => $lang['System_timezone'], ! "L_ENABLE_GZIP" => $lang['Enable_gzip'], ! "L_ENABLE_PRUNE" => $lang['Enable_prune'], ! "L_ALLOW_HTML" => $lang['Allow_HTML'], ! "L_ALLOW_BBCODE" => $lang['Allow_BBCode'], ! "L_ALLOWED_TAGS" => $lang['Allowed_tags'], ! "L_ALLOWED_TAGS_EXPLAIN" => $lang['Allowed_tags_explain'], ! "L_ALLOW_SMILIES" => $lang['Allow_smilies'], ! "L_SMILIES_PATH" => $lang['Smilies_path'], ! "L_SMILIES_PATH_EXPLAIN" => $lang['Smilies_path_explain'], ! "L_ALLOW_SIG" => $lang['Allow_sig'], ! "L_MAX_SIG_LENGTH" => $lang['Max_sig_length'], ! "L_MAX_SIG_LENGTH_EXPLAIN" => $lang['Max_sig_length_explain'], ! "L_ALLOW_NAME_CHANGE" => $lang['Allow_name_change'], ! "L_AVATAR_SETTINGS" => $lang['Avatar_settings'], ! "L_ALLOW_LOCAL" => $lang['Allow_local'], ! "L_ALLOW_REMOTE" => $lang['Allow_remote'], ! "L_ALLOW_REMOTE_EXPLAIN" => $lang['Allow_remote_explain'], ! "L_ALLOW_UPLOAD" => $lang['Allow_upload'], ! "L_MAX_FILESIZE" => $lang['Max_filesize'], ! "L_MAX_FILESIZE_EXPLAIN" => $lang['Max_filesize_explain'], ! "L_MAX_AVATAR_SIZE" => $lang['Max_avatar_size'], ! "L_MAX_AVATAR_SIZE_EXPLAIN" => $lang['Max_avatar_size_explain'], ! "L_AVATAR_STORAGE_PATH" => $lang['Avatar_storage_path'], ! "L_AVATAR_STORAGE_PATH_EXPLAIN" => $lang['Avatar_storage_path_explain'], ! "L_AVATAR_GALLERY_PATH" => $lang['Avatar_gallery_path'], ! "L_AVATAR_GALLERY_PATH_EXPLAIN" => $lang['Avatar_gallery_path_explain'], ! "L_COPPA_SETTINGS" => $lang['COPPA_settings'], ! "L_COPPA_FAX" => $lang['COPPA_fax'], ! "L_COPPA_MAIL" => $lang['COPPA_mail'], ! "L_COPPA_MAIL_EXPLAIN" => $lang['COPPA_mail_explain'], ! "L_EMAIL_SETTINGS" => $lang['Email_settings'], ! "L_ADMIN_EMAIL" => $lang['Admin_email'], ! "L_EMAIL_SIG" => $lang['Email_sig'], ! "L_EMAIL_SIG_EXPLAIN" => $lang['Email_sig_explain'], ! "L_USE_SMTP" => $lang['Use_SMTP'], ! "L_USE_SMTP_EXPLAIN" => $lang['Use_SMTP_explain'], ! "L_SMTP_SERVER" => $lang['SMTP_server'], ! "SITENAME" => $new['sitename'], "SITE_DESCRIPTION" => $new['site_desc'], |
|
From: James A. <th...@us...> - 2001-11-14 03:53:03
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv23041/language/lang_english Modified Files: lang_main.php Log Message: Translated all the remaining enlgish strings in the admin config section Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** lang_main.php 2001/11/13 16:07:42 1.30 --- lang_main.php 2001/11/14 03:53:00 1.31 *************** *** 946,949 **** --- 946,999 ---- $lang['Acct_activation'] = "Enable account activation"; + $lang['Abilities_settings'] = "User/Forum Ability Settings"; + $lang['Flood_Interval'] = "Flood Interval"; + $lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts"; + $lang['Topics_per_page'] = "Topics Per Page"; + $lang['Posts_per_page'] = "Posts Per Page"; + $lang['Hot_threshold'] = "Hot Threshold"; + $lang['Default_style'] = "Default Style"; + $lang['Override_style'] = "Override user style"; + $lang['Override_style_explain'] = "Replaces users style with the default"; + $lang['Default_language'] = "Default Language"; + $lang['Date_format'] = "Date Format"; + $lang['System_timezone'] = "System Timezone"; + $lang['Enable_gzip'] = "Enable GZip Compression"; + $lang['Enable_prune'] = "Enable Forum Pruning"; + $lang['Allow_HTML'] = "Allow HTML"; + $lang['Allow_BBCode'] = "Allow BBCode"; + $lang['Allowed_tags'] = "Allowed HTML tags"; + $lang['Allowed_tags_explain'] = "Seperate tags with commas"; + $lang['Allow_smilies'] = "Allow Smilies"; + $lang['Smilies_path'] = "Smilies Storage Path"; + $lang['Smilies_path_explain'] = "Path under your phpBB root dir, e.g. images/smilies"; + $lang['Allow_sig'] = "Allow Signatures"; + $lang['Max_sig_length'] = "Maximum signature length"; + $lang['Max_sig_length_explain'] = "Most number of characters allowed in a users signature"; + $lang['Allow_name_change'] = "Allow Name Change"; + $lang['Avatar_settings'] = "Avatar Settings"; + $lang['Allow_local'] = "Allow local gallery avatars"; + $lang['Allow_remote'] = "Allow remote avatars"; + $lang['Allow_remote_explain'] = "Avatars linked from another website"; + $lang['Allow_upload'] = "Allow avatar uploading"; + $lang['Max_filesize'] = "Max. Avatar File Size"; + $lang['Max_filesize_explain'] = "For uploaded avatar files"; + $lang['Max_avatar_size'] = "Max. Avatar Size"; + $lang['Max_avatar_size_explain'] = "(height x width)"; + $lang['Avatar_storage_path'] = "Avatar Storage Path"; + $lang['Avatar_storage_path_explain'] = "Path under your phpBB root dir, e.g. images/avatars"; + $lang['Avatar_gallery_path'] = "Avatar Gallery Path"; + $lang['Avatar_gallery_path_explain'] = "Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery"; + $lang['COPPA_settings'] = "COPPA Settings"; + $lang['COPPA_fax'] = "COPPA Fax Number"; + $lang['COPPA_mail'] = "COPPA Mailing Address"; + $lang['COPPA_mail_explain'] = "This is the mailing address where parents will send COPPA registration forms"; + $lang['Email_settings'] = "Email Settings"; + $lang['Admin_email'] = "Admin Email Address"; + $lang['Email_sig'] = "Email Signature"; + $lang['Email_sig_explain'] = "This text will be attached to all emails the board sends"; + $lang['Use_SMTP'] = "Use SMTP for delivery"; + $lang['Use_SMTP_explain'] = "Say yes if you want or have to send email via a server instead of the local mail function"; + $lang['SMTP_server'] = "SMTP Server Address"; + $lang['Disable_privmsg'] = "Disable Private Messaging"; $lang['Inbox_limits'] = "Max posts in Inbox"; *************** *** 1117,1122 **** $lang['Attempt_ftp'] = "Attempt to ftp config file into place:"; $lang['Send_file'] = "Just send the file to me and I'll ftp it manually:"; ! $lang['ftp_option'] = "<br />Since the ftp extensions are loaded in php you may will also be given ! the option of first trying to automatically ftp the config file into place."; $lang['ftp_instructs'] = "You have chosen to attempt to ftp the file to your phpBB installation automagically. Please enter the information below to facilitate this process. Note that the FTP Path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it."; $lang['ftp_path'] = "FTP Path to phpBB2:"; --- 1167,1171 ---- $lang['Attempt_ftp'] = "Attempt to ftp config file into place:"; $lang['Send_file'] = "Just send the file to me and I'll ftp it manually:"; ! $lang['ftp_option'] = "<br />Since the ftp extensions are loaded in php you may will also be given the option of first trying to automatically ftp the config file into place."; $lang['ftp_instructs'] = "You have chosen to attempt to ftp the file to your phpBB installation automagically. Please enter the information below to facilitate this process. Note that the FTP Path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it."; $lang['ftp_path'] = "FTP Path to phpBB2:"; |
|
From: James A. <th...@us...> - 2001-11-14 03:53:03
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv23041/templates/subSilver/admin
Modified Files:
board_config_body.tpl
Log Message:
Translated all the remaining enlgish strings in the admin config section
Index: board_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** board_config_body.tpl 2001/11/13 16:07:42 1.4
--- board_config_body.tpl 2001/11/14 03:53:00 1.5
***************
*** 9,65 ****
</tr>
<tr>
! <td class="row1">{L_SITE_NAME}:</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
! <td class="row1">{L_SITE_DESCRIPTION}:</td>
<td class="row2"><input type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}"></td>
</tr>
<tr>
! <td class="row1">{L_ACCT_ACTIVATION}:</td>
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
</tr>
<tr>
! <td class="row1">Flood Interval: <br /><span class="gensmall">Number of seconds a user must wait between posts</span></td>
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
</tr>
<tr>
! <td class="row1">Topics Per Page</td>
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">Posts Per Page</td>
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">Hot Threshold</td>
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
! <td class="row1">Default Style:</td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1">Override user style:<br /><span class="gensmall">Replaces users style with the default</span></td>
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Default Language:</td>
<td class="row2">{LANG_SELECT}</td>
</tr>
<tr>
! <td class="row1">Date Format:<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
</tr>
<tr>
! <td class="row1">System Timezone:</td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1">Enable GZip Compression:</td>
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Enable Forum Pruning:</td>
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
</tr>
--- 9,65 ----
</tr>
<tr>
! <td class="row1">{L_SITE_NAME}</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
! <td class="row1">{L_SITE_DESCRIPTION}</td>
<td class="row2"><input type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}"></td>
</tr>
<tr>
! <td class="row1">{L_ACCT_ACTIVATION}</td>
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
</tr>
<tr>
! <td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
</tr>
<tr>
! <td class="row1">{L_TOPICS_PER_PAGE}</td>
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">{L_POSTS_PER_PAGE}</td>
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">{L_HOT_THRESHOLD}</td>
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
! <td class="row1">{L_DEFAULT_STYLE}</td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1">{L_OVERRIDE_STYLE}<br /><span class="gensmall">{L_OVERRIDE_STYLE_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_DEFAULT_LANGUAGE}</td>
<td class="row2">{LANG_SELECT}</td>
</tr>
<tr>
! <td class="row1">{L_DATE_FORMAT}<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
</tr>
<tr>
! <td class="row1">{L_SYSTEM_TIMEZONE}</td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1">{L_ENABLE_GZIP}</td>
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_ENABLE_PRUNE}</td>
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
</tr>
***************
*** 84,196 ****
</tr>
<tr>
! <th class="thHead" colspan="2">User/Forum Ability Settings</th>
</tr>
<tr>
! <td class="row1">Allow HTML</td>
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allowed HTML tags<br /><span class="gensmall">Seperate tags with commas</span></td>
<td class="row2"><input type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}"></td>
</tr>
<tr>
! <td class="row1">Allow BBCode</td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow Smilies</td>
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Smilies Storage Path <br /><span class="gensmall">Path under your phpBB root dir, e.g. images/smilies</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
</tr>
<tr>
! <td class="row1">Allow Signatures</td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Maximum signature length<br /><span class="gensmall">Number of characters allowed</span></td>
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
</tr>
<tr>
! <td class="row1">Allow Name Change</td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
</tr>
<tr>
! <th class="thHead" colspan="2">Avatar Settings</th>
</tr>
<tr>
! <td class="row1">Allow local gallery avatars</td>
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow remote avatars <br /><span class="gensmall">Avatars linked from another website</span></td>
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow avatar uploading</td>
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Max. Avatar File Size<br /><span class="gensmall">For uploaded avatar files</span></td>
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
</tr>
<tr>
! <td class="row1">Max. Avatar Size <br />
! <span class="gensmall">(height x width)</span>
</td>
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
</tr>
<tr>
! <td class="row1">Avatar Storage Path <br /><span class="gensmall">Path under your phpBB root dir, e.g. images/avatars</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td>
</tr>
<tr>
! <td class="row1">Avatar Gallery Path <br /><span class="gensmall">Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td>
</tr>
<tr>
! <th class="thHead" colspan="2">COPPA Settings</th>
</tr>
<tr>
! <td class="row1">COPPA Fax Number</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="coppa_fax" value="{COPPA_FAX}" /></td>
</tr>
<tr>
! <td class="row1">COPPA Mailing Address<br /><span class="gensmall">This is the mailing address where parents will send COPPA registration forms</span></td>
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td>
</tr>
<tr>
! <th class="thHead" colspan="2">Email Settings</th>
</tr>
<tr>
! <td class="row1">Admin Email Address</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td>
</tr>
<tr>
! <td class="row1">Email Signature<br /><span class="gensmall">This text will be attached to all emails the board sends</span></td>
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
<tr>
! <td class="row1">Use SMTP for delivery<br /><span class="gensmall">Say {L_YES} if you want or have to send email via a server instead of the local mail function</span></td>
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td>
</tr>
<tr>
! <td class="row1">SMTP Server</td>
<td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td>
</tr>
- <tr>
- <td class="row1">SMTP Username</td>
- <td class="row2"><input type="text" name="smtp_username" value="{SMTP_USERNAME}" size="25" maxlength="50" /></td>
- </tr>
- <tr>
- <td class="row1">SMTP Password</td>
- <td class="row2"><input type="text" name="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="50" /></td>
- </tr>
<tr>
! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings" class="mainoption" />
</td>
</tr>
--- 84,188 ----
</tr>
<tr>
! <th class="thHead" colspan="2">{L_ABILITIES_SETTINGS}</th>
</tr>
<tr>
! <td class="row1">{L_ALLOW_HTML}</td>
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_ALLOWED_TAGS}<br /><span class="gensmall">{L_ALLOWED_TAGS_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}"></td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_BBCODE}</td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_SMILIES}</td>
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_SMILIES_PATH} <br /><span class="gensmall">{L_SMILIES_PATH_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_SIG}</td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_MAX_SIG_LENGTH}<br /><span class="gensmall">{L_MAX_SIG_LENGTH_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_NAME_CHANGE}</td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
</tr>
<tr>
! <th class="thHead" colspan="2">{L_AVATAR_SETTINGS}</th>
</tr>
<tr>
! <td class="row1">{L_ALLOW_LOCAL}</td>
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_ALLOW_UPLOAD}</td>
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
</tr>
<tr>
! <td class="row1">{L_MAX_AVATAR_SIZE} <br />
! <span class="gensmall">{L_MAX_AVATAR_SIZE_EXPLAIN}</span>
</td>
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
</tr>
<tr>
! <td class="row1">{L_AVATAR_STORAGE_PATH} <br /><span class="gensmall">{L_AVATAR_STORAGE_PATH_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td>
</tr>
<tr>
! <td class="row1">{L_AVATAR_GALLERY_PATH} <br /><span class="gensmall">{L_AVATAR_GALLERY_PATH_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td>
</tr>
<tr>
! <th class="thHead" colspan="2">{L_COPPA_SETTINGS}</th>
</tr>
<tr>
! <td class="row1">{L_COPPA_FAX}</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="coppa_fax" value="{COPPA_FAX}" /></td>
</tr>
<tr>
! <td class="row1">{L_COPPA_MAIL}<br /><span class="gensmall">{L_COPPA_MAIL_EXPLAIN}</span></td>
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td>
</tr>
<tr>
! <th class="thHead" colspan="2">{L_EMAIL_SETTINGS}</th>
</tr>
<tr>
! <td class="row1">{L_ADMIN_EMAIL}</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td>
</tr>
<tr>
! <td class="row1">{L_EMAIL_SIG}<br /><span class="gensmall">{L_EMAIL_SIG_EXPLAIN}</span></td>
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
<tr>
! <td class="row1">{L_USE_SMTP}<br /><span class="gensmall">{L_USE_SMTP_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td>
</tr>
<tr>
! <td class="row1">{L_SMPT_SERVER}</td>
<td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
</td>
</tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 21:17:35
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv31963/admin
Modified Files:
admin_db_utilities.php
Log Message:
Added new tables to backup list
Index: admin_db_utilities.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_db_utilities.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** admin_db_utilities.php 2001/11/09 08:57:37 1.27
--- admin_db_utilities.php 2001/11/13 21:17:32 1.28
***************
*** 685,689 ****
}
! $tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');
$additional_tables = (isset($HTTP_POST_VARS['additional_tables'])) ? $HTTP_POST_VARS['additional_tables'] : ( (isset($HTTP_GET_VARS['additional_tables'])) ? $HTTP_GET_VARS['additional_tables'] : "" );
--- 685,689 ----
}
! $tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');
$additional_tables = (isset($HTTP_POST_VARS['additional_tables'])) ? $HTTP_POST_VARS['additional_tables'] : ( (isset($HTTP_GET_VARS['additional_tables'])) ? $HTTP_GET_VARS['additional_tables'] : "" );
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 17:36:30
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv2504
Modified Files:
modcp.php
Log Message:
Language updates
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** modcp.php 2001/11/03 01:12:53 1.43
--- modcp.php 2001/11/13 17:36:27 1.44
***************
*** 40,44 ****
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = (isset($HTTP_POST_VARS[POST_FORUM_URL])) ? $HTTP_POST_VARS[POST_FORUM_URL] : $HTTP_GET_VARS[POST_FORUM_URL];
}
else
--- 40,44 ----
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = (isset($HTTP_POST_VARS[POST_FORUM_URL])) ? intval($HTTP_POST_VARS[POST_FORUM_URL]) : intval($HTTP_GET_VARS[POST_FORUM_URL]);
}
else
***************
*** 49,53 ****
if( isset($HTTP_GET_VARS[POST_POST_URL]) || isset($HTTP_POST_VARS[POST_POST_URL]) )
{
! $post_id = (isset($HTTP_POST_VARS[POST_POST_URL])) ? $HTTP_POST_VARS[POST_POST_URL] : $HTTP_GET_VARS[POST_POST_URL];
}
else
--- 49,53 ----
if( isset($HTTP_GET_VARS[POST_POST_URL]) || isset($HTTP_POST_VARS[POST_POST_URL]) )
{
! $post_id = (isset($HTTP_POST_VARS[POST_POST_URL])) ? intval($HTTP_POST_VARS[POST_POST_URL]) : intval($HTTP_GET_VARS[POST_POST_URL]);
}
else
***************
*** 58,62 ****
if( isset($HTTP_GET_VARS[POST_TOPIC_URL]) || isset($HTTP_POST_VARS[POST_TOPIC_URL]) )
{
! $topic_id = (isset($HTTP_POST_VARS[POST_TOPIC_URL])) ? $HTTP_POST_VARS[POST_TOPIC_URL] : $HTTP_GET_VARS[POST_TOPIC_URL];
}
else
--- 58,62 ----
if( isset($HTTP_GET_VARS[POST_TOPIC_URL]) || isset($HTTP_POST_VARS[POST_TOPIC_URL]) )
{
! $topic_id = (isset($HTTP_POST_VARS[POST_TOPIC_URL])) ? intval($HTTP_POST_VARS[POST_TOPIC_URL]) : intval($HTTP_GET_VARS[POST_TOPIC_URL]);
}
else
***************
*** 65,70 ****
}
! $confirm = ( $HTTP_POST_VARS['confirm'] ) ? TRUE : FALSE;
! $cancel = ( $HTTP_POST_VARS['cancel'] ) ? TRUE : FALSE;
//
--- 65,70 ----
}
! $confirm = ( $HTTP_POST_VARS['confirm'] ) ? TRUE : 0;
! $cancel = ( $HTTP_POST_VARS['cancel'] ) ? TRUE : 0;
//
***************
*** 320,334 ****
if( !empty($topic_id) )
{
! $next_page = "viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id";
! $return_message = $lang['to_return_forum'];
}
else
{
! $next_page = "modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id";
! $return_message = $lang['Return_to_modcp'];
}
! $message = $lang['Topics_Removed'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid($next_page) . "\">" . $lang['HERE'] . "</a> " . $return_message;
! message_die(GENERAL_MESSAGE, $message);
}
else
--- 320,337 ----
if( !empty($topic_id) )
{
! $redirect_page = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id");
! $l_redirect = sprintf($lang['Click_return_forum'], "<a href=\"$redirect_page\">", "</a>");
}
else
{
! $redirect_page = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id");
! $l_redirect = sprintf($lang['Click_return_modcp'], "<a href=\"$redirect_page\">", "</a>");
}
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
! );
!
! message_die(GENERAL_MESSAGE, $lang['Topics_Removed'] . "<br /><br />" . $l_redirect);
}
else
***************
*** 440,455 ****
if( !empty($topic_id) )
{
! $next_page = "viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id";
! $return_message = $lang['to_return_topic'];
}
else
{
! $next_page = "modcp.$phpEx?" . POST_FORUM_URL . "=$old_forum_id";
! $return_message = $lang['Return_to_modcp'];
}
! $message = $lang['Topics_Moved'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid($next_page) . "\">" . $lang['HERE'] . "</a> " . $return_message;
! message_die(GENERAL_MESSAGE, $message);
}
else
--- 443,460 ----
if( !empty($topic_id) )
{
! $redirect_page = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
! $message = sprintf($lang['Click_return_topic'], "<a href=\"$redirect_page\">", "</a>");
}
else
{
! $redirect_page = append_sid("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id");
! $message = sprintf($lang['Click_return_modcp'], "<a href=\"$redirect_page\">", "</a>");
}
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
! );
! message_die(GENERAL_MESSAGE, $lang['Topics_Moved'] . "<br /><br />" . $message);
}
else
***************
*** 465,471 ****
{
$topics = $HTTP_POST_VARS['topic_id_list'];
for($i = 0; $i < count($topics); $i++)
{
! $hidden_fields .= '<input type="hidden" name="topic_id_list[]" value="' . $topics[$i] . '">';
}
}
--- 470,477 ----
{
$topics = $HTTP_POST_VARS['topic_id_list'];
+
for($i = 0; $i < count($topics); $i++)
{
! $hidden_fields .= '<input type="hidden" name="topic_id_list[]" value="' . intval($topics[$i]) . '">';
}
}
***************
*** 526,541 ****
if( !empty($topic_id) )
{
! $next_page = "viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id";
! $return_message = $lang['to_return_topic'];
}
else
{
! $next_page = "modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id";
! $return_message = $lang['Return_to_modcp'];
}
! $message = $lang['Topics_Locked'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid($next_page)."\">" . $lang['HERE'] . "</a> " . $return_message;
! message_die(GENERAL_MESSAGE, $message);
}
else
--- 532,549 ----
if( !empty($topic_id) )
{
! $redirect_page = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
! $message = sprintf($lang['Click_return_topic'], "<a href=\"$redirect_page\">", "</a>");
}
else
{
! $redirect_page = append_sid("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id");
! $message = sprintf($lang['Click_return_modcp'], "<a href=\"$redirect_page\">", "</a>");
}
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
! );
! message_die(GENERAL_MESSAGE, $lang['Topics_Locked'] . "<br /><br />" . $message);
}
else
***************
*** 610,625 ****
if( !empty($topic_id) )
{
! $next_page = "viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id";
! $return_message = $lang['to_return_topic'];
}
else
{
! $next_page = "modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id";
! $return_message = $lang['Return_to_modcp'];
}
! $msg = $lang['Topics_Unlocked'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid($next_page) . "\">" . $lang['HERE'] . "</a> " . $return_message;
- message_die(GENERAL_MESSAGE, $msg);
}
else
--- 618,636 ----
if( !empty($topic_id) )
{
! $redirect_page = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
! $message = sprintf($lang['Click_return_topic'], "<a href=\"$redirect_page\">", "</a>");
}
else
{
! $redirect_page = append_sid("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id");
! $message = sprintf($lang['Click_return_modcp'], "<a href=\"$redirect_page\">", "</a>");
}
+
+ $template->assign_vars(array(
+ "META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
+ );
! message_die(GENERAL_MESSAGE, $lang['Topics_Unlocked'] . "<br /><br />" . $message);
}
else
***************
*** 739,743 ****
sync("forum", $forum_id);
! $message = $lang['Topic_split'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$new_topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
}
--- 750,758 ----
sync("forum", $forum_id);
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">')
! );
!
! $message = $lang['Topic_split'] . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
}
***************
*** 966,970 ****
"U_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$id"),
! "U_SEARCHPOSTS" => append_sid("search.$phpEx?a=" . urlencode($username) . "&f=all&b=0&d=DESC&c=100&dosearch=1"))
);
}
--- 981,985 ----
"U_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$id"),
! "U_SEARCHPOSTS" => append_sid("search.$phpEx?search_author=" . urlencode($username) . "&showresults=topics"))
);
}
***************
*** 1088,1102 ****
}
- $pagination = generate_pagination("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id", $forum_topics, $board_config['topics_per_page'], $start);
-
$template->assign_vars(array(
! "PAGINATION" => $pagination,
! "FORUM_ID" => $forum_id,
! "POST_FORUM_URL" => POST_FORUM_URL,
! "ON_PAGE" => (floor($start/$board_config['topics_per_page'])+1),
! "TOTAL_PAGES" => ceil($forum_topics/$board_config['topics_per_page']),
- "L_OF" => $lang['of'],
- "L_PAGE" => $lang['Page'],
"L_GOTO_PAGE" => $lang['Goto_page'])
);
--- 1103,1111 ----
}
$template->assign_vars(array(
! "PAGINATION" => generate_pagination("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id", $forum_topics, $board_config['topics_per_page'], $start),
!
! "PAGE_NUMBER" => sprintf($lang['Page_of'], ( floor( $start / $board_config['topics_per_page'] ) + 1 ), ceil( $forum_topics / $board_config['topics_per_page'] )),
"L_GOTO_PAGE" => $lang['Goto_page'])
);
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 17:36:29
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv2504/templates/subSilver
Modified Files:
modcp_body.tpl
Log Message:
Language updates
Index: modcp_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** modcp_body.tpl 2001/11/03 01:12:54 1.5
--- modcp_body.tpl 2001/11/13 17:36:27 1.6
***************
*** 1,3 ****
!
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
--- 1,4 ----
!
! <form method="post" action="{S_MODCP_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 5,9 ****
</tr>
</table>
! <form method="post" action="{S_MODCP_ACTION}">
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
--- 6,10 ----
</tr>
</table>
!
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
***************
*** 46,53 ****
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
! <td align="left" valign="middle"><span class="nav">{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span>
! <span class="gensmall"><br />
! {S_TIMEZONE}</span></td>
</tr>
</table>
--- 47,52 ----
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
! <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
</table>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 17:26:39
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv31975/includes
Modified Files:
functions.php
Log Message:
Treat moved topics as being non-existent for re-sync of topic counts
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** functions.php 2001/11/03 21:49:01 1.79
--- functions.php 2001/11/13 17:26:36 1.80
***************
*** 625,629 ****
$sql = "SELECT COUNT(topic_id) AS total
FROM " . TOPICS_TABLE . "
! WHERE forum_id = $id";
if( !$result = $db->sql_query($sql) )
{
--- 625,630 ----
$sql = "SELECT COUNT(topic_id) AS total
FROM " . TOPICS_TABLE . "
! WHERE forum_id = $id
! AND topic_status <> " . TOPIC_MOVED;
if( !$result = $db->sql_query($sql) )
{
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:09:13
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv8427/db
Modified Files:
mysql_basic.sql postgres_basic.sql
Log Message:
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_basic.sql,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** mysql_basic.sql 2001/11/03 15:15:05 1.66
--- mysql_basic.sql 2001/11/13 16:09:10 1.67
***************
*** 52,55 ****
--- 52,56 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_enable','1');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('privmsg_disable','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', '');
Index: postgres_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_basic.sql,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** postgres_basic.sql 2001/11/03 15:15:05 1.15
--- postgres_basic.sql 2001/11/13 16:09:10 1.16
***************
*** 51,55 ****
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_enable','1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', '');
--- 51,56 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_enable','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('privmsg_disable','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', '');
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:07:45
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv7862/templates/subSilver/admin
Modified Files:
board_config_body.tpl
Log Message:
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Index: board_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** board_config_body.tpl 2001/11/05 07:15:05 1.3
--- board_config_body.tpl 2001/11/13 16:07:42 1.4
***************
*** 65,68 ****
--- 65,87 ----
</tr>
<tr>
+ <th class="thHead" colspan="2">{L_PRIVATE_MESSAGING}</th>
+ </tr>
+ <tr>
+ <td class="row1">{L_DISABLE_PRIVATE_MESSAGING}:</td>
+ <td class="row2"><input type="radio" name="privmsg_disable" value="0" {S_PRIVMSG_ENABLED}>{L_ENABLED} <input type="radio" name="privmsg_disable" value="1" {S_PRIVMSG_DISABLED}>{L_DISABLED}</td>
+ </tr>
+ <tr>
+ <td class="row1">{L_INBOX_LIMIT}</span></td>
+ <td class="row2"><input type="text" maxlength="4" size="4" name="max_inbox_privmsgs" value="{INBOX_LIMIT}"></td>
+ </tr>
+ <tr>
+ <td class="row1">{L_SENTBOX_LIMIT}</span></td>
+ <td class="row2"><input type="text" maxlength="4" size="4" name="max_sentbox_privmsgs" value="{SENTBOX_LIMIT}"></td>
+ </tr>
+ <tr>
+ <td class="row1">{L_SAVEBOX_LIMIT}</span></td>
+ <td class="row2"><input type="text" maxlength="4" size="4" name="max_savebox_privmsgs" value="{SAVEBOX_LIMIT}"></td>
+ </tr>
+ <tr>
<th class="thHead" colspan="2">User/Forum Ability Settings</th>
</tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:07:45
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv7862/language/lang_english Modified Files: lang_main.php Log Message: Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** lang_main.php 2001/11/09 13:19:19 1.29 --- lang_main.php 2001/11/13 16:07:42 1.30 *************** *** 88,91 **** --- 88,92 ---- $lang['Enabled'] = "Enabled"; + $lang['Disabled'] = "Disabled"; $lang['Next'] = "Next"; $lang['Previous'] = "Previous"; *************** *** 122,126 **** $lang['Success'] = "Success"; - $lang['Private_messaging'] = "Send a Private Message"; --- 123,126 ---- *************** *** 359,362 **** --- 359,363 ---- // $lang['Private_Messaging'] = "Private Messaging"; + $lang['PM_disabled'] = "Private messaging has been disabled on this board"; $lang['Login_check_pm'] = "Login to check your private messages"; *************** *** 944,947 **** --- 945,953 ---- $lang['Site_desc'] = "Site description"; $lang['Acct_activation'] = "Enable account activation"; + + $lang['Disable_privmsg'] = "Disable Private Messaging"; + $lang['Inbox_limits'] = "Max posts in Inbox"; + $lang['Sentbox_limits'] = "Max posts in Sentbox"; + $lang['Savebox_limits'] = "Max posts in Savebox"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:07:45
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv7862/admin Modified Files: admin_board.php Log Message: Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** admin_board.php 2001/11/05 07:15:05 1.30 --- admin_board.php 2001/11/13 16:07:42 1.31 *************** *** 63,90 **** --- 63,106 ---- $style_select = style_select($new['default_style'], 'default_style', "../templates"); + $admin_style_select = style_select($new['default_admin_style'], 'default_admin_style', "../templates"); + $lang_select = language_select($new['default_lang'], 'default_lang', "../language"); + $timezone_select = tz_select($new['board_timezone'], 'board_timezone'); + $html_tags = $new['allow_html_tags']; $override_user_style_yes = ( $new['override_user_style'] ) ? "checked=\"checked\"" : ""; $override_user_style_no = ( !$new['override_user_style'] ) ? "checked=\"checked\"" : ""; + $html_yes = ( $new['allow_html'] ) ? "checked=\"checked\"" : ""; $html_no = ( !$new['allow_html'] ) ? "checked=\"checked\"" : ""; + $bbcode_yes = ( $new['allow_bbcode'] ) ? "checked=\"checked\"" : ""; $bbcode_no = ( !$new['allow_bbcode'] ) ? "checked=\"checked\"" : ""; + $activation_none = ( $new['require_activation'] == USER_ACTIVATION_NONE ) ? "checked=\"checked\"" : ""; $activation_user = ( $new['require_activation'] == USER_ACTIVATION_SELF ) ? "checked=\"checked\"" : ""; $activation_admin = ( $new['require_activation'] == USER_ACTIVATION_ADMIN ) ? "checked=\"checked\"" : ""; + $gzip_yes = ( $new['gzip_compress'] ) ? "checked=\"checked\"" : ""; $gzip_no = ( !$new['gzip_compress'] ) ? "checked=\"checked\"" : ""; + + $privmsg_on = ( !$new['privmsg_disable'] ) ? "checked=\"checked\"" : ""; + $privmsg_off = ( $new['privmsg_disable'] ) ? "checked=\"checked\"" : ""; + $prune_yes = ( $new['prune_enable'] ) ? "checked=\"checked\"" : ""; $prune_no = ( !$new['prune_enable'] ) ? "checked=\"checked\"" : ""; + $smile_yes = ( $new['allow_smilies'] ) ? "checked=\"checked\"" : ""; $smile_no = ( !$new['allow_smilies'] ) ? "checked=\"checked\"" : ""; + $sig_yes = ( $new['allow_sig'] ) ? "checked=\"checked\"" : ""; $sig_no = ( !$new['allow_sig'] ) ? "checked=\"checked\"" : ""; + $namechange_yes = ( $new['allow_namechange'] ) ? "checked=\"checked\"" : ""; $namechange_no = ( !$new['allow_namechange'] ) ? "checked=\"checked\"" : ""; + $avatars_local_yes = ( $new['allow_avatar_local'] ) ? "checked=\"checked\"" : ""; $avatars_local_no = ( !$new['allow_avatar_local'] ) ? "checked=\"checked\"" : ""; *************** *** 93,96 **** --- 109,113 ---- $avatars_upload_yes = ( $new['allow_avatar_upload'] ) ? "checked=\"checked\"" : ""; $avatars_upload_no = ( !$new['allow_avatar_upload'] ) ? "checked=\"checked\"" : ""; + $smtp_yes = ( $new['smtp_delivery'] ) ? "checked=\"checked\"" : ""; $smtp_no = ( !$new['smtp_delivery'] ) ? "checked=\"checked\"" : ""; *************** *** 110,114 **** "L_SITE_NAME" => $lang['Site_name'], "L_SITE_DESCRIPTION" => $lang['Site_desc'], ! "L_ACCT_ACTIVATION" => $lang['Acct_activation'], "SITENAME" => $new['sitename'], --- 127,138 ---- "L_SITE_NAME" => $lang['Site_name'], "L_SITE_DESCRIPTION" => $lang['Site_desc'], ! "L_ACCT_ACTIVATION" => $lang['Acct_activation'], ! "L_PRIVATE_MESSAGING" => $lang['Private_Messaging'], ! "L_INBOX_LIMIT" => $lang['Inbox_limits'], ! "L_SENTBOX_LIMIT" => $lang['Sentbox_limits'], ! "L_SAVEBOX_LIMIT" => $lang['Savebox_limits'], ! "L_DISABLE_PRIVATE_MESSAGING" => $lang['Disable_privmsg'], ! "L_ENABLED" => $lang['Enabled'], ! "L_DISABLED" => $lang['Disabled'], "SITENAME" => $new['sitename'], *************** *** 119,123 **** "ACTIVATION_USER_CHECKED" => $activation_user, "ACTIVATION_ADMIN" => USER_ACTIVATION_ADMIN, ! "ACTIVATION_ADMIN_CHECKED" => $activation_admin, "FLOOD_INTERVAL" => $new['flood_interval'], "TOPICS_PER_PAGE" => $new['topics_per_page'], --- 143,147 ---- "ACTIVATION_USER_CHECKED" => $activation_user, "ACTIVATION_ADMIN" => USER_ACTIVATION_ADMIN, ! "ACTIVATION_ADMIN_CHECKED" => $activation_admin, "FLOOD_INTERVAL" => $new['flood_interval'], "TOPICS_PER_PAGE" => $new['topics_per_page'], *************** *** 131,134 **** --- 155,163 ---- "DEFAULT_DATEFORMAT" => $new['default_dateformat'], "TIMEZONE_SELECT" => $timezone_select, + "S_PRIVMSG_ENABLED" => $privmsg_on, + "S_PRIVMSG_DISABLED" => $privmsg_off, + "INBOX_LIMIT" => $new['max_inbox_privmsgs'], + "SENTBOX_LIMIT" => $new['max_sentbox_privmsgs'], + "SAVEBOX_LIMIT" => $new['max_savebox_privmsgs'], "GZIP_YES" => $gzip_yes, "GZIP_NO" => $gzip_no, |
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:07:45
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv7862
Modified Files:
privmsg.php
Log Message:
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** privmsg.php 2001/11/09 13:15:35 1.40
--- privmsg.php 2001/11/13 16:07:42 1.41
***************
*** 28,31 ****
--- 28,39 ----
//
+ // Is PM disabled?
+ //
+ if( !empty($board_config['privmsg_disable']) )
+ {
+ message_die(GENERAL_MESSAGE, 'PM_disabled');
+ }
+
+ //
// Var definitions
//
***************
*** 818,822 ****
$to_username = $HTTP_POST_VARS['username'];
! $sql = "SELECT user_id, user_notify_pm, user_email
FROM " . USERS_TABLE . "
WHERE username = '" . $to_username . "'
--- 826,830 ----
$to_username = $HTTP_POST_VARS['username'];
! $sql = "SELECT user_id, user_notify_pm, user_email, user_lang
FROM " . USERS_TABLE . "
WHERE username = '" . $to_username . "'
***************
*** 978,982 ****
$emailer = new emailer($board_config['smtp_delivery']);
! $emailer->use_template("privmsg_notify");
$emailer->extra_headers($email_headers);
--- 986,993 ----
$emailer = new emailer($board_config['smtp_delivery']);
! //
! // Attempt to use language setting for recipient
! //
! $emailer->use_template("privmsg_notify", $to_userdata['user_lang']);
$emailer->extra_headers($email_headers);
|
|
From: Paul S. O. <ps...@us...> - 2001-11-13 16:07:45
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv7862/includes
Modified Files:
emailer.php
Log Message:
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Index: emailer.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/emailer.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** emailer.php 2001/10/11 12:17:15 1.7
--- emailer.php 2001/11/13 16:07:42 1.8
***************
*** 85,96 ****
}
! function use_template($template_file)
{
! global $board_config;
! $phpbb_root_path = "./";
! $template_file = $phpbb_root_path . "language/lang_" . $board_config['default_lang'] . "/email/" . $template_file . ".tpl";
! if (!file_exists($template_file))
{
message_die(GENERAL_ERROR, "Couldn't find template file: $template_file", "", __LINE__, __FILE__);
}
--- 85,100 ----
}
! function use_template($template_file, $template_lang = "")
{
! global $board_config, $phpbb_root_path;
! if( $template_lang == "" )
{
+ $template_lang = $board_config['default_lang'];
+ }
+
+ $template_file = $phpbb_root_path . "language/lang_" . $template_lang . "/email/" . $template_file . ".tpl";
+ if( !file_exists($template_file) )
+ {
message_die(GENERAL_ERROR, "Couldn't find template file: $template_file", "", __LINE__, __FILE__);
}
***************
*** 98,105 ****
{
$this->tpl_file = $template_file;
! //
! // Load the email text into the $this->msg variable
! //
! if(!$this->load_msg())
{
message_die(GENERAL_ERROR, "Couldn't load template file: $template_file", "", __LINE__, __FILE__);
--- 102,106 ----
{
$this->tpl_file = $template_file;
! if( !$this->load_msg() )
{
message_die(GENERAL_ERROR, "Couldn't load template file: $template_file", "", __LINE__, __FILE__);
|
|
From: Jonathan H. <the...@us...> - 2001-11-12 15:32:18
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv12330
Modified Files:
admin_smilies.php
Log Message:
Bugfixs... Darn those bugs... Where's an exterminator when you need one?
Index: admin_smilies.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_smilies.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** admin_smilies.php 2001/11/07 21:44:07 1.11
--- admin_smilies.php 2001/11/12 15:32:14 1.12
***************
*** 349,353 ****
"S_HIDDEN_FIELDS" => $s_hidden_fields,
"S_FILENAME_OPTIONS" => $filename_list,
! "S_SMILEY_BASEDIR" => $phpbb_root_path . '/' . $board_config['smilies_path'])
);
--- 349,353 ----
"S_HIDDEN_FIELDS" => $s_hidden_fields,
"S_FILENAME_OPTIONS" => $filename_list,
! "S_SMILEY_BASEDIR" => $phpbb_root_path . $board_config['smilies_path'])
);
***************
*** 382,391 ****
"L_RESET" => $lang['Reset_changes'],
! "SMILEY_IMG" => $phpbb_root_path . '/' . $board_config['smilies_path'] . '/' . $smiley_images[0],
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
"S_HIDDEN_FIELDS" => $s_hidden_fields,
"S_FILENAME_OPTIONS" => $filename_list,
! "S_SMILEY_BASEDIR" => $phpbb_root_path . '/' . $board_config['smilies_path'])
);
--- 382,391 ----
"L_RESET" => $lang['Reset_changes'],
! "SMILEY_IMG" => $phpbb_root_path . $board_config['smilies_path'] . '/' . $smiley_images[0],
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
"S_HIDDEN_FIELDS" => $s_hidden_fields,
"S_FILENAME_OPTIONS" => $filename_list,
! "S_SMILEY_BASEDIR" => $phpbb_root_path . $board_config['smilies_path'])
);
***************
*** 516,520 ****
"ROW_CLASS" => $row_class,
! "SMILEY_IMG" => $phpbb_root_path . '/' . $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'],
"CODE" => $smilies[$i]['code'],
"EMOT" => $smilies[$i]['emoticon'],
--- 516,520 ----
"ROW_CLASS" => $row_class,
! "SMILEY_IMG" => $phpbb_root_path . $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'],
"CODE" => $smilies[$i]['code'],
"EMOT" => $smilies[$i]['emoticon'],
|
|
From: James A. <th...@us...> - 2001-11-12 12:02:28
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv17946 Modified Files: posting.php Log Message: Tsk, tsk, tsk, someone forgot to use the constant for the posts table Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -r1.91 -r1.92 *** posting.php 2001/11/09 13:26:55 1.91 --- posting.php 2001/11/12 12:02:26 1.92 *************** *** 142,146 **** $sql = "SELECT COUNT(post_id) AS total_posts ! FROM phpbb_posts"; $result = $db->sql_query($sql); if( !$result ) --- 142,147 ---- $sql = "SELECT COUNT(post_id) AS total_posts ! FROM " . POSTS_TABLE; ! $result = $db->sql_query($sql); if( !$result ) |
|
From: James A. <th...@us...> - 2001-11-12 11:57:28
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv16606/admin
Modified Files:
admin_styles.php
Log Message:
Ok, I think thats the last of the theme admin stuff. Hopefully its bug free
Index: admin_styles.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_styles.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** admin_styles.php 2001/11/07 14:45:07 1.6
--- admin_styles.php 2001/11/12 11:57:25 1.7
***************
*** 294,301 ****
//
! // Do names stuff here!
//
message_die(GENERAL_MESSAGE, $lang['Theme_updated'], $lang['Success']);
}
--- 294,361 ----
//
! // Check if there's a names table entry for this style
//
+ $sql = "SELECT themes_id FROM " . THEMES_NAME_TABLE . " WHERE themes_id = $style_id";
+ if(!$result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Could not get data from themes_name table", "Error", __LINE__, __FILE__, $sql);
+ }
+
+ if($db->sql_numrows($result) > 0)
+ {
+ $sql = "UPDATE " . THEMES_NAME_TABLE . " SET ";
+ $count = 0;
+ while(list($key, $val) = each($updated_name))
+ {
+ if($count != 0)
+ {
+ $sql .= ", ";
+ }
+
+ $sql .= "$key = '$val'";
+
+ $count++;
+ }
+
+ $sql .= " WHERE themes_id = $style_id";
+ }
+ else
+ {
+ // Nope, no names entry so we create a new one.
+ $sql = "INSERT INTO " . THEMES_NAME_TABLE . " (themes_id, ";
+ while(list($key, $val) = each($updated_name))
+ {
+ $fields[] = $key;
+ $vals[] = $val;
+ }
+ for($i = 0; $i < count($fields); $i++)
+ {
+ if($i > 0)
+ {
+ $sql .= ", ";
+ }
+ $sql .= $fields[$i];
+ }
+
+ $sql .= ") VALUES ($style_id, ";
+ for($i = 0; $i < count($vals); $i++)
+ {
+ if($i > 0)
+ {
+ $sql .= ", ";
+ }
+ $sql .= "'" . $vals[$i] . "'";
+ }
+
+ $sql .= ")";
+ }
+
+ if(!$result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Could not update themes name table!", "Error", __LINE__, __FILE__, $sql);
+ }
+
message_die(GENERAL_MESSAGE, $lang['Theme_updated'], $lang['Success']);
}
***************
*** 342,348 ****
}
! //
! // Do names stuff here!
//
--- 402,441 ----
}
! $style_id = $db->sql_nextid();
!
! //
! // Insert names data
//
+ $sql = "INSERT INTO " . THEMES_NAME_TABLE . " (themes_id, ";
+ while(list($key, $val) = each($updated_name))
+ {
+ $fields[] = $key;
+ $vals[] = $val;
+ }
+ for($i = 0; $i < count($fields); $i++)
+ {
+ if($i > 0)
+ {
+ $sql .= ", ";
+ }
+ $sql .= $fields[$i];
+ }
+
+ $sql .= ") VALUES ($style_id, ";
+ for($i = 0; $i < count($vals); $i++)
+ {
+ if($i > 0)
+ {
+ $sql .= ", ";
+ }
+ $sql .= "'" . $vals[$i] . "'";
+ }
+
+ $sql .= ")";
+
+ if(!$result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Could not insert themes name table!", "Error", __LINE__, __FILE__, $sql);
+ }
***************
*** 376,381 ****
message_die(GENERAL_ERROR, "Could not get data from themes table", "Error", __LINE__, __FILE__, $sql);
}
! $selected = $db->sql_fetchrow($result);
$s_hidden_fields = '<input type="hidden" name="style_id" value="' . $style_id . '" />';
--- 469,487 ----
message_die(GENERAL_ERROR, "Could not get data from themes table", "Error", __LINE__, __FILE__, $sql);
}
+
+ $selected_values = $db->sql_fetchrow($result);
+
+ //
+ // Fetch the Themes Name data
+ //
+ $sql = "SELECT * FROM " . THEMES_NAME_TABLE . " WHERE themes_id = $style_id";
+ if(!$result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Could not get data from themes name table", "Error", __LINE__, __FILE__, $sql);
+ }
! $selected_names = $db->sql_fetchrow($result);
!
! $selected = array_merge($selected_values, $selected_names);
$s_hidden_fields = '<input type="hidden" name="style_id" value="' . $style_id . '" />';
|
|
From: James A. <th...@us...> - 2001-11-12 11:57:28
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv16606/templates/subSilver Added Files: theme_info.cfg Log Message: Ok, I think thats the last of the theme admin stuff. Hopefully its bug free --- NEW FILE --- <?php // // phpBB 2.x auto-generated theme config file for subSilver // Do not change anything in this file! // $subSilver[0]['template_name'] = "subSilver"; $subSilver[0]['style_name'] = "subSilver"; $subSilver[0]['head_stylesheet'] = ""; $subSilver[0]['body_background'] = ""; $subSilver[0]['body_bgcolor'] = "E5E5E5"; $subSilver[0]['body_text'] = "000000"; $subSilver[0]['body_link'] = "006699"; $subSilver[0]['body_vlink'] = "5584AA"; $subSilver[0]['body_alink'] = "FF9933"; $subSilver[0]['body_hlink'] = "EDF2F2"; $subSilver[0]['tr_color1'] = "EFEFEF"; $subSilver[0]['tr_color2'] = "DEE3E7"; $subSilver[0]['tr_color3'] = "c2cdd6"; $subSilver[0]['tr_class1'] = ""; $subSilver[0]['tr_class2'] = ""; $subSilver[0]['tr_class3'] = ""; $subSilver[0]['th_color1'] = "CBD3D9"; $subSilver[0]['th_color2'] = "BCBCBC"; $subSilver[0]['th_color3'] = "1B7CAD"; $subSilver[0]['th_class1'] = ""; $subSilver[0]['th_class2'] = ""; $subSilver[0]['th_class3'] = ""; $subSilver[0]['td_color1'] = "AEBDC4"; $subSilver[0]['td_color2'] = "006699"; $subSilver[0]['td_color3'] = "FFFFFF"; $subSilver[0]['td_class1'] = "row1"; $subSilver[0]['td_class2'] = "row2"; $subSilver[0]['td_class3'] = ""; $subSilver[0]['fontface1'] = "Verdana,Arial,Helvetica,sans-serif"; $subSilver[0]['fontface2'] = "Verdana,Arial,Helvetica,sans-serif"; $subSilver[0]['fontface3'] = "courier"; $subSilver[0]['fontsize1'] = "0"; $subSilver[0]['fontsize2'] = "0"; $subSilver[0]['fontsize3'] = "0"; $subSilver[0]['fontcolor1'] = "004c75"; $subSilver[0]['fontcolor2'] = "004c75"; $subSilver[0]['fontcolor3'] = "004c75"; $subSilver[0]['span_class1'] = ""; $subSilver[0]['span_class2'] = ""; $subSilver[0]['span_class3'] = ""; ?> |
|
From: Bart v. B. <ba...@us...> - 2001-11-09 22:58:08
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv31784
Modified Files:
mysql_schema.sql
Log Message:
Fixed bu #480222 (I hope)
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** mysql_schema.sql 2001/11/09 18:28:46 1.83
--- mysql_schema.sql 2001/11/09 22:58:00 1.84
***************
*** 278,282 ****
PRIMARY KEY (word_id),
KEY word_text (word_text)
! )
--- 278,282 ----
PRIMARY KEY (word_id),
KEY word_text (word_text)
! );
***************
*** 292,296 ****
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
! )
--- 292,296 ----
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
! );
|
|
From: Paul S. O. <ps...@us...> - 2001-11-09 18:28:49
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv28036/db
Modified Files:
mysql_schema.sql postgres_schema.sql
Log Message:
Schema updates for search changes
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** mysql_schema.sql 2001/10/11 22:01:11 1.82
--- mysql_schema.sql 2001/11/09 18:28:46 1.83
***************
*** 269,272 ****
--- 269,300 ----
# --------------------------------------------------------
#
+ # Table structure for table `phpbb_search_wordlist`
+ #
+ DROP TABLE IF EXISTS phpbb_search_wordlist;
+ CREATE TABLE phpbb_search_wordlist (
+ word_id int(11) NOT NULL auto_increment,
+ word_text varchar(100) NOT NULL default '',
+ word_weight tinyint(4) NOT NULL default '0',
+ PRIMARY KEY (word_id),
+ KEY word_text (word_text)
+ )
+
+
+ # --------------------------------------------------------
+ #
+ # Table structure for table `phpbb_search_wordmatch`
+ #
+ DROP TABLE IF EXISTS phpbb_search_wordmatch;
+ CREATE TABLE phpbb_search_wordmatch (
+ post_id int(11) NOT NULL default '0',
+ word_id int(11) NOT NULL default '0',
+ word_count smallint(6) NOT NULL default '0',
+ title_match tinyint(1) NOT NULL default '0',
+ KEY word_id (word_id)
+ )
+
+
+ # --------------------------------------------------------
+ #
# Table structure for table 'phpbb_session'
#
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_schema.sql,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** postgres_schema.sql 2001/10/11 22:01:11 1.55
--- postgres_schema.sql 2001/11/09 18:28:46 1.56
***************
*** 14,17 ****
--- 14,18 ----
CREATE SEQUENCE phpbb_privmsgs_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1;
CREATE SEQUENCE phpbb_ranks_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1;
+ CREATE SEQUENCE phpbb_search_wordlist_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1;
CREATE SEQUENCE phpbb_smilies_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1;
CREATE SEQUENCE phpbb_themes_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1;
***************
*** 247,250 ****
--- 248,275 ----
);
CREATE INDEX session_id_phpbb_search_results ON phpbb_search_results (session_id);
+
+
+ /* --------------------------------------------------------
+ Table structure for table phpbb_search_wordlist
+ -------------------------------------------------------- */
+ CREATE TABLE phpbb_search_wordlist (
+ word_id int4 DEFAULT nextval('phpbb_search_wordlist_id_seq'::text) NOT NULL,
+ word_text varchar(100) NOT NULL default '',
+ word_weight int2 NOT NULL default '0',
+ CONSTRAINT phpbb_search_results_pkey PRIMARY KEY (word_id),
+ )
+ CREATE INDEX word_text_phpbb_search_wordlist ON phpbb_search_wordlist (word_text);
+
+
+ /* --------------------------------------------------------
+ Table structure for table phpbb_search_wordmatch
+ -------------------------------------------------------- */
+ CREATE TABLE phpbb_search_wordmatch (
+ post_id int4 NOT NULL default '0',
+ word_id int4 NOT NULL default '0',
+ word_count int2 NOT NULL default '0',
+ title_match int2 NOT NULL default '0'
+ )
+ CREATE INDEX word_id_phpbb_search_wordmatch ON phpbb_search_wordmatch (word_id);
|
|
From: Jonathan H. <the...@us...> - 2001-11-09 15:02:49
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv19438
Modified Files:
upgrade.php
Log Message:
Some additional modifications for merging install with upgrade...
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** upgrade.php 2001/10/26 23:26:54 1.2
--- upgrade.php 2001/11/09 15:02:46 1.3
***************
*** 19,26 ****
*
***************************************************************************/
!
! include('extension.inc');
! include('config.'.$phpEx);
! include('includes/constants.'.$phpEx);
include('includes/db.'.$phpEx);
include('includes/bbcode.'.$phpEx);
--- 19,32 ----
*
***************************************************************************/
! if ( !defined('INSTALLING') )
! {
! //
! // If we are being called from the install script then we don't need these
! // as they are already included.
! //
! include('extension.inc');
! include('config.'.$phpEx);
! include('includes/constants.'.$phpEx);
! }
include('includes/db.'.$phpEx);
include('includes/bbcode.'.$phpEx);
|
|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:42:34
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv20833/db
Modified Files:
odbc.php mssql.php
Log Message:
Various updates to transaction and other support
Index: odbc.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/odbc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** odbc.php 2001/08/30 22:20:23 1.16
--- odbc.php 2001/11/09 13:42:31 1.17
***************
*** 42,47 ****
function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true)
{
!
! if(eregi("^([[:alnum:]]+):([[:alnum:]]+)$", $sqlserver, $db_type))
{
$this->persistency = $persistency;
--- 42,46 ----
function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true)
{
! if( preg_match("/^(.*?):(.*?)$/i", $sqlserver, $db_type) )
{
$this->persistency = $persistency;
Index: mssql.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mssql.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** mssql.php 2001/09/07 16:58:45 1.16
--- mssql.php 2001/11/09 13:42:31 1.17
***************
*** 244,247 ****
--- 244,248 ----
{
$result = mssql_query("COMMIT", $this->db_connect_id);
+ $this->in_transaction = FALSE;
}
|
|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:26:58
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv15462
Modified Files:
posting.php search.php
Log Message:
Altered for constant table names
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** posting.php 2001/11/09 13:15:35 1.90
--- posting.php 2001/11/09 13:26:55 1.91
***************
*** 124,134 ****
$word_id_sql .= $word_id_list[$i]['word_id'];
}
! $word_id_sql = " AND sl.word_id IN ($word_id_sql)";
! $sql = "SELECT sl.word_id, SUM(sm.word_count) AS post_occur_count
! FROM phpbb_search_wordlist sl, phpbb_search_wordmatch sm
! WHERE sl.word_id = sm.word_id
$word_id_sql
! GROUP BY sl.word_id
ORDER BY post_occur_count DESC";
if( !$result = $db->sql_query($sql) )
--- 124,134 ----
$word_id_sql .= $word_id_list[$i]['word_id'];
}
! $word_id_sql = " AND w.word_id IN ($word_id_sql)";
! $sql = "SELECT w.word_id, SUM(m.word_count) AS post_occur_count
! FROM " . SEARCH_WORD_TABLE . " w, " . SEARCH_MATCH_TABLE . " m
! WHERE w.word_id = m.word_id
$word_id_sql
! GROUP BY w.word_id
ORDER BY post_occur_count DESC";
if( !$result = $db->sql_query($sql) )
***************
*** 157,161 ****
if( ( $rowset[$i]['post_occur_count'] / $row['total_posts'] ) >= $percent )
{
! $sql = "DELETE FROM phpbb_search_wordlist
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
--- 157,161 ----
if( ( $rowset[$i]['post_occur_count'] / $row['total_posts'] ) >= $percent )
{
! $sql = "DELETE FROM " . SEARCH_WORD_TABLE . "
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
***************
*** 165,169 ****
}
! $sql = "DELETE FROM phpbb_search_wordmatch
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
--- 165,169 ----
}
! $sql = "DELETE FROM " . SEARCH_MATCH_TABLE . "
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
***************
*** 195,199 ****
{
$row = $db->sql_fetchrow($result);
- // print_r($row);
$search_text = clean_words($row['post_text'], $stopword_array, $synonym_array);
--- 195,198 ----
***************
*** 245,249 ****
$sql = "SELECT word_id, word_text
! FROM phpbb_search_wordlist
WHERE word_text IN ($sql_in)";
$result = $db->sql_query($sql);
--- 244,248 ----
$sql = "SELECT word_id, word_text
! FROM " . SEARCH_WORD_TABLE . "
WHERE word_text IN ($sql_in)";
$result = $db->sql_query($sql);
***************
*** 257,262 ****
$check_words = $db->sql_fetchrowset($result);
- // print_r($check_words);
-
$word_id_sql = "";
for($i = 0; $i < count($check_words); $i++ )
--- 256,259 ----
***************
*** 271,275 ****
$sql = "SELECT word_id, COUNT(post_id) AS post_occur_count
! FROM phpbb_search_wordmatch
WHERE $word_id_sql
GROUP BY word_id
--- 268,272 ----
$sql = "SELECT word_id, COUNT(post_id) AS post_occur_count
! FROM " . SEARCH_MATCH_TABLE . "
WHERE $word_id_sql
GROUP BY word_id
***************
*** 284,295 ****
$rowset = $db->sql_fetchrowset($result);
- // print_r($rowset);
-
for($i = 0; $i < $post_count; $i++)
{
- // echo $rowset[$i]['post_occur_count'] . "<BR>";
if( $rowset[$i]['post_occur_count'] == 1 )
{
! $sql = "DELETE FROM phpbb_search_wordlist
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
--- 281,289 ----
$rowset = $db->sql_fetchrowset($result);
for($i = 0; $i < $post_count; $i++)
{
if( $rowset[$i]['post_occur_count'] == 1 )
{
! $sql = "DELETE FROM " . SEARCH_WORD_TABLE . "
WHERE word_id = " . $rowset[$i]['word_id'];
$result = $db->sql_query($sql);
***************
*** 302,306 ****
}
! $sql = "DELETE FROM phpbb_search_wordmatch
WHERE post_id = $post_id";
$result = $db->sql_query($sql);
--- 296,300 ----
}
! $sql = "DELETE FROM " . SEARCH_MATCH_TABLE . "
WHERE post_id = $post_id";
$result = $db->sql_query($sql);
***************
*** 375,379 ****
$sql = "SELECT word_id, word_text
! FROM phpbb_search_wordlist
WHERE word_text IN ($sql_in)";
$result = $db->sql_query($sql);
--- 369,373 ----
$sql = "SELECT word_id, word_text
! FROM " . SEARCH_WORD_TABLE . "
WHERE word_text IN ($sql_in)";
$result = $db->sql_query($sql);
***************
*** 408,412 ****
if( $new_match )
{
! $sql = "INSERT INTO phpbb_search_wordlist (word_text)
VALUES ('". addslashes($word[$j]) . "')";
$result = $db->sql_query($sql);
--- 402,406 ----
if( $new_match )
{
! $sql = "INSERT INTO " . SEARCH_WORD_TABLE . " (word_text)
VALUES ('". addslashes($word[$j]) . "')";
$result = $db->sql_query($sql);
***************
*** 419,423 ****
}
! $sql = "INSERT INTO phpbb_search_wordmatch (post_id, word_id, word_count, title_match)
VALUES ($post_id, $word_id, " . $word_count[$word[$j]] . ", 0)";
$result = $db->sql_query($sql);
--- 413,417 ----
}
! $sql = "INSERT INTO " . SEARCH_MATCH_TABLE . " (post_id, word_id, word_count, title_match)
VALUES ($post_id, $word_id, " . $word_count[$word[$j]] . ", 0)";
$result = $db->sql_query($sql);
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** search.php 2001/11/09 13:00:03 1.23
--- search.php 2001/11/09 13:26:55 1.24
***************
*** 308,312 ****
$sql = "SELECT m.post_id, m.word_count
! FROM phpbb_search_wordlist w, phpbb_search_wordmatch m
WHERE w.word_text LIKE '$match_word'
AND m.word_id = w.word_id
--- 308,312 ----
$sql = "SELECT m.post_id, m.word_count
! FROM " . SEARCH_WORD_TABLE . " w, " . SEARCH_MATCH_TABLE . " m
WHERE w.word_text LIKE '$match_word'
AND m.word_id = w.word_id
|
|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:26:58
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv15462/includes
Modified Files:
constants.php
Log Message:
Altered for constant table names
Index: constants.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** constants.php 2001/11/03 19:17:06 1.39
--- constants.php 2001/11/09 13:26:55 1.40
***************
*** 21,28 ****
***************************************************************************/
- //
- // Constants
- //
-
// Debug Level
define(DEBUG, 1); // Debugging on
--- 21,24 ----
***************
*** 90,94 ****
define(PRIVMSGS_NEW_MAIL, 1);
define(PRIVMSGS_SENT_MAIL, 2);
- define(PRIVMSGS_SAVED_MAIL, 3);
define(PRIVMSGS_SAVED_IN_MAIL, 3);
define(PRIVMSGS_SAVED_OUT_MAIL, 4);
--- 86,89 ----
***************
*** 161,164 ****
--- 156,161 ----
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
+ define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
+ define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
|
|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:19:22
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv13344/language/lang_english Modified Files: lang_main.php Added Files: search_stopwords.txt search_synonyms.txt Log Message: A few lang changes, more to come + search stop and synonums --- NEW FILE --- a about after ago all almost along alot also am an and answer any anybody anybodys anywhere are arent around as ask askd at bad be because been before being best better between big btw but by can cant come could couldnt day days days did didnt do does doesnt dont down each etc either else even ever every everybody everybodys everyone far find for found from get go going gone good got gotten had has have havent having her here hers him his home how hows href I Ive if in ini into is isnt it its its just know large less like liked little looking look looked looking lot maybe many me more most much must mustnt my near need never new news no none not nothing now of off often old on once only oops or other our ours out over page please put question questions questioned quote rather really recent said saw say says she see sees should sites small so some something sometime somewhere soon take than true thank that thatd thats the their theirs theres theirs them then there these they theyll theyd theyre this those though through thus time times to too under until untrue up upon use users version very via want was way we well went were werent what when where which who whom whose why wide will with within without wont world worse worst would wrote www yes yet you youd youll your youre yours AFAIK IIRC LOL ROTF ROTFLMAO YMMV --- NEW FILE --- abcense absence abridgement abridgment accomodate accommodate acknowledgment acknowledgement airplane aeroplane allright alright andy andrew anemia anaemia anemic anaemic anesthesia anaesthesia anesthesiologist anaesthesiologist anesthesiololy anaesthesiology anesthetic anaesthetic anesthetist anaesthetist appologize appologise appologized appologised appologizing appologising apr april archean archaean archeology archaeology archeozoic archaeozoic armor armour armored armoured armory armoury armorment armourment artic arctic attachment attachement attachments attachements attendence attendance aug august barbecue barbeque bbq barbeque behavior behaviour behaviorism behaviourism biassed biased biol biology buletin bulletin calender calendar canceled cancelled car automobile catalog catalogue cenozoic caenozoic center centre check cheque color colour colored coloured coloring colouring colorless colourless comission commission comittee committee commitee committee conceed concede creating createing curiculum curriculum dec december defense defence dept department develope develop discription description dulness dullness encyclopedia encyclopaedia enroll enrol esthetic aesthetic etiology aetiology exhorbitant exorbitant exhuberant exuberant existance existence favorite favourite feb february fetus foetus ficticious fictitious flavor flavour flourescent fluorescent foriegn foreign fourty forty gage guage geneology genealogy grammer grammar gray grey guerilla guerrilla gynecological gynaecological gynecologist gynaecologist gynecology gynaecology harbor harbour heighth height hemaglobin haemaglobin hematin haematin hematite haematite hematologist haematologist hematology haematology hemophilia haemophilia hemorrhage haemorrhage hemorrhoids haemorrhoids honor honour innoculate inoculate installment instalment irrelevent irrelevant irrevelant irrelevant jan january jeweler jeweller judgement judgment jul july jun june labeled labelled labor labour laborer labourer laborers labourers laboring labouring lib library licence license liesure leisure liquify liquefy maintainance maintenance maintenence maintenance marshal marshall medieval mediaeval medievalism mediaevalism medievalist mediaevalist meg margaret meter metre milage mileage millipede millepede miscelaneous miscellaneous morgage mortgage noticable noticeable nov november occurence occurrence oct october offense offence ommision omission ommission omission optimize optimize optimizer optimiser optimizing optimising optimized optimised organisation organization organise organize organised organized organising organizing organiser organizer pajamas pyjamas paleography palaeography paleolithic palaeolithic paleontological palaeontological paleontologist palaeontologist paleontology palaeontology paleozoic palaeozoic pamplet pamphlet paralell parallel parl parliament parlt parliament pediatric paediatric pediatrician paediatrician pediatrics paediatrics pedodontia paedodontia pedodontics paedodontics personel personnel practise practice program programme psych psychology qld queensland questionaire questionnaire rarify rarefy reccomend recommend recieve receive resistence resistance restaraunt restaurant savior saviour sep september seperate separate sept september sieze seize summarize summarise summerize summarise superceed supercede superintendant superintendent supersede supercede suprise surprise surprize surprise synchronise synchronize tas tasmania temperary temporary theater theatre threshhold threshold transfered transferred truely truly truley truly useable usable valor valour vic victoria vigor vigour vol volume whack wack withold withhold yeild yield Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** lang_main.php 2001/11/09 08:57:37 1.28 --- lang_main.php 2001/11/09 13:19:19 1.29 *************** *** 69,72 **** --- 69,81 ---- $lang['Hour'] = "Hour"; $lang['Hours'] = "Hours"; + + $lang['1_Day'] = "1 Day"; + $lang['7_Days'] = "7 Days"; + $lang['2_Weeks'] = "2 Weeks"; + $lang['1_Month'] = "1 Month"; + $lang['3_Months'] = "3 Months"; + $lang['6_Months'] = "6 Months"; + $lang['1_Year'] = "1 Year"; + $lang['Day'] = "Day"; $lang['Days'] = "Days"; *************** *** 77,80 **** --- 86,90 ---- $lang['Year'] = "Year"; $lang['Years'] = "Years"; + $lang['Enabled'] = "Enabled"; $lang['Next'] = "Next"; *************** *** 956,959 **** --- 966,970 ---- $lang['Forum_edit_delete_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side"; + // // Smiley Management *************** *** 986,989 **** --- 997,1001 ---- $lang['smiley_import_success'] = "The smiley pack was imported successfully!"; + // // User Management *************** *** 1030,1034 **** - // // Prune Administration --- 1042,1045 ---- *************** *** 1112,1115 **** --- 1123,1127 ---- $lang['Install_Method'] = 'Choose your installation method'; + // // Ranks admin *************** *** 1131,1134 **** --- 1143,1147 ---- $lang['return_rank_admin'] = "to return to rank admin"; + // // Disallow Username Admin *************** *** 1145,1148 **** --- 1158,1162 ---- $lang['no_disallowed'] = "No Disallowed Usernames"; + // // Styles Admin *************** *** 1220,1222 **** // ------------------------------------------------- ! ?> --- 1234,1236 ---- // ------------------------------------------------- ! ?> \ No newline at end of file |