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-11-03 19:17:09
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv24237/includes Modified Files: constants.php Log Message: Group control panel updates and mods + hidden group ability Index: constants.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** constants.php 2001/11/03 13:54:04 1.38 --- constants.php 2001/11/03 19:17:06 1.39 *************** *** 48,51 **** --- 48,57 ---- + // Group settings + define(GROUP_OPEN, 0); + define(GROUP_CLOSED, 1); + define(GROUP_HIDDEN, 2); + + // Forum state define(FORUM_UNLOCKED, 0); *************** *** 79,89 **** define(CRITICAL_ERROR, 204); - define(SQL_CONNECT, 1); - define(BANNED, 2); - define(QUERY_ERROR, 3); - define(SESSION_CREATE, 4); - define(NO_TOPICS, 5); - define(LOGIN_FAILED, 7); - // Private messaging --- 85,88 ---- *************** *** 134,138 **** define(AUTH_VIEW, 1); - define(AUTH_READ, 2); define(AUTH_POST, 3); --- 133,136 ---- *************** *** 140,144 **** define(AUTH_EDIT, 5); define(AUTH_DELETE, 6); - define(AUTH_ANNOUNCE, 7); define(AUTH_STICKY, 8); --- 138,141 ---- |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 19:17:08
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv24237/language/lang_english Modified Files: lang_main.php Log Message: Group control panel updates and mods + hidden group ability Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** lang_main.php 2001/11/03 18:13:35 1.21 --- lang_main.php 2001/11/03 19:17:06 1.22 *************** *** 338,341 **** --- 338,342 ---- $lang['Click_view_message'] = "Click %sHere%s to view your message"; $lang['Click_return_modcp'] = "Click %sHere%s to return to the Moderator Control Panel"; + $lang['Click_return_group'] = "Click %sHere%s to return to group information"; $lang['Topic_reply_notification'] = "Topic Reply Notification"; *************** *** 562,566 **** $lang['Group_request'] = "A request to join your group has been made"; $lang['Group_approved'] = "Your request has been approved"; ! $lang['Group_added'] = "You have been added to this usergroup"; $lang['Could_not_add_user'] = "The user you selected does not exist"; --- 563,570 ---- $lang['Group_request'] = "A request to join your group has been made"; $lang['Group_approved'] = "Your request has been approved"; ! $lang['Group_added'] = "You have been added to this usergroup"; ! $lang['Already_member_group'] = "You are already a member of this group"; ! $lang['User_is_member_group'] = "User is already a member of this group"; ! $lang['Group_type_updated'] = "Successfully updated group type"; $lang['Could_not_add_user'] = "The user you selected does not exist"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 19:17:08
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv24237
Modified Files:
groupcp.php
Log Message:
Group control panel updates and mods + hidden group ability
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** groupcp.php 2001/10/11 08:03:03 1.16
--- groupcp.php 2001/11/03 19:17:06 1.17
***************
*** 24,28 ****
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
- include($phpbb_root_path . 'includes/emailer.'.$phpEx);
//
--- 24,27 ----
***************
*** 35,299 ****
//
[...1746 lines suppressed...]
! {
! $template->assign_block_vars("groups_joined.groups_pending", array() );
! }
!
! if( $s_group_list_opt != "")
! {
! $template->assign_block_vars("groups_remaining", array() );
! }
$template->assign_vars(array(
***************
*** 882,884 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 1111,1113 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 18:45:37
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv18055/templates/subSilver Removed Files: groupcp_list_body.tpl Log Message: Gone and sadly forgotten, sniff sniff --- groupcp_list_body.tpl DELETED --- |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 18:13:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv5398/language/lang_english Modified Files: lang_main.php Log Message: Additions for site description Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** lang_main.php 2001/11/03 16:17:04 1.20 --- lang_main.php 2001/11/03 18:13:35 1.21 *************** *** 557,560 **** --- 557,561 ---- $lang['Join_group'] = "Join Group"; $lang['No_group_members'] = "This group has no members"; + $lang['Group_hidden_members'] = "This group is hidden, you cannot view its membership"; $lang['No_pending_group_members'] = "This group has no pending members"; $lang["Group_joined"] = "You have successfully subscribed to this group<br />You will be notifed when your subscription is approved by the group moderator"; *************** *** 577,582 **** --- 578,585 ---- $lang['Not_group_moderator'] = "You are not this groups moderator therefor you cannot preform that action."; + $lang['Login_to_join'] = "Login to join or manage group memberships"; $lang['This_open_group'] = "This is an open group, click to request membership"; $lang['This_closed_group'] = "This is a closed group, no more users accepted"; + $lang['This_hidden_group'] = "This is a hidden group, automatic user addition is not allowed"; $lang['Member_this_group'] = "You are a member of this group"; $lang['Pending_this_group'] = "Your membership of this group is pending"; *************** *** 920,923 **** --- 923,927 ---- $lang['General_settings'] = "General Board Settings"; $lang['Site_name'] = "Site name"; + $lang['Site_desc'] = "Site description"; $lang['Acct_activation'] = "Enable account activation"; *************** *** 993,996 **** --- 997,1001 ---- $lang['group_open'] = "Open group"; $lang['group_closed'] = "Closed group"; + $lang['group_hidden'] = "Hidden group"; $lang['group_delete'] = "Delete group"; $lang['group_delete_check'] = "Delete this group"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 18:13:37
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv5398/templates/subSilver/admin
Modified Files:
board_config_body.tpl
Log Message:
Additions for site description
Index: board_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** board_config_body.tpl 2001/10/14 15:55:50 1.1
--- board_config_body.tpl 2001/11/03 18:13:35 1.2
***************
*** 13,16 ****
--- 13,20 ----
</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>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 18:13:37
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv5398/admin
Modified Files:
admin_board.php
Log Message:
Additions for site description
Index: admin_board.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** admin_board.php 2001/10/14 15:46:53 1.28
--- admin_board.php 2001/11/03 18:13:35 1.29
***************
*** 68,98 ****
$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\"" : "";
! $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\"" : "";
! $avatars_remote_yes = ($new['allow_avatar_remote']) ? "checked=\"checked\"" : "";
! $avatars_remote_no = (!$new['allow_avatar_remote']) ? "checked=\"checked\"" : "";
! $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\"" : "";
$template->set_filenames(array(
--- 68,98 ----
$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\"" : "";
! $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\"" : "";
! $avatars_remote_yes = ( $new['allow_avatar_remote'] ) ? "checked=\"checked\"" : "";
! $avatars_remote_no = ( !$new['allow_avatar_remote'] ) ? "checked=\"checked\"" : "";
! $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\"" : "";
$template->set_filenames(array(
***************
*** 102,106 ****
$template->assign_vars(array(
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),
! "SITENAME" => $new['sitename'],
"L_YES" => $lang['Yes'],
"L_NO" => $lang['No'],
--- 102,106 ----
$template->assign_vars(array(
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),
!
"L_YES" => $lang['Yes'],
"L_NO" => $lang['No'],
***************
*** 109,113 ****
--- 109,117 ----
"L_GENERAL_SETTINGS" => $lang['General_settings'],
"L_SITE_NAME" => $lang['Site_name'],
+ "L_SITE_DESCRIPTION" => $lang['Site_desc'],
"L_ACCT_ACTIVATION" => $lang['Acct_activation'],
+
+ "SITENAME" => $new['sitename'],
+ "SITE_DESCRIPTION" => $new['site_desc'],
"ACTIVATION_NONE" => USER_ACTIVATION_NONE,
"ACTIVATION_NONE_CHECKED" => $activation_none,
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 16:59:21
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv20981/templates/subSilver
Modified Files:
posting_body.tpl
Log Message:
Fixed bug #475735
Index: posting_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** posting_body.tpl 2001/10/16 14:47:27 1.5
--- posting_body.tpl 2001/11/03 16:59:19 1.6
***************
*** 258,263 ****
<tr align="center" valign="middle">
<td><a href="javascript:emoticon(':idea:')"><img src="images/smiles/icon_idea.gif" width="15" height="15" border="0" alt="Idea" /></a></td>
! <td><a href="javascript:emoticon(':?')"><img src="images/smiles/icon_question.gif" width="15" height="15" border="0" alt="Question" /></a></td>
! <td><a href="javascript:emoticon(':!')"><img src="images/smiles/icon_exclaim.gif" width="15" height="15" border="0" alt="Exclaim" /></a></td>
<td><a href="javascript:emoticon(':arrow:')"><img src="images/smiles/icon_arrow.gif" width="15" height="15" border="0" alt="Arrow" /></a></td>
</tr>
--- 258,263 ----
<tr align="center" valign="middle">
<td><a href="javascript:emoticon(':idea:')"><img src="images/smiles/icon_idea.gif" width="15" height="15" border="0" alt="Idea" /></a></td>
! <td><a href="javascript:emoticon(':?:')"><img src="images/smiles/icon_question.gif" width="15" height="15" border="0" alt="Question" /></a></td>
! <td><a href="javascript:emoticon(':!:')"><img src="images/smiles/icon_exclaim.gif" width="15" height="15" border="0" alt="Exclaim" /></a></td>
<td><a href="javascript:emoticon(':arrow:')"><img src="images/smiles/icon_arrow.gif" width="15" height="15" border="0" alt="Arrow" /></a></td>
</tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 16:17:07
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv12433/language/lang_english Modified Files: lang_main.php Log Message: Changed to new lang vars + redirect for login Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 16:17:06
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv12433
Modified Files:
login.php
Log Message:
Changed to new lang vars + redirect for login
Index: login.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/login.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** login.php 2001/11/03 16:14:59 1.31
--- login.php 2001/11/03 16:17:04 1.32
***************
*** 78,87 ****
else
{
$template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
);
- $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "";
-
$message = $lang['Error_login'] . "<br /><br />" . sprintf($lang['Click_return_login'], "<a href=\"" . append_sid("login.$phpEx?$redirect") . "\">", "</a> ") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a> ");
--- 78,87 ----
else
{
+ $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "";
+
$template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("login.$phpEx?$redirect") . '">')
);
$message = $lang['Error_login'] . "<br /><br />" . sprintf($lang['Click_return_login'], "<a href=\"" . append_sid("login.$phpEx?$redirect") . "\">", "</a> ") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a> ");
***************
*** 91,95 ****
else
{
! message_die(GENERAL_MESSAGE, $lang['Error_login']);
}
}
--- 91,103 ----
else
{
! $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "";
!
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("login.$phpEx?$redirect") . '">')
! );
!
! $message = $lang['Error_login'] . "<br /><br />" . sprintf($lang['Click_return_login'], "<a href=\"" . append_sid("login.$phpEx?$redirect") . "\">", "</a> ") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a> ");
!
! message_die(GENERAL_MESSAGE, $message);
}
}
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 16:15:02
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv11885
Modified Files:
posting.php login.php
Log Message:
Changed to new lang vars + redirect for login
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -r1.86 -r1.87
*** posting.php 2001/10/24 22:52:13 1.86
--- posting.php 2001/11/03 16:14:59 1.87
***************
*** 1066,1072 ****
);
! $msg_die = $lang['Stored'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$new_post_id") . "#$new_post_id\">" . $lang['Here'] . "</a> " . $lang['to_view_message'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_forum'];
! message_die(GENERAL_MESSAGE, $msg_die);
}
else
--- 1066,1072 ----
);
! $message = $lang['Stored'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$new_post_id") . "#$new_post_id\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_forum'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
}
else
***************
*** 1118,1122 ****
{
$message = ( $delete || $mode == "delete" ) ? $lang['Delete_own_posts'] : $lang['Edit_own_posts'];
! $message .= "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['HERE'] . "</a> ". $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
}
--- 1118,1123 ----
{
$message = ( $delete || $mode == "delete" ) ? $lang['Delete_own_posts'] : $lang['Edit_own_posts'];
! $message .="<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
!
message_die(GENERAL_MESSAGE, $message);
}
***************
*** 1132,1136 ****
if( ( $delete || $mode == "delete" ) && ( ( $is_auth['auth_delete'] && !$is_last_post_topic && !$is_auth['auth_mod'] ) ) )
{
! $message = $lang['Cannot_delete_replied'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['HERE'] . "</a> ". $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
}
--- 1133,1138 ----
if( ( $delete || $mode == "delete" ) && ( ( $is_auth['auth_delete'] && !$is_last_post_topic && !$is_auth['auth_mod'] ) ) )
{
! $message = $lang['Cannot_delete_replied'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
!
message_die(GENERAL_MESSAGE, $message);
}
***************
*** 1206,1212 ****
);
! $msg_die = $lang['Poll_delete'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_topic'];
! message_die(GENERAL_MESSAGE, $msg_die);
}
else
--- 1208,1214 ----
);
! $message = $lang['Poll_delete'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
}
else
***************
*** 1233,1242 ****
else if( $post_has_poll && !$can_edit_poll && $poll_delete )
{
! $message = $lang['Cannot_delete_poll'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
}
else if( !$is_first_post_topic && $poll_delete )
{
! $message = $lang['Post_has_no_poll'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
}
--- 1235,1246 ----
else if( $post_has_poll && !$can_edit_poll && $poll_delete )
{
! $message = $lang['Cannot_delete_poll'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
!
message_die(GENERAL_MESSAGE, $message);
}
else if( !$is_first_post_topic && $poll_delete )
{
! $message = $lang['Post_has_no_poll'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
!
message_die(GENERAL_MESSAGE, $message);
}
***************
*** 1380,1385 ****
"META" => '<meta http-equiv="refresh" content="3;url= ' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">')
);
- $msg_die .= "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
}
else
--- 1384,1390 ----
"META" => '<meta http-equiv="refresh" content="3;url= ' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">')
);
+
+ $message .= "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
}
else
***************
*** 1389,1395 ****
);
}
! $msg_die .= "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_forum'];
! message_die(GENERAL_MESSAGE, $msg_die);
}
else
--- 1394,1400 ----
);
}
! $message .= "<br /><br />" . sprintf($lang['Click_return_forum'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
}
else
***************
*** 1591,1597 ****
);
! $msg_die = $lang['Stored'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">" . $lang['Here'] . "</a> " . $lang['to_view_message'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_forum'];
! message_die(GENERAL_MESSAGE, $msg_die);
}
else
--- 1596,1602 ----
);
! $message = $lang['Stored'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
}
else
***************
*** 1616,1622 ****
);
! $msg_die = $lang['Stored'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">" . $lang['Here'] . "</a> " . $lang['to_view_message'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">" . $lang['Here'] . "</a> ". $lang['to_return_forum'];
! message_die(GENERAL_MESSAGE, $msg_die);
}
else
--- 1621,1627 ----
);
! $message = $lang['Stored'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
}
else
***************
*** 1662,1666 ****
);
! $message = $lang['No_vote_option'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
--- 1667,1671 ----
);
! $message = $lang['No_vote_option'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
***************
*** 1697,1701 ****
);
! $message = $lang['Vote_cast'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
--- 1702,1706 ----
);
! $message = $lang['Vote_cast'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
***************
*** 1726,1730 ****
);
! $message = $lang['Already_voted'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
--- 1731,1735 ----
);
! $message = $lang['Already_voted'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
***************
*** 1734,1738 ****
else
{
! $message = $lang['No_vote_option'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">" . $lang['Here'] . "</a> " . $lang['to_return_topic'];
message_die(GENERAL_MESSAGE, $message);
--- 1739,1743 ----
else
{
! $message = $lang['No_vote_option'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
Index: login.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/login.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** login.php 2001/10/14 18:22:32 1.30
--- login.php 2001/11/03 16:14:59 1.31
***************
*** 78,82 ****
else
{
! message_die(GENERAL_MESSAGE, $lang['Error_login']);
}
}
--- 78,90 ----
else
{
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
! );
!
! $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "";
!
! $message = $lang['Error_login'] . "<br /><br />" . sprintf($lang['Click_return_login'], "<a href=\"" . append_sid("login.$phpEx?$redirect") . "\">", "</a> ") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a> ");
!
! message_die(GENERAL_MESSAGE, $message);
}
}
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 16:15:02
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv11885/language/lang_english Modified Files: lang_main.php Log Message: Changed to new lang vars + redirect for login Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** lang_main.php 2001/11/03 13:54:04 1.18 --- lang_main.php 2001/11/03 16:15:00 1.19 *************** *** 332,344 **** $lang['Poll_delete'] = "Your poll has been deleted successfully"; $lang['Vote_cast'] = "Your vote has been cast"; - $lang['Click'] = "Click"; // Followed by here and then either return to topic or view message - $lang['Here'] = "Here"; - $lang['to_return_forum'] = "to return to the forum"; - $lang['to_view_message'] = "to view your message"; - $lang['to_return_topic'] = "to return to the topic"; $lang['Click_return_topic'] = "Click %sHere%s to return to the topic"; $lang['Click_return_forum'] = "Click %sHere%s to return to the forum"; $lang['Click_view_message'] = "Click %sHere%s to view your message"; $lang['Topic_reply_notification'] = "Topic Reply Notification"; --- 332,341 ---- $lang['Poll_delete'] = "Your poll has been deleted successfully"; $lang['Vote_cast'] = "Your vote has been cast"; $lang['Click_return_topic'] = "Click %sHere%s to return to the topic"; + $lang['Click_return_login'] = "Click %sHere%s to try again"; $lang['Click_return_forum'] = "Click %sHere%s to return to the forum"; $lang['Click_view_message'] = "Click %sHere%s to view your message"; + $lang['Click_return_modcp'] = "Click %sHere%s to return to the Moderator Control Panel"; $lang['Topic_reply_notification'] = "Topic Reply Notification"; *************** *** 679,683 **** $lang['A_critical_error'] = "A Critical Error Occured"; ! $lang['Error_login'] = "Login Failed<br /><br />You have specified an incorrect or inactive username or an invalid password"; $lang['Not_Moderator'] = "You are not a moderator of this forum"; --- 676,680 ---- $lang['A_critical_error'] = "A Critical Error Occured"; ! $lang['Error_login'] = "You have specified an incorrect or inactive username or an invalid password"; $lang['Not_Moderator'] = "You are not a moderator of this forum"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 15:15:08
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv32554/db
Modified Files:
mssql_basic.sql mysql_basic.sql postgres_basic.sql
Log Message:
Various changes, added site description to DB
Index: mssql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mssql_basic.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** mssql_basic.sql 2001/10/11 22:26:00 1.11
--- mssql_basic.sql 2001/11/03 15:15:05 1.12
***************
*** 14,17 ****
--- 14,18 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mssql');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/');
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_basic.sql,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** mysql_basic.sql 2001/10/19 13:28:35 1.65
--- mysql_basic.sql 2001/11/03 15:15:05 1.66
***************
*** 8,11 ****
--- 8,12 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mysql');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/');
Index: postgres_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_basic.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** postgres_basic.sql 2001/10/15 16:08:59 1.14
--- postgres_basic.sql 2001/11/03 15:15:05 1.15
***************
*** 8,11 ****
--- 8,12 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com');
+ INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2postgres');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/');
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 15:15:08
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32554/templates/subSilver
Modified Files:
index_body.tpl overall_header.tpl viewforum_body.tpl
Log Message:
Various changes, added site description to DB
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** index_body.tpl 2001/10/25 23:21:12 1.6
--- index_body.tpl 2001/11/03 15:15:05 1.7
***************
*** 3,8 ****
<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 />
! on {LAST_VISIT_DATE}</td>
</tr>
</table>
--- 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>
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** overall_header.tpl 2001/10/11 11:42:24 1.6
--- overall_header.tpl 2001/11/03 15:15:05 1.7
***************
*** 7,17 ****
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
- <style type="text/css">
- <!--
- -->
- </style>
-
-
-
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
--- 7,10 ----
***************
*** 224,229 ****
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br />
! <span class="gen">The development pad for subBlue design<br />
! </span>
<table cellspacing="0" cellpadding="2" border="0">
--- 217,221 ----
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br />
! <span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** viewforum_body.tpl 2001/10/25 23:21:12 1.7
--- viewforum_body.tpl 2001/11/03 15:15:05 1.8
***************
*** 75,83 ****
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
- <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
- <td class="gensmall">{L_ANNOUNCEMENT}</td>
- <td> </td>
- <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_TOPIC_IS_LOCKED}" width="19" height="18" /></td>
- <td class="gensmall">{L_TOPIC_IS_LOCKED}</td>
</tr>
<tr>
--- 75,78 ----
***************
*** 87,94 ****
<td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
- <td> </td>
- <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_STICKY}" width="19" height="18" /></td>
- <td class="gensmall">{L_STICKY}</td>
</tr>
</table></td>
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
--- 82,95 ----
<td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
</tr>
+ <tr>
+ <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_STICKY}" width="19" height="18" /></td>
+ <td class="gensmall">{L_STICKY}</td>
+ <td> </td>
+ <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
+ <td class="gensmall">{L_ANNOUNCEMENT}</td>
+ <td> </td>
+ <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_TOPIC_IS_LOCKED}" width="19" height="18" /></td>
+ <td class="gensmall">{L_TOPIC_IS_LOCKED}</td>
</table></td>
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 15:15:08
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv32554/includes Modified Files: page_header.php Log Message: Various changes, added site description to DB Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** page_header.php 2001/10/25 23:21:12 1.56 --- page_header.php 2001/11/03 15:15:05 1.57 *************** *** 187,191 **** // $template->assign_vars(array( ! "SITENAME" => $board_config['sitename'], "PAGE_TITLE" => $page_title, "TOTAL_USERS_ONLINE" => $l_online_users, --- 187,192 ---- // $template->assign_vars(array( ! "SITENAME" => $board_config['sitename'], ! "SITE_DESCRIPTION" => $board_config['site_desc'], "PAGE_TITLE" => $page_title, "TOTAL_USERS_ONLINE" => $l_online_users, |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 13:57:32
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv18581
Modified Files:
viewforum.php
Log Message:
Fixed various issues and bugs
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -r1.97 -r1.98
*** viewforum.php 2001/11/03 13:54:04 1.97
--- viewforum.php 2001/11/03 13:57:29 1.98
***************
*** 547,551 ****
$topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . "\">" : "";
! $topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : $topic_rowset[$i]['post_username'];
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "</a>" : "";
--- 547,551 ----
$topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . "\">" : "";
! $topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : ( ( $topic_rowset[$i]['post_username'] != "" ) ? $topic_rowset[$i]['post_username'] : $lang['Guest'] );
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "</a>" : "";
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 13:54:08
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv17905/language/lang_english Modified Files: lang_main.php Log Message: Fixed various issues and bugs Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** lang_main.php 2001/10/26 15:48:48 1.17 --- lang_main.php 2001/11/03 13:54:04 1.18 *************** *** 27,31 **** // You should also try to set a locale and a character // encoding (plus direction). The encoding and direction ! // will be sent to the template // --- 27,33 ---- // You should also try to set a locale and a character // encoding (plus direction). The encoding and direction ! // will be sent to the template. The locale may or may ! // not work, it's dependent on OS support and the syntax ! // varies ... give it your best guess! // *************** *** 33,36 **** --- 35,40 ---- $lang['ENCODING'] = "iso-8859-1"; $lang['DIRECTION'] = "LTR"; + $lang['LEFT'] = "LEFT"; + $lang['RIGHT'] = "RIGHT"; // *************** *** 194,206 **** $lang['Rules_post_can'] = "You <b>can</b> post new topics in this forum"; ! $lang['Rules_post_cannot'] = "You <b>can</b> post new topics in this forum"; $lang['Rules_reply_can'] = "You <b>can</b> reply to topics in this forum"; ! $lang['Rules_reply_cannot'] = "You <b>can</b> reply to topics in this forum"; $lang['Rules_edit_can'] = "You <b>can</b> edit your posts in this forum"; ! $lang['Rules_edit_cannot'] = "You <b>can</b> edit your posts in this forum"; $lang['Rules_delete_can'] = "You <b>can</b> delete posts in this forum"; ! $lang['Rules_delete_cannot'] = "You <b>can</b> delete posts in this forum"; $lang['Rules_vote_can'] = "You <b>can</b> vote in polls in this forum"; ! $lang['Rules_vote_cannot'] = "You <b>can</b> vote in polls in this forum"; $lang['Rules_moderate'] = "You <b>can</b> %smoderate this forum%s"; // %s replaced by a href --- 198,210 ---- $lang['Rules_post_can'] = "You <b>can</b> post new topics in this forum"; ! $lang['Rules_post_cannot'] = "You <b>cannot</b> post new topics in this forum"; $lang['Rules_reply_can'] = "You <b>can</b> reply to topics in this forum"; ! $lang['Rules_reply_cannot'] = "You <b>cannot</b> reply to topics in this forum"; $lang['Rules_edit_can'] = "You <b>can</b> edit your posts in this forum"; ! $lang['Rules_edit_cannot'] = "You <b>cannot</b> edit your posts in this forum"; $lang['Rules_delete_can'] = "You <b>can</b> delete posts in this forum"; ! $lang['Rules_delete_cannot'] = "You <b>cannot</b> delete posts in this forum"; $lang['Rules_vote_can'] = "You <b>can</b> vote in polls in this forum"; ! $lang['Rules_vote_cannot'] = "You <b>cannot</b> vote in polls in this forum"; $lang['Rules_moderate'] = "You <b>can</b> %smoderate this forum%s"; // %s replaced by a href *************** *** 640,643 **** --- 644,650 ---- // $lang['Who_is_online'] = "Who is online"; + $lang['Reg_users_online'] = "There are %d Registered and %d Hidden users online"; + $lang['Guest_users_online'] = "There are %d Guest users online"; + $lang['Guest_user_online'] = "There is %d Guest user online"; $lang['Online_explain'] = "This data is based on users active over the past five minutes"; $lang['No_users_browsing'] = "There are no users currently browsing this forum"; |
|
From: Paul S. O. <ps...@us...> - 2001-11-03 13:54:08
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv17905
Modified Files:
viewonline.php viewforum.php
Log Message:
Fixed various issues and bugs
Index: viewonline.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewonline.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** viewonline.php 2001/11/02 22:36:34 1.34
--- viewonline.php 2001/11/03 13:54:03 1.35
***************
*** 34,38 ****
--- 34,56 ----
//
+ // ---------------
+ // Begin functions
//
+ function inarray($needle, $haystack)
+ {
+ for($i = 0; $i < sizeof($haystack); $i++ )
+ {
+ if( $haystack[$i] == $needle )
+ {
+ return true;
+ }
+ }
+ return false;
+ }
+ //
+ // End functions
+ // -------------
+
+ //
// Output page header and load
// viewonline template
***************
*** 73,77 ****
$onlinerow_reg = $db->sql_fetchrowset($result);
! $sql = "SELECT session_page, session_logged_in, session_time
FROM " . SESSIONS_TABLE . "
WHERE session_logged_in = 0
--- 91,95 ----
$onlinerow_reg = $db->sql_fetchrowset($result);
! $sql = "SELECT session_page, session_logged_in, session_time, session_ip
FROM " . SESSIONS_TABLE . "
WHERE session_logged_in = 0
***************
*** 110,115 ****
--- 128,141 ----
//
+ // Get auth data
+ //
+ $is_auth_ary = array();
+ $is_auth_ary = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata);
+
+ //
// Registered users ...
//
+ $reg_userid_ary = array();
+
if( count($onlinerow_reg) )
{
***************
*** 121,130 ****
for($i = 0; $i < count($onlinerow_reg); $i++)
{
! if( !eregi("," . $onlinerow_reg[$i]['user_id'], $displayed_userid_list) )
{
if( $onlinerow_reg[$i]['user_allow_viewonline'] || $userdata['user_level'] == ADMIN )
{
- $displayed_userid_list .= "," . $onlinerow_reg[$i]['user_id'];
-
$username = $onlinerow_reg[$i]['username'];
$hidden = FALSE;
--- 147,154 ----
for($i = 0; $i < count($onlinerow_reg); $i++)
{
! if( !inarray($onlinerow_reg[$i]['user_id'], $reg_userid_ary) )
{
if( $onlinerow_reg[$i]['user_allow_viewonline'] || $userdata['user_level'] == ADMIN )
{
$username = $onlinerow_reg[$i]['username'];
$hidden = FALSE;
***************
*** 133,138 ****
else
{
- $displayed_userid_list .= "," . $onlinerow_reg[$i]['user_id'];
-
$username = $onlinerow_reg[$i]['username'];
$hidden = TRUE;
--- 157,160 ----
***************
*** 140,144 ****
}
! if($onlinerow_reg[$i]['session_page'] < 1)
{
switch($onlinerow_reg[$i]['session_page'])
--- 162,166 ----
}
! if( $onlinerow_reg[$i]['session_page'] < 1 || !$is_auth_ary[$onlinerow_reg[$i]['session_page']]['auth_view'] )
{
switch($onlinerow_reg[$i]['session_page'])
***************
*** 210,219 ****
}
- $l_h_user_s = ($hidden_users == 1) ? $lang['User'] : $lang['Users'];
- $l_r_user_s = ($registered_users == 1) ? $lang['User'] : $lang['Users'];
- $l_is_are = ($registered_users == 1) ? $lang['is'] : $lang['are'];
-
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => $lang['There'] . " $l_is_are $logged_visible_online " . $lang['Registered'] . " $l_r_user_s " . $lang['and'] . " $logged_hidden_online " . $lang['Hidden'] . " $l_h_user_s " . $lang['online'])
);
--- 232,237 ----
}
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => sprintf($lang['Reg_users_online'], $registered_users, $hidden_users))
);
***************
*** 222,226 ****
{
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => $lang['There'] . " " . $lang['are'] . " 0 " . $lang['Registered'] . " " . $lang['Users'] . " " . $lang['and'] . " 0 " . $lang['Hidden'] . " " . $lang['Users'] . " " . $lang['online'],
"L_NO_REGISTERED_USERS_BROWSING" => $lang['No_users_browsing'])
);
--- 240,244 ----
{
$template->assign_vars(array(
! "TOTAL_REGISTERED_USERS_ONLINE" => sprintf($lang['Reg_users_online'], 0, 0),
"L_NO_REGISTERED_USERS_BROWSING" => $lang['No_users_browsing'])
);
***************
*** 230,233 ****
--- 248,253 ----
// Guest users
//
+ $guest_userip_ary = array();
+
if( count($onlinerow_guest) )
{
***************
*** 236,311 ****
for($i = 0; $i < count($onlinerow_guest); $i++)
{
! $guest_users++;
!
! if($onlinerow_guest[$i]['session_page'] < 1)
{
! switch($onlinerow_guest[$i]['session_page'])
{
! case PAGE_INDEX:
! $location = $lang['Forum_index'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_POSTING:
! $location = $lang['Posting_message'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_LOGIN:
! $location = $lang['Logging_on'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_SEARCH:
! $location = $lang['Searching_forums'];
! $location_url = "search.$phpEx";
! break;
! case PAGE_PROFILE:
! $location = $lang['Viewing_profile'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_VIEWONLINE:
! $location = $lang['Viewing_online'];
! $location_url = "viewonline.$phpEx";
! break;
! case PAGE_VIEWMEMBERS:
! $location = $lang['Viewing_member_list'];
! $location_url = "memberlist.$phpEx";
! break;
! case PAGE_PRIVMSGS:
! $location = $lang['Viewing_priv_msgs'];
! $location_url = "privmsg.$phpEx";
! break;
! case PAGE_FAQ:
! $location = $lang['Viewing_FAQ'];
! $location_url = "faq.$phpEx";
! break;
! default:
! $location = $lang['Forum_index'];
! $location_url = "index.$phpEx";
}
- }
- else
- {
- $location_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
- $location = $forum_data[$onlinerow_guest[$i]['session_page']];
- }
! $row_color = ( $guest_users % 2 ) ? $theme['td_color1'] : $theme['td_color2'];
! $row_class = ( $guest_users % 2 ) ? $theme['td_class1'] : $theme['td_class2'];
! $template->assign_block_vars("guest_user_row", array(
! "ROW_COLOR" => "#" . $row_color,
! "ROW_CLASS" => $row_class,
! "USERNAME" => $lang['Guest'],
! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['board_timezone']),
! "LOCATION" => $location,
! "U_FORUM_LOCATION" => append_sid($location_url))
! );
}
! $l_g_user_s = ($guest_users == 1) ? $lang['User'] : $lang['Users'];
! $l_is_are = ($guest_users == 1) ? $lang['is'] : $lang['are'];
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => $lang['There'] . " $l_is_are $guests_online " . $lang['Guest'] . " $l_g_user_s " . $lang['online'])
);
--- 256,333 ----
for($i = 0; $i < count($onlinerow_guest); $i++)
{
! if( !inarray($onlinerow_guest[$i]['session_ip'], $guest_userip_ary) )
{
! $guest_users++;
!
! if($onlinerow_guest[$i]['session_page'] < 1 || !$is_auth_ary[$onlinerow_reg[$i]['session_page']]['auth_view'] )
! {
! switch($onlinerow_guest[$i]['session_page'])
! {
! case PAGE_INDEX:
! $location = $lang['Forum_index'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_POSTING:
! $location = $lang['Posting_message'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_LOGIN:
! $location = $lang['Logging_on'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_SEARCH:
! $location = $lang['Searching_forums'];
! $location_url = "search.$phpEx";
! break;
! case PAGE_PROFILE:
! $location = $lang['Viewing_profile'];
! $location_url = "index.$phpEx";
! break;
! case PAGE_VIEWONLINE:
! $location = $lang['Viewing_online'];
! $location_url = "viewonline.$phpEx";
! break;
! case PAGE_VIEWMEMBERS:
! $location = $lang['Viewing_member_list'];
! $location_url = "memberlist.$phpEx";
! break;
! case PAGE_PRIVMSGS:
! $location = $lang['Viewing_priv_msgs'];
! $location_url = "privmsg.$phpEx";
! break;
! case PAGE_FAQ:
! $location = $lang['Viewing_FAQ'];
! $location_url = "faq.$phpEx";
! break;
! default:
! $location = $lang['Forum_index'];
! $location_url = "index.$phpEx";
! }
! }
! else
{
! $location_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
! $location = $forum_data[$onlinerow_guest[$i]['session_page']];
}
! $row_color = ( $guest_users % 2 ) ? $theme['td_color1'] : $theme['td_color2'];
! $row_class = ( $guest_users % 2 ) ? $theme['td_class1'] : $theme['td_class2'];
! $template->assign_block_vars("guest_user_row", array(
! "ROW_COLOR" => "#" . $row_color,
! "ROW_CLASS" => $row_class,
! "USERNAME" => $lang['Guest'],
! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['board_timezone']),
! "LOCATION" => $location,
! "U_FORUM_LOCATION" => append_sid($location_url))
! );
! }
}
! $l_g_user_s = ( $guest_users == 1 ) ? $lang['Guest_user_online'] : $lang['Guest_users_online'];
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => sprintf($l_g_user_s, $guest_users))
);
***************
*** 314,319 ****
{
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => $lang['There'] . " " . $lang['are'] . " 0 " . $lang['Guest'] . " " . $lang['Users'] . " " . $lang['online'],
! "L_NO_GUESTS_BROWSING" => $lang['No_guests_browsing'])
);
}
--- 336,341 ----
{
$template->assign_vars(array(
! "TOTAL_GUEST_USERS_ONLINE" => sprintf($lang['Guest_users_online'], 0, 0),
! "L_NO_GUESTS_BROWSING" => $lang['No_users_browsing'])
);
}
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** viewforum.php 2001/11/03 01:12:54 1.96
--- viewforum.php 2001/11/03 13:54:04 1.97
***************
*** 547,551 ****
$topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . "\">" : "";
! $topic_poster .= $topic_rowset[$i]['username'];
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "</a>" : "";
--- 547,551 ----
$topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . "\">" : "";
! $topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : $topic_rowset[$i]['post_username'];
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "</a>" : "";
|
|
From: Paul S. O. <ps...@us...> - 2001-11-03 13:54:08
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv17905/includes Modified Files: constants.php Log Message: Fixed various issues and bugs Index: constants.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** constants.php 2001/10/25 08:59:51 1.37 --- constants.php 2001/11/03 13:54:04 1.38 *************** *** 125,128 **** --- 125,129 ---- // Auth settings + define(AUTH_LIST_ALL, 0); define(AUTH_ALL, 0); *************** *** 145,150 **** define(AUTH_VOTE, 10); define(AUTH_ATTACH, 11); - - define(AUTH_LIST_ALL, 20); --- 146,149 ---- |
|
From: James A. <th...@us...> - 2001-11-03 01:12:56
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv28883
Modified Files:
modcp.php viewforum.php
Log Message:
Some updates to modcp to show the topic type and correct folder icons
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** modcp.php 2001/10/14 18:22:32 1.42
--- modcp.php 2001/11/03 01:12:53 1.43
***************
*** 996,1000 ****
AND t.topic_poster = u.user_id
AND p.post_id = t.topic_last_post_id
! AND t.topic_type <> " . TOPIC_MOVED . "
ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, " . $board_config['topics_per_page'];
--- 996,1000 ----
AND t.topic_poster = u.user_id
AND p.post_id = t.topic_last_post_id
! AND t.topic_status <> " . TOPIC_MOVED . "
ORDER BY t.topic_type DESC, p.post_time DESC
LIMIT $start, " . $board_config['topics_per_page'];
***************
*** 1030,1056 ****
else
{
! $folder_image = "<img src=\"" . $images['folder'] . "\">";
}
$topic_id = $topic_rowset[$i]['topic_id'];
!
! if( $topic_rowset[$i]['topic_type'] == POST_STICKY )
{
! $topic_type = $lang['Topic_Sticky'] . " ";
}
! else if( $topic_rowset[$i]['topic_type'] == POST_ANNOUNCE )
{
! $topic_type = $lang['Topic_Announcement'] . " ";
}
else
{
! $topic_type = "";
}
!
if( $topic_rowset[$i]['topic_vote'] )
{
$topic_type .= $lang['Topic_Poll'] . " ";
}
!
$topic_title = $topic_rowset[$i]['topic_title'];
if( count($orig_word) )
--- 1030,1068 ----
else
{
! if( $topic_rowset[$i]['topic_type'] == POST_ANNOUNCE )
! {
! $folder_image = "<img src=\"" . $images['folder_announce'] . "\">";
! }
! else if( $topic_rowset[$i]['topic_type'] == POST_STICKY )
! {
! $folder_image = "<img src=\"" . $images['folder_sticky'] . "\">";
! }
! else
! {
! $folder_image = "<img src=\"" . $images['folder'] . "\">";
! }
}
$topic_id = $topic_rowset[$i]['topic_id'];
! $topic_type = $topic_rowset[$i]['topic_type'];
!
! if($topic_type == POST_ANNOUNCE)
{
! $topic_type = $lang['Topic_Announcement'] . " ";
}
! else if($topic_type == POST_STICKY)
{
! $topic_type = $lang['Topic_Sticky'] . " ";
}
else
{
! $topic_type = "";
}
!
if( $topic_rowset[$i]['topic_vote'] )
{
$topic_type .= $lang['Topic_Poll'] . " ";
}
!
$topic_title = $topic_rowset[$i]['topic_title'];
if( count($orig_word) )
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** viewforum.php 2001/10/25 23:21:11 1.95
--- viewforum.php 2001/11/03 01:12:54 1.96
***************
*** 432,436 ****
else
{
! $topic_type = ""; }
if( $topic_rowset[$i]['topic_vote'] )
--- 432,437 ----
else
{
! $topic_type = "";
! }
if( $topic_rowset[$i]['topic_vote'] )
|
|
From: James A. <th...@us...> - 2001-11-03 01:12:56
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv28883/templates/subSilver
Modified Files:
modcp_body.tpl
Log Message:
Some updates to modcp to show the topic type and correct folder icons
Index: modcp_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** modcp_body.tpl 2001/10/02 00:59:19 1.4
--- modcp_body.tpl 2001/11/03 01:12:54 1.5
***************
*** 24,28 ****
<tr>
<td class="row1" align="center" valign="middle">{topicrow.FOLDER_IMG}</td>
! <td class="row1"> <span class="topictitle"><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST}</span></td>
--- 24,28 ----
<tr>
<td class="row1" align="center" valign="middle">{topicrow.FOLDER_IMG}</td>
! <td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST}</span></td>
|
|
From: Jonathan H. <the...@us...> - 2001-11-02 22:36:37
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv29267 Modified Files: viewonline.php Log Message: Oops missed one typo in create_date... Index: viewonline.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/viewonline.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** viewonline.php 2001/11/02 22:35:31 1.33 --- viewonline.php 2001/11/02 22:36:34 1.34 *************** *** 296,300 **** "ROW_CLASS" => $row_class, "USERNAME" => $lang['Guest'], ! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['default__timezone']), "LOCATION" => $location, --- 296,300 ---- "ROW_CLASS" => $row_class, "USERNAME" => $lang['Guest'], ! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['board_timezone']), "LOCATION" => $location, |
|
From: Jonathan H. <the...@us...> - 2001-11-02 22:35:34
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv29039
Modified Files:
viewonline.php privmsg.php
Log Message:
Fix for typo's in create_date statements...
Index: viewonline.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewonline.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** viewonline.php 2001/09/07 12:32:46 1.32
--- viewonline.php 2001/11/02 22:35:31 1.33
***************
*** 200,204 ****
"ROW_CLASS" => $row_class,
"USERNAME" => $username,
! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['default__timezone']),
"LOCATION" => $location,
--- 200,204 ----
"ROW_CLASS" => $row_class,
"USERNAME" => $username,
! "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['board_timezone']),
"LOCATION" => $location,
***************
*** 323,325 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
--- 323,325 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** privmsg.php 2001/10/25 23:21:11 1.37
--- privmsg.php 2001/11/02 22:35:31 1.38
***************
*** 377,381 ****
$user_id_to = $privmsg['user_id_2'];
! $post_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'], $board_config['default_timezone']);
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
--- 377,381 ----
$user_id_to = $privmsg['user_id_2'];
! $post_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'], $board_config['board_timezone']);
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id_from") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . " $username_from\" border=\"0\" /></a>";
***************
*** 1834,1836 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
--- 1834,1836 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
|
|
From: Bart v. B. <ba...@us...> - 2001-11-01 22:57:40
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv9002 Modified Files: page_tail.php Log Message: This is not Beta-1 anymore Index: page_tail.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_tail.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** page_tail.php 2001/10/16 11:12:32 1.21 --- page_tail.php 2001/11/01 22:57:35 1.22 *************** *** 48,52 **** $template->assign_vars(array( ! "PHPBB_VERSION" => "2.0 beta-1", "ADMIN_LINK" => $admin_link)); --- 48,52 ---- $template->assign_vars(array( ! "PHPBB_VERSION" => "2.0 CVS", "ADMIN_LINK" => $admin_link)); *************** *** 101,103 **** exit; ! ?> \ No newline at end of file --- 101,103 ---- exit; ! ?> |
|
From: Jonathan H. <the...@us...> - 2001-11-01 20:25:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32753
Modified Files:
privmsgs_body.tpl
Log Message:
fix for hard link to index...
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** privmsgs_body.tpl 2001/10/01 23:22:18 1.2
--- privmsgs_body.tpl 2001/11/01 20:25:05 1.3
***************
*** 58,62 ****
<tr>
<td align="left" valign="middle">{POST_PM_IMG}</td>
! <td align="left" width="100%"> <span class="nav"><a href="../PSO/%7BU_INDEX%7D" class="nav">{SITENAME} {L_INDEX}</a></span></td>
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
--- 58,62 ----
<tr>
<td align="left" valign="middle">{POST_PM_IMG}</td>
! <td align="left" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
|