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: Bart v. B. <ba...@us...> - 2001-12-15 15:57:51
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv27953
Modified Files:
viewtopic_body.tpl viewforum_body.tpl
Log Message:
Made titles clickable for fast reload
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** viewtopic_body.tpl 2001/12/15 02:02:45 1.15
--- viewtopic_body.tpl 2001/12/15 15:57:47 1.16
***************
*** 1,5 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{PHP_SELF}">{TOPIC_TITLE}</a><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
--- 1,5 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{REQUEST_URI}">{TOPIC_TITLE}</a><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** viewforum_body.tpl 2001/11/18 16:14:34 1.12
--- viewforum_body.tpl 2001/12/15 15:57:47 1.13
***************
*** 3,7 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom" colspan="3"><span class="maintitle">{FORUM_NAME}</span><br />
<b><span class="gensmall">{L_MODERATOR}: {MODERATORS}<br />
{PAGINATION}<br />
--- 3,7 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" valign="bottom" colspan="3"><a class="maintitle" href="{REQUEST_URI}">{FORUM_NAME}</a><br />
<b><span class="gensmall">{L_MODERATOR}: {MODERATORS}<br />
{PAGINATION}<br />
***************
*** 10,14 ****
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
--- 10,14 ----
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{REQUEST_URI}">{FORUM_NAME}</a></span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 14:37:05
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv11332/includes
Modified Files:
sessions.php
Log Message:
Doh, might help if the users data was updated when a new session is created ...
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** sessions.php 2001/12/15 11:30:41 1.43
--- sessions.php 2001/12/15 14:37:01 1.44
***************
*** 119,127 ****
}
- if( empty($sessiondata['lastvisit']) )
- {
- $sessiondata['lastvisit'] = $current_time;
- }
-
//
// Initial ban check against user id, IP and email address
--- 119,122 ----
***************
*** 157,174 ****
// Create or update the session
//
! $sql_update = "UPDATE " . SESSIONS_TABLE . "
! SET session_user_id = $user_id, session_start = $current_time, session_last_visit = " . $sessiondata['lastvisit'] . ", session_time = $current_time, session_page = $page_id, session_logged_in = $login
WHERE session_id = '" . $session_id . "'
AND session_ip = '$user_ip'";
! $result = $db->sql_query($sql_update);
! if(!$result || !$db->sql_affectedrows())
{
$session_id = md5(uniqid($user_ip));
! $sql_insert = "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_insert);
if(!$result)
{
--- 152,169 ----
// Create or update the session
//
! $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'";
! $result = $db->sql_query($sql);
! if( !$result || !$db->sql_affectedrows() )
{
$session_id = md5(uniqid($user_ip));
! $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)
{
***************
*** 179,182 ****
--- 174,185 ----
if( $user_id != ANONYMOUS )
{
+ $sql = "UPDATE " . USERS_TABLE . "
+ SET user_session_time = $current_time, user_session_page = $page_id, user_lastvisit = " . $sessiondata['lastvisit'] . "
+ WHERE user_id = $user_id";
+ if( !$db->sql_query($sql) )
+ {
+ message_die(CRITICAL_ERROR, "Error updating last visit time : session_begin", "", __LINE__, __FILE__, $sql);
+ }
+
$sessiondata['autologinid'] = ( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : "";
}
***************
*** 403,407 ****
$sessiondata['userid'] = ANONYMOUS;
- $sessiondata['lastvisit'] = $current_time;
$serialised_cookiedata = serialize($sessiondata);
--- 406,409 ----
***************
*** 434,436 ****
}
! ?>
--- 436,438 ----
}
! ?>
\ No newline at end of file
|
|
From: Paul S. O. <ps...@us...> - 2001-12-15 14:19:34
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv6484
Modified Files:
posting.php
Log Message:
Fixed empty topic title issue when editing posts + moderation of locked topics
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -r1.123 -r1.124
*** posting.php 2001/12/11 08:55:17 1.123
--- posting.php 2001/12/15 14:19:29 1.124
***************
*** 867,882 ****
//
- // Is topic or forum locked?
- //
- if( $forum_status == FORUM_LOCKED )
- {
- message_die(GENERAL_MESSAGE, $lang['Forum_locked']);
- }
- else if( $topic_status == TOPIC_LOCKED )
- {
- message_die(GENERAL_MESSAGE, $lang['Topic_locked']);
- }
-
- //
// Set topic type
//
--- 867,870 ----
***************
*** 1000,1003 ****
--- 988,1003 ----
//
+ //
+ // Is topic or forum locked?
+ //
+ if( $forum_status == FORUM_LOCKED && !$is_auth['auth_mod'])
+ {
+ message_die(GENERAL_MESSAGE, $lang['Forum_locked']);
+ }
+ else if( $topic_status == TOPIC_LOCKED && !$is_auth['auth_mod'])
+ {
+ message_die(GENERAL_MESSAGE, $lang['Topic_locked']);
+ }
+
//
// Notify on reply
***************
*** 1059,1063 ****
$post_subject = trim(strip_tags($HTTP_POST_VARS['subject']));
! if( $mode == 'newtopic' && empty($post_subject) )
{
$error = TRUE;
--- 1059,1063 ----
$post_subject = trim(strip_tags($HTTP_POST_VARS['subject']));
! if( ( $mode == "newtopic" || $mode == "editpost" ) && empty($post_subject) )
{
$error = TRUE;
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 11:30:45
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv2796
Modified Files:
sessions.php
Log Message:
Possible fix for a problem with query around line 172
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** sessions.php 2001/12/14 14:22:26 1.42
--- sessions.php 2001/12/15 11:30:41 1.43
***************
*** 83,88 ****
--- 83,90 ----
if( isset($sessiondata['autologinid']) )
{
+ // We have to login automagically
if( $sessiondata['autologinid'] == $auto_login_key )
{
+ // autologinid matches password
$login = 1;
$enable_autologin = 1;
***************
*** 92,109 ****
else
{
$login = 0;
$enable_autologin = 0;
$user_id = ANONYMOUS;
-
- $sessiondata['lastvisit'] = ( !empty($sessiondata['lastvisit']) ) ? $sessiondata['lastvisit'] : $current_time;
}
}
else
{
$login = 0;
$enable_autologin = 0;
$user_id = ANONYMOUS;
-
- $sessiondata['lastvisit'] = ( !empty($sessiondata['lastvisit']) ) ? $sessiondata['lastvisit'] : $current_time;
}
}
--- 94,109 ----
else
{
+ // No match; don't login, set as anonymous user
$login = 0;
$enable_autologin = 0;
$user_id = ANONYMOUS;
}
}
else
{
+ // Autologin is not set. Don't login, set as anonymous user
$login = 0;
$enable_autologin = 0;
$user_id = ANONYMOUS;
}
}
***************
*** 117,122 ****
$login = 0;
$enable_autologin = 0;
! $sessiondata['lastvisit'] = ( !empty($sessiondata['lastvisit']) ) ? $sessiondata['lastvisit'] : $current_time;
}
--- 117,125 ----
$login = 0;
$enable_autologin = 0;
+ }
! if( empty($sessiondata['lastvisit']) )
! {
! $sessiondata['lastvisit'] = $current_time;
}
***************
*** 170,174 ****
if(!$result)
{
! message_die(CRITICAL_ERROR, "Error creating new session : session_begin", __LINE__, __FILE__, $sql);
}
}
--- 173,177 ----
if(!$result)
{
! message_die(CRITICAL_ERROR, "Error creating new session : session_begin", "", __LINE__, __FILE__, $sql);
}
}
***************
*** 431,433 ****
}
! ?>
\ No newline at end of file
--- 434,436 ----
}
! ?>
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 02:19:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv32495/lang_english Modified Files: lang_main.php Log Message: Extremely minor change ;) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -r1.63 -r1.64 *** lang_main.php 2001/12/15 01:55:43 1.63 --- lang_main.php 2001/12/15 02:19:04 1.64 *************** *** 121,126 **** // $lang['Registered_users'] = "Registered Users:"; ! $lang['Online_users_total'] = "In total there are %d users online :: "; ! $lang['Online_user_total'] = "In total there is %d user online :: "; $lang['Reg_users_total'] = "%d Registered, "; $lang['Reg_user_total'] = "%d Registered, "; --- 121,126 ---- // $lang['Registered_users'] = "Registered Users:"; ! $lang['Online_users_total'] = "In total there are <b>%d</b> users online :: "; ! $lang['Online_user_total'] = "In total there is <b>%d</b> user online :: "; $lang['Reg_users_total'] = "%d Registered, "; $lang['Reg_user_total'] = "%d Registered, "; |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 02:19:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch In directory usw-pr-cvs1:/tmp/cvs-serv32495/lang_dutch Modified Files: lang_main.php Log Message: Extremely minor change ;) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** lang_main.php 2001/12/15 01:55:43 1.3 --- lang_main.php 2001/12/15 02:19:04 1.4 *************** *** 119,124 **** // $lang['Registered_users'] = "Geregistreerde gebruikers:"; ! $lang['Online_users_total'] = "Er zijn in totaal %d gebruikers online :: "; ! $lang['Online_user_total'] = "Er is in totaal %d gebruiker online :: "; $lang['Reg_users_total'] = "%d Geregisteerd, "; $lang['Reg_user_total'] = "%d Geregisteerd, "; --- 119,124 ---- // $lang['Registered_users'] = "Geregistreerde gebruikers:"; ! $lang['Online_users_total'] = "Er zijn in totaal <b>%d</b> gebruikers online :: "; ! $lang['Online_user_total'] = "Er is in totaal <b>%d</b> gebruiker online :: "; $lang['Reg_users_total'] = "%d Geregisteerd, "; $lang['Reg_user_total'] = "%d Geregisteerd, "; |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 02:02:49
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv27825
Modified Files:
viewtopic_body.tpl
Log Message:
Now I'm really going to bed!
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** viewtopic_body.tpl 2001/12/15 01:55:43 1.14
--- viewtopic_body.tpl 2001/12/15 02:02:45 1.15
***************
*** 36,40 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%"><a href="{U_MINI_POST}">{postrow.MINI_POST_IMG}</a><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
--- 36,40 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:56:29
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25908/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
OOps, forgot one
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** overall_header.tpl 2001/12/03 01:02:37 1.13
--- overall_header.tpl 2001/12/15 01:56:27 1.14
***************
*** 71,75 ****
/* 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;}
--- 71,76 ----
/* 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; }
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:47
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch In directory usw-pr-cvs1:/tmp/cvs-serv25593/language/lang_dutch Modified Files: lang_main.php Log Message: Fixed some language strings, added some handy things to viewtopic Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** lang_main.php 2001/12/14 21:11:20 1.2 --- lang_main.php 2001/12/15 01:55:43 1.3 *************** *** 246,250 **** $lang['Oldest_First'] = "Oudste eerst"; ! $lang['Return_to_top'] = "Naar boven"; $lang['Read_profile'] = "Bekijk gebruikers profiel"; --- 246,250 ---- $lang['Oldest_First'] = "Oudste eerst"; ! $lang['Back_to_top'] = "Naar boven"; $lang['Read_profile'] = "Bekijk gebruikers profiel"; |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:47
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv25593/includes Modified Files: page_header.php Log Message: Fixed some language strings, added some handy things to viewtopic Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -r1.78 -r1.79 *** page_header.php 2001/12/14 15:37:21 1.78 --- page_header.php 2001/12/15 01:55:43 1.79 *************** *** 249,252 **** --- 249,255 ---- "PRIVMSG_IMG" => $icon_pm, + "PHP_SELF" => $PHP_SELF, + "REQUEST_URI" => $REQUEST_URI, + "L_USERNAME" => $lang['Username'], "L_PASSWORD" => $lang['Password'], |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:47
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv25593/language/lang_english Modified Files: lang_main.php Log Message: Fixed some language strings, added some handy things to viewtopic Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -r1.62 -r1.63 *** lang_main.php 2001/12/11 02:21:51 1.62 --- lang_main.php 2001/12/15 01:55:43 1.63 *************** *** 251,255 **** $lang['Oldest_First'] = "Oldest First"; ! $lang['Return_to_top'] = "Return to top"; $lang['Read_profile'] = "View users profile"; --- 251,255 ---- $lang['Oldest_First'] = "Oldest First"; ! $lang['Back_to_top'] = "Back to top"; $lang['Read_profile'] = "View users profile"; |
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:46
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25593/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Fixed some language strings, added some handy things to viewtopic
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** viewtopic_body.tpl 2001/11/20 21:27:52 1.13
--- viewtopic_body.tpl 2001/12/15 01:55:43 1.14
***************
*** 1,5 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><span class="maintitle">{TOPIC_TITLE}</span><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
--- 1,5 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{PHP_SELF}">{TOPIC_TITLE}</a><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
***************
*** 36,40 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
--- 36,40 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%"><a href="{U_MINI_POST}">{postrow.MINI_POST_IMG}</a><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
***************
*** 52,57 ****
</tr>
<tr>
! <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back
! to top</a></span></td>
<td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
--- 52,57 ----
</tr>
<tr>
! <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}">
! <span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:46
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv25593
Modified Files:
viewtopic.php
Log Message:
Fixed some language strings, added some handy things to viewtopic
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -r1.150 -r1.151
*** viewtopic.php 2001/12/14 02:39:44 1.150
--- viewtopic.php 2001/12/15 01:55:43 1.151
***************
*** 574,577 ****
--- 574,579 ----
"L_POST_REPLY_TOPIC" => $reply_alt,
+ "L_BACK_TO_TOP" => $lang['Back_to_top'],
+
"IMG_POST" => $post_img,
"IMG_REPLY" => $reply_img,
***************
*** 778,781 ****
--- 780,785 ----
$mini_post_img = '<img src="' . $images['icon_minipost'] . '" alt="' . $lang['Post'] . '" title="' . $lang['Post'] . '" border="0" />';
}
+
+ $mini_post_url = append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $postrow[$i]['post_id']) ."#".$postrow[$i]['post_id'];
//
***************
*** 1068,1071 ****
--- 1072,1077 ----
"IP_IMG" => $ip_img,
"DELETE_IMG" => $delpost_img,
+
+ "U_MINI_POST" => $mini_post_url,
"U_POST_ID" => $postrow[$i]['post_id'])
|
|
From: Doug K. <dou...@us...> - 2001-12-15 01:22:58
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv17813/db/schemas
Modified Files:
postgres_schema.sql
Log Message:
Ok, fixing a PostgreSQL bug in the Schema file, prevented install
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** postgres_schema.sql 2001/12/14 18:19:20 1.9
--- postgres_schema.sql 2001/12/15 01:22:55 1.10
***************
*** 305,309 ****
themes_id int4 DEFAULT nextval('phpbb_themes_id_seq'::text) NOT NULL,
style_name varchar(30),
! template_name varchar(30) NOT NULL default '',
head_stylesheet varchar(100),
body_background varchar(100),
--- 305,309 ----
themes_id int4 DEFAULT nextval('phpbb_themes_id_seq'::text) NOT NULL,
style_name varchar(30),
! template_name varchar(30) NOT NULL DEFAULT '',
head_stylesheet varchar(100),
body_background varchar(100),
***************
*** 403,407 ****
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_moved_id DEFAULT '0' NOT NULL int4,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
--- 403,407 ----
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_moved_id int4 DEFAULT '0' NOT NULL,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
|
|
From: Bart v. B. <ba...@us...> - 2001-12-15 00:34:27
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid In directory usw-pr-cvs1:/tmp/cvs-serv7000 Modified Files: theme_info.cfg Log Message: Fixed VERY minor typo (thanks Boby) Index: theme_info.cfg =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/theme_info.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** theme_info.cfg 2001/12/10 00:58:50 1.1 --- theme_info.cfg 2001/12/15 00:34:23 1.2 *************** *** 179,183 **** $Euclid[4]['template_name'] = "Euclid"; ! $Euclid[4]['style_name'] = "Euclid [Silver]"; $Euclid[4]['head_stylesheet'] = ""; $Euclid[4]['body_background'] = ""; --- 179,183 ---- $Euclid[4]['template_name'] = "Euclid"; ! $Euclid[4]['style_name'] = "Euclid [ Silver ]"; $Euclid[4]['head_stylesheet'] = ""; $Euclid[4]['body_background'] = ""; *************** *** 221,223 **** $Euclid[4]['img_size_poll'] = "0"; ! ?> \ No newline at end of file --- 221,223 ---- $Euclid[4]['img_size_poll'] = "0"; ! ?> |
|
From: Bart v. B. <ba...@us...> - 2001-12-14 21:13:18
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv25486 Modified Files: privmsg.php Log Message: Added empty line under block of quoted msg when replying Index: privmsg.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** privmsg.php 2001/12/11 08:55:17 1.61 --- privmsg.php 2001/12/14 21:13:15 1.62 *************** *** 1291,1295 **** $msg_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'], $board_config['board_timezone']); ! $privmsg_message = "[quote=\"" . $to_username . "\"]\n" . $privmsg_message . "\n[/quote]"; $mode = "reply"; --- 1291,1295 ---- $msg_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'], $board_config['board_timezone']); ! $privmsg_message = "[quote=\"" . $to_username . "\"]\n" . $privmsg_message . "\n[/quote]\n"; $mode = "reply"; |
|
From: Bart v. B. <ba...@us...> - 2001-12-14 21:11:23
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch In directory usw-pr-cvs1:/tmp/cvs-serv24982 Modified Files: lang_main.php Log Message: Small typos, getting back in sync with English file (deleted some entries) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** lang_main.php 2001/12/06 23:55:52 1.1 --- lang_main.php 2001/12/14 21:11:20 1.2 *************** *** 47,51 **** $lang['Topic'] = "Onderwerp"; $lang['Topics'] = "Onderwerpen"; - $lang['Reply'] = "Beantwoorden"; // !!! REM Only needed in lang_admin.php ? $lang['Replies'] = "Antwoorden"; $lang['Views'] = "Bekeken"; --- 47,50 ---- *************** *** 70,74 **** $lang['1_Year'] = "1 Jaar"; ! $lang['Go'] = "OK"; $lang['Jump_to'] = "Ga naar"; $lang['Submit'] = "OK"; --- 69,73 ---- $lang['1_Year'] = "1 Jaar"; ! $lang['Go'] = " OK "; $lang['Jump_to'] = "Ga naar"; $lang['Submit'] = "OK"; *************** *** 83,88 **** $lang['Disabled'] = "Uitschakelen"; $lang['Error'] = "Fout"; - $lang['Success'] = "Voltooid"; // !!! REM Not needed? - $lang['Next'] = "Volgende"; $lang['Previous'] = "Vorige"; --- 82,85 ---- *************** *** 302,306 **** $lang['Empty_subject'] = "Je moet een titel opgeven als je een nieuw onderwerp opent."; $lang['Empty_message'] = "Je moet een bericht typen bij het plaatsen van een reactie."; - $lang['Announce_and_sticky'] = "Een topic kan geen mededeling en sticky tegelijkertijd zijn."; // !!! not used $lang['Forum_locked'] = "Dit forum is gesloten. Het plaatsen of bewerken van berichten of onderwerpen is niet mogelijk"; $lang['Topic_locked'] = "Dit onderwerp is gesloten. Het plaatsen of bewerken van berichten is niet mogelijk"; --- 299,302 ---- *************** *** 380,384 **** $lang['Sent'] = "Verzonden"; $lang['Saved'] = "Bewaard"; ! $lang['Delete_marked'] = "Verwijder geslecteerde berichten"; $lang['Delete_all'] = "Verwijder alle berichten"; $lang['Save_marked'] = "Bewaar geselecteerde berichten"; --- 376,380 ---- $lang['Sent'] = "Verzonden"; $lang['Saved'] = "Bewaard"; ! $lang['Delete_marked'] = "Verwijder geselecteerde berichten"; $lang['Delete_all'] = "Verwijder alle berichten"; $lang['Save_marked'] = "Bewaar geselecteerde berichten"; *************** *** 714,718 **** // Viewonline // !!! Overlap with Registered_users_total etc. - $lang['Who_is_online'] = "Wie zijn er Online?"; // !!! Double $lang['Reg_users_online'] = "Er zijn %d geregistreerde en "; // There ae 5 Registered and // !!! no single user line? $lang['Hidden_users_online'] = "%d verborgen gebruikers online"; // 6 Hidden users online --- 710,713 ---- |
|
From: Paul S. O. <ps...@us...> - 2001-12-14 18:28:41
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv16746
Modified Files:
index.php
Log Message:
Change for topic_moved_is not null
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/index.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** index.php 2001/12/14 02:39:44 1.82
--- index.php 2001/12/14 18:28:38 1.83
***************
*** 187,191 ****
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id IS NULL";
if(!$new_topic_ids = $db->sql_query($sql))
{
--- 187,191 ----
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))
{
|
|
From: Paul S. O. <ps...@us...> - 2001-12-14 18:19:23
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv14275/db/schemas
Modified Files:
postgres_schema.sql
Log Message:
Make topic_moved_id not null default 0
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** postgres_schema.sql 2001/12/14 16:32:32 1.8
--- postgres_schema.sql 2001/12/14 18:19:20 1.9
***************
*** 403,407 ****
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_moved_id int4,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
--- 403,407 ----
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_moved_id DEFAULT '0' NOT NULL int4,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
|
|
From: Paul S. O. <ps...@us...> - 2001-12-14 16:32:37
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv17329/db/schemas
Modified Files:
mssql_schema.sql mysql_schema.sql postgres_schema.sql
mssql_basic.sql mysql_basic.sql postgres_basic.sql
Log Message:
Removed autologin_key + fixed bug #471878
Index: mssql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_schema.sql,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** mssql_schema.sql 2001/12/14 02:10:30 1.10
--- mssql_schema.sql 2001/12/14 16:32:32 1.11
***************
*** 312,316 ****
[username] [varchar] (25) NOT NULL ,
[user_password] [varchar] (32) NOT NULL ,
- [user_autologin_key] [varchar] (32) NULL ,
[user_session_time] [int] NOT NULL ,
[user_session_page] [smallint] NOT NULL ,
--- 312,315 ----
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_schema.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mysql_schema.sql 2001/12/14 02:10:30 1.8
--- mysql_schema.sql 2001/12/14 16:32:32 1.9
***************
*** 458,462 ****
username varchar(25) NOT NULL,
user_password varchar(32) NOT NULL,
- user_autologin_key varchar(32),
user_session_time int(11) DEFAULT '0' NOT NULL,
user_session_page smallint(5) DEFAULT '0' NOT NULL,
--- 458,461 ----
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** postgres_schema.sql 2001/12/14 02:10:30 1.7
--- postgres_schema.sql 2001/12/14 16:32:32 1.8
***************
*** 41,47 ****
auth_vote int2 DEFAULT '0' NOT NULL,
auth_mod int2 DEFAULT '0' NOT NULL,
! CONSTRAINT phpbb_auth_access_pkey PRIMARY KEY (group_id)
);
- CREATE INDEX group_id_phpbb_auth_access_index ON phpbb_auth_access (forum_id);
--- 41,46 ----
auth_vote int2 DEFAULT '0' NOT NULL,
auth_mod int2 DEFAULT '0' NOT NULL,
! CONSTRAINT phpbb_auth_access_pkey PRIMARY KEY (group_id, forum_id)
);
***************
*** 447,451 ****
user_regdate int4 DEFAULT '0' NOT NULL,
user_password varchar(32) DEFAULT '' NOT NULL,
- user_autologin_key varchar(32),
user_session_time int4 DEFAULT '0' NOT NULL,
user_session_page int2 DEFAULT '0' NOT NULL,
--- 446,449 ----
Index: mssql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_basic.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mssql_basic.sql 2001/12/09 15:22:07 1.4
--- mssql_basic.sql 2001/12/14 16:32:32 1.5
***************
*** 88,93 ****
password: admin (change this or remove it once everything is working!)
*/
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', '', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
--- 88,93 ----
password: admin (change this or remove it once everything is working!)
*/
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_basic.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** mysql_basic.sql 2001/12/09 15:22:08 1.5
--- mysql_basic.sql 2001/12/14 16:32:32 1.6
***************
*** 65,72 ****
# -- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
# -- username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', '', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
--- 65,72 ----
# -- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
# -- username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
Index: postgres_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_basic.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** postgres_basic.sql 2001/12/09 15:22:08 1.5
--- postgres_basic.sql 2001/12/14 16:32:33 1.6
***************
*** 65,76 ****
-- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
-- username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', '', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
-- Ranks
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( 1, 'Site Admin', -1, -1, 1, NULL);
-- Groups
--- 65,77 ----
-- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', '', '', '', '', 0, 0);
-- username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_popup_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( 2, 'Admin', 1, 0, '21232f297a57a5a743894a0e4a801fc3', 'ad...@yo...', '', '', '', '', '', '', 1, 1, '', '', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, '', 'english', 0, 'd M Y h:i a', '', '', 0, 1);
-- Ranks
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( 1, 'Site Admin', -1, -1, 1, NULL);
+
-- Groups
|
|
From: Bart v. B. <ba...@us...> - 2001-12-14 15:37:24
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv1220
Modified Files:
page_header.php
Log Message:
Sort online userlist alphabetically
Index: page_header.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** page_header.php 2001/12/14 02:39:44 1.77
--- page_header.php 2001/12/14 15:37:21 1.78
***************
*** 95,99 ****
AND ( s.session_time >= ".( time() - 300 ) . "
OR u.user_session_time >= " . ( time() - 300 ) . " )
! ORDER BY u.user_session_time DESC";
$result = $db->sql_query($sql);
if(!$result)
--- 95,99 ----
AND ( s.session_time >= ".( time() - 300 ) . "
OR u.user_session_time >= " . ( time() - 300 ) . " )
! ORDER BY u.username ASC";
$result = $db->sql_query($sql);
if(!$result)
***************
*** 380,382 ****
$template->pparse("overall_header");
! ?>
\ No newline at end of file
--- 380,382 ----
$template->pparse("overall_header");
! ?>
|
|
From: Paul S. O. <ps...@us...> - 2001-12-14 14:22:29
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv12256/includes
Modified Files:
sessions.php
Log Message:
Altered update/insert procedure back to what it was ... otherwise no session_id is available for install
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** sessions.php 2001/12/14 03:33:42 1.41
--- sessions.php 2001/12/14 14:22:26 1.42
***************
*** 154,181 ****
// Create or update the session
//
! if( !$auto_create )
! {
! $sql = "UPDATE " . SESSIONS_TABLE . "
! SET session_user_id = $user_id, session_start = $current_time, session_last_visit = " . $sessiondata['lastvisit'] . ", session_time = $current_time, session_page = $page_id, session_logged_in = $login
! WHERE session_id = '" . $session_id . "'
! AND session_ip = '$user_ip'";
! $result = $db->sql_query($sql);
! if(!$result)
! {
! message_die(CRITICAL_ERROR, "Error updating current session : session_begin", "", __LINE__, __FILE__, $sql);
! }
! }
! else
{
! mt_srand( (double) microtime() * 1000000);
! $session_id = md5(uniqid(mt_rand()));
! $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)
{
! message_die(CRITICAL_ERROR, "Error creating new session : session_begin", "", __LINE__, __FILE__, $sql);
}
}
--- 154,174 ----
// Create or update the session
//
! $sql_update = "UPDATE " . SESSIONS_TABLE . "
! SET session_user_id = $user_id, session_start = $current_time, session_last_visit = " . $sessiondata['lastvisit'] . ", session_time = $current_time, session_page = $page_id, session_logged_in = $login
! WHERE session_id = '" . $session_id . "'
! AND session_ip = '$user_ip'";
! $result = $db->sql_query($sql_update);
!
! if(!$result || !$db->sql_affectedrows())
{
! $session_id = md5(uniqid($user_ip));
! $sql_insert = "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_insert);
if(!$result)
{
! message_die(CRITICAL_ERROR, "Error creating new session : session_begin", __LINE__, __FILE__, $sql);
}
}
***************
*** 273,277 ****
SET session_time = $current_time, session_page = $thispage_id
WHERE session_id = '" . $userdata['session_id'] . "'
- AND session_user_id = " . $userdata['user_id'] . "
AND session_ip = '$user_ip'";
}
--- 266,269 ----
***************
*** 282,287 ****
WHERE user_id = " . $userdata['user_id'];
}
! $result = $db->sql_query($sql);
! if( !$result )
{
message_die(CRITICAL_ERROR, "Error updating sessions table : session_pagestart", "", __LINE__, __FILE__, $sql);
--- 274,278 ----
WHERE user_id = " . $userdata['user_id'];
}
! if( !$db->sql_query($sql) )
{
message_die(CRITICAL_ERROR, "Error updating sessions table : session_pagestart", "", __LINE__, __FILE__, $sql);
|
|
From: Paul S. O. <ps...@us...> - 2001-12-14 03:33:45
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv21050/includes Modified Files: sessions.php Log Message: Now with an added extra ... this one works, hopefully ... three days this was testing on phpbb.com with no problems ... I swear computers hate me Index: sessions.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** sessions.php 2001/12/14 02:39:44 1.40 --- sessions.php 2001/12/14 03:33:42 1.41 *************** *** 29,33 **** function session_begin($user_id, $user_ip, $page_id, $session_length, $auto_create = 0, $enable_autologin = 0) { - global $db, $board_config; global $HTTP_COOKIE_VARS, $HTTP_GET_VARS, $SID; --- 29,32 ---- *************** *** 67,71 **** // + the user_lastvisit ... damn damn damn damn and blast // ! $sql = "SELECT user_autologin_key, user_session_time, user_email FROM " . USERS_TABLE . " WHERE user_id = $user_id"; --- 66,70 ---- // + the user_lastvisit ... damn damn damn damn and blast // ! $sql = "SELECT user_password, user_session_time, user_email FROM " . USERS_TABLE . " WHERE user_id = $user_id"; *************** *** 78,82 **** $row = $db->sql_fetchrow($result); ! $sessiondata['lastvisit'] = ( $row['user_session_time'] > 0 ) ? $row['user_session_time'] : $current_time; if( $auto_create ) --- 77,81 ---- $row = $db->sql_fetchrow($result); ! $auto_login_key = $row['user_password']; if( $auto_create ) *************** *** 84,91 **** if( isset($sessiondata['autologinid']) ) { ! if( $sessiondata['autologinid'] == $row['user_autologin_key'] ) { $login = 1; ! $enable_autologin = 1; } else --- 83,92 ---- if( isset($sessiondata['autologinid']) ) { ! if( $sessiondata['autologinid'] == $auto_login_key ) { $login = 1; ! $enable_autologin = 1; ! ! $sessiondata['lastvisit'] = ( $row['user_session_time'] > 0 ) ? $row['user_session_time'] : $current_time; } else *************** *** 182,207 **** if( $user_id != ANONYMOUS ) { ! $autologin_sql = ""; ! if( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ! { ! mt_srand( (double) microtime() * 1000000); ! $autologin_key = md5(uniqid(mt_rand())); ! ! $sessiondata['autologinid'] = $autologin_key; ! $autologin_sql = $autologin_key; ! } ! else ! { ! $autologin_sql = ""; ! } ! ! $sql_auto = "UPDATE " . USERS_TABLE . " ! SET user_lastvisit = " . $sessiondata['lastvisit'] . ", user_session_time = $current_time, user_session_page = $page_id, user_autologin_key ='$autologin_id' ! WHERE user_id = $user_id"; ! $result = $db->sql_query($sql_auto); ! if(!$result) ! { ! message_die(CRITICAL_ERROR, "Couldn't update users autologin key : session_begin", "", __LINE__, __FILE__, $sql); ! } } --- 183,187 ---- if( $user_id != ANONYMOUS ) { ! $sessiondata['autologinid'] = ( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : ""; } *************** *** 412,426 **** if( $user_id != ANONYMOUS ) { ! $autologin_sql = ""; ! if( isset($sessiondata['autologinid']) && $sessionmethod = SESSION_METHOD_COOKIE ) { unset($sessiondata['autologinid']); - $autologin_sql = ", user_autologin_key = ''"; } $sql = "UPDATE " . USERS_TABLE . " ! SET user_lastvisit = " . time() . $autologin_sql . " WHERE user_id = $user_id"; ! $result = $db->sql_query($sql, END_TRANSACTION); if (!$result) { --- 392,404 ---- if( $user_id != ANONYMOUS ) { ! if( isset($sessiondata['autologinid']) && $sessionmethod == SESSION_METHOD_COOKIE ) { unset($sessiondata['autologinid']); } $sql = "UPDATE " . USERS_TABLE . " ! SET user_lastvisit = " . time() . " WHERE user_id = $user_id"; ! $result = $db->sql_query($sql); if (!$result) { |
|
From: Paul S. O. <ps...@us...> - 2001-12-14 03:12:08
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17462/admin
Modified Files:
index.php
Log Message:
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/index.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** index.php 2001/11/24 00:33:58 1.28
--- index.php 2001/12/14 03:12:05 1.29
***************
*** 288,302 ****
// Get users online information.
//
! $sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, s.session_page, s.session_logged_in, s.session_time, s.session_ip
FROM " . USERS_TABLE . " u, " . SESSIONS_TABLE . " s
! WHERE u.user_id = s.session_user_id
! AND s.session_time >= " . (time()-300) . "
ORDER BY s.session_time DESC";
if(!$result = $db->sql_query($sql))
{
! message_die(GENERAL_ERROR, "Couldn't obtain user/online information.", "", __LINE__, __FILE__, $sql);
}
- $onlinerow = $db->sql_fetchrowset($result);
$sql = "SELECT forum_name, forum_id
FROM " . FORUMS_TABLE;
--- 288,324 ----
// Get users online information.
//
! $sql = "SELECT u.user_id, u.username, u.user_session_time AS session_time, u.user_session_page AS session_page, session_ip
FROM " . USERS_TABLE . " u, " . SESSIONS_TABLE . " s
! WHERE s.session_logged_in = " . TRUE . "
! AND u.user_id = s.session_user_id
! AND u.user_id <> " . ANONYMOUS . "
! AND u.user_session_time >= " . ( time() - 300 ) . "
ORDER BY s.session_time DESC";
if(!$result = $db->sql_query($sql))
{
! message_die(GENERAL_ERROR, "Couldn't obtain regd user/online information.", "", __LINE__, __FILE__, $sql);
}
+ $onlinerow = array();
+ while( $row = $db->sql_fetchrow($result) )
+ {
+ $onlinerow[] = $row;
+ }
+
+ $sql = "SELECT session_user_id AS user_id, session_page, session_logged_in, session_time, session_ip
+ FROM " . SESSIONS_TABLE . "
+ WHERE session_logged_in = 0
+ AND session_time >= " . ( time() - 300 ) . "
+ ORDER BY session_time DESC";
+ if(!$result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Couldn't obtain guest user/online information.", "", __LINE__, __FILE__, $sql);
+ }
+
+ while( $row = $db->sql_fetchrow($result) )
+ {
+ $onlinerow[] = $row;
+ }
+
$sql = "SELECT forum_name, forum_id
FROM " . FORUMS_TABLE;
***************
*** 313,317 ****
}
! $online_count = $db->sql_numrows($result);
if($online_count)
{
--- 335,339 ----
}
! $online_count = count($onlinerow);
if($online_count)
{
***************
*** 320,342 ****
for($i = 0; $i < $online_count; $i++)
{
! if($onlinerow[$i]['user_id'] != ANONYMOUS)
! {
! if($onlinerow[$i]['session_logged_in'])
! {
! $username = $onlinerow[$i]['username'];
! }
! else
! {
! $username = $onlinerow[$i]['username'];
! }
! }
! else
! {
! $username = $lang['Anonymous'];
! }
! if($onlinerow[$i]['session_page'] < 1)
{
! switch($onlinerow[$i]['session_page'])
{
case PAGE_INDEX:
--- 342,350 ----
for($i = 0; $i < $online_count; $i++)
{
! $username = ( $onlinerow[$i]['user_id'] == ANONYMOUS ) ? $lang['Anonymous'] : $onlinerow[$i]['username'];
! if( $onlinerow[$i]['session_page'] < 1 )
{
! switch( $onlinerow[$i]['session_page'] )
{
case PAGE_INDEX:
|
|
From: Paul S. O. <ps...@us...> - 2001-12-14 02:41:41
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv11731
Modified Files:
common.php
Log Message:
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
Index: common.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/common.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** common.php 2001/12/10 02:01:28 1.67
--- common.php 2001/12/14 02:41:33 1.68
***************
*** 145,149 ****
if( !empty($HTTP_X_FORWARDED_FOR) )
{
! $client_ip = ( preg_match("/^([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/", $HTTP_X_FORWARDED_FOR, $ip_list) ) ? $ip_list[1] : $REMOTE_ADDR;
}
else
--- 145,149 ----
if( !empty($HTTP_X_FORWARDED_FOR) )
{
! $client_ip = ( preg_match("/^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/", $HTTP_X_FORWARDED_FOR, $ip_list) ) ? $ip_list[0] : $REMOTE_ADDR;
}
else
|