|
From: <be...@us...> - 2013-02-05 11:56:59
|
Revision: 10989
http://sourceforge.net/p/xoops/svn/10989
Author: beckmi
Date: 2013-02-05 11:56:52 +0000 (Tue, 05 Feb 2013)
Log Message:
-----------
Updating to 1.68 RC 1
Modified Paths:
--------------
XoopsModules/news/trunk/news/admin/admin_header.php
XoopsModules/news/trunk/news/class/class.newsstory.php
XoopsModules/news/trunk/news/class/class.newstopic.php
XoopsModules/news/trunk/news/class/news_stories.php
XoopsModules/news/trunk/news/class/news_topics.php
XoopsModules/news/trunk/news/docs/changelog.txt
XoopsModules/news/trunk/news/xoops_version.php
Added Paths:
-----------
XoopsModules/news/trunk/news/class/wideimage/fonts/index.html
XoopsModules/news/trunk/news/class/wideimage/index.html
XoopsModules/news/trunk/news/class/wideimage/mappers/index.html
XoopsModules/news/trunk/news/class/wideimage/operations/index.html
XoopsModules/news/trunk/news/extra/index.html
XoopsModules/news/trunk/news/extra/modules/index.html
XoopsModules/news/trunk/news/extra/modules/tag/index.html
XoopsModules/news/trunk/news/extra/modules/tag/plugin/index.html
Removed Paths:
-------------
XoopsModules/news/trunk/news/language/englishUTF8/
Modified: XoopsModules/news/trunk/news/admin/admin_header.php
===================================================================
--- XoopsModules/news/trunk/news/admin/admin_header.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/admin/admin_header.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -27,8 +27,8 @@
$thisModulePath = dirname(dirname(__FILE__));
//if functions.php file exist
-require_once dirname(dirname(__FILE__)) . '/include/functions.php';
-//require_once $thisModulePath . '/include/functions.php';
+//require_once dirname(dirname(__FILE__)) . '/include/functions.php';
+require_once $thisModulePath . '/include/functions.php';
// Load language files
xoops_loadLanguage('admin', $thisModuleDir);
@@ -49,7 +49,7 @@
$topicsHandler=& xoops_getModuleHandler('news_topics','news');
$storiesHandler=& xoops_getModuleHandler('news_stories','news');
-$myts =& MyTextSanitizer::getInstance();
+$myts = MyTextSanitizer::getInstance();
if ($xoopsUser) {
$moduleperm_handler =& xoops_gethandler('groupperm');
Modified: XoopsModules/news/trunk/news/class/class.newsstory.php
===================================================================
--- XoopsModules/news/trunk/news/class/class.newsstory.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/class/class.newsstory.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -1384,7 +1384,7 @@
{
function __construct(&$db)
{
- parent::__construct($db, "stories", 'stories', 'storieid', 'title');
+ parent::__construct($db, "mod_news_stories", 'stories', 'storieid', 'title');
}
}
?>
Modified: XoopsModules/news/trunk/news/class/class.newstopic.php
===================================================================
--- XoopsModules/news/trunk/news/class/class.newstopic.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/class/class.newstopic.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -41,7 +41,7 @@
var $topic_rssurl;
var $topic_color;
- function NewsTopic($topicid=0)
+ function __construct($topicid=0)
{
$this->db =& XoopsDatabaseFactory::getDatabaseConnection();
$this->table = $this->db->prefix("mod_news_topics");
Modified: XoopsModules/news/trunk/news/class/news_stories.php
===================================================================
--- XoopsModules/news/trunk/news/class/news_stories.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/class/news_stories.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -83,7 +83,7 @@
{
function __construct(&$db)
{
- parent::__construct($db, "stories", "news_stories", "storyid", "uid");
+ parent::__construct($db, "mod_news_stories", "news_stories", "storyid", "uid");
}
}
?>
\ No newline at end of file
Modified: XoopsModules/news/trunk/news/class/news_topics.php
===================================================================
--- XoopsModules/news/trunk/news/class/news_topics.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/class/news_topics.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -66,7 +66,7 @@
{
function __construct(&$db)
{
- parent::__construct($db, "topics", "news_topics", "topic_id", "topic_pid");
+ parent::__construct($db, "mod_news_topics", "news_topics", "topic_id", "topic_pid");
}
}
Added: XoopsModules/news/trunk/news/class/wideimage/fonts/index.html
===================================================================
--- XoopsModules/news/trunk/news/class/wideimage/fonts/index.html (rev 0)
+++ XoopsModules/news/trunk/news/class/wideimage/fonts/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/class/wideimage/index.html
===================================================================
--- XoopsModules/news/trunk/news/class/wideimage/index.html (rev 0)
+++ XoopsModules/news/trunk/news/class/wideimage/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/class/wideimage/mappers/index.html
===================================================================
--- XoopsModules/news/trunk/news/class/wideimage/mappers/index.html (rev 0)
+++ XoopsModules/news/trunk/news/class/wideimage/mappers/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/class/wideimage/operations/index.html
===================================================================
--- XoopsModules/news/trunk/news/class/wideimage/operations/index.html (rev 0)
+++ XoopsModules/news/trunk/news/class/wideimage/operations/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Modified: XoopsModules/news/trunk/news/docs/changelog.txt
===================================================================
--- XoopsModules/news/trunk/news/docs/changelog.txt 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/docs/changelog.txt 2013-02-05 11:56:52 UTC (rev 10989)
@@ -1,6 +1,6 @@
======================
-v1.68 2012-08-08
+1.68 RC 1 2013-02-05
======================
- fix of UTF-8 in makePDF (black_beard)
@@ -11,7 +11,7 @@
- fixing error with navigation icons (AngeloRocha/mamba)
======================
-v1.67 2012-07-01
+1.67 2012-07-01
======================
- Add option for using Facebook Comments (mamba)
@@ -28,20 +28,20 @@
- bunch of small fixes, reported by Cesag, Mazarin, Renetjuh, and others
======================
-v1.66
+1.66
======================
- Removing double encoding with htmlspecialchars
- Removing pdf folder (dhsoft)
Changelog
======================
-v1.65
+1.65
======================
- Adding prefix to adminmenu function for 2.4.2 compatibility
- Correcting method for loading Editors in xoops_version.php
======================
-v1.63
+1.63
======================
- The Xoops 2.3 editors are fully supported (tested with Xoops 2.3.1 RC)
- The support for the Spaw editor is abandoned
@@ -52,7 +52,7 @@
- Correction of a bug in the "By Topic" presentation of the articles (on index.php)
======================
-v1.62
+1.62
======================
- The module is now Xoops 2.3 compatible
- Many corrections in the use of the deprecated TextSanitizer functions
@@ -60,13 +60,13 @@
- TCPDF was updated to its version 4.0.017 (don't forget to create a file for your language in /xoops/modules/news/pdf/config/lang)
======================
-v1.61
+1.61
======================
- Correction of a bug in the link to the previous article (in article.php)
- Update of TCPDF to its version 4.0.004
======================
-v1.60
+1.60
======================
- It was possible to give any ranking to an article
- After you have vote for an article, you are redirected to the article (and not to the module's index page)
@@ -80,7 +80,7 @@
======================
-v1.56
+1.56
======================
- In article.php and when you was using a site with multilinguals, there was a problem with the previous and next titles
- It was possible to see the form used to post a comment even when anonymous users had not the right
@@ -95,12 +95,12 @@
==========================================================================================
======================
-v1.55
+1.55
======================
> Correction of a bug in the files upload
======================
-v1.54
+1.54
======================
> Added a missing picture in the Dojo toolkit used to create fun menus in the module's administration
> Added some tests so that the module does not reveals its path
@@ -115,7 +115,7 @@
======================
-v1.53
+1.53
======================
> Bug correction in the module's upgrade
> Bugs corrections in the module's preferences (thank you nobunobu)
@@ -130,7 +130,7 @@
> We have added the French documentation inside the module
======================
-v1.51
+1.51
======================
> I have corrected the backend.php and backendt.php (they were saved in UTF8)
> I have added ALT and TITLES to the "Bookmark this article at these sites" pictures
@@ -140,7 +140,7 @@
======================
-v1.50
+1.50
======================
> I have renamed some functions in /xoops/modules/include/functions.php
to prefix them with news_ (because of some conflicts with some other modules)
@@ -261,7 +261,7 @@
======================
-v1.44
+1.44
======================
Some corrections available in this version was made by Marcan and 5vision, thank you both !
> backendt.php, the "channel_category" tag now contains the topic's title (5vision)
@@ -274,7 +274,7 @@
======================
-v1.43
+1.43
======================
> Code corrected because of the bug "Call to a member function getConfigsByCat() on a non-object in include/functions.php on line 328"
This bug was appearing under some rare circumstances.
@@ -286,13 +286,13 @@
> The option "Enable authors to edit their posts" is now checked by default
======================
-v1.42
+1.42
======================
> Corrected a bug in the infotips
> Corrected a bug due to Php 5.0.5
======================
-v1.41
+1.41
======================
Additions, modifications & bugs corrections :
> For security reasons, I have removed the Xoops version from the printed version of an article
@@ -307,7 +307,7 @@
> I have corrected a bug in the option "Enable authors to edit their posts"
======================
-v1.4
+1.4
======================
Additions, modifications & bugs corrections :
> I have added the code recommanded in Xoops 2.0.13.1 for security reasons
@@ -335,14 +335,14 @@
======================
-v1.312
+1.312
======================
Modifications :
> The module is now capable to use the editors provided with Xoops 2.2 (The module is also runing with older Xoops versions)
> I have modified the templates so that the news printable version, the pdf version and the rating pages are not indexed by robots (thanks to tl for the tip)
======================
-v1.311
+1.311
======================
Corrections :
> A bug was corrected in the PDF's titles
@@ -352,7 +352,7 @@
==================================================================*****
-v1.31 Definitive version
+1.31 Final version
==================================================================*****
Corrections :
> A correction in the automatic generation of keywords and description has been made.
@@ -366,7 +366,7 @@
======================*****
-v1.31 RC2
+1.31 RC2
======================*****
Corrections :
> There was a bug int the "randon news" block when you was selecting to use only one or zero stories (thank you domifara)
@@ -398,7 +398,7 @@
======================*****
-v1.31 RC1
+1.31 RC1
======================*****
Corrections :
> News by this author, it was possible to call this page even if the module's option was desactivated
@@ -442,7 +442,7 @@
============================================**
-v1.3 Definitive
+1.3 Final
============================================**
> Relative paths was changed to absolute paths inside the scripts
> I have added a lang.diff file for the translators
@@ -464,7 +464,7 @@
======================*****
-v1.3 RC2
+1.3 RC2
======================*****
Bugs corrections in :
- The form used to submit news
@@ -492,7 +492,7 @@
======================*****
-v1.3 RC1
+1.3 RC1
======================*****
> New module's options :
- New page and link and option "News by the same author"
@@ -567,7 +567,7 @@
======================**
-v1.2.1
+1.2.1
======================**
> Some important security holes have been corrected. That's why this version exists. Thanks goes to onokazu
> The possibility to upload excel and word files have been removed.
@@ -593,13 +593,13 @@
======================*****
-v1.2 Final
+1.2 Final
======================*****
> Added Spotlight Feature to Recent/Top News block
> Added an icon below the article's title to show articles with attached files
======================*****
-v1.2 RC2
+1.2 RC2
======================*****
> Fixed topic image alignment not saving
> Fixed NewsStory::getAllPublished to work with backend.php
@@ -607,7 +607,7 @@
======================*****
-v1.2 RC1
+1.2 RC1
======================*****
> Added ALT+S as submit option (include/storyform.inc.php, admin/storyform.inc.php)
> Fixed warning about invalid index "anonpost" in submit form (include/storyform.inc.php)
Added: XoopsModules/news/trunk/news/extra/index.html
===================================================================
--- XoopsModules/news/trunk/news/extra/index.html (rev 0)
+++ XoopsModules/news/trunk/news/extra/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/extra/modules/index.html
===================================================================
--- XoopsModules/news/trunk/news/extra/modules/index.html (rev 0)
+++ XoopsModules/news/trunk/news/extra/modules/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/extra/modules/tag/index.html
===================================================================
--- XoopsModules/news/trunk/news/extra/modules/tag/index.html (rev 0)
+++ XoopsModules/news/trunk/news/extra/modules/tag/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsModules/news/trunk/news/extra/modules/tag/plugin/index.html
===================================================================
--- XoopsModules/news/trunk/news/extra/modules/tag/plugin/index.html (rev 0)
+++ XoopsModules/news/trunk/news/extra/modules/tag/plugin/index.html 2013-02-05 11:56:52 UTC (rev 10989)
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Modified: XoopsModules/news/trunk/news/xoops_version.php
===================================================================
--- XoopsModules/news/trunk/news/xoops_version.php 2013-02-05 11:06:27 UTC (rev 10988)
+++ XoopsModules/news/trunk/news/xoops_version.php 2013-02-05 11:56:52 UTC (rev 10989)
@@ -51,11 +51,11 @@
$modversion["module_website_url"] = "www.xoops.org/";
$modversion["module_website_name"] = "XOOPS";
$modversion["release_date"] = "2012/07/01";
-$modversion["module_status"] = "Beta 1";
+$modversion["module_status"] = "RC1";
$modversion["author_website_url"] = "http://www.xoops.org/";
$modversion["author_website_name"] = "XOOPS";
$modversion['min_php']='5.2';
-$modversion['min_xoops']="2.5";
+$modversion['min_xoops']="2.5.5";
$modversion['min_admin']= "1.1";
$modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7');
@@ -74,11 +74,9 @@
// Admin things
$modversion['hasAdmin'] = 1;
+$modversion['system_menu'] = 1;
$modversion['adminindex'] = "admin/index.php";
$modversion['adminmenu'] = "admin/menu.php";
-// Admin menu
-// Set to 1 if you want to display menu generated by system module
-$modversion['system_menu'] = 1;
// Templates
$i = 1;
|