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
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
|
6
(14) |
7
|
8
(1) |
9
(5) |
10
(1) |
11
|
12
|
|
13
(1) |
14
|
15
|
16
(1) |
17
|
18
(1) |
19
|
|
20
|
21
|
22
|
23
|
24
(35) |
25
(30) |
26
|
|
27
(17) |
28
(1) |
29
(30) |
30
|
31
(30) |
|
|
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/blocksadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/blocksadmin Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/blocksadmin/main.php,v retrieving revision 1.13.4.2.2.1 retrieving revision 1.13.4.2.2.2 diff -C2 -d -r1.13.4.2.2.1 -r1.13.4.2.2.2 *** main.php 25 Mar 2005 13:06:07 -0000 1.13.4.2.2.1 --- main.php 31 Mar 2005 18:39:27 -0000 1.13.4.2.2.2 *************** *** 52,56 **** if (isset($previewblock)) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin"); exit(); } --- 52,56 ---- if (isset($previewblock)) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 96,100 **** echo '<script type="text/javascript"> <!--// ! win = openWithSelfMain("", "popup", 250, 200); win.document.clear(); '; --- 96,100 ---- echo '<script type="text/javascript"> <!--// ! win = openWithSelfMain("", "popup", 250, 200, true); win.document.clear(); '; *************** *** 120,124 **** if ( $op == "order" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin"); exit(); } --- 120,124 ---- if ( $op == "order" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 133,137 **** if ( $op == "save" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin"); exit(); } --- 133,137 ---- if ( $op == "save" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 142,146 **** if ( $op == "update" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin"); exit(); } --- 142,146 ---- if ( $op == "update" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 155,159 **** if ( $op == "delete_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin"); exit(); } --- 155,159 ---- if ( $op == "delete_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=blocksadmin", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/users In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/users Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/users/main.php,v retrieving revision 1.17.6.1 retrieving revision 1.17.6.2 diff -C2 -d -r1.17.6.1 -r1.17.6.2 *** main.php 25 Mar 2005 13:06:11 -0000 1.17.6.1 --- main.php 31 Mar 2005 18:39:32 -0000 1.17.6.2 *************** *** 53,57 **** case "updateUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users"); } // RMV-NOTIFY --- 53,57 ---- case "updateUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } // RMV-NOTIFY *************** *** 92,96 **** case "delete_many_ok": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users"); } $count = count($memberslist_id); --- 92,96 ---- case "delete_many_ok": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $count = count($memberslist_id); *************** *** 118,122 **** case "delUserConf": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users"); } $member_handler =& xoops_gethandler('member'); --- 118,122 ---- case "delUserConf": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $member_handler =& xoops_gethandler('member'); *************** *** 141,145 **** case "addUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users"); } if (!$username || !$email || !$password) { --- 141,145 ---- case "addUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } if (!$username || !$email || !$password) { *************** *** 209,213 **** case "synchronize": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users"); } synchronize($id, $type); --- 209,213 ---- case "synchronize": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=users", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } synchronize($id, $type); *************** *** 226,228 **** break; } ! ?> --- 226,228 ---- break; } ! ?> \ No newline at end of file |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/banners In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/banners Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/banners/main.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** main.php 25 Mar 2005 13:06:06 -0000 1.12.6.1 --- main.php 31 Mar 2005 18:39:27 -0000 1.12.6.2 *************** *** 46,50 **** case "BannersAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; --- 46,50 ---- case "BannersAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; *************** *** 69,73 **** case "BannerAddClient": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; --- 69,73 ---- case "BannerAddClient": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; *************** *** 94,99 **** case "BannerFinishDelete2": $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; ! if ($bid <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $db =& Database::getInstance(); --- 94,99 ---- case "BannerFinishDelete2": $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; ! if ($bid <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); *************** *** 113,118 **** case "BannerDelete2": $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; ! if ($bid <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $db =& Database::getInstance(); --- 113,118 ---- case "BannerDelete2": $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; ! if ($bid <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); *************** *** 132,137 **** $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; ! if ($cid <= 0 || $bid <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $imageurl = isset($_POST['imageurl']) ? trim($_POST['imageurl']) : ''; --- 132,137 ---- $bid = isset($_POST['bid']) ? intval($_POST['bid']) : 0; $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; ! if (($cid <= 0 || $bid <= 0) | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $imageurl = isset($_POST['imageurl']) ? trim($_POST['imageurl']) : ''; *************** *** 158,163 **** $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; $db =& Database::getInstance(); ! if ($cid <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $sql = sprintf("DELETE FROM %s WHERE cid = %u", $db->prefix("banner"), $cid); --- 158,163 ---- $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; $db =& Database::getInstance(); ! if ($cid <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $sql = sprintf("DELETE FROM %s WHERE cid = %u", $db->prefix("banner"), $cid); *************** *** 177,182 **** case "BannerClientChange": $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; ! if ($cid <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top"); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; --- 177,182 ---- case "BannerClientChange": $cid = isset($_POST['cid']) ? intval($_POST['cid']) : 0; ! if ($cid <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=banners&op=BannersAdmin#top", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $name = isset($_POST['name']) ? trim($_POST['name']) : ''; |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system Modified Files: Tag: xoops2_1_0-branch-new xoops_version.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: xoops_version.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/xoops_version.php,v retrieving revision 1.17 retrieving revision 1.17.14.1 diff -C2 -d -r1.17 -r1.17.14.1 *** xoops_version.php 14 Jun 2004 14:22:18 -0000 1.17 --- xoops_version.php 31 Mar 2005 18:39:32 -0000 1.17.14.1 *************** *** 75,78 **** --- 75,80 ---- $modversion['templates'][14]['file'] = 'system_notification_select.html'; $modversion['templates'][14]['description'] = ''; + $modversion['templates'][15]['file'] = 'system_block_dummy.html'; + $modversion['templates'][15]['description'] = 'Dummy template for custom blocks or blocks without templates'; // Blocks |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/images Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/images/main.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** main.php 25 Mar 2005 13:06:08 -0000 1.12.6.1 --- main.php 31 Mar 2005 18:39:29 -0000 1.12.6.2 *************** *** 93,96 **** --- 93,97 ---- $form->addElement($storetype); $form->addElement(new XoopsFormHidden('op', 'addcat')); + $form->addElement(new XoopsFormHidden('fct', 'images')); $form->addElement(new XoopsFormButton('', 'imgcat_button', _SUBMIT, 'submit')); $form->display(); *************** *** 156,160 **** if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images'); } $count = count($image_id); --- 157,161 ---- if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $count = count($image_id); *************** *** 191,195 **** if ($op == 'addfile') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images'); } $imgcat_handler =& xoops_gethandler('imagecategory'); --- 192,196 ---- if ($op == 'addfile') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $imgcat_handler =& xoops_gethandler('imagecategory'); *************** *** 245,249 **** if ($op == 'addcat') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images'); } $imgcat_handler =& xoops_gethandler('imagecategory'); --- 246,250 ---- if ($op == 'addcat') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $imgcat_handler =& xoops_gethandler('imagecategory'); *************** *** 331,335 **** if ($op == 'updatecat') { if (!$GLOBALS['xoopsSecurity']->check() || $imgcat_id <= 0) { ! redirect_header('admin.php?fct=images',1); } $imgcat_handler = xoops_gethandler('imagecategory'); --- 332,336 ---- if ($op == 'updatecat') { if (!$GLOBALS['xoopsSecurity']->check() || $imgcat_id <= 0) { ! redirect_header('admin.php?fct=images',1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $imgcat_handler = xoops_gethandler('imagecategory'); *************** *** 397,401 **** if ($op == 'delfileok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images'); } $image_id = intval($image_id); --- 398,402 ---- if ($op == 'delfileok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $image_id = intval($image_id); *************** *** 427,431 **** if ($op == 'delcatok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images'); } $imgcat_id = intval($imgcat_id); --- 428,432 ---- if ($op == 'delcatok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=images', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $imgcat_id = intval($imgcat_id); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/contact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/contact Modified Files: Tag: xoops2_1_0-branch-new index.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/contact/index.php,v retrieving revision 1.10.6.1 retrieving revision 1.10.6.2 diff -C2 -d -r1.10.6.1 -r1.10.6.2 *** index.php 25 Mar 2005 13:06:05 -0000 1.10.6.1 --- index.php 31 Mar 2005 18:39:26 -0000 1.10.6.2 *************** *** 27,31 **** include "header.php"; ! if (empty($_POST['submit']) || !$GLOBALS['xoopsSecurity']->check()) { $xoopsOption['template_main'] = 'contact_contactusform.html'; include XOOPS_ROOT_PATH."/header.php"; --- 27,31 ---- include "header.php"; ! if (empty($_POST['submit']) | !$GLOBALS['xoopsSecurity']->check()) { $xoopsOption['template_main'] = 'contact_contactusform.html'; include XOOPS_ROOT_PATH."/header.php"; |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/class Modified Files: Tag: xoops2_1_0-branch-new mimetypes.inc.php xoopscomments.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: mimetypes.inc.php =================================================================== RCS file: /cvsroot/xoops/xoops2/class/mimetypes.inc.php,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -C2 -d -r1.1.4.1 -r1.1.4.2 *** mimetypes.inc.php 25 Mar 2005 13:06:01 -0000 1.1.4.1 --- mimetypes.inc.php 31 Mar 2005 18:39:25 -0000 1.1.4.2 *************** *** 1,6 **** <?php - // $Id$ - /** --- 1,4 ---- |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/include Modified Files: Tag: xoops2_1_0-branch-new comment_post.php cp_functions.php functions.php notification_update.php version.php xoops.js Log Message: Merged changes from 2.0.10 to 2.1.0 Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/functions.php,v retrieving revision 1.69.6.4.2.1 retrieving revision 1.69.6.4.2.2 diff -C2 -d -r1.69.6.4.2.1 -r1.69.6.4.2.2 *** functions.php 25 Mar 2005 13:06:04 -0000 1.69.6.4.2.1 --- functions.php 31 Mar 2005 18:39:26 -0000 1.69.6.4.2.2 *************** *** 138,154 **** } function xoops_refcheck($docheck=1) { ! $ref = xoops_getenv('HTTP_REFERER'); ! if ($docheck == 0) { ! return true; ! } ! if ($ref == '') { ! return false; ! } ! if (strpos($ref, XOOPS_URL) !== 0 ) { ! return false; ! } ! return true; } --- 138,147 ---- } + /** + * Deprecated, use {@link XoopsSecurity} class instead + **/ function xoops_refcheck($docheck=1) { ! return $GLOBALS['xoopsSecurity']->checkReferer($docheck); } *************** *** 405,409 **** $xoopsTpl->assign('url', $url); $message = trim($message) != '' ? $message : _TAKINGBACK; ! $xoopsTpl->assign('message', htmlspecialchars($message)); $xoopsTpl->assign('lang_ifnotreload', sprintf(_IFNOTRELOAD, $url)); $xoopsTpl->display('db:system_redirect.html'); --- 398,402 ---- $xoopsTpl->assign('url', $url); $message = trim($message) != '' ? $message : _TAKINGBACK; ! $xoopsTpl->assign('message', $message); $xoopsTpl->assign('lang_ifnotreload', sprintf(_IFNOTRELOAD, $url)); $xoopsTpl->display('db:system_redirect.html'); Index: cp_functions.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/cp_functions.php,v retrieving revision 1.23.6.3.2.1 retrieving revision 1.23.6.3.2.2 diff -C2 -d -r1.23.6.3.2.1 -r1.23.6.3.2.2 *** cp_functions.php 25 Mar 2005 13:06:03 -0000 1.23.6.3.2.1 --- cp_functions.php 31 Mar 2005 18:39:26 -0000 1.23.6.3.2.2 *************** *** 111,118 **** <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif'> <a href='".XOOPS_URL."/admin.php'>"._CPHOME."</a> | <a href='".XOOPS_URL."/admin.php?xoopsorgnews=1'>XOOPS News</a></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='right'><a href='".XOOPS_URL."/user.php?op=logout'>"._LOGOUT."</a> | <a href='".XOOPS_URL."/'>"._YOURHOME."</a> </td> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td> </tr> </table> --- 111,118 ---- <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23' /></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif'> <a href='".XOOPS_URL."/admin.php'>"._CPHOME."</a> | <a href='".XOOPS_URL."/admin.php?xoopsorgnews=1'>XOOPS News</a></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='right'><a href='".XOOPS_URL."/user.php?op=logout'>"._LOGOUT."</a> | <a href='".XOOPS_URL."/'>"._YOURHOME."</a> </td> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23' /></td> </tr> </table> *************** *** 123,127 **** <tr> <td width='2%' valign='top' class='bg5' background='".XOOPS_URL."/modules/system/images/bg_menu.gif' align='center'></td> ! <td width='15%' valign='top' class='bg5' align='center'><img src='".XOOPS_URL."/modules/system/images/menu.gif'><br /> <table border='0' cellpadding='4' cellspacing='0' width='100%'>"; foreach ( array_keys($xoops_admin_menu_ft) as $adm ) { --- 123,127 ---- <tr> <td width='2%' valign='top' class='bg5' background='".XOOPS_URL."/modules/system/images/bg_menu.gif' align='center'></td> ! <td width='15%' valign='top' class='bg5' align='center'><img src='".XOOPS_URL."/modules/system/images/menu.gif' /><br /> <table border='0' cellpadding='4' cellspacing='0' width='100%'>"; foreach ( array_keys($xoops_admin_menu_ft) as $adm ) { *************** *** 150,155 **** <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td> ! <td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='center'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2001-2005 <a href='http://www.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td> </tr> </table> --- 150,155 ---- <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> ! <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23' /></td> ! <td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='center'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2001-2005 <a href='http://www.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23' /></td> </tr> </table> *************** *** 166,170 **** echo '<script type="text/javascript"> <!--// ! debug_window = openWithSelfMain("", "popup", 680, 450); debug_window.document.clear(); '; --- 166,170 ---- echo '<script type="text/javascript"> <!--// ! debug_window = openWithSelfMain("", "popup", 680, 450, true); debug_window.document.clear(); '; Index: xoops.js =================================================================== RCS file: /cvsroot/xoops/xoops2/include/xoops.js,v retrieving revision 1.8.24.1.2.1 retrieving revision 1.8.24.1.2.2 diff -C2 -d -r1.8.24.1.2.1 -r1.8.24.1.2.2 *** xoops.js 25 Mar 2005 13:06:04 -0000 1.8.24.1.2.1 --- xoops.js 31 Mar 2005 18:39:26 -0000 1.8.24.1.2.2 *************** *** 30,34 **** } ! function openWithSelfMain(url,name,width,height) { var options = "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; --- 30,34 ---- } ! function openWithSelfMain(url,name,width,height,returnwindow) { var options = "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; *************** *** 36,40 **** window.self.name = "main"; new_window.focus(); ! return new_window; } --- 36,42 ---- window.self.name = "main"; new_window.focus(); ! if (returnwindow != null) { ! return new_window; ! } } Index: comment_post.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/comment_post.php,v retrieving revision 1.33.6.4.2.1 retrieving revision 1.33.6.4.2.2 diff -C2 -d -r1.33.6.4.2.1 -r1.33.6.4.2.2 *** comment_post.php 25 Mar 2005 13:06:03 -0000 1.33.6.4.2.1 --- comment_post.php 31 Mar 2005 18:39:25 -0000 1.33.6.4.2.2 *************** *** 403,407 **** break; default: ! redirect_header(XOOPS_URL.'/',3); break; } --- 403,407 ---- break; default: ! redirect_header(XOOPS_URL.'/',3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); break; } Index: version.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/version.php,v retrieving revision 1.18.4.1 retrieving revision 1.18.4.2 diff -C2 -d -r1.18.4.1 -r1.18.4.2 *** version.php 25 Mar 2005 13:06:04 -0000 1.18.4.1 --- version.php 31 Mar 2005 18:39:26 -0000 1.18.4.2 *************** *** 1,4 **** <?php // $Id$ ! define("XOOPS_VERSION","XOOPS 2.0.10 Beta"); ?> \ No newline at end of file --- 1,4 ---- <?php // $Id$ ! define("XOOPS_VERSION","XOOPS 2.1.0"); ?> \ No newline at end of file Index: notification_update.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/notification_update.php,v retrieving revision 1.5.8.1 retrieving revision 1.5.8.2 diff -C2 -d -r1.5.8.1 -r1.5.8.2 *** notification_update.php 25 Mar 2005 13:06:04 -0000 1.5.8.1 --- notification_update.php 31 Mar 2005 18:39:26 -0000 1.5.8.2 *************** *** 56,59 **** --- 56,60 ---- if (!$GLOBALS['xoopsSecurity']->check()) { + redirect_header($_POST['not_redirect'], 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:18
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/userrank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/userrank Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/userrank/main.php,v retrieving revision 1.7.6.1 retrieving revision 1.7.6.2 diff -C2 -d -r1.7.6.1 -r1.7.6.2 *** main.php 25 Mar 2005 13:06:11 -0000 1.7.6.1 --- main.php 31 Mar 2005 18:39:31 -0000 1.7.6.2 *************** *** 68,73 **** case "RankForumDelGo": $rank_id = isset($_POST['rank_id']) ? intval($_POST['rank_id']) : 0; ! if ($rank_id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank"); } $db =& Database::getInstance(); --- 68,73 ---- case "RankForumDelGo": $rank_id = isset($_POST['rank_id']) ? intval($_POST['rank_id']) : 0; ! if ($rank_id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); *************** *** 79,83 **** case "RankForumAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank"); } $db =& Database::getInstance(); --- 79,83 ---- case "RankForumAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); *************** *** 111,116 **** case "RankForumSave": $rank_id = isset($_POST['rank_id']) ? intval($_POST['rank_id']) : 0; ! if ($rank_id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank"); } $db =& Database::getInstance(); --- 111,116 ---- case "RankForumSave": $rank_id = isset($_POST['rank_id']) ? intval($_POST['rank_id']) : 0; ! if ($rank_id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=userrank", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:17
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/findusers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/findusers Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/findusers/main.php,v retrieving revision 1.11.4.1.2.1 retrieving revision 1.11.4.1.2.2 diff -C2 -d -r1.11.4.1.2.1 -r1.11.4.1.2.2 *** main.php 25 Mar 2005 13:06:07 -0000 1.11.4.1.2.1 --- main.php 31 Mar 2005 18:39:29 -0000 1.11.4.1.2.2 *************** *** 147,151 **** } ! if ($op == "submit" && $GLOBALS['xoopsSecurity']->check()) { $myts =& MyTextSanitizer::getInstance(); $criteria = new CriteriaCompo(); --- 147,151 ---- } ! elseif ($op == "submit" & $GLOBALS['xoopsSecurity']->check()) { $myts =& MyTextSanitizer::getInstance(); $criteria = new CriteriaCompo(); *************** *** 451,454 **** --- 451,457 ---- } } + else { + redirect_header('admin.php?fct=findusers', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); + } //CloseTable(); xoops_cp_footer(); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:17
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/tplsets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/tplsets Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/tplsets/main.php,v retrieving revision 1.9.4.2.2.1 retrieving revision 1.9.4.2.2.2 diff -C2 -d -r1.9.4.2.2.1 -r1.9.4.2.2.2 *** main.php 25 Mar 2005 13:06:10 -0000 1.9.4.2.2.1 --- main.php 31 Mar 2005 18:39:31 -0000 1.9.4.2.2.2 *************** *** 295,300 **** break; case 'edittpl_go': ! if ($id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 295,300 ---- break; case 'edittpl_go': ! if ($id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 307,311 **** $tplfile->setVar('tpl_source', $html); $tplfile->setVar('tpl_lastmodified', time()); - if (!$tpltpl_handler->insert($tplfile)) { $err[] = 'Could not insert template file to the database.'; --- 307,310 ---- *************** *** 345,350 **** break; case 'deletetpl_go': ! if ($id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 344,349 ---- break; case 'deletetpl_go': ! if ($id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 386,390 **** case 'delete_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1); } $msgs = array(); --- 385,389 ---- case 'delete_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $msgs = array(); *************** *** 472,476 **** case 'clone_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1); } $msgs = array(); --- 471,475 ---- case 'clone_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $msgs = array(); *************** *** 825,829 **** case 'uploadtpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 824,828 ---- case 'uploadtpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 853,857 **** } } else { ! $err = 'Failed uploading file'; } if (isset($err)) { --- 852,856 ---- } } else { ! $err = implode('<br />', $uploader->getErrors(false)); } if (isset($err)) { *************** *** 887,891 **** case 'uploadtpl2_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; --- 886,890 ---- case 'uploadtpl2_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 1, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; *************** *** 921,925 **** } } else { ! $err = 'Failed uploading file'; } if (isset($err)) { --- 920,924 ---- } } else { ! $err = implode('<br />', $uploader->getErrors(false)); } if (isset($err)) { *************** *** 981,984 **** --- 980,984 ---- } */ + } //$xml .= "\r\n </images> *************** *** 1000,1004 **** case 'generatetpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 1000,1004 ---- case 'generatetpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 1036,1040 **** case 'generatemod_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 1036,1040 ---- case 'generatemod_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 1093,1097 **** case 'uploadtar_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; --- 1093,1097 ---- case 'uploadtar_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; *************** *** 1202,1206 **** } } else { ! echo '<span style="color:#ff0000;">ERROR: Failed uploading file</span>'; } echo '</code><br /><a href="admin.php?fct=tplsets">'._MD_AM_BTOTADMIN.'</a>'; --- 1202,1207 ---- } } else { ! $err = implode('<br />', $uploader->getErrors(false)); ! echo $err; } echo '</code><br /><a href="admin.php?fct=tplsets">'._MD_AM_BTOTADMIN.'</a>'; *************** *** 1209,1213 **** case 'previewtpl': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } require_once XOOPS_ROOT_PATH.'/class/template.php'; --- 1210,1214 ---- case 'previewtpl': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } require_once XOOPS_ROOT_PATH.'/class/template.php'; *************** *** 1251,1255 **** echo '<script type="text/javascript"> <!--// ! preview_window = openWithSelfMain("", "popup", 680, 450); preview_window.document.clear(); '; --- 1252,1256 ---- echo '<script type="text/javascript"> <!--// ! preview_window = openWithSelfMain("", "popup", 680, 450, true); preview_window.document.clear(); '; *************** *** 1270,1274 **** case 'update': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; --- 1271,1275 ---- case 'update': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } include_once XOOPS_ROOT_PATH.'/class/uploader.php'; *************** *** 1343,1347 **** case 'importtpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets'); } $tpltpl_handler =& xoops_gethandler('tplfile'); --- 1344,1348 ---- case 'importtpl_go': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=tplsets', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $tpltpl_handler =& xoops_gethandler('tplfile'); *************** *** 1393,1395 **** } } ! ?> --- 1394,1396 ---- } } ! ?> \ No newline at end of file |
Update of /cvsroot/xoops/xoops2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935 Modified Files: Tag: xoops2_1_0-branch-new banners.php edituser.php footer.php header.php imagemanager.php lostpass.php misc.php notifications.php pmlite.php readpmsg.php register.php search.php viewpmsg.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: notifications.php =================================================================== RCS file: /cvsroot/xoops/xoops2/notifications.php,v retrieving revision 1.5.6.1 retrieving revision 1.5.6.2 diff -C2 -d -r1.5.6.1 -r1.5.6.2 *** notifications.php 25 Mar 2005 13:06:00 -0000 1.5.6.1 --- notifications.php 31 Mar 2005 18:39:24 -0000 1.5.6.2 *************** *** 194,198 **** case 'delete': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('notifications.php'); } if (empty($_POST['del_not'])) { --- 194,198 ---- case 'delete': if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('notifications.php', 2, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } if (empty($_POST['del_not'])) { *************** *** 214,216 **** } ! ?> --- 214,216 ---- } ! ?> \ No newline at end of file Index: misc.php =================================================================== RCS file: /cvsroot/xoops/xoops2/misc.php,v retrieving revision 1.15.4.2.2.1 retrieving revision 1.15.4.2.2.2 diff -C2 -d -r1.15.4.2.2.1 -r1.15.4.2.2.2 *** misc.php 25 Mar 2005 13:06:00 -0000 1.15.4.2.2.1 --- misc.php 31 Mar 2005 18:39:24 -0000 1.15.4.2.2.2 *************** *** 103,107 **** break; case "friend": ! if ( !isset($_POST['op']) || $_POST['op'] == "sendform" ) { if ( $xoopsUser ) { $yname = $xoopsUser->getVar("uname", 'e'); --- 103,107 ---- break; case "friend": ! if ( !$GLOBALS['xoopsSecurity']->check() || !isset($_POST['op']) || $_POST['op'] == "sendform") { if ( $xoopsUser ) { $yname = $xoopsUser->getVar("uname", 'e'); *************** *** 116,120 **** } printCheckForm(); ! echo '</head><body> <form action="'.XOOPS_URL.'/misc.php" method="post" ><table width="100%" class="outer" cellspacing="1"><tr><th colspan="2">'._MSC_RECOMMENDSITE.'</th></tr>'; echo "<tr><td class='head'> --- 116,122 ---- } printCheckForm(); ! echo '</head><body>'; ! echo "<div class='errorMsg'>".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())."</div>"; ! echo ' <form action="'.XOOPS_URL.'/misc.php" method="post" ><table width="100%" class="outer" cellspacing="1"><tr><th colspan="2">'._MSC_RECOMMENDSITE.'</th></tr>'; echo "<tr><td class='head'> *************** *** 130,136 **** $closebutton = 0; } elseif ($_POST['op'] == "sendsite") { - if (!$GLOBALS['xoopsSecurity']->check()) { - exit(); - } $myts =& MyTextsanitizer::getInstance(); if ( $xoopsUser ) { --- 132,135 ---- Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops2/header.php,v retrieving revision 1.42.4.1.2.1 retrieving revision 1.42.4.1.2.2 diff -C2 -d -r1.42.4.1.2.1 -r1.42.4.1.2.2 *** header.php 25 Mar 2005 13:06:00 -0000 1.42.4.1.2.1 --- header.php 31 Mar 2005 18:39:24 -0000 1.42.4.1.2.2 *************** *** 100,104 **** $xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name')); $xoopsTpl->assign('xoops_dirname', $xoopsModule->getVar('dirname')); ! $mid = $xoopsModule->getVar('mid'); if (preg_match("/index\.php$/i", xoops_getenv('PHP_SELF')) && $xoopsConfig['startpage'] == $xoopsModule->getVar('dirname')) { $toppage = true; --- 100,104 ---- $xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name')); $xoopsTpl->assign('xoops_dirname', $xoopsModule->getVar('dirname')); ! $moduleid = $xoopsModule->getVar('mid'); if (preg_match("/index\.php$/i", xoops_getenv('PHP_SELF')) && $xoopsConfig['startpage'] == $xoopsModule->getVar('dirname')) { $toppage = true; *************** *** 107,111 **** $xoopsTpl->assign('xoops_pagetitle', htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES)); $xoopsTpl->assign('xoops_dirname', "system"); ! $mid = 0; if (!empty($xoopsOption['show_cblock'])) { $toppage = true; --- 107,111 ---- $xoopsTpl->assign('xoops_pagetitle', htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES)); $xoopsTpl->assign('xoops_dirname', "system"); ! $moduleid = 0; if (!empty($xoopsOption['show_cblock'])) { $toppage = true; *************** *** 113,117 **** } // Get blocks ! $block_arr =& $xoopsblock->getAllByGroupModule($groups, $mid, $toppage, XOOPS_BLOCK_VISIBLE); foreach (array_keys($block_arr) as $i) { --- 113,117 ---- } // Get blocks ! $block_arr =& $xoopsblock->getAllByGroupModule($groups, $moduleid, $toppage, XOOPS_BLOCK_VISIBLE); foreach (array_keys($block_arr) as $i) { *************** *** 123,127 **** $xoopsTpl->xoops_setCacheTime($bcachetime); } ! $btpl = $block_arr[$i]->getVar('template') != '' ? $block_arr[$i]->getVar('template') : "system_dummy.html"; if (empty($bcachetime) || !$xoopsTpl->is_cached('db:'.$btpl, 'blk_'.$block_arr[$i]->getVar('bid'))) { --- 123,127 ---- $xoopsTpl->xoops_setCacheTime($bcachetime); } ! $btpl = $block_arr[$i]->getVar('template') != '' ? $block_arr[$i]->getVar('template') : "system_block_dummy.html"; if (empty($bcachetime) || !$xoopsTpl->is_cached('db:'.$btpl, 'blk_'.$block_arr[$i]->getVar('bid'))) { *************** *** 207,217 **** $xoopsTpl->display($xoopsConfig['theme_set'].'/theme.html'); if ($xoopsConfig['debug_mode'] == 2 && $xoopsUserIsAdmin) { ! $dummyfile = 'dummy_'.time().'.html'; ! $fp = fopen(XOOPS_CACHE_PATH.'/'.$dummyfile, 'w'); ! fwrite($fp, $xoopsLogger->dumpAll()); ! fclose($fp); ! echo '<script language=javascript> ! debug_window = openWithSelfMain("'.XOOPS_URL.'/misc.php?action=showpopups&type=debug&file='.$dummyfile.'", "popup", 680, 450); ! </script>'; } exit(); --- 207,225 ---- $xoopsTpl->display($xoopsConfig['theme_set'].'/theme.html'); if ($xoopsConfig['debug_mode'] == 2 && $xoopsUserIsAdmin) { ! echo '<script type="text/javascript"> ! <!--// ! debug_window = openWithSelfMain("", "popup", 680, 450, true); ! debug_window.document.clear(); ! '; ! $content = '<html><head><meta http-equiv="content-type" content="text/html; charset='._CHARSET.'" /><meta http-equiv="content-language" content="'._LANGCODE.'" /><title>'.$xoopsConfig['sitename'].'</title><link rel="stylesheet" type="text/css" media="all" href="'.getcss($xoopsConfig['theme_set']).'" /></head><body>'.$xoopsLogger->dumpAll().'<div style="text-align:center;"><input class="formButton" value="'._CLOSE.'" type="button" /></div></body></html>'; ! $lines = preg_split("/(\r\n|\r|\n)( *)/", $content); ! foreach ($lines as $line) { ! echo 'debug_window.document.writeln("'.str_replace('"', '\"', $line).'");'; ! } ! echo ' ! debug_window.focus(); ! debug_window.document.close(); ! //--> ! </script>'; } exit(); Index: search.php =================================================================== RCS file: /cvsroot/xoops/xoops2/search.php,v retrieving revision 1.17.4.2.2.1 retrieving revision 1.17.4.2.2.2 diff -C2 -d -r1.17.4.2.2.1 -r1.17.4.2.2.2 *** search.php 25 Mar 2005 13:06:00 -0000 1.17.4.2.2.1 --- search.php 31 Mar 2005 18:39:25 -0000 1.17.4.2.2.2 *************** *** 74,88 **** if ($action == "results") { ! if (!$GLOBALS['xoopsSecurity']->check() || $query == "") { redirect_header("search.php",1,_SR_PLZENTER); exit(); } } elseif ($action == "showall") { ! if (!$GLOBALS['xoopsSecurity']->check() || $query == "" || empty($mid)) { redirect_header("search.php",1,_SR_PLZENTER); exit(); } } elseif ($action == "showallbyuser") { ! if (!$GLOBALS['xoopsSecurity']->check() || empty($mid) || empty($uid)) { redirect_header("search.php",1,_SR_PLZENTER); exit(); --- 74,88 ---- if ($action == "results") { ! if ($query == "") { redirect_header("search.php",1,_SR_PLZENTER); exit(); } } elseif ($action == "showall") { ! if ($query == "" || empty($mid)) { redirect_header("search.php",1,_SR_PLZENTER); exit(); } } elseif ($action == "showallbyuser") { ! if (empty($mid) || empty($uid)) { redirect_header("search.php",1,_SR_PLZENTER); exit(); Index: register.php =================================================================== RCS file: /cvsroot/xoops/xoops2/register.php,v retrieving revision 1.13.4.1.2.1 retrieving revision 1.13.4.1.2.2 diff -C2 -d -r1.13.4.1.2.1 -r1.13.4.1.2.2 *** register.php 25 Mar 2005 13:06:00 -0000 1.13.4.1.2.1 --- register.php 31 Mar 2005 18:39:25 -0000 1.13.4.1.2.2 *************** *** 128,131 **** --- 128,132 ---- case 'newuser': if (!$GLOBALS['xoopsSecurity']->check()) { + echo implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); exit(); } *************** *** 166,169 **** --- 167,171 ---- case 'finish': if (!$GLOBALS['xoopsSecurity']->check()) { + echo implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); exit(); } Index: pmlite.php =================================================================== RCS file: /cvsroot/xoops/xoops2/pmlite.php,v retrieving revision 1.11.6.1 retrieving revision 1.11.6.2 diff -C2 -d -r1.11.6.1 -r1.11.6.2 *** pmlite.php 25 Mar 2005 13:06:00 -0000 1.11.6.1 --- pmlite.php 31 Mar 2005 18:39:24 -0000 1.11.6.2 *************** *** 52,63 **** if (isset($_POST['op']) && $_POST['op'] == "submit") { if (!$GLOBALS['xoopsSecurity']->check()) { ! exit(); } $res = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("users")." WHERE uid=".intval($_POST['to_userid']).""); ! list($count) = $xoopsDB->fetchRow($res); ! if ($count != 1) { echo "<br /><br /><div><h4>"._PM_USERNOEXIST."<br />"; echo _PM_PLZTRYAGAIN."</h4><br />"; ! echo "[ <a href='javascript:history.go(-1)'>"._PM_GOBACK."</a> ]</div>"; } else { $pm_handler =& xoops_gethandler('privmessage'); --- 52,66 ---- if (isset($_POST['op']) && $_POST['op'] == "submit") { if (!$GLOBALS['xoopsSecurity']->check()) { ! $security_error = true; } $res = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("users")." WHERE uid=".intval($_POST['to_userid']).""); ! list($count) = $xoopsDB->fetchRow($res); ! if ($count != 1) { echo "<br /><br /><div><h4>"._PM_USERNOEXIST."<br />"; echo _PM_PLZTRYAGAIN."</h4><br />"; ! if (isset($security_error) && $security_error == true) { ! echo implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); ! } ! echo "[ <a href='javascript:history.go(-1)'>"._PM_GOBACK."</a> ]</div>"; } else { $pm_handler =& xoops_gethandler('privmessage'); Index: banners.php =================================================================== RCS file: /cvsroot/xoops/xoops2/banners.php,v retrieving revision 1.14.4.4.2.1 retrieving revision 1.14.4.4.2.2 diff -C2 -d -r1.14.4.4.2.1 -r1.14.4.4.2.2 *** banners.php 25 Mar 2005 13:05:59 -0000 1.14.4.4.2.1 --- banners.php 31 Mar 2005 18:39:24 -0000 1.14.4.4.2.2 *************** *** 285,289 **** case "Ok": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php"); exit(); } --- 285,289 ---- case "Ok": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 305,309 **** case "Change": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php"); exit(); } --- 305,309 ---- case "Change": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 329,333 **** case "EmailStats": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php"); exit(); } --- 329,333 ---- case "EmailStats": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("banners.php", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } Index: imagemanager.php =================================================================== RCS file: /cvsroot/xoops/xoops2/imagemanager.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** imagemanager.php 25 Mar 2005 13:06:00 -0000 1.12.6.1 --- imagemanager.php 31 Mar 2005 18:39:24 -0000 1.12.6.2 *************** *** 27,33 **** include './mainfile.php'; ! if (!isset($_GET['target']) && !isset($_POST['target'])) { exit(); } $op = 'list'; if (isset($_GET['op']) && $_GET['op'] == 'upload') { --- 27,34 ---- include './mainfile.php'; ! if (!isset($_REQUEST['target'])) { exit(); } + $target = $_REQUEST['target']; $op = 'list'; if (isset($_GET['op']) && $_GET['op'] == 'upload') { *************** *** 181,212 **** if ($op == 'doupload') { ! if (!$GLOBALS['xoopsSecurity']->check()) { ! exit(); ! } ! $image_nicename = isset($_POST['image_nicename']) ? $_POST['image_nicename'] : ''; ! $xoops_upload_file = isset($_POST['xoops_upload_file']) ? $_POST['xoops_upload_file'] : array(); ! $target = isset($_POST['target']) ? $_POST['target'] : ''; ! $imgcat_id = isset($_POST['imgcat_id']) ? intval($_POST['imgcat_id']) : 0; ! include_once XOOPS_ROOT_PATH.'/class/uploader.php'; ! $imgcat_handler =& xoops_gethandler('imagecategory'); ! $imgcat =& $imgcat_handler->get($imgcat_id); ! $error = false; ! if (!is_object($imgcat)) { ! $error = true; ! } else { ! $imgcatperm_handler =& xoops_gethandler('groupperm'); ! if (is_object($xoopsUser)) { ! if (!$imgcatperm_handler->checkRight('imgcat_write', $imgcat_id, $xoopsUser->getGroups())) { ! $error = true; ! } } else { ! if (!$imgcatperm_handler->checkRight('imgcat_write', $imgcat_id, XOOPS_GROUP_ANONYMOUS)) { ! $error = true; } } } if ($error != false) { xoops_header(false); ! echo '</head><body><div style="text-align:center;"><input value="'._BACK.'" type="button" /></div>'; xoops_footer(); exit(); --- 182,214 ---- if ($op == 'doupload') { ! if ($GLOBALS['xoopsSecurity']->check()) { ! $image_nicename = isset($_POST['image_nicename']) ? $_POST['image_nicename'] : ''; ! $xoops_upload_file = isset($_POST['xoops_upload_file']) ? $_POST['xoops_upload_file'] : array(); ! $imgcat_id = isset($_POST['imgcat_id']) ? intval($_POST['imgcat_id']) : 0; ! include_once XOOPS_ROOT_PATH.'/class/uploader.php'; ! $imgcat_handler =& xoops_gethandler('imagecategory'); ! $imgcat =& $imgcat_handler->get($imgcat_id); ! $error = false; ! if (!is_object($imgcat)) { ! $error = true; } else { ! $imgcatperm_handler =& xoops_gethandler('groupperm'); ! if (is_object($xoopsUser)) { ! if (!$imgcatperm_handler->checkRight('imgcat_write', $imgcat_id, $xoopsUser->getGroups())) { ! $error = true; ! } ! } else { ! if (!$imgcatperm_handler->checkRight('imgcat_write', $imgcat_id, XOOPS_GROUP_ANONYMOUS)) { ! $error = true; ! } } } } + else { + $error = true; + } if ($error != false) { xoops_header(false); ! echo '</head><body><div style="text-align:center;">'.implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()).'<br /><input value="'._BACK.'" type="button" /></div>'; xoops_footer(); exit(); *************** *** 239,244 **** } } else { ! $err = _FAILFETCHIMG; ! $err .= "<br />".implode('<br />', $uploader->getErrors(false)); } if (isset($err)) { --- 241,246 ---- } } else { ! $err = sprintf(_FAILFETCHIMG, 0); ! $err .= '<br />'.implode('<br />', $uploader->getErrors(false)); } if (isset($err)) { Index: lostpass.php =================================================================== RCS file: /cvsroot/xoops/xoops2/lostpass.php,v retrieving revision 1.9.6.1 retrieving revision 1.9.6.2 diff -C2 -d -r1.9.6.1 -r1.9.6.2 *** lostpass.php 25 Mar 2005 13:06:00 -0000 1.9.6.1 --- lostpass.php 31 Mar 2005 18:39:24 -0000 1.9.6.2 *************** *** 39,44 **** $getuser =& $member_handler->getUsers(new Criteria('email', $myts->addSlashes($email))); ! if (empty($getuser)) { ! redirect_header("user.php",2,_US_SORRYNOTFOUND); exit(); } else { --- 39,50 ---- $getuser =& $member_handler->getUsers(new Criteria('email', $myts->addSlashes($email))); ! if (!$GLOBALS['xoopsSecurity']->check() || empty($getuser)) { ! if (count($GLOBALS['xoopsSecurity']) > 0) { ! $msg = implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); ! } ! else { ! $msg = _US_SORRYNOTFOUND; ! } ! redirect_header("user.php",2,$msg); exit(); } else { *************** *** 65,69 **** echo $xoopsMailer->getErrors(); } - // Next step: add the new password to the database $sql = sprintf("UPDATE %s SET pass = '%s' WHERE uid = %u", $xoopsDB->prefix("users"), md5($newpass), $getuser[0]->getVar('uid')); --- 71,74 ---- Index: footer.php =================================================================== RCS file: /cvsroot/xoops/xoops2/footer.php,v retrieving revision 1.13.22.1 retrieving revision 1.13.22.1.2.1 diff -C2 -d -r1.13.22.1 -r1.13.22.1.2.1 *** footer.php 1 Feb 2005 14:53:14 -0000 1.13.22.1 --- footer.php 31 Mar 2005 18:39:24 -0000 1.13.22.1.2.1 *************** *** 72,76 **** echo '<script type="text/javascript"> <!--// ! debug_window = openWithSelfMain("", "popup", 680, 450); debug_window.document.clear(); '; --- 72,76 ---- echo '<script type="text/javascript"> <!--// ! debug_window = openWithSelfMain("", "popup", 680, 450, true); debug_window.document.clear(); '; Index: viewpmsg.php =================================================================== RCS file: /cvsroot/xoops/xoops2/viewpmsg.php,v retrieving revision 1.11.6.1 retrieving revision 1.11.6.2 diff -C2 -d -r1.11.6.1 -r1.11.6.2 *** viewpmsg.php 25 Mar 2005 13:06:00 -0000 1.11.6.1 --- viewpmsg.php 31 Mar 2005 18:39:25 -0000 1.11.6.2 *************** *** 36,39 **** --- 36,40 ---- if (isset($_POST['delete_messages']) && isset($_POST['msg_id'])) { if (!$GLOBALS['xoopsSecurity']->check()) { + echo implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); exit(); } *************** *** 60,64 **** $display= 0; } else { - $display = 1; } --- 61,64 ---- Index: readpmsg.php =================================================================== RCS file: /cvsroot/xoops/xoops2/readpmsg.php,v retrieving revision 1.11.6.1 retrieving revision 1.11.6.2 diff -C2 -d -r1.11.6.1 -r1.11.6.2 *** readpmsg.php 25 Mar 2005 13:06:00 -0000 1.11.6.1 --- readpmsg.php 31 Mar 2005 18:39:25 -0000 1.11.6.2 *************** *** 36,39 **** --- 36,40 ---- if ( !empty($_POST['delete']) ) { if (!$GLOBALS['xoopsSecurity']->check()) { + echo implode('<br />', $GLOBALS['xoopsSecurity']->getErrors()); exit(); } Index: edituser.php =================================================================== RCS file: /cvsroot/xoops/xoops2/edituser.php,v retrieving revision 1.24.4.1.2.1 retrieving revision 1.24.4.1.2.2 diff -C2 -d -r1.24.4.1.2.1 -r1.24.4.1.2.2 *** edituser.php 25 Mar 2005 13:05:59 -0000 1.24.4.1.2.1 --- edituser.php 31 Mar 2005 18:39:24 -0000 1.24.4.1.2.2 *************** *** 50,54 **** if ($op == 'saveuser') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT); exit; } --- 50,54 ---- if ($op == 'saveuser') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT."<br />".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit; } *************** *** 275,279 **** if ($op == 'avatarupload') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT); exit; } --- 275,279 ---- if ($op == 'avatarupload') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT."<br />".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit; } *************** *** 330,334 **** if ($op == 'avatarchoose') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT); exit; } --- 330,334 ---- if ($op == 'avatarchoose') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php',3,_US_NOEDITRIGHT."<br />".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit; } |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:16
|
Update of /cvsroot/xoops/xoops2/modules/news/templates/blocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/news/templates/blocks Modified Files: Tag: xoops2_1_0-branch-new news_block_bigstory.html Log Message: Merged changes from 2.0.10 to 2.1.0 Index: news_block_bigstory.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/templates/blocks/news_block_bigstory.html,v retrieving revision 1.3 retrieving revision 1.3.8.1 diff -C2 -d -r1.3 -r1.3.8.1 *** news_block_bigstory.html 11 Sep 2004 10:37:19 -0000 1.3 --- news_block_bigstory.html 31 Mar 2005 18:39:27 -0000 1.3.8.1 *************** *** 2,5 **** <{if $block.story_id != ""}> ! <p><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.story_id}>"><{$block.story_title}></p> <{/if}> \ No newline at end of file --- 2,5 ---- <{if $block.story_id != ""}> ! <p><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.story_id}>"><{$block.story_title}></a></p> <{/if}> \ No newline at end of file |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:16
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/smilies In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/smilies Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/smilies/main.php,v retrieving revision 1.5.6.1 retrieving revision 1.5.6.2 diff -C2 -d -r1.5.6.1 -r1.5.6.2 *** main.php 25 Mar 2005 13:06:10 -0000 1.5.6.1 --- main.php 31 Mar 2005 18:39:30 -0000 1.5.6.2 *************** *** 43,50 **** switch($op) { - case "SmilesUpdate": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies'); } $count = (!empty($_POST['smile_id']) && is_array($_POST['smile_id'])) ? count($_POST['smile_id']) : 0; --- 43,49 ---- switch($op) { case "SmilesUpdate": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $count = (!empty($_POST['smile_id']) && is_array($_POST['smile_id'])) ? count($_POST['smile_id']) : 0; *************** *** 65,69 **** case "SmilesAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies'); } $db =& Database::getInstance(); --- 64,68 ---- case "SmilesAdd": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); *************** *** 107,112 **** case "SmilesSave": $id = isset($_POST['id']) ? intval($_POST['id']) : 0; ! if ($id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies'); } $smile_code = $myts->stripSlashesGPC($_POST['smile_code']); --- 106,111 ---- case "SmilesSave": $id = isset($_POST['id']) ? intval($_POST['id']) : 0; ! if ($id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $smile_code = $myts->stripSlashesGPC($_POST['smile_code']); *************** *** 163,168 **** case "SmilesDelOk": $id = isset($_POST['id']) ? intval($_POST['id']) : 0; ! if ($id <= 0 || !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies'); } $db =& Database::getInstance(); --- 162,167 ---- case "SmilesDelOk": $id = isset($_POST['id']) ? intval($_POST['id']) : 0; ! if ($id <= 0 | !$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=smilies', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $db =& Database::getInstance(); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:16
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/avatars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/avatars Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/avatars/main.php,v retrieving revision 1.11.6.1 retrieving revision 1.11.6.2 diff -C2 -d -r1.11.6.1 -r1.11.6.2 *** main.php 25 Mar 2005 13:06:06 -0000 1.11.6.1 --- main.php 31 Mar 2005 18:39:27 -0000 1.11.6.2 *************** *** 114,118 **** if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars'); exit(); } --- 114,118 ---- if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 153,157 **** if ($op == 'addfile') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars'); exit(); } --- 153,157 ---- if ($op == 'addfile') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); exit(); } *************** *** 203,207 **** if ($op == 'delfileok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars',1); } $avatar_id = intval($avatar_id); --- 203,207 ---- if ($op == 'delfileok') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('admin.php?fct=avatars',1, 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $avatar_id = intval($avatar_id); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:15
|
Update of /cvsroot/xoops/xoops2/modules/system/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/templates Modified Files: Tag: xoops2_1_0-branch-new system_notification_select.html Added Files: Tag: xoops2_1_0-branch-new system_block_dummy.html Log Message: Merged changes from 2.0.10 to 2.1.0 Index: system_notification_select.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/templates/system_notification_select.html,v retrieving revision 1.4 retrieving revision 1.4.22.1 diff -C2 -d -r1.4 -r1.4.22.1 *** system_notification_select.html 17 Mar 2003 02:36:14 -0000 1.4 --- system_notification_select.html 31 Mar 2005 18:39:32 -0000 1.4.22.1 *************** *** 3,6 **** --- 3,7 ---- <h4 style="text-align:center;"><{$lang_activenotifications}></h4> <input type="hidden" name="not_redirect" value="<{$xoops_notification.redirect_script}>" /> + <input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{php}>echo $GLOBALS['xoopsSecurity']->createToken();<{/php}>" /> <table class="outer"> <tr><th colspan="3"><{$lang_notificationoptions}></th></tr> --- NEW FILE: system_block_dummy.html --- <{$block.content}> |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:15
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/mailusers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/mailusers Modified Files: Tag: xoops2_1_0-branch-new mailusers.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: mailusers.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/mailusers/mailusers.php,v retrieving revision 1.9.6.1 retrieving revision 1.9.6.2 diff -C2 -d -r1.9.6.1 -r1.9.6.2 *** mailusers.php 25 Mar 2005 13:06:08 -0000 1.9.6.1 --- mailusers.php 31 Mar 2005 18:39:30 -0000 1.9.6.2 *************** *** 40,46 **** } ! if ( $op == "form" ) { xoops_cp_header(); //OpenTable(); $display_criteria = 1; include XOOPS_ROOT_PATH."/modules/system/admin/mailusers/mailform.php"; --- 40,47 ---- } ! if ( !$GLOBALS['xoopsSecurity']->check() || $op == "form" ) { xoops_cp_header(); //OpenTable(); + echo "<div class='errorMsg'>".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())."</div>"; $display_criteria = 1; include XOOPS_ROOT_PATH."/modules/system/admin/mailusers/mailform.php"; *************** *** 50,54 **** } ! if ($op == "send" && !empty($_POST['mail_send_to']) && $GLOBALS['xoopsSecurity']->check()) { $added = array(); $added_id = array(); --- 51,55 ---- } ! if ($op == "send" && !empty($_POST['mail_send_to'])) { $added = array(); $added_id = array(); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:15
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/comments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/comments Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/comments/main.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** main.php 25 Mar 2005 13:06:07 -0000 1.12.6.1 --- main.php 31 Mar 2005 18:39:28 -0000 1.12.6.2 *************** *** 49,86 **** $otherorder = 'DESC'; $comments = array(); ! if (isset($_GET['comments_token']) && $GLOBALS['xoopsSecurity']->check()) { ! $status = (!isset($_GET['status']) || !in_array(intval($_GET['status']), array_keys($status_array))) ? 0 : intval($_GET['status']); ! $module = !isset($_GET['module']) ? 0 : intval($_GET['module']); ! $module_handler =& xoops_gethandler('module'); ! $module_array =& $module_handler->getList(new Criteria('hascomments', 1)); ! $comment_handler =& xoops_gethandler('comment'); ! $criteria = new CriteriaCompo(); ! if ($status > 0) { ! $criteria->add(new Criteria('com_status', $status)); ! } ! if ($module > 0) { ! $criteria->add(new Criteria('com_modid', $module)); } ! $total = $comment_handler->getCount($criteria); ! if ($total > 0) { ! $start = isset($_GET['start']) ? intval($_GET['start']) : 0; ! $limit = isset($_GET['limit']) ? intval($_GET['limit']) : 0; ! if (!in_array($limit, $limit_array)) { ! $limit = 50; ! } ! $sort = (!isset($_GET['sort']) || !in_array($_GET['sort'], array('com_modid', 'com_status', 'com_created', 'com_uid', 'com_ip', 'com_title'))) ? 'com_id' : $_GET['sort']; ! if (!isset($_GET['order']) || $_GET['order'] != 'ASC') { ! $order = 'DESC'; ! $otherorder = 'ASC'; ! } else { ! $order = 'ASC'; ! $otherorder = 'DESC'; ! } ! $criteria->setSort($sort); ! $criteria->setOrder($order); ! $criteria->setLimit($limit); ! $criteria->setStart($start); ! $comments =& $comment_handler->getObjects($criteria, true); } } $form = '<form action="admin.php" method="get">'; --- 49,84 ---- $otherorder = 'DESC'; $comments = array(); ! $status = (!isset($_GET['status']) || !in_array(intval($_GET['status']), array_keys($status_array))) ? 0 : intval($_GET['status']); ! $module = !isset($_GET['module']) ? 0 : intval($_GET['module']); ! $module_handler =& xoops_gethandler('module'); ! $module_array =& $module_handler->getList(new Criteria('hascomments', 1)); ! $comment_handler =& xoops_gethandler('comment'); ! $criteria = new CriteriaCompo(); ! if ($status > 0) { ! $criteria->add(new Criteria('com_status', $status)); ! } ! if ($module > 0) { ! $criteria->add(new Criteria('com_modid', $module)); ! } ! $total = $comment_handler->getCount($criteria); ! if ($total > 0) { ! $start = isset($_GET['start']) ? intval($_GET['start']) : 0; ! $limit = isset($_GET['limit']) ? intval($_GET['limit']) : 0; ! if (!in_array($limit, $limit_array)) { ! $limit = 50; } ! $sort = (!isset($_GET['sort']) || !in_array($_GET['sort'], array('com_modid', 'com_status', 'com_created', 'com_uid', 'com_ip', 'com_title'))) ? 'com_id' : $_GET['sort']; ! if (!isset($_GET['order']) || $_GET['order'] != 'ASC') { ! $order = 'DESC'; ! $otherorder = 'ASC'; ! } else { ! $order = 'ASC'; ! $otherorder = 'DESC'; } + $criteria->setSort($sort); + $criteria->setOrder($order); + $criteria->setLimit($limit); + $criteria->setStart($start); + $comments =& $comment_handler->getObjects($criteria, true); } $form = '<form action="admin.php" method="get">'; *************** *** 160,164 **** break; } - } ?> \ No newline at end of file --- 158,161 ---- |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:15
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/preferences In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/preferences Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/preferences/main.php,v retrieving revision 1.24.6.1 retrieving revision 1.24.6.2 diff -C2 -d -r1.24.6.1 -r1.24.6.2 *** main.php 25 Mar 2005 13:06:09 -0000 1.24.6.1 --- main.php 31 Mar 2005 18:39:30 -0000 1.24.6.2 *************** *** 335,339 **** if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=preferences"); } require_once(XOOPS_ROOT_PATH.'/class/template.php'); --- 335,339 ---- if ($op == 'save') { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=preferences", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } require_once(XOOPS_ROOT_PATH.'/class/template.php'); *************** *** 441,444 **** } } ! ! ?> --- 441,443 ---- } } ! ?> \ No newline at end of file |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:40:15
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/groups In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/system/admin/groups Modified Files: Tag: xoops2_1_0-branch-new main.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/groups/main.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** main.php 25 Mar 2005 13:06:08 -0000 1.12.6.1 --- main.php 31 Mar 2005 18:39:29 -0000 1.12.6.2 *************** *** 61,65 **** case "update": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain"); } $system_catids = empty($system_catids) ? array() : $system_catids; --- 61,65 ---- case "update": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $system_catids = empty($system_catids) ? array() : $system_catids; *************** *** 135,139 **** case "add": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain"); } if (!$name) { --- 135,139 ---- case "add": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } if (!$name) { *************** *** 207,211 **** case "delConf": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain"); } if (intval($g_id) > 0 && !in_array($g_id, array(XOOPS_GROUP_ADMIN, XOOPS_GROUP_USERS, XOOPS_GROUP_ANONYMOUS))) { --- 207,211 ---- case "delConf": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } if (intval($g_id) > 0 && !in_array($g_id, array(XOOPS_GROUP_ADMIN, XOOPS_GROUP_USERS, XOOPS_GROUP_ANONYMOUS))) { *************** *** 220,224 **** case "addUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain"); } $member_handler =& xoops_gethandler('member'); --- 220,224 ---- case "addUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $member_handler =& xoops_gethandler('member'); *************** *** 231,235 **** case "delUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain"); } if (intval($groupid) > 0) { --- 231,235 ---- case "delUser": if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header("admin.php?fct=groups&op=adminMain", 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } if (intval($groupid) > 0) { |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:39:43
|
Update of /cvsroot/xoops/xoops2/modules/xoopspoll/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/xoopspoll/admin Modified Files: Tag: xoops2_1_0-branch-new index.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopspoll/admin/index.php,v retrieving revision 1.16.6.1 retrieving revision 1.16.6.2 diff -C2 -d -r1.16.6.1 -r1.16.6.2 *** index.php 25 Mar 2005 13:06:35 -0000 1.16.6.1 --- index.php 31 Mar 2005 18:39:35 -0000 1.16.6.2 *************** *** 138,142 **** if ( $op == "save" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _NOPERM); } $poll = new XoopsPoll(); --- 138,142 ---- if ( $op == "save" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $poll = new XoopsPoll(); *************** *** 249,253 **** if ( $op == "update" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _NOPERM); } $poll = new XoopsPoll($poll_id); --- 249,253 ---- if ( $op == "update" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $poll = new XoopsPoll($poll_id); *************** *** 332,336 **** if ( $op == "savemore" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _NOPERM); } $poll = new XoopsPoll($poll_id); --- 332,336 ---- if ( $op == "savemore" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $poll = new XoopsPoll($poll_id); *************** *** 364,368 **** if ( $op == "delete_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _NOPERM); } $poll = new XoopsPoll($poll_id); --- 364,368 ---- if ( $op == "delete_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $poll = new XoopsPoll($poll_id); *************** *** 404,408 **** if ( $op == "restart_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _NOPERM); } $poll = new XoopsPoll($poll_id); --- 404,408 ---- if ( $op == "restart_ok" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } $poll = new XoopsPoll($poll_id); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:39:43
|
Update of /cvsroot/xoops/xoops2/modules/xoopsmembers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/xoopsmembers Modified Files: Tag: xoops2_1_0-branch-new index.php Log Message: Merged changes from 2.0.10 to 2.1.0 |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:39:43
|
Update of /cvsroot/xoops/xoops2/modules/xoopspartners In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/xoopspartners Modified Files: Tag: xoops2_1_0-branch-new join.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: join.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopspartners/join.php,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -C2 -d -r1.12.6.1 -r1.12.6.2 *** join.php 25 Mar 2005 13:06:35 -0000 1.12.6.1 --- join.php 31 Mar 2005 18:39:34 -0000 1.12.6.2 *************** *** 36,40 **** if ( $HTTP_POST_VARS['op'] == "sendMail" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _MD_ERROR1); } extract($HTTP_POST_VARS); --- 36,40 ---- if ( $HTTP_POST_VARS['op'] == "sendMail" ) { if (!$GLOBALS['xoopsSecurity']->check()) { ! redirect_header('index.php', 3, _MD_ERROR1."<br />".implode('<br />', $GLOBALS['xoopsSecurity']->getErrors())); } extract($HTTP_POST_VARS); |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:39:42
|
Update of /cvsroot/xoops/xoops2/modules/xoopsheadline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/xoopsheadline Modified Files: Tag: xoops2_1_0-branch-new index.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopsheadline/index.php,v retrieving revision 1.4 retrieving revision 1.4.6.1 diff -C2 -d -r1.4 -r1.4.6.1 *** index.php 26 Dec 2004 19:12:10 -0000 1.4 --- index.php 31 Mar 2005 18:39:33 -0000 1.4.6.1 *************** *** 28,32 **** include '../../mainfile.php'; include 'include/functions.php'; ! $hlman =& xoops_getmodulehandler('headline');; $hlid = isset($HTTP_GET_VARS['id']) ? intval($HTTP_GET_VARS['id']) : 0; $xoopsOption['template_main'] = 'xoopsheadline_index.html'; --- 28,32 ---- include '../../mainfile.php'; include 'include/functions.php'; ! $hlman =& xoops_getmodulehandler('headline'); $hlid = isset($HTTP_GET_VARS['id']) ? intval($HTTP_GET_VARS['id']) : 0; $xoopsOption['template_main'] = 'xoopsheadline_index.html'; |
|
From: Jan P. <mi...@us...> - 2005-03-31 18:39:42
|
Update of /cvsroot/xoops/xoops2/modules/xoopsheadline/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935/modules/xoopsheadline/class Modified Files: Tag: xoops2_1_0-branch-new headline.php Log Message: Merged changes from 2.0.10 to 2.1.0 Index: headline.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopsheadline/class/headline.php,v retrieving revision 1.5 retrieving revision 1.5.6.1 diff -C2 -d -r1.5 -r1.5.6.1 *** headline.php 26 Dec 2004 19:12:09 -0000 1.5 --- headline.php 31 Mar 2005 18:39:33 -0000 1.5.6.1 *************** *** 105,109 **** function insert(&$headline) { ! if (get_class($headline) != 'xoopsheadlineheadline') { return false; } --- 105,109 ---- function insert(&$headline) { ! if (strtolower(get_class($headline)) != 'xoopsheadlineheadline') { return false; } |