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: Paul S. O. <ps...@us...> - 2001-12-16 02:06:16
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv14834
Modified Files:
groupcp.php
Log Message:
Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards ... PS: This one works ...
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** groupcp.php 2001/12/16 01:43:20 1.32
--- groupcp.php 2001/12/16 02:06:14 1.33
***************
*** 1199,1202 ****
--- 1199,1204 ----
}
+ $s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" />';
+
$template->assign_vars(array(
"L_GROUP_MEMBERSHIP_DETAILS" => $lang['Group_member_details'],
***************
*** 1210,1213 ****
--- 1212,1216 ----
"S_USERGROUP_ACTION" => append_sid("groupcp.$phpEx"),
+ "S_HIDDEN_FIELDS" => $s_hidden_fields,
"GROUP_LIST_SELECT" => $s_group_list,
|
|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:52:55
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv12367/templates/subSilver Modified Files: install.tpl Log Message: Should be a fix for another global_var issue bug #492118 also modded install template to use .css Index: install.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/install.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** install.tpl 2001/12/05 21:55:20 1.6 --- install.tpl 2001/12/16 01:52:52 1.7 *************** *** 1,93 **** - <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> - <!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> ! <title>{L_INSTALLATION}</title> <style type="text/css"> <!-- ! /* subSilver Theme for phpBB2 ! * Created by subBlue design ! * http://www.subBlue.com ! */ ! ! body { background-color:#E5E5E5; ! scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; ! scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; ! scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #7294AF; ! } ! ! font { font-family: Verdana, Arial, Helvetica, sans-serif } ! td { font-family: Verdana, Arial, Helvetica, sans-serif } ! th { font-family: Verdana, Arial, Helvetica, sans-serif } ! P { font-family: Verdana, Arial, Helvetica, sans-serif } ! hr { height: 1px; color:#c2cdd6 } ! ! /* Forum colours */ ! .bodyline { background-color:#FFFFFF; border: #AEBDC4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } ! .forumline { background-color:#FFFFFF; border: 2px #006699 solid } ! ! /* Main table cell colours and backgrounds */ ! TH { background-color: #1B7CAD; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163; background-image: url(templates/subSilver/images/cellpic3.gif) } ! TD.cat { background-color: #CBD3D9; height: 28px; background-image: url(templates/subSilver/images/cellpic1.gif) } ! TD.row1 { background-color: #EFEFEF } ! TD.row2 { background-color: #DEE3E7 } ! ! /* General normal text */ ! .gen { font-size : 12px; color : #000000; } ! a.gen { color: #006699; text-decoration: none; } ! a:hover.gen { color: #C23030; text-decoration: underline; } ! ! /* General small */ ! .gensmall { font-size : 10px; color : #000000; } ! a.gensmall { color: #006699; text-decoration: none; } ! a:hover.gensmall { color: #C23030; text-decoration: underline; } ! ! /* Form elements */ ! input,textarea, select { ! color : #000000; ! font-family : Verdana, Arial, Helvetica, sans-serif; ! font-size : 11px; ! font-weight : normal; ! border-color : #000000; ! } - /* The text input fields background colour */ - input.post, textarea.post, select { - background-color : #FFFFFF; - } - - input { text-indent : 2px; } - - /* The main submit button option */ - input.mainoption { - background-color : #FAFAFA; - font-weight : bold; - } - - /* None bold submit button */ - input.liteoption { - background-color : #FAFAFA; - font-weight : normal; - } - /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! @import url("templates/subSilver/formIE.css"); ! ! .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;} ! a.copyright { color: #333333; text-decoration: none;} ! a.copyright:hover { color: #000000; text-decoration: underline;} ! ! .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} ! --> </style> </head> - <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA"> --- 1,27 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> ! <meta http-equiv="Content-Style-Type" content="text/css"> <title>{L_INSTALLATION}</title> + <link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css"> <style type="text/css"> <!-- ! /* Specifiy background images for selected styles ! This can't be done within the external style sheet as NS4 sees image paths relative to ! the page which called the style sheet (i.e. this page in the root phpBB directory) ! whereas all other browsers see image paths relative to the style sheet. Stupid NS again! ! */ ! TH { background-image: url(templates/subSilver/images/cellpic3.gif) } ! TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) } ! TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } ! td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } ! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! @import url("templates/subSilver/formIE.css"); --> </style> </head> <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA"> *************** *** 134,141 **** <td class="row2">{S_UPGRADE_SELECT}</td> </tr> - <!-- tr> - <td class="row1" align="right"><span class="gen">{L_DOMAIN_NAME}: </span></td> - <td class="row2"><input type="text" name="cookiedomain" value="{COOKIE_DOMAIN}" /></td> - </tr --> <tr> <th colspan="2">{L_DATABASE_CONFIGURATION}</th> --- 68,71 ---- |
|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:52:54
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv12367 Modified Files: install.php Log Message: Should be a fix for another global_var issue bug #492118 also modded install template to use .css Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** install.php 2001/12/05 22:12:48 1.21 --- install.php 2001/12/16 01:52:52 1.22 *************** *** 220,224 **** $table_prefix = ( !empty($HTTP_POST_VARS['prefix']) ) ? $HTTP_POST_VARS['prefix'] : ""; ! $admin_username = ( !empty($HTTP_POST_VARS['admin_user']) ) ? $HTTP_POST_VARS['admin_user'] : ""; $admin_pass1 = ( !empty($HTTP_POST_VARS['admin_pass1']) ) ? $HTTP_POST_VARS['admin_pass1'] : ""; $admin_pass2 = ( !empty($HTTP_POST_VARS['admin_pass2']) ) ? $HTTP_POST_VARS['admin_pass2'] : ""; --- 220,224 ---- $table_prefix = ( !empty($HTTP_POST_VARS['prefix']) ) ? $HTTP_POST_VARS['prefix'] : ""; ! $admin_name = ( !empty($HTTP_POST_VARS['admin_name']) ) ? $HTTP_POST_VARS['admin_name'] : ""; $admin_pass1 = ( !empty($HTTP_POST_VARS['admin_pass1']) ) ? $HTTP_POST_VARS['admin_pass1'] : ""; $admin_pass2 = ( !empty($HTTP_POST_VARS['admin_pass2']) ) ? $HTTP_POST_VARS['admin_pass2'] : ""; *************** *** 557,561 **** "DB_USER" => ( $dbuser != "" ) ? $dbuser : "", "DB_PASSWD" => ( $dbpasswd != "" ) ? $dbpasswd : "", ! "ADMIN_USERNAME" => ( $admin_username != "" ) ? $admin_username : "", "S_LANG_SELECT" => $lang_options, --- 557,561 ---- "DB_USER" => ( $dbuser != "" ) ? $dbuser : "", "DB_PASSWD" => ( $dbpasswd != "" ) ? $dbpasswd : "", ! "ADMIN_USERNAME" => ( $admin_name != "" ) ? $admin_name : "", "S_LANG_SELECT" => $lang_options, |
|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:52:13
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv12307
Modified Files:
profile.php
Log Message:
Fixed global_var bug #492117
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -r1.154 -r1.155
*** profile.php 2001/12/15 16:51:03 1.154
--- profile.php 2001/12/16 01:52:10 1.155
***************
*** 1811,1815 ****
$sql = "SELECT user_id, user_email, user_newpasswd
FROM " . USERS_TABLE . "
! WHERE user_actkey = '$act_key'";
if( $result = $db->sql_query($sql) )
{
--- 1811,1815 ----
$sql = "SELECT user_id, user_email, user_newpasswd
FROM " . USERS_TABLE . "
! WHERE user_actkey = '" . $HTTP_GET_VARS['act_key'] . "'";
if( $result = $db->sql_query($sql) )
{
|
|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:43:23
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv10746
Modified Files:
groupcp.php
Log Message:
Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** groupcp.php 2001/12/03 00:31:49 1.31
--- groupcp.php 2001/12/16 01:43:20 1.32
***************
*** 1207,1212 ****
"L_SUBSCRIBE" => $lang['Subscribe'],
"L_UNSUBSCRIBE" => $lang['Unsubscribe'],
! "L_VIEW_INFORMATION" => $lang['View_Information'],
"GROUP_LIST_SELECT" => $s_group_list,
"GROUP_PENDING_SELECT" => $s_pending_groups,
--- 1207,1214 ----
"L_SUBSCRIBE" => $lang['Subscribe'],
"L_UNSUBSCRIBE" => $lang['Unsubscribe'],
! "L_VIEW_INFORMATION" => $lang['View_Information'],
+ "S_USERGROUP_ACTION" => append_sid("groupcp.$phpEx"),
+
"GROUP_LIST_SELECT" => $s_group_list,
"GROUP_PENDING_SELECT" => $s_pending_groups,
***************
*** 1223,1225 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 1225,1227 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|
|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:27:19
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv7532/includes
Modified Files:
functions.php
Log Message:
Fix bug #493735 was still using old config value name for theme
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -r1.93 -r1.94
*** functions.php 2001/12/14 02:39:44 1.93
--- functions.php 2001/12/16 01:27:16 1.94
***************
*** 1043,1050 ****
$template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']);
}
-
if( empty($theme) )
{
! $theme = setup_style($board_config['default_theme']);
}
--- 1043,1049 ----
$template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']);
}
if( empty($theme) )
{
! $theme = setup_style($board_config['default_style']);
}
|
|
From: Doug K. <dou...@us...> - 2001-12-16 00:45:02
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv554/language/lang_english Modified Files: lang_admin.php Log Message: Slight admin rank bug (would not display-broken image) Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** lang_admin.php 2001/12/05 21:55:20 1.18 --- lang_admin.php 2001/12/16 00:44:59 1.19 *************** *** 506,510 **** $lang['Rank_minimum'] = "Minimum Posts"; $lang['Rank_maximum'] = "Maximum Posts"; ! $lang['Rank_image'] = "Rank Image"; $lang['Rank_image_explain'] = "Use this to define a small image associated with the rank"; --- 506,510 ---- $lang['Rank_minimum'] = "Minimum Posts"; $lang['Rank_maximum'] = "Maximum Posts"; ! $lang['Rank_image'] = "Rank Image (Relative to phpBB2 root path)"; $lang['Rank_image_explain'] = "Use this to define a small image associated with the rank"; |
|
From: Doug K. <dou...@us...> - 2001-12-16 00:45:02
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv554/admin
Modified Files:
admin_ranks.php
Log Message:
Slight admin rank bug (would not display-broken image)
Index: admin_ranks.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_ranks.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** admin_ranks.php 2001/12/05 14:38:37 1.6
--- admin_ranks.php 2001/12/16 00:44:59 1.7
***************
*** 109,113 ****
"MINIMUM" => ( $rank_is_special ) ? "" : $rank_info['rank_min'],
"IMAGE" => ( $rank_info['rank_image'] != "" ) ? $rank_info['rank_image'] : "",
! "IMAGE_DISPLAY" => ( $rank_info['rank_image'] != "" ) ? '<img src="' . $rank_info['rank_image'] . '" />' : "",
"L_RANKS_TITLE" => $lang['Ranks_title'],
--- 109,113 ----
"MINIMUM" => ( $rank_is_special ) ? "" : $rank_info['rank_min'],
"IMAGE" => ( $rank_info['rank_image'] != "" ) ? $rank_info['rank_image'] : "",
! "IMAGE_DISPLAY" => ( $rank_info['rank_image'] != "" ) ? '<img src="../' . $rank_info['rank_image'] . '" />' : "",
"L_RANKS_TITLE" => $lang['Ranks_title'],
***************
*** 353,355 ****
include('page_footer_admin.'.$phpEx);
! ?>
\ No newline at end of file
--- 353,355 ----
include('page_footer_admin.'.$phpEx);
! ?>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 22:05:27
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv2477
Modified Files:
posting.php
Log Message:
This time I really fixed posting to prevent deletion of topic titles when editing
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -r1.124 -r1.125
*** posting.php 2001/12/15 14:19:29 1.124
--- posting.php 2001/12/15 22:05:25 1.125
***************
*** 1059,1063 ****
$post_subject = trim(strip_tags($HTTP_POST_VARS['subject']));
! if( ( $mode == "newtopic" || $mode == "editpost" ) && empty($post_subject) )
{
$error = TRUE;
--- 1059,1063 ----
$post_subject = trim(strip_tags($HTTP_POST_VARS['subject']));
! if( ( $mode == "newtopic" || ( $mode == "editpost" && $is_first_post_topic ) ) && empty($post_subject) )
{
$error = TRUE;
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:50:31
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv19243
Modified Files:
search.php
Log Message:
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** search.php 2001/12/15 16:15:45 1.46
--- search.php 2001/12/15 17:50:28 1.47
***************
*** 1166,1170 ****
}
! else if( $topic_rowset[$i]['post_time'] > $userdata['session_last_visit'] )
{
$folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
--- 1166,1170 ----
}
! else if( $topic_rowset[$i]['post_time'] > $userdata['user_lastvisit'] )
{
$folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:47:49
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv18735
Modified Files:
viewforum.php
Log Message:
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -r1.110 -r1.111
*** viewforum.php 2001/12/14 02:39:44 1.110
--- viewforum.php 2001/12/15 17:47:45 1.111
***************
*** 561,565 ****
}
! else if( $topic_rowset[$i]['post_time'] > $userdata['session_last_visit'] )
{
$folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
--- 561,565 ----
}
! else if( $topic_rowset[$i]['post_time'] > $userdata['user_lastvisit'] )
{
$folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:37:36
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv16162/templates/subSilver Removed Files: admin_styles.css Log Message: Not needed --- admin_styles.css DELETED --- |
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:35:54
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv15782/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
subSilver updates, separate css, other fixes
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** page_header.tpl 2001/10/14 15:55:50 1.3
--- page_header.tpl 2001/12/15 17:35:52 1.4
***************
*** 4,8 ****
<meta name="MSSmartTagsPreventParsing" content="TRUE">
{META}
! <link rel="stylesheet" href="../templates/subSilver/admin_styles.css" type="text/css">
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
--- 4,28 ----
<meta name="MSSmartTagsPreventParsing" content="TRUE">
{META}
! <link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
! <style type="text/css">
! <!--
! /* Specifiy background images for selected styles
! This can't be done within the external style sheet as NS4 sees image paths relative to
! the page which called the style sheet (i.e. this page in the root phpBB directory)
! whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
! */
! TH { background-image: url(../templates/subSilver/images/cellpic3.gif) }
! TD.cat { background-image: url(../templates/subSilver/images/cellpic1.gif) }
! TD.rowpic { background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
! td.icqback { background-image: url(../templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }
! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif) }
! p, td { font-size : 12px; color : #000000; }
! h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
!
! /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
! @import url("../templates/subSilver/formIE.css");
! -->
! </style>
!
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:35:54
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv15782/templates/subSilver Modified Files: overall_header.tpl index_body.tpl Added Files: subSilver.css Log Message: subSilver updates, separate css, other fixes --- NEW FILE --- /* subSilver Theme for phpBB2 * Created by subBlue design * http://www.subBlue.com */ body { background-color:#E5E5E5; scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #7294AF; } font { font-family: Verdana, Arial, Helvetica, sans-serif } td { font-family: Verdana, Arial, Helvetica, sans-serif } th { font-family: Verdana, Arial, Helvetica, sans-serif } P { font-family: Verdana, Arial, Helvetica, sans-serif } hr { height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px;} /* Forum colours */ .bodyline { background-color:#FFFFFF; border: #AEBDC4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } .forumline { background-color:#FFFFFF; border: 2px #006699 solid } /* Main table cell colours and backgrounds */ TH { background-color: #1B7CAD; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163 } TD.tablebg { background-color: #000000 } TD.cat { background-color: #CBD3D9; height: 28px } TD.row1 { background-color: #EFEFEF } TD.row2 { background-color: #DEE3E7 } TD.row3 { background-color: #c2cdd6 } TD.spaceRow { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TD.rowpic { background-color: #FFFFFF } /* Setting additional nice borders for the main table cells */ TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#CBD3D9; height: 28px; border: #FFFFFF; border-style: solid; } TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TD.catLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } TD.catRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } TH.thHead,TH.thSides,TH.thTop,TH.thLeft,TH.thRight,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #FFFFFF; border-style: solid; } TH.thHead { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } TH.thSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TH.thTop { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } TH.thLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } TH.thRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } TD.row3Right { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* General normal text */ .gen { font-size : 12px; color : #000000; } a.gen { color: #006699; text-decoration: none; } a.gen:hover { color: #C23030; text-decoration: underline; } /* General medium text */ .genmed { font-size : 11px; color : #000000; } a.genmed { text-decoration: none; color : #006699; } a.genmed:hover { text-decoration: underline; color : #C23030; } /* General small */ .gensmall { font-size : 10px; color : #000000; } a.gensmall { color: #006699; text-decoration: none; } a.gensmall:hover { color: #C23030; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; text-decoration : none; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover { text-decoration: underline; color : #C23030; } /* Forum categories */ .cattitle { font-size : 12px; line-height : 100%; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #004c75 } a.cattitle { text-decoration: none; color : #004c75; } a.cattitle:hover { text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #136C99; } a.forumlink { text-decoration: none; color : #136C99; } a.forumlink:hover { text-decoration: underline; color : #D68000; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: can specify viewed link colour too */ .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; } a.topictitle { text-decoration: none; color : #006699; } a.topictitle:hover { text-decoration: underline; color : #D68000; } a.topictitle:visited { text-decoration: none; color : #5584AA; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; text-decoration : none; color : #000000;} a.name { color: #006699; text-decoration: none;} a.name:hover { color: #C23030; text-decoration: underline;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } a.postdetails { color: #006699; text-decoration: none; } a.postdetails:hover { color: #C23030; text-decoration: underline; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink { text-decoration: none; color : #006699 } a.postlink:hover { text-decoration: underline; color : #C23030 } /* Quote Code (currently not used) */ .code { font-family: Courier, Courier New; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #c2cdd6; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .signature { font-size : 11px; text-decoration : none; line-height : 150%; color : #333366; } .editedby { font-size : 10px; line-height : 100%; color : #333333; } /* Form elements */ input,textarea, select { color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-weight : normal; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None bold submit button */ input.liteoption { background-color : #FAFAFA; font-weight : normal; } .helpline { background-color: #DEE3E7; border-style: none; } /* Copyright and bottom info */ .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;} a.copyright { color: #333333; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** overall_header.tpl 2001/12/15 01:56:27 1.14 --- overall_header.tpl 2001/12/15 17:35:52 1.15 *************** *** 10,207 **** {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> <!-- ! /* subSilver Theme for phpBB2 ! * Created by subBlue design ! * http://www.subBlue.com ! */ ! ! body { background-color:{T_BODY_BGCOLOR}; ! scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; ! scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; ! scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #7294AF; ! } ! ! font { font-family: Verdana, Arial, Helvetica, sans-serif } ! td { font-family: Verdana, Arial, Helvetica, sans-serif } ! th { font-family: Verdana, Arial, Helvetica, sans-serif } ! P { font-family: Verdana, Arial, Helvetica, sans-serif } ! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} ! ! ! /* Forum colours */ ! .bodyline { background-color:#FFFFFF; border: {T_TD_COLOR1}; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } ! .forumline { background-color:#FFFFFF; border: 2px #006699 solid } ! ! ! /* Main table cell colours and backgrounds */ ! TH { background-color: {T_TH_COLOR3}; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163; background-image: url(templates/subSilver/images/cellpic3.gif) } ! TD.tablebg { background-color: #000000 } ! TD.cat { background-color: {T_TH_COLOR1}; height: 28px; background-image: url(templates/subSilver/images/cellpic1.gif) } ! TD.row1 { background-color: {T_TR_COLOR1} } ! TD.row2 { background-color: {T_TR_COLOR2} } ! TD.row3 { background-color: {T_TR_COLOR3} } ! TD.spaceRow { background-color: {T_TR_COLOR3}; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } ! TD.rowpic { background-color: #FFFFFF; background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } - /* Setting additional nice borders for the main table cells */ - TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:{T_TH_COLOR1}; height: 28px; background-image: url(templates/subSilver/images/cellpic1.gif); border: #FFFFFF; border-style: solid; } - - TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } - TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } - TD.catLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } - TD.catRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } - TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } - - TH.thHead,TH.thSides,TH.thTop,TH.thLeft,TH.thRight,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #FFFFFF; border-style: solid; } - - TH.thHead { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } - TH.thSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } - TH.thTop { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } - TH.thLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } - TH.thRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } - TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } - TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } - TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } - - TD.row3Right { background-color: {T_TR_COLOR3}; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } - - /* The largest text used in the index page title and toptic title etc. */ - .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000; } - a.maintitle { text-decoration : none; } - - - /* General normal text */ - .gen { font-size : 12px; color : #000000; } - a.gen { color: #006699; text-decoration: none; } - a.gen:hover { color: #C23030; text-decoration: underline; } - - /* General medium text */ - .genmed { font-size : 11px; color : #000000; } - a.genmed { text-decoration: none; color : #006699; } - a.genmed:hover { text-decoration: underline; color : #C23030; } - - - /* General small */ - .gensmall { font-size : 10px; color : #000000; } - a.gensmall { color: #006699; text-decoration: none; } - a.gensmall:hover { color: #C23030; text-decoration: underline; } - - - /* The register, login, search etc links at the top of the page */ - .mainmenu { font-size : 11px; text-decoration : none; color : #000000 } - a.mainmenu { text-decoration: none; color : #006699; } - a.mainmenu:hover { text-decoration: underline; color : #C23030; } - - - /* Forum categories */ - .cattitle { font-size : 12px; line-height : 100%; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #004c75 } - a.cattitle { text-decoration: none; color : #004c75; } - a.cattitle:hover { text-decoration: underline; } - - - /* Forum title: Text and link to the forums used in: index.php */ - .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #136C99; } - a.forumlink { text-decoration: none; color : #136C99; } - a.forumlink:hover { text-decoration: underline; color : #D68000; } - - - /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ - .nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;} - a.nav { text-decoration: none; color : #006699; } - a.nav:hover { text-decoration: underline; } - - - /* titles for the topics: can specify viewed link colour too */ - .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; } - a.topictitle { text-decoration: none; color : #006699; } - a.topictitle:hover { text-decoration: underline; color : #D68000; } - a.topictitle:visited { text-decoration: none; color : #5584AA; } - - - /* Name of poster in viewmsg.php and viewtopic.php and other places */ - .name { font-size : 11px; text-decoration : none; color : #000000;} - a.name { color: #006699; text-decoration: none;} - a.name:hover { color: #C23030; text-decoration: underline;} - - - /* Location, number of posts, post date etc */ - .postdetails { font-size : 10px; color : #000000; } - a.postdetails { color: #006699; text-decoration: none; } - a.postdetails:hover { color: #C23030; text-decoration: underline; } - - - /* The content of the posts (body of text) */ - .postbody { font-size : 12px; line-height: 18px} - - a.postlink { text-decoration: none; color : {T_BODY_LINK} } - a.postlink:hover { text-decoration: underline; color : #C23030 } - - - /* Quote Code (currently not used) */ - .code { font-family: Courier, Courier New; font-size: 11px; color: #006600; - background-color: #FAFAFA; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px - } - .quote { font-family: Verdana, Arial; font-size: 11px; color: #444444; line-height: 125%; - background-color: #FAFAFA; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px - } - .signature { font-size : 11px; text-decoration : none; line-height : 150%; color : #333366; } - .editedby { font-size : 10px; line-height : 100%; color : #333333; } - - - /* Form elements */ - input,textarea, select { - color : #000000; - font-family : Verdana, Arial, Helvetica, sans-serif; - font-size : 11px; - font-weight : normal; - border-color : #000000; - } - - /* The text input fields background colour */ - input.post, textarea.post, select { - background-color : #FFFFFF; - } - - input { text-indent : 2px; } - - /* The buttons used for bbCode styling in message post */ - input.button { - background-color : {T_TR_COLOR1}; - color : #000000; - font-family : Verdana, Arial, Helvetica, sans-serif; - font-size : 11px; - } - - - /* The main submit button option */ - input.mainoption { - background-color : #FAFAFA; - font-weight : bold; - } - - /* None bold submit button */ - input.liteoption { - background-color : #FAFAFA; - font-weight : normal; - } - /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); - - .helpline { background-color: {T_TR_COLOR2}; border-style: none; } - - - /* Copyright and bottom info */ - .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;} - a.copyright { color: #333333; text-decoration: none;} - a.copyright:hover { color: #000000; text-decoration: underline;} --> </style> <!-- BEGIN switch_enable_pm_popup --> <script language="Javascript" type="text/javascript"> --- 10,33 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> + <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" /> <style type="text/css"> <!-- ! /* Specifiy background images for selected styles ! This can't be done within the external style sheet as NS4 sees image paths relative to ! the page which called the style sheet (i.e. this page in the root phpBB directory) ! whereas all other browsers see image paths relative to the style sheet. Stupid NS again! ! */ ! TH { background-image: url(templates/subSilver/images/cellpic3.gif) } ! TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) } ! TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } + TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style> + <!-- BEGIN switch_enable_pm_popup --> <script language="Javascript" type="text/javascript"> *************** *** 244,246 **** </tr> </table> ! <br /> --- 70,73 ---- </tr> </table> ! <span class="mainmenu"> <br /> </span> ! Index: index_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** index_body.tpl 2001/12/14 00:47:29 1.12 --- index_body.tpl 2001/12/15 17:35:52 1.13 *************** *** 1,5 **** - - <br clear="all" /> - <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> --- 1,2 ---- |
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:35:54
|
Update of /cvsroot/phpbb/phpBB2/db/schemas In directory usw-pr-cvs1:/tmp/cvs-serv15782/db/schemas Modified Files: ms_access_primer.zip Log Message: subSilver updates, separate css, other fixes Index: ms_access_primer.zip =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/schemas/ms_access_primer.zip,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 Binary files /tmp/cvsi2X5Jb and /tmp/cvs4GGh5e differ |
|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:26:40
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv13674/includes
Modified Files:
sessions.php
Log Message:
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** sessions.php 2001/12/15 16:40:35 1.45
--- sessions.php 2001/12/15 17:26:37 1.46
***************
*** 110,113 ****
--- 110,114 ----
else
{
+ $sessiondata['lastvisit'] = ( $row['user_session_time'] > 0 ) ? $row['user_session_time'] : $current_time;
$login = 1;
}
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:51:08
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv5878/language/lang_english Modified Files: lang_main.php Log Message: Moved agreement text to lang_main Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -r1.64 -r1.65 *** lang_main.php 2001/12/15 02:19:04 1.64 --- lang_main.php 2001/12/15 16:51:04 1.65 *************** *** 179,182 **** --- 179,184 ---- $lang['Log_me_in'] = "Log me on automatically each visit"; + $lang['Error_login'] = "You have specified an incorrect or inactive username or an invalid password"; + // *************** *** 542,545 **** --- 544,554 ---- $lang['COPPA'] = "Your account has been created but has to be approved, please check your email for details."; + $lang['Registration'] = "Registration Agreement Terms"; + $lang['Reg_agreement'] = "While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions."; + + $lang['Agree_under_13'] = "I Agree to these terms and am <b>under</b> 13 years of age"; + $lang['Agree_over_13'] = "I Agree to these terms and am <b>over</b> 13 years of age"; + $lang['Agree_not'] = "I do not agree to these terms"; + $lang['Wrong_activation'] = "The activation key you supplied does not match any in the database"; $lang['Send_password'] = "Send me a new password"; *************** *** 860,864 **** $lang['days_short'][1] = "Mon"; $lang['days_short'][2] = "Tue"; ! $lang['days_short'][3] = "Web"; $lang['days_short'][4] = "Thu"; $lang['days_short'][5] = "Fri"; --- 869,873 ---- $lang['days_short'][1] = "Mon"; $lang['days_short'][2] = "Tue"; ! $lang['days_short'][3] = "Wed"; $lang['days_short'][4] = "Thu"; $lang['days_short'][5] = "Fri"; *************** *** 903,911 **** $lang['A_critical_error'] = "A Critical Error Occurred"; - $lang['Error_login'] = "You have specified an incorrect or inactive username or an invalid password"; - // // That's all Folks! // ------------------------------------------------- ! ?> --- 912,918 ---- $lang['A_critical_error'] = "A Critical Error Occurred"; // // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file |
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:51:07
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv5878
Modified Files:
profile.php
Log Message:
Moved agreement text to lang_main
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -r1.153 -r1.154
*** profile.php 2001/12/05 17:54:54 1.153
--- profile.php 2001/12/15 16:51:03 1.154
***************
*** 457,460 ****
--- 457,465 ----
$template->assign_vars(array(
"COPPA" => $coppa,
+ "REGISTRATION" => $lang['Registration'],
+ "AGREEMENT" => $lang['Reg_agreement'],
+ "AGREE_OVER_13" => $lang['Agree_over_13'],
+ "AGREE_UNDER_13" => $lang['Agree_under_13'],
+ "DO_NOT_AGREE" => $lang['Agree_not'],
"U_AGREE_OVER13" => append_sid("profile.$phpEx?mode=register&agreed=true"),
***************
*** 524,527 ****
--- 529,554 ----
$user_avatar = ( empty($user_avatar_loc) && $mode == "editprofile" ) ? $userdata['user_avatar'] : "";
$user_avatar_type = ( empty($user_avatar_loc) && $mode == "editprofile" ) ? $userdata['user_avatar_type'] : "";
+
+ if( isset($HTTP_POST_VARS['avatargallery']) || isset($HTTP_POST_VARS['submitavatar']) || isset($HTTP_POST_VARS['cancelavatar']) )
+ {
+ $username = stripslashes($username);
+ $email = stripslashes($email);
+ $password = "";
+ $password_confirm = "";
+
+ $icq = stripslashes($icq);
+ $aim = stripslashes($aim);
+ $msn = stripslashes($msn);
+ $yim = stripslashes($yim);
+
+ $website = stripslashes($website);
+ $location = stripslashes($location);
+ $occupation = stripslashes($occupation);
+ $interests = stripslashes($interests);
+ $signature = stripslashes($signature);
+
+ $user_lang = stripslashes($user_lang);
+ $user_dateformat = stripslashes($user_dateformat);
+ }
}
***************
*** 1384,1398 ****
$s_hidden_vars = '<input type="hidden" name="agreed" value="true" /><input type="hidden" name="coppa" value="' . $coppa . '" /><input type="hidden" name="user_id" value="' . $userdata['user_id'] . '" /><input type="hidden" name="current_email" value="' . $userdata['user_email'] . '" />';
$s_hidden_vars .= '<input type="hidden" name="user_id" value="' . $user_id . '" />';
! $s_hidden_vars .= '<input type="hidden" name="username" value="' . addslashes($username) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="email" value="' . addslashes($email) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="icq" value="' . addslashes($icq) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="aim" value="' . addslashes($aim) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="msn" value="' . addslashes($msn) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="yim" value="' . addslashes($yim) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="website" value="' . addslashes($website) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="location" value="' . addslashes($location) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="occupation" value="' . addslashes($occupation) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="interests" value="' . addslashes($interests) . '" />';
! $s_hidden_vars .= '<input type="hidden" name="signature" value="' . addslashes($signature) . '" />';
$s_hidden_vars .= '<input type="hidden" name="viewemail" value="' . $viewemail . '" />';
$s_hidden_vars .= '<input type="hidden" name="notifypm" value="' . $notifypm . '" />';
--- 1411,1425 ----
$s_hidden_vars = '<input type="hidden" name="agreed" value="true" /><input type="hidden" name="coppa" value="' . $coppa . '" /><input type="hidden" name="user_id" value="' . $userdata['user_id'] . '" /><input type="hidden" name="current_email" value="' . $userdata['user_email'] . '" />';
$s_hidden_vars .= '<input type="hidden" name="user_id" value="' . $user_id . '" />';
! $s_hidden_vars .= '<input type="hidden" name="username" value="' . $username . '" />';
! $s_hidden_vars .= '<input type="hidden" name="email" value="' . $email . '" />';
! $s_hidden_vars .= '<input type="hidden" name="icq" value="' . $icq . '" />';
! $s_hidden_vars .= '<input type="hidden" name="aim" value="' . $aim . '" />';
! $s_hidden_vars .= '<input type="hidden" name="msn" value="' . $msn . '" />';
! $s_hidden_vars .= '<input type="hidden" name="yim" value="' . $yim . '" />';
! $s_hidden_vars .= '<input type="hidden" name="website" value="' . $website . '" />';
! $s_hidden_vars .= '<input type="hidden" name="location" value="' . $location . '" />';
! $s_hidden_vars .= '<input type="hidden" name="occupation" value="' . $occupation . '" />';
! $s_hidden_vars .= '<input type="hidden" name="interests" value="' . $interests . '" />';
! $s_hidden_vars .= '<input type="hidden" name="signature" value="' . $signature . '" />';
$s_hidden_vars .= '<input type="hidden" name="viewemail" value="' . $viewemail . '" />';
$s_hidden_vars .= '<input type="hidden" name="notifypm" value="' . $notifypm . '" />';
***************
*** 1407,1411 ****
$s_hidden_vars .= '<input type="hidden" name="language" value="' . $user_lang . '" />';
$s_hidden_vars .= '<input type="hidden" name="timezone" value="' . $user_timezone . '" />';
! $s_hidden_vars .= '<input type="hidden" name="dateformat" value="' . addslashes($user_dateformat) . '" />';
$template->assign_vars(array(
--- 1434,1438 ----
$s_hidden_vars .= '<input type="hidden" name="language" value="' . $user_lang . '" />';
$s_hidden_vars .= '<input type="hidden" name="timezone" value="' . $user_timezone . '" />';
! $s_hidden_vars .= '<input type="hidden" name="dateformat" value="' . $user_dateformat . '" />';
$template->assign_vars(array(
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:51:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv5878/templates/subSilver
Modified Files:
agreement.tpl
Log Message:
Moved agreement text to lang_main
Index: agreement.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/agreement.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** agreement.tpl 2001/11/18 14:01:35 1.3
--- agreement.tpl 2001/12/15 16:51:04 1.4
***************
*** 8,12 ****
<tr>
<th valign="middle" class="thHead" height="25"><span class="tableTitle">{SITENAME}
! - Forums Registration Agreement</span></th>
</tr>
<tr>
--- 8,12 ----
<tr>
<th valign="middle" class="thHead" height="25"><span class="tableTitle">{SITENAME}
! - {REGISTRATION}</span></th>
</tr>
<tr>
***************
*** 14,58 ****
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td><span class="genmed"><br />
! While the administrators and moderators of this forum will attempt
! to remove or edit any generally objectionable material as quickly
! as possible, it is impossible to review every message. Therefore you
! acknowledge that all posts made to these forums express the views
! and opinions of the author and not the administrators, moderators
! or webmaster (except for posts by these people) and hence will not
! be held liable.<br />
! <br />
! You agree not to post any abusive, obscene, vulgar, slanderous, hateful,
! threatening, sexually-orientated or any other material that may violate
! any applicable laws. Doing so may lead to you being immediately and
! permanently banned (and your service provider being informed). The
! IP address of all posts is recorded to aid in enforcing these conditions.
! You agree that the webmaster, administrator and moderators of this
! forum have the right to remove, edit, move or close any topic at any
! time should they see fit. As a user you agree to any information you
! have entered above being stored in a database. While this information
! will not be disclosed to any third party without your consent the
! webmaster, administrator and moderators cannot be held responsible
! for any hacking attempt that may lead to the data being compromised.<br />
! <br />
! This forum system uses cookies to store information on your local
! computer. These cookies do not contain any of the information you
! have entered above, they serve only to improve your viewing pleasure.
! The email address is used only for confirming your registration details
! and password (and for sending new passwords should you forget your
! current one).<br />
! <br />
! By clicking Register below you agree to be bound by these conditions.<br />
! <br />
! <br />
! <div align="center"><a href="{U_AGREE_OVER13}" class="genmed">I Agree to these terms
! (and am over 13 years of age)</a><br />
! <br />
! <a href="{U_AGREE_UNDER13}" class="genmed">I Agree to these terms (and am <b>under</b>
! 13 years of age)</a><br />
! <br />
! <a href="{U_INDEX}" class="genmed">I do not agree to these terms</a></div>
! <br />
! </span></td>
</tr>
</table>
--- 14,18 ----
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td><span class="genmed"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}" class="genmed">{DO_NOT_AGREE}</a></div><br /></span></td>
</tr>
</table>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:42:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv4400/language/lang_english
Modified Files:
lang_faq.php
Log Message:
FAQ update
Index: lang_faq.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_faq.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lang_faq.php 2001/11/27 21:37:31 1.3
--- lang_faq.php 2001/12/15 16:42:08 1.4
***************
*** 87,94 ****
$faq[] = array("I have received a spamming or abusive email from someone on this board!", "We are sorry to hear that. The email form feature of this board includes safeguards to try and track users who send such posts. You should email the board administrator with a full copy of the email you received, it is very important this include the headers (these list details of the user that sent the email). They can then take action.");
!
$faq[] = array("--","phpBB 2 Issues");
$faq[] = array("Why isn't X feature available?", "This software was written by and licensed through phpBB Group. If you believe a feature needs to be added then please visit the phpbb.com website and see what phpBB Group have to say. Please do not post feature requests to the board at phpbb.com, the Group uses sourceforge to handle tasking of new features. Please read through the forums and see what, if any, our position may already be for a feature and then follow the procedure given there.");
$faq[] = array("Who do I contact about abusive and/or legal matters related to this board?", "You should contact the administrator of this board. If you cannot find who this you should first contact one of the forum moderators and ask them who you should in turn contact. If still get no response you should contact the owner of the domain (do a whois lookup) or, if this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that service. Please note that phpBB Group has absolutely no control and cannot in any way be held liable over how, where or by whom this board is used. It is absolutely pointless contacting phpBB Group in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the phpbb.com website or the discrete software of phpBB itself. If you do email phpBB Group about any third party use of this software then you should expect a terse response or no response at all.");
?>
--- 87,101 ----
$faq[] = array("I have received a spamming or abusive email from someone on this board!", "We are sorry to hear that. The email form feature of this board includes safeguards to try and track users who send such posts. You should email the board administrator with a full copy of the email you received, it is very important this include the headers (these list details of the user that sent the email). They can then take action.");
! //
! // These entries should remain in all languages and for all modifications
! //
$faq[] = array("--","phpBB 2 Issues");
+ $faq[] = array("Who wrote this bulletin board?", "This software (in its unmodified form) is produced, released and is copyright <a href=\"http://www.phpbb.com/\" target=\"_blank\">phpBB Group</a>. It is made available under the GNU General Public Licence and may be freely distributed, see link for more details");
$faq[] = array("Why isn't X feature available?", "This software was written by and licensed through phpBB Group. If you believe a feature needs to be added then please visit the phpbb.com website and see what phpBB Group have to say. Please do not post feature requests to the board at phpbb.com, the Group uses sourceforge to handle tasking of new features. Please read through the forums and see what, if any, our position may already be for a feature and then follow the procedure given there.");
$faq[] = array("Who do I contact about abusive and/or legal matters related to this board?", "You should contact the administrator of this board. If you cannot find who this you should first contact one of the forum moderators and ask them who you should in turn contact. If still get no response you should contact the owner of the domain (do a whois lookup) or, if this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that service. Please note that phpBB Group has absolutely no control and cannot in any way be held liable over how, where or by whom this board is used. It is absolutely pointless contacting phpBB Group in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the phpbb.com website or the discrete software of phpBB itself. If you do email phpBB Group about any third party use of this software then you should expect a terse response or no response at all.");
+
+ //
+ // This ends the FAQ entries
+ //
?>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:40:38
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv4128 Modified Files: index.php Log Message: Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -r1.83 -r1.84 *** index.php 2001/12/14 18:28:38 1.83 --- index.php 2001/12/15 16:40:35 1.84 *************** *** 186,190 **** WHERE t.forum_id = f.forum_id AND p.post_id = t.topic_last_post_id ! AND p.post_time > " . $userdata['session_last_visit'] . " AND t.topic_moved_id = 0"; if(!$new_topic_ids = $db->sql_query($sql)) --- 186,190 ---- WHERE t.forum_id = f.forum_id AND p.post_id = t.topic_last_post_id ! AND p.post_time > " . $userdata['user_lastvisit'] . " AND t.topic_moved_id = 0"; if(!$new_topic_ids = $db->sql_query($sql)) |
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:40:38
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv4128/db/schemas
Modified Files:
mssql_schema.sql mysql_schema.sql postgres_schema.sql
Log Message:
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Index: mssql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_schema.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** mssql_schema.sql 2001/12/14 16:32:32 1.11
--- mssql_schema.sql 2001/12/15 16:40:35 1.12
***************
*** 182,186 ****
[session_start] [int] NULL ,
[session_time] [int] NULL ,
- [session_last_visit] [int] NULL ,
[session_ip] [char] (8) NOT NULL ,
[session_page] [int] NULL ,
--- 182,185 ----
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_schema.sql,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mysql_schema.sql 2001/12/14 16:32:32 1.9
--- mysql_schema.sql 2001/12/15 16:40:35 1.10
***************
*** 296,300 ****
session_start int(11) DEFAULT '0' NOT NULL,
session_time int(11) DEFAULT '0' NOT NULL,
- session_last_visit int(11) DEFAULT '0' NOT NULL,
session_ip char(8) DEFAULT '0' NOT NULL,
session_page int(11) DEFAULT '0' NOT NULL,
--- 296,299 ----
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** postgres_schema.sql 2001/12/15 01:22:55 1.10
--- postgres_schema.sql 2001/12/15 16:40:35 1.11
***************
*** 277,281 ****
session_start int4 DEFAULT '0' NOT NULL,
session_time int4 DEFAULT '0' NOT NULL,
- session_last_visit int4 DEFAULT '0' NOT NULL,
session_ip char(8) DEFAULT '0' NOT NULL,
session_page int4 DEFAULT '0' NOT NULL,
--- 277,280 ----
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:40:37
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv4128/includes
Modified Files:
sessions.php
Log Message:
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** sessions.php 2001/12/15 14:37:01 1.44
--- sessions.php 2001/12/15 16:40:35 1.45
***************
*** 153,157 ****
//
$sql = "UPDATE " . SESSIONS_TABLE . "
! SET session_user_id = $user_id, session_start = $current_time, session_time = $current_time, session_last_visit = " . $sessiondata['lastvisit'] . ", session_page = $page_id, session_logged_in = $login
WHERE session_id = '" . $session_id . "'
AND session_ip = '$user_ip'";
--- 153,157 ----
//
$sql = "UPDATE " . SESSIONS_TABLE . "
! SET session_user_id = $user_id, session_start = $current_time, session_time = $current_time, session_page = $page_id, session_logged_in = $login
WHERE session_id = '" . $session_id . "'
AND session_ip = '$user_ip'";
***************
*** 163,168 ****
$sql = "INSERT INTO " . SESSIONS_TABLE . "
! (session_id, session_user_id, session_start, session_time, session_last_visit, session_ip, session_page, session_logged_in)
! VALUES ('$session_id', $user_id, $current_time, $current_time, " . $sessiondata['lastvisit'] . ", '$user_ip', $page_id, $login)";
$result = $db->sql_query($sql);
if(!$result)
--- 163,168 ----
$sql = "INSERT INTO " . SESSIONS_TABLE . "
! (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in)
! VALUES ('$session_id', $user_id, $current_time, $current_time, '$user_ip', $page_id, $login)";
$result = $db->sql_query($sql);
if(!$result)
***************
*** 183,190 ****
$sessiondata['autologinid'] = ( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : "";
}
- $sessiondata['userid'] = $user_id;
-
$serialised_cookiedata = serialize($sessiondata);
setcookie($cookiename . '_data', $serialised_cookiedata, ($current_time + 31536000), $cookiepath, $cookiedomain, $cookiesecure);
--- 183,189 ----
$sessiondata['autologinid'] = ( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : "";
+ $sessiondata['userid'] = $user_id;
}
$serialised_cookiedata = serialize($sessiondata);
setcookie($cookiename . '_data', $serialised_cookiedata, ($current_time + 31536000), $cookiepath, $cookiedomain, $cookiesecure);
***************
*** 393,409 ****
unset($sessiondata['autologinid']);
}
-
- $sql = "UPDATE " . USERS_TABLE . "
- SET user_lastvisit = " . time() . "
- WHERE user_id = $user_id";
- $result = $db->sql_query($sql);
- if (!$result)
- {
- message_die(CRITICAL_ERROR, "Couldn't reset user autologin key : session_end", "", __LINE__, __FILE__, $sql);
- }
-
}
! $sessiondata['userid'] = ANONYMOUS;
$serialised_cookiedata = serialize($sessiondata);
--- 392,398 ----
unset($sessiondata['autologinid']);
}
}
! unset($sessiondata['userid']);
$serialised_cookiedata = serialize($sessiondata);
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 16:40:05
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv4023 Modified Files: page_header.php Log Message: PHP_SELF is a BadThing(tm) Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -r1.79 -r1.80 *** page_header.php 2001/12/15 01:55:43 1.79 --- page_header.php 2001/12/15 16:40:02 1.80 *************** *** 249,253 **** "PRIVMSG_IMG" => $icon_pm, - "PHP_SELF" => $PHP_SELF, "REQUEST_URI" => $REQUEST_URI, --- 249,252 ---- |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 16:15:48
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv31565
Modified Files:
search.php
Log Message:
Sped up searching for posts from a specific user a lot
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** search.php 2001/12/14 02:39:44 1.45
--- search.php 2001/12/15 16:15:45 1.46
***************
*** 288,297 ****
{
$query_author = str_replace("*", "%", trim($query_author));
! $sql = "SELECT p.post_id
! FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u
! WHERE u.username LIKE '$query_author'
! AND p.poster_id = u.user_id
! ORDER BY p.post_time DESC";
}
$result = $db->sql_query($sql);
--- 288,318 ----
{
$query_author = str_replace("*", "%", trim($query_author));
+
+ $sql = "SELECT user_id
+ FROM ".USERS_TABLE."
+ WHERE username LIKE '$query_author'";
+ $result = $db->sql_query($sql);
+ if( !$result )
+ {
+ message_die(GENERAL_ERROR, "Couldn't obtain list of matching users (searching for: $query_author)", "", __LINE__, __FILE__, $sql);
+ }
+ if( $db->sql_numrows($result) == 0 )
+ {
+ message_die(GENERAL_MESSAGE, $lang['No_search_match']);
+ }
+
+ while( $row = $db->sql_fetchrow($result) )
+ {
+ if( $matching_userids != "" )
+ {
+ $matching_userids .= ", ";
+ }
+ $matching_userids .= $row['user_id'];
+ }
! $sql = "SELECT post_id
! FROM " . POSTS_TABLE . "
! WHERE poster_id IN ($matching_userids)
! ORDER BY post_time DESC";
}
$result = $db->sql_query($sql);
|