You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(361) |
Oct
(65) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(798) |
Feb
(694) |
Mar
(586) |
Apr
(145) |
May
(24) |
Jun
(24) |
Jul
(56) |
Aug
(11) |
Sep
(138) |
Oct
(107) |
Nov
(58) |
Dec
(39) |
2004 |
Jan
(157) |
Feb
(24) |
Mar
(13) |
Apr
(14) |
May
(73) |
Jun
(106) |
Jul
(217) |
Aug
(91) |
Sep
(116) |
Oct
(357) |
Nov
(27) |
Dec
(272) |
2005 |
Jan
(97) |
Feb
(40) |
Mar
(167) |
Apr
(365) |
May
(344) |
Jun
(357) |
Jul
(407) |
Aug
(529) |
Sep
(204) |
Oct
(52) |
Nov
(80) |
Dec
(1) |
2006 |
Jan
(2) |
Feb
(1) |
Mar
(11) |
Apr
(112) |
May
(121) |
Jun
(86) |
Jul
(51) |
Aug
(48) |
Sep
(107) |
Oct
(20) |
Nov
(50) |
Dec
(11) |
2007 |
Jan
(7) |
Feb
(11) |
Mar
(8) |
Apr
(11) |
May
(2) |
Jun
(25) |
Jul
(67) |
Aug
(134) |
Sep
(54) |
Oct
(69) |
Nov
(10) |
Dec
(74) |
2008 |
Jan
(73) |
Feb
(81) |
Mar
(64) |
Apr
(98) |
May
(157) |
Jun
(68) |
Jul
(80) |
Aug
(108) |
Sep
(176) |
Oct
(107) |
Nov
(265) |
Dec
(60) |
2009 |
Jan
(149) |
Feb
(140) |
Mar
(195) |
Apr
(141) |
May
(53) |
Jun
(45) |
Jul
(98) |
Aug
(153) |
Sep
(160) |
Oct
(138) |
Nov
(139) |
Dec
(104) |
2010 |
Jan
(188) |
Feb
(259) |
Mar
(133) |
Apr
(104) |
May
(42) |
Jun
(121) |
Jul
(38) |
Aug
(223) |
Sep
(259) |
Oct
(255) |
Nov
(106) |
Dec
(157) |
2011 |
Jan
(202) |
Feb
(110) |
Mar
(261) |
Apr
(272) |
May
(218) |
Jun
(108) |
Jul
(141) |
Aug
(205) |
Sep
(326) |
Oct
(279) |
Nov
(368) |
Dec
(238) |
2012 |
Jan
(239) |
Feb
(3) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
(3) |
Mar
(9) |
Apr
(10) |
May
|
Jun
(1) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ok...@us...> - 2003-01-09 14:59:51
|
Update of /cvsroot/xoops/xoops2/modules/mylinks/include In directory sc8-pr-cvs1:/tmp/cvs-serv895/modules/mylinks/include Modified Files: functions.php Log Message: fix for undefined variables Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mylinks/include/functions.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions.php 2 Jan 2003 17:46:03 -0000 1.1 --- functions.php 9 Jan 2003 14:59:47 -0000 1.2 *************** *** 41,49 **** function popgraphic($hits) { ! global $xoopsModuleConfig; ! if ($hits >= $xoopsModuleConfig['popular']) { ! $pop = " <img src=\"".XOOPS_URL."/modules/mylinks/images/pop.gif\" alt=\""._MD_POPULAR."\" />"; ! } ! return $pop; } //Reusable Link Sorting Functions --- 41,49 ---- function popgraphic($hits) { ! global $xoopsModuleConfig; ! if ($hits >= $xoopsModuleConfig['popular']) { ! return " <img src=\"".XOOPS_URL."/modules/mylinks/images/pop.gif\" alt=\""._MD_POPULAR."\" />"; ! } ! return ''; } //Reusable Link Sorting Functions |
From: <ok...@us...> - 2003-01-09 14:58:12
|
Update of /cvsroot/xoops/xoops2/modules/mylinks/templates In directory sc8-pr-cvs1:/tmp/cvs-serv32687/modules/mylinks/templates Modified Files: mylinks_index.html Log Message: removed <font> tags Index: mylinks_index.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mylinks/templates/mylinks_index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mylinks_index.html 2 Jan 2003 17:51:54 -0000 1.1 --- mylinks_index.html 9 Jan 2003 14:58:09 -0000 1.2 *************** *** 38,46 **** <{/if}> <{if $links != ""}> <table width="100%" cellspacing="0" cellpadding="10" border="0"> <tr> - <td width="100%" align="center" valign="bottom"> - <font size="5"><{$lang_latestlistings}></font></td> - </tr><tr> <td width="100%" align="center" valign="top"> --- 38,44 ---- <{/if}> <{if $links != ""}> + <h4><{$lang_latestlistings}></h4> <table width="100%" cellspacing="0" cellpadding="10" border="0"> <tr> <td width="100%" align="center" valign="top"> |
From: <ok...@us...> - 2003-01-09 14:57:58
|
Update of /cvsroot/xoops/xoops2/modules/mydownloads/templates In directory sc8-pr-cvs1:/tmp/cvs-serv32586/modules/mydownloads/templates Modified Files: mydownloads_index.html Log Message: removed <font> tags Index: mydownloads_index.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mydownloads/templates/mydownloads_index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mydownloads_index.html 2 Jan 2003 17:36:24 -0000 1.1 --- mydownloads_index.html 9 Jan 2003 14:57:54 -0000 1.2 *************** *** 35,43 **** <{if $file != ""}> <table width="100%" cellspacing="0" cellpadding="10" border="0"> <tr> - <td width="100%" align="center" valign="bottom"> - <font size="5"><{$lang_latestlistings}></font></td> - </tr><tr> <td width="100%" align="center" valign="top"> <!-- Start new link loop --> --- 35,41 ---- <{if $file != ""}> + <h4><{$lang_latestlistings}></h4> <table width="100%" cellspacing="0" cellpadding="10" border="0"> <tr> <td width="100%" align="center" valign="top"> <!-- Start new link loop --> |
From: <ok...@us...> - 2003-01-09 14:42:27
|
Update of /cvsroot/xoops/xoops2/kernel/comment/manager In directory sc8-pr-cvs1:/tmp/cvs-serv25883/kernel/comment/manager Modified Files: comment.php Log Message: added sort in getObjects Index: comment.php =================================================================== RCS file: /cvsroot/xoops/xoops2/kernel/comment/manager/comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment.php 7 Jan 2003 21:32:53 -0000 1.1 --- comment.php 9 Jan 2003 14:42:21 -0000 1.2 *************** *** 135,139 **** if (isset($criteria) && is_subclass_of($criteria, 'criteriaelement')) { $sql .= ' '.$criteria->renderWhere(); ! $sql .= ' ORDER BY com_id '.$criteria->getOrder(); $limit = $criteria->getLimit(); $start = $criteria->getStart(); --- 135,140 ---- if (isset($criteria) && is_subclass_of($criteria, 'criteriaelement')) { $sql .= ' '.$criteria->renderWhere(); ! $sort = ($criteria->getSort() != '') ? $criteria->getSort() : 'com_id'; ! $sql .= ' ORDER BY '.$sort.' '.$criteria->getOrder(); $limit = $criteria->getLimit(); $start = $criteria->getStart(); |
From: <ok...@us...> - 2003-01-09 14:07:41
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv9359/include Modified Files: comment_form.php Log Message: Index: comment_form.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/comment_form.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comment_form.php 9 Jan 2003 14:06:52 -0000 1.2 --- comment_form.php 9 Jan 2003 14:07:38 -0000 1.3 *************** *** 41,45 **** } $cform->addElement($icons_radio); ! $cform->addElement(new XoopsFormDhtmlTextArea(_CM_COMMENT, 'com_text', $com_text, 10, 50), true); $option_tray = new XoopsFormElementTray(_OPTIONS,'<br />'); if (is_object($xoopsUser)) { --- 41,45 ---- } $cform->addElement($icons_radio); ! $cform->addElement(new XoopsFormDhtmlTextArea(_CM_MESSAGE, 'com_text', $com_text, 10, 50), true); $option_tray = new XoopsFormElementTray(_OPTIONS,'<br />'); if (is_object($xoopsUser)) { |
From: <ok...@us...> - 2003-01-09 14:06:55
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv9063/include Modified Files: comment_form.php Log Message: updated lang vars Index: comment_form.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/comment_form.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment_form.php 7 Jan 2003 21:32:44 -0000 1.1 --- comment_form.php 9 Jan 2003 14:06:52 -0000 1.2 *************** *** 34,38 **** $cform = new XoopsThemeForm(_CM_POSTCOMMENT, "commentform", 'comment_post.php'); ! $cform->addElement(new XoopsFormText(_SUBJECT, 'com_title', 50, 255, $com_title), true); $icons_radio = new XoopsFormRadio(_MESSAGEICON, 'com_icon', $com_icon); $subject_icons = XoopsLists::getSubjectsList(); --- 34,38 ---- $cform = new XoopsThemeForm(_CM_POSTCOMMENT, "commentform", 'comment_post.php'); ! $cform->addElement(new XoopsFormText(_CM_TITLE, 'com_title', 50, 255, $com_title), true); $icons_radio = new XoopsFormRadio(_MESSAGEICON, 'com_icon', $com_icon); $subject_icons = XoopsLists::getSubjectsList(); *************** *** 41,45 **** } $cform->addElement($icons_radio); ! $cform->addElement(new XoopsFormDhtmlTextArea(_COMMENT, 'com_text', $com_text, 10, 50), true); $option_tray = new XoopsFormElementTray(_OPTIONS,'<br />'); if (is_object($xoopsUser)) { --- 41,45 ---- } $cform->addElement($icons_radio); ! $cform->addElement(new XoopsFormDhtmlTextArea(_CM_COMMENT, 'com_text', $com_text, 10, 50), true); $option_tray = new XoopsFormElementTray(_OPTIONS,'<br />'); if (is_object($xoopsUser)) { |
From: <ok...@us...> - 2003-01-09 14:05:31
|
Update of /cvsroot/xoops/xoops2/language/english In directory sc8-pr-cvs1:/tmp/cvs-serv8490/language/english Modified Files: comment.php global.php Log Message: some more comment related phrases Index: comment.php =================================================================== RCS file: /cvsroot/xoops/xoops2/language/english/comment.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comment.php 9 Jan 2003 08:18:22 -0000 1.2 --- comment.php 9 Jan 2003 14:05:28 -0000 1.3 *************** *** 2,5 **** --- 2,6 ---- // $Id$ define('_CM_TITLE','Title'); + define('_CM_MESSAGE','Message'); define('_CM_DOSMILEY','Enable Smiley Icons'); define('_CM_DOHTML','Enable HTML Tags'); Index: global.php =================================================================== RCS file: /cvsroot/xoops/xoops2/language/english/global.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** global.php 7 Jan 2003 18:40:14 -0000 1.3 --- global.php 9 Jan 2003 14:05:28 -0000 1.4 *************** *** 8,12 **** define("_SUBJECT","Subject"); define("_MESSAGEICON","Message Icon"); ! define("_COMMENT","Comment"); define("_POSTANON","Post Anonymously"); define("_DISABLESMILEY","Disable smiley"); --- 8,12 ---- define("_SUBJECT","Subject"); define("_MESSAGEICON","Message Icon"); ! define("_COMMENTS","Comments"); define("_POSTANON","Post Anonymously"); define("_DISABLESMILEY","Disable smiley"); |
From: <w4...@us...> - 2003-01-09 12:50:33
|
Update of /cvsroot/xoops/xoops2/modules/mydownloads In directory sc8-pr-cvs1:/tmp/cvs-serv4615/modules/mydownloads Modified Files: viewcat.php Log Message: fixed a error in the line 84, change mylinks by mydownloads (thnx briese) Index: viewcat.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mydownloads/viewcat.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** viewcat.php 6 Jan 2003 19:52:49 -0000 1.2 --- viewcat.php 9 Jan 2003 12:50:28 -0000 1.3 *************** *** 79,83 **** $infercategories .= ", "; } ! $infercategories .= "<a href=\"".XOOPS_URL."/modules/mylinks/viewcat.php?cid=".$sub_ele['cid']."\">".$chtitle."</a>"; $space++; $chcount++; --- 79,83 ---- $infercategories .= ", "; } ! $infercategories .= "<a href=\"".XOOPS_URL."/modules/mydownloads/viewcat.php?cid=".$sub_ele['cid']."\">".$chtitle."</a>"; $space++; $chcount++; |
From: <w4...@us...> - 2003-01-09 12:42:07
|
Update of /cvsroot/xoops/xoops2/modules/news/language/spanish In directory sc8-pr-cvs1:/tmp/cvs-serv31663/modules/news/language/spanish Modified Files: main.php Log Message: spanish lang cleaning Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/language/spanish/main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.php 8 Jan 2003 11:15:57 -0000 1.2 --- main.php 9 Jan 2003 12:42:04 -0000 1.3 *************** *** 10,18 **** define("_NW_NUMCOMMENTS","%s comentarios"); - //%%%%%% File Name article.php %%%%% - - // %s represents a user name - define("_NW_NEWSBY","Novedades por %s"); - //%%%%%% File Name submit.php %%%%% define("_NW_SUBMITNEWS","Enviar Artículo"); --- 10,13 ---- |
From: <w4...@us...> - 2003-01-09 12:39:49
|
Update of /cvsroot/xoops/xoops2/language/spanish In directory sc8-pr-cvs1:/tmp/cvs-serv29721/language/spanish Modified Files: comment.php Log Message: spanish lang upgrade Index: comment.php =================================================================== RCS file: /cvsroot/xoops/xoops2/language/spanish/comment.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comment.php 8 Jan 2003 11:58:30 -0000 1.2 --- comment.php 9 Jan 2003 12:39:45 -0000 1.3 *************** *** 1,4 **** --- 1,5 ---- <?php // $Id$ + define('_CM_TITLE','Título'); define('_CM_DOSMILEY','Habilitar Caritas'); define('_CM_DOHTML','Habilitar código HTML'); |
From: <ok...@us...> - 2003-01-09 08:18:25
|
Update of /cvsroot/xoops/xoops2/language/english In directory sc8-pr-cvs1:/tmp/cvs-serv11588/language/english Modified Files: comment.php Log Message: some more phrases for comments Index: comment.php =================================================================== RCS file: /cvsroot/xoops/xoops2/language/english/comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment.php 7 Jan 2003 19:17:54 -0000 1.1 --- comment.php 9 Jan 2003 08:18:22 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- <?php // $Id$ + define('_CM_TITLE','Title'); define('_CM_DOSMILEY','Enable Smiley Icons'); define('_CM_DOHTML','Enable HTML Tags'); |
From: <ok...@us...> - 2003-01-09 08:17:14
|
Update of /cvsroot/xoops/xoops2/modules/xoopspoll/class In directory sc8-pr-cvs1:/tmp/cvs-serv11131/modules/xoopspoll/class Modified Files: xoopspollrenderer.php Log Message: fix for undefined var Index: xoopspollrenderer.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopspoll/class/xoopspollrenderer.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** xoopspollrenderer.php 2 Jan 2003 19:47:45 -0000 1.1 --- xoopspollrenderer.php 9 Jan 2003 08:17:11 -0000 1.2 *************** *** 134,143 **** $percent = 0; } ! $options[$i][text] = $option->getVar("option_text"); if ( $percent > 0 ) { $width = intval($percent)*2; ! $options[$i][image] = "<img src='".XOOPS_URL."/modules/xoopspoll/images/colorbars/".$option->getVar("option_color", "E")."' height='14' width='".$width."' align='middle' alt='".intval($percent)." %' />"; } ! $options[$i][percent] = sprintf(" %d %% (%d)", $percent, $option->getVar("option_count")); $i++; } --- 134,143 ---- $percent = 0; } ! $options[$i]['text'] = $option->getVar("option_text"); if ( $percent > 0 ) { $width = intval($percent)*2; ! $options[$i]['image'] = "<img src='".XOOPS_URL."/modules/xoopspoll/images/colorbars/".$option->getVar("option_color", "E")."' height='14' width='".$width."' align='middle' alt='".intval($percent)." %' />"; } ! $options[$i]['percent'] = sprintf(" %d %% (%d)", $percent, $option->getVar("option_count")); $i++; } |
From: <ok...@us...> - 2003-01-09 08:03:07
|
Update of /cvsroot/xoops/xoops2/modules/system/templates In directory sc8-pr-cvs1:/tmp/cvs-serv6605/modules/system/templates Modified Files: system_comment.html Log Message: changed comment <a> id from 'newscomment' to 'comment' Index: system_comment.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/templates/system_comment.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** system_comment.html 7 Jan 2003 19:09:07 -0000 1.1 --- system_comment.html 9 Jan 2003 08:03:03 -0000 1.2 *************** *** 1,5 **** <!-- start comment post --> <tr> ! <td class="head"><a id="newscomment<{$comment.id}>"></a> <{$comment.poster.uname}></td> <td class="head"><div class="comDate"><span class="comDateCaption"><{$lang_posted}>:</span> <{$comment.date_posted}> <span class="comDateCaption"><{$lang_updated}>:</span> <{$comment.date_modified}></div></td> </tr> --- 1,5 ---- <!-- start comment post --> <tr> ! <td class="head"><a id="comment<{$comment.id}>"></a> <{$comment.poster.uname}></td> <td class="head"><div class="comDate"><span class="comDateCaption"><{$lang_posted}>:</span> <{$comment.date_posted}> <span class="comDateCaption"><{$lang_updated}>:</span> <{$comment.date_modified}></div></td> </tr> |
From: <ok...@us...> - 2003-01-09 07:03:00
|
Update of /cvsroot/xoops/xoops2/modules/news In directory sc8-pr-cvs1:/tmp/cvs-serv11411/modules/news Modified Files: comment_new.php Log Message: fixed lang problem Index: comment_new.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/comment_new.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment_new.php 7 Jan 2003 21:32:18 -0000 1.1 --- comment_new.php 9 Jan 2003 06:19:20 -0000 1.2 *************** *** 30,34 **** if ($com_itemid > 0) { $article = new NewsStory($com_itemid); ! $com_replytext = _NW_POSTERC.' '.$article->uname().' '._NW_DATEC.' '.formatTimestamp($article->published()).'<br /><br />'.$article->hometext(); $bodytext = $article->bodytext(); if ($bodytext != '') { --- 30,34 ---- if ($com_itemid > 0) { $article = new NewsStory($com_itemid); ! $com_replytext = _POSTEDBY.' <b>'.$article->uname().'</b> '._DATE.' <b>'.formatTimestamp($article->published()).'</b><br /><br />'.$article->hometext(); $bodytext = $article->bodytext(); if ($bodytext != '') { |
From: <ok...@us...> - 2003-01-09 06:37:35
|
Update of /cvsroot/xoops/xoops2/modules/news In directory sc8-pr-cvs1:/tmp/cvs-serv11912/modules/news Modified Files: article.php Log Message: removed non-used lang phrase Index: article.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/article.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** article.php 8 Jan 2003 20:22:19 -0000 1.3 --- article.php 9 Jan 2003 06:21:52 -0000 1.4 *************** *** 68,72 **** $story['posterid'] = $article->uid(); $story['poster'] = '<a href="'.XOOPS_URL.'/userinfo.php?uid='.$story['posterid'].'">'.$story['poster'].'</a>'; - $xoopsTpl->assign('posterlink', sprintf(_NW_NEWSBY,$story['poster'])); } else { $story['poster'] = ''; --- 68,71 ---- |
From: <ok...@us...> - 2003-01-09 06:34:37
|
Update of /cvsroot/xoops/xoops2/modules/news/language/english In directory sc8-pr-cvs1:/tmp/cvs-serv11731/modules/news/language/english Modified Files: main.php Log Message: removed non used phrase Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/language/english/main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.php 8 Jan 2003 10:39:53 -0000 1.2 --- main.php 9 Jan 2003 06:21:05 -0000 1.3 *************** *** 10,17 **** define("_NW_NUMCOMMENTS","%s comments"); - //%%%%%% File Name article.php %%%%% - - // %s represents a user name - define("_NW_NEWSBY","News by %s"); //%%%%%% File Name submit.php %%%%% --- 10,13 ---- |
From: <ok...@us...> - 2003-01-09 04:42:23
|
Update of /cvsroot/xoops/xoops2/modules/news/templates In directory sc8-pr-cvs1:/tmp/cvs-serv18600/modules/news/templates Modified Files: news_article.html Log Message: fixed align problem in comment text Index: news_article.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/templates/news_article.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** news_article.html 8 Jan 2003 20:21:09 -0000 1.4 --- news_article.html 9 Jan 2003 04:42:20 -0000 1.5 *************** *** 12,16 **** </div> ! <div style="text-align: center; margin:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> --- 12,16 ---- </div> ! <div style="margin:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> |
From: <ok...@us...> - 2003-01-08 20:22:43
|
Update of /cvsroot/xoops/xoops2/modules/news In directory sc8-pr-cvs1:/tmp/cvs-serv1855/modules/news Modified Files: article.php index.php Log Message: removed item_id Index: article.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/article.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** article.php 7 Jan 2003 21:32:10 -0000 1.2 --- article.php 8 Jan 2003 20:22:19 -0000 1.3 *************** *** 31,37 **** ${$k} = $v; } ! $item_id = (!empty($HTTP_GET_VARS['item_id'])) ? intval($HTTP_GET_VARS['item_id']) : 0; ! $item_id = (empty($item_id) && !empty($HTTP_GET_VARS['storyid'])) ? intval($HTTP_GET_VARS['storyid']) : 0; ! if (empty($item_id)) { redirect_header("index.php",2,_NW_NOSTORY); exit(); --- 31,38 ---- ${$k} = $v; } ! ! $storyid = (isset($HTTP_GET_VARS['storyid'])) ? $HTTP_GET_VARS['storyid'] : 0; ! $storyid = intval($storyid); ! if (empty($storyid)) { redirect_header("index.php",2,_NW_NOSTORY); exit(); *************** *** 45,49 **** ! $article = new NewsStory($item_id); if ( $article->published() == 0 || $article->published() > time() ) { redirect_header('index.php', 2, _NW_NOSTORY); --- 46,50 ---- ! $article = new NewsStory($storyid); if ( $article->published() == 0 || $article->published() > time() ) { redirect_header('index.php', 2, _NW_NOSTORY); *************** *** 55,59 **** $article->updateCounter(); } ! $story['id'] = $item_id; $story['posttime'] = formatTimestamp($article->created()); $story['title'] = $article->textlink()." : ".$article->title(); --- 56,60 ---- $article->updateCounter(); } ! $story['id'] = $storyid; $story['posttime'] = formatTimestamp($article->created()); $story['title'] = $article->textlink()." : ".$article->title(); *************** *** 88,92 **** } $story['hits'] = $article->counter(); ! $story['mail_link'] = 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?item_id='.$article->storyid(); $xoopsTpl->assign('story', $story); $xoopsTpl->assign('lang_printerpage', _NW_PRINTERFRIENDLY); --- 89,93 ---- } $story['hits'] = $article->counter(); ! $story['mail_link'] = 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?storyid='.$article->storyid(); $xoopsTpl->assign('story', $story); $xoopsTpl->assign('lang_printerpage', _NW_PRINTERFRIENDLY); *************** *** 95,101 **** $xoopsTpl->assign('lang_postedby', _POSTEDBY); $xoopsTpl->assign('lang_reads', _READS); ! $xoopsTpl->assign('mail_link', 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?item_id='.$article->storyid()); - $com_itemid = $item_id; include XOOPS_ROOT_PATH.'/include/comment_view.php'; --- 96,101 ---- $xoopsTpl->assign('lang_postedby', _POSTEDBY); $xoopsTpl->assign('lang_reads', _READS); ! $xoopsTpl->assign('mail_link', 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?storyid='.$article->storyid()); include XOOPS_ROOT_PATH.'/include/comment_view.php'; Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 7 Jan 2003 21:32:11 -0000 1.4 --- index.php 8 Jan 2003 20:22:24 -0000 1.5 *************** *** 133,137 **** $story['adminlink'] = $sarray[$i]->adminlink(); } ! $story['mail_link'] = 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?item_id='.$sarray[$i]->storyid(); $story['imglink'] = ''; $story['align'] = ''; --- 133,137 ---- $story['adminlink'] = $sarray[$i]->adminlink(); } ! $story['mail_link'] = 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).': '.XOOPS_URL.'/modules/news/article.php?storyid='.$sarray[$i]->storyid(); $story['imglink'] = ''; $story['align'] = ''; *************** *** 140,144 **** $story['align'] = $sarray[$i]->topicalign(); } ! $story['title'] = $sarray[$i]->textlink().' : '."<a href='".XOOPS_URL."/modules/news/article.php?item_id=".$sarray[$i]->storyid()."'>".$sarray[$i]->title()."</a>"; $story['hits'] = $sarray[$i]->counter(); // The line below can be used to display a Permanent Link image --- 140,144 ---- $story['align'] = $sarray[$i]->topicalign(); } ! $story['title'] = $sarray[$i]->textlink().' : '."<a href='".XOOPS_URL."/modules/news/article.php?storyid=".$sarray[$i]->storyid()."'>".$sarray[$i]->title()."</a>"; $story['hits'] = $sarray[$i]->counter(); // The line below can be used to display a Permanent Link image |
From: <ok...@us...> - 2003-01-08 20:21:22
|
Update of /cvsroot/xoops/xoops2/modules/news/templates In directory sc8-pr-cvs1:/tmp/cvs-serv1629/modules/news/templates Modified Files: news_article.html Log Message: cosmetic fix Index: news_article.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/templates/news_article.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** news_article.html 7 Jan 2003 21:32:33 -0000 1.3 --- news_article.html 8 Jan 2003 20:21:09 -0000 1.4 *************** *** 7,16 **** </div> ! <div style="text-align:center; padding: 3px; margin-right:3px;"> <{$commentsnav}> <{$lang_notice}> </div> ! <div style="margin-top: 3px; margin-right:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> --- 7,16 ---- </div> ! <div style="text-align: center; padding: 3px; margin:3px;"> <{$commentsnav}> <{$lang_notice}> </div> ! <div style="text-align: center; margin:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> |
From: <ok...@us...> - 2003-01-08 20:21:02
|
Update of /cvsroot/xoops/xoops2/modules/xoopspoll/templates In directory sc8-pr-cvs1:/tmp/cvs-serv1522/modules/xoopspoll/templates Modified Files: xoopspoll_results.html Log Message: cosmetic fix Index: xoopspoll_results.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopspoll/templates/xoopspoll_results.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** xoopspoll_results.html 7 Jan 2003 23:56:23 -0000 1.3 --- xoopspoll_results.html 8 Jan 2003 20:20:53 -0000 1.4 *************** *** 29,38 **** <br /> ! <div style="text-align:center; padding: 3px; margin-right:3px;"> <{$commentsnav}> <{$lang_notice}> </div> ! <div style="margin-top: 3px; margin-right:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> --- 29,38 ---- <br /> ! <div style="text-align:center; padding: 3px; margin:3px;"> <{$commentsnav}> <{$lang_notice}> </div> ! <div style="text-align:center; margin:3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> |
From: <ok...@us...> - 2003-01-08 18:33:19
|
Update of /cvsroot/xoops/xoops2/modules/xoopspoll In directory sc8-pr-cvs1:/tmp/cvs-serv4554/modules/xoopspoll Modified Files: pollresults.php Log Message: removed item_id Index: pollresults.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopspoll/pollresults.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pollresults.php 7 Jan 2003 22:59:59 -0000 1.3 --- pollresults.php 8 Jan 2003 18:33:17 -0000 1.4 *************** *** 33,39 **** include_once XOOPS_ROOT_PATH."/modules/xoopspoll/class/xoopspollrenderer.php"; - $item_id = (!empty($item_id)) ? intval($item_id) : 0; $poll_id = (!empty($poll_id)) ? intval($poll_id) : 0; ! if ( empty($item_id) && empty($poll_id) ) { redirect_header("index.php",0); exit(); --- 33,38 ---- include_once XOOPS_ROOT_PATH."/modules/xoopspoll/class/xoopspollrenderer.php"; $poll_id = (!empty($poll_id)) ? intval($poll_id) : 0; ! if (empty($poll_id)) { redirect_header("index.php",0); exit(); *************** *** 42,52 **** include XOOPS_ROOT_PATH."/header.php"; ! $item_id = (!empty($poll_id)) ? $poll_id : $item_id; ! ! $poll = new XoopsPoll($item_id); $renderer = new XoopsPollRenderer($poll); $renderer->assignResults($xoopsTpl); - $com_itemid = $item_id; include XOOPS_ROOT_PATH.'/include/comment_view.php'; --- 41,48 ---- include XOOPS_ROOT_PATH."/header.php"; ! $poll = new XoopsPoll($poll_id); $renderer = new XoopsPollRenderer($poll); $renderer->assignResults($xoopsTpl); include XOOPS_ROOT_PATH.'/include/comment_view.php'; |
From: <ok...@us...> - 2003-01-08 18:32:56
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv4464/include Modified Files: comment_view.php Log Message: minor fixes Index: comment_view.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/comment_view.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comment_view.php 8 Jan 2003 18:29:42 -0000 1.2 --- comment_view.php 8 Jan 2003 18:32:53 -0000 1.3 *************** *** 37,41 **** $com_modid = $xoopsModule->getVar('mid'); $comment_config = $xoopsModule->getInfo('comments'); ! $com_itemid = isset($HTTP_GET_VARS[$comment_config['itemName']]) ? intval($HTTP_GET_VARS[$comment_config['itemName']]) : 0; if ($com_itemid > 0) { --- 37,41 ---- $com_modid = $xoopsModule->getVar('mid'); $comment_config = $xoopsModule->getInfo('comments'); ! $com_itemid = (trim($comment_config['itemName']) != '' && isset($HTTP_GET_VARS[$comment_config['itemName']])) ? intval($HTTP_GET_VARS[$comment_config['itemName']]) : 0; if ($com_itemid > 0) { |
From: <ok...@us...> - 2003-01-08 18:29:45
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv3799/include Modified Files: comment_view.php Log Message: Index: comment_view.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/comment_view.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment_view.php 7 Jan 2003 21:32:48 -0000 1.1 --- comment_view.php 8 Jan 2003 18:29:42 -0000 1.2 *************** *** 36,43 **** include_once XOOPS_ROOT_PATH.'/include/comment_constants.php'; $com_modid = $xoopsModule->getVar('mid'); - $com_itemid = isset($com_itemid) ? intval($com_itemid) : 0; $comment_config = $xoopsModule->getInfo('comments'); ! if (!empty($com_itemid)) { $com_mode = isset($HTTP_GET_VARS['com_mode']) ? htmlspecialchars(trim($HTTP_GET_VARS['com_mode']), ENT_QUOTES) : ''; if ($com_mode == '') { --- 36,43 ---- include_once XOOPS_ROOT_PATH.'/include/comment_constants.php'; $com_modid = $xoopsModule->getVar('mid'); $comment_config = $xoopsModule->getInfo('comments'); + $com_itemid = isset($HTTP_GET_VARS[$comment_config['itemName']]) ? intval($HTTP_GET_VARS[$comment_config['itemName']]) : 0; ! if ($com_itemid > 0) { $com_mode = isset($HTTP_GET_VARS['com_mode']) ? htmlspecialchars(trim($HTTP_GET_VARS['com_mode']), ENT_QUOTES) : ''; if ($com_mode == '') { |
From: <ok...@us...> - 2003-01-08 17:10:19
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/themes In directory sc8-pr-cvs1:/tmp/cvs-serv10630/modules/system/admin/themes Modified Files: main.php Log Message: added 'application/gzip', 'application/gzip-compressed' to allowed mimetype for tar.gz file Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/themes/main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.php 5 Jan 2003 19:52:04 -0000 1.3 --- main.php 8 Jan 2003 17:10:14 -0000 1.4 *************** *** 1272,1276 **** case 'uploadtar_go': include_once XOOPS_ROOT_PATH.'/class/uploader.php'; ! $uploader = new XoopsMediaUploader(XOOPS_ROOT_PATH.'/uploads', array('application/x-gzip', 'application/x-gzip-compressed', 'application/x-tar', 'application/x-tar-compressed', 'application/octet-stream'), 1000000); $uploader->setPrefix('tmp'); xoops_cp_header(); --- 1272,1276 ---- case 'uploadtar_go': include_once XOOPS_ROOT_PATH.'/class/uploader.php'; ! $uploader = new XoopsMediaUploader(XOOPS_ROOT_PATH.'/uploads', array('application/x-gzip', 'application/gzip', 'application/gzip-compressed', 'application/x-gzip-compressed', 'application/x-tar', 'application/x-tar-compressed', 'application/octet-stream'), 1000000); $uploader->setPrefix('tmp'); xoops_cp_header(); |
From: <ok...@us...> - 2003-01-08 14:29:00
|
Update of /cvsroot/xoops/xoops2/kernel/session/handler In directory sc8-pr-cvs1:/tmp/cvs-serv10635/kernel/session/handler Modified Files: session.php Log Message: Index: session.php =================================================================== RCS file: /cvsroot/xoops/xoops2/kernel/session/handler/session.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** session.php 8 Jan 2003 14:23:17 -0000 1.2 --- session.php 8 Jan 2003 14:28:56 -0000 1.3 *************** *** 55,64 **** { $sql = "SELECT sess_data FROM ".$this->db->prefix('session')." WHERE sess_id = '$sess_id'"; ! if (false != $result = $this->db->query($sql)) { ! if (list($sess_data) = $this->db->fetchRow($result)) { ! return $sess_data; ! } ! } ! return ''; } --- 55,64 ---- { $sql = "SELECT sess_data FROM ".$this->db->prefix('session')." WHERE sess_id = '$sess_id'"; ! if (false != $result = $this->db->query($sql)) { ! if (list($sess_data) = $this->db->fetchRow($result)) { ! return $sess_data; ! } ! } ! return ''; } |