From: <be...@us...> - 2012-07-02 05:38:13
|
Revision: 9765 http://xoops.svn.sourceforge.net/xoops/?rev=9765&view=rev Author: beckmi Date: 2012-07-02 05:38:02 +0000 (Mon, 02 Jul 2012) Log Message: ----------- Updating to Version 1.67 Final Modified Paths: -------------- XoopsModules/news/branches/mamba/news/class/class.newsstory.php XoopsModules/news/branches/mamba/news/css/style.css XoopsModules/news/branches/mamba/news/docs/changelog.txt XoopsModules/news/branches/mamba/news/include/update_function.php XoopsModules/news/branches/mamba/news/language/english/modinfo.php XoopsModules/news/branches/mamba/news/language/englishUTF8/modinfo.php XoopsModules/news/branches/mamba/news/language/french/modinfo.php XoopsModules/news/branches/mamba/news/language/frenchUTF8/modinfo.php XoopsModules/news/branches/mamba/news/language/german/modinfo.php XoopsModules/news/branches/mamba/news/language/italian/modinfo.php XoopsModules/news/branches/mamba/news/templates/news_article.html XoopsModules/news/branches/mamba/news/xoops_version.php Modified: XoopsModules/news/branches/mamba/news/class/class.newsstory.php =================================================================== --- XoopsModules/news/branches/mamba/news/class/class.newsstory.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/class/class.newsstory.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -558,13 +558,13 @@ function adminlink() { -global $xoopsModule; -$module_handler =& xoops_gethandler('module'); + global $xoopsModule; + $dirname = basename(dirname(dirname(__FILE__))); + $module_handler = xoops_gethandler('module'); + $module = $module_handler->getByDirname($dirname); + $pathIcon16 = $module->getInfo('icons16'); -$moduleInfo =& $module_handler->get($xoopsModule->getVar('mid')); -$pathIcon16 = $moduleInfo->getInfo('icons16'); - $ret = " <a href=".XOOPS_URL."/modules/news/submit.php?op=edit&storyid=".$this->storyid()."><img src=" . $pathIcon16 .'/edit.png'. ' '.'title='._NW_EDIT."></a>" ."<a href=".XOOPS_URL."/modules/news/admin/index.php?op=delete&storyid=".$this->storyid()."><img src=" . $pathIcon16."/delete.png". ' '."title="._NW_DELETE."></a> " ; @@ -645,9 +645,10 @@ include_once XOOPS_ROOT_PATH.'/modules/news/include/functions.php'; global $xoopsUser, $xoopsConfig, $xoopsModuleConfig , $xoopsModule; - $module_handler =& xoops_gethandler('module'); - $moduleInfo =& $module_handler->get($xoopsModule->getVar('mid')); - $pathIcon16 = $moduleInfo->getInfo('icons16'); + $dirname = basename(dirname(dirname(__FILE__))); + $module_handler = xoops_gethandler('module'); + $module = $module_handler->getByDirname($dirname); + $pathIcon16 = $module->getInfo('icons16'); $myts =& MyTextSanitizer::getInstance(); $infotips = news_getmoduleoption('infotips'); Modified: XoopsModules/news/branches/mamba/news/css/style.css =================================================================== --- XoopsModules/news/branches/mamba/news/css/style.css 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/css/style.css 2012-07-02 05:38:02 UTC (rev 9765) @@ -17,7 +17,7 @@ .item-bookmarkme-twitter {} -.item-bookmarkme-buzz {} +.item-bookmarkme-googleplus {} .item-bookmarkme { margin-top: 35px; Modified: XoopsModules/news/branches/mamba/news/docs/changelog.txt =================================================================== --- XoopsModules/news/branches/mamba/news/docs/changelog.txt 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/docs/changelog.txt 2012-07-02 05:38:02 UTC (rev 9765) @@ -1,36 +1,37 @@ -Changelog -******* -v1.67 -******* +====================== +v1.67 2012-07-01 +====================== + - Add option for using Facebook Comments (mamba) - converted table views (mamba) - changed edit/delete links to icons (mamba) - Changed to standardized XOOPS Module GUI (mamba) -- Add option for show / hide facebook like and twitter and google buzz (voltan) +- Add option for show / hide facebook like and twitter and google plus (voltan) - Add option for show / hide print , pdf and mail icons (voltan) - Improve xoops_version.php (voltan) - Add tag support in submit page for users (voltan) - Improve templates (voltan) - Add local Stylesheet support in print page (voltan) - Add two new fields photoinfo and subtitle (voltan) +- bunch of small fixes, reported by Cesag, Mazarin, Renetjuh, and others -******* +====================== v1.66 -******* +====================== - Removing double encoding with htmlspecialchars - Removing pdf folder (dhsoft) Changelog -******* +====================== v1.65 -******* +====================== - Adding prefix to adminmenu function for 2.4.2 compatibility - Correcting method for loading Editors in xoops_version.php -******* +====================== v1.63 -******* +====================== - The Xoops 2.3 editors are fully supported (tested with Xoops 2.3.1 RC) - The support for the Spaw editor is abandoned - The support of Xoops 2.2.x is abandoned @@ -39,23 +40,23 @@ - Changes in translations (see lang.diff) - Correction of a bug in the "By Topic" presentation of the articles (on index.php) -******* +====================== v1.62 -******* +====================== - The module is now Xoops 2.3 compatible - Many corrections in the use of the deprecated TextSanitizer functions - Modification of tcpdf to be able to see pictures inside PDFs (thanks colossus) - 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 -******* +====================== - 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 -******* +====================== - 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) - TCPDF was updated to its version 4.0.001 @@ -67,9 +68,9 @@ - Now you can display html in the blocks -******* +====================== v1.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 - Bug correction in the file /xoops/modules/news/include/notification.inc.php (thank you colossus) @@ -78,18 +79,18 @@ - The library used to generate PDFs was changed. It supports UTF8 and local pictures (pictures must not be GIF and must not be interlaced (it's running with PNG and JPEG)) The html entities, usually visible in PDFs should not cause anymore problems (except in the PDF's title) - ************************************************************************** + ============================================================================================================================================================================================================================**** ** This version of the News module is the last which will run with Php4 ** - ************************************************************************** + ============================================================================================================================================================================================================================**** -******* +====================== v1.55 -******* +====================== > Correction of a bug in the files upload -******* +====================== v1.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 > In the "Top news" block you can now see the avatar of the user who's story is at the spotlight @@ -102,9 +103,9 @@ global_newstory_notify.tpl) -******* +====================== v1.53 -******* +====================== > Bug correction in the module's upgrade > Bugs corrections in the module's preferences (thank you nobunobu) > Bug corrected in the topics RSS @@ -117,9 +118,9 @@ $cfg['use_fun_menu'] = true; > We have added the French documentation inside the module -******* +====================== v1.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 used on this "block" @@ -127,9 +128,9 @@ > The expired articles were visible in the archives (thanks blueteen) -******* +====================== v1.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) > I have added a block to show archives (and two new files /xoops/modules/news/blocks/news_archives.php @@ -248,9 +249,9 @@ the [pagebreak] "tag". -******* +====================== v1.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) > When an article was submited, the author was not alarmed of the article's approbation (marcan) @@ -261,9 +262,9 @@ > The template name "news_archive.html" was corrected (a border propertie was missing to the pictures tags and a "</a>" tag) (5vision) -******* +====================== v1.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. > A better Php 5.0.5 compatibility @@ -273,15 +274,15 @@ > I have modified backend.php and pda.php to run with Php 5.0.5 > The option "Enable authors to edit their posts" is now checked by default -******* +====================== v1.42 -******* +====================== > Corrected a bug in the infotips > Corrected a bug due to Php 5.0.5 -******* +====================== v1.41 -******* +====================== Additions, modifications & bugs corrections : > For security reasons, I have removed the Xoops version from the printed version of an article > I have corrected an error in the block called "Navigate thru topics", the number of news was false, it was counting expired articles (thank you Solo71) @@ -294,9 +295,9 @@ > I have reduced the count of sql queries in the module's index page > I have corrected a bug in the option "Enable authors to edit their posts" -******* +====================== v1.4 -******* +====================== Additions, modifications & bugs corrections : > I have added the code recommanded in Xoops 2.0.13.1 for security reasons > Some templates were corrected to be a little more (but not completly) w3c compliants @@ -322,16 +323,16 @@ The imported article is always the last version in Ams -******* +====================== v1.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 -******* +====================== Corrections : > A bug was corrected in the PDF's titles > A fatal error in the script used to print an article @@ -339,9 +340,9 @@ > A constant was visible in the PDF's footer -************************** +==================================================================***** v1.31 Definitive version -************************** +==================================================================***** Corrections : > A correction in the automatic generation of keywords and description has been made. > The generation of PDFs was updated with the CBB's code. @@ -353,9 +354,9 @@ Many tests were made with phpcoverage and xdebug to be sure that early all the code was treated by Php that's why I can affirm that the module is Php 5 compatible. -************ +======================***** v1.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) > I have, again, corrected a bug in the comments links (thank you mczolton) @@ -385,9 +386,9 @@ > In the topics manager, by default the topics was created as a submenu of the "News" item, that's not the case anymore -************ +======================***** v1.31 RC1 -************ +======================***** Corrections : > News by this author, it was possible to call this page even if the module's option was desactivated > It was not possible to join zip files to the news @@ -429,9 +430,9 @@ same number of news that the module's option called "Select the number of news items to display on top page" -**************** +============================================** v1.3 Definitive -**************** +============================================** > Relative paths was changed to absolute paths inside the scripts > I have added a lang.diff file for the translators > The spotlight available in the "recent articles" and "top news" blocks can now use up to 8 different skins : @@ -451,9 +452,9 @@ > A bug has been corrected for the htmlarea editor -************ +======================***** v1.3 RC2 -************ +======================***** Bugs corrections in : - The form used to submit news The article's title was limited to 80 characters whereas the db define 255 characters @@ -479,9 +480,9 @@ - The spotlight look and feel has been modified (looks like "better"). -************ +======================***** v1.3 RC1 -************ +======================***** > New module's options : - New page and link and option "News by the same author" - Two new options are availables for the article's page, "Show Previous and Next link ?" and "Show summary table ?" @@ -554,9 +555,9 @@ > For the Top articles and Recent News blocks, you can select between a classical view and a tabbed view. You can also use a Spotlight. -********* +======================** v1.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. If you still need this "option", edit the file named : @@ -580,23 +581,23 @@ http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=22849&forum=11 -************ +======================***** v1.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 -************ +======================***** > Fixed topic image alignment not saving > Fixed NewsStory::getAllPublished to work with backend.php > Fixed new topics navigation block to work properly with restricting topics -************ +======================***** v1.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) > Changed $_GET to $_GET and $_POST to $_POST Modified: XoopsModules/news/branches/mamba/news/include/update_function.php =================================================================== --- XoopsModules/news/branches/mamba/news/include/update_function.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/include/update_function.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -114,20 +114,29 @@ $result=$xoopsDB->queryF($sql); // 6) Make files and folders - $dir = XOOPS_ROOT_PATH."/uploads/news"; - if(!is_dir($dir)) - mkdir($dir, 0777); - chmod($dir, 0777); + $dir = XOOPS_ROOT_PATH . "/uploads/news"; + if (!is_dir($dir)) { + mkdir($dir); + chmod($dir, 0777); + } elseif (!is_writeable($dir)) { + chmod($dir, 0777); + } $dir = XOOPS_ROOT_PATH."/uploads/news/file"; - if(!is_dir($dir)) - mkdir($dir, 0777); - chmod($dir, 0777); + if (!is_dir($dir)) { + mkdir($dir); + chmod($dir, 0777); + } elseif (!is_writeable($dir)) { + chmod($dir, 0777); + } $dir = XOOPS_ROOT_PATH."/uploads/news/image"; - if(!is_dir($dir)) - mkdir($dir, 0777); - chmod($dir, 0777); + if (!is_dir($dir)) { + mkdir($dir); + chmod($dir, 0777); + } elseif (!is_writeable($dir)) { + chmod($dir, 0777); + } // Copy index.html files on uploads folders $indexFile = XOOPS_ROOT_PATH."/modules/news/include/index.html"; @@ -135,7 +144,7 @@ copy($indexFile, XOOPS_ROOT_PATH."/uploads/news/file/index.html"); copy($indexFile, XOOPS_ROOT_PATH."/uploads/news/image/index.html"); - return true; + return TRUE; } ?> \ No newline at end of file Modified: XoopsModules/news/branches/mamba/news/language/english/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/english/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/english/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -192,7 +192,7 @@ With a very powerful permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME","Display share icons?"); -define("_MI_NEWS_SHARE_ME_DSC","Share icons to facebook ,twitter , google buzz"); +define("_MI_NEWS_SHARE_ME_DSC","Share icons to Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS","Display item icons?"); define("_MI_NEWS_SHOWICONS_DSC","Display icons for Print, PDF and Email at the bottom of each article"); //1.67 Modified: XoopsModules/news/branches/mamba/news/language/englishUTF8/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/englishUTF8/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/englishUTF8/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -192,7 +192,7 @@ With a very powerfull permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME","Display share icons ?"); -define("_MI_NEWS_SHARE_ME_DSC","Share icons to facebook ,twitter , google buzz"); +define("_MI_NEWS_SHARE_ME_DSC","Share icons to Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS","Display item icons ?"); define("_MI_NEWS_SHOWICONS_DSC","Display print , PDF and email icons in buttom of each article"); //1.67 Modified: XoopsModules/news/branches/mamba/news/language/french/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/french/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/french/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -194,7 +194,7 @@ With a very powerfull permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME","Display share icons ?"); -define("_MI_NEWS_SHARE_ME_DSC","Share icons to facebook ,twitter , google buzz"); +define("_MI_NEWS_SHARE_ME_DSC","Share icons to Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS","Display item icons ?"); define("_MI_NEWS_SHOWICONS_DSC","Display print , PDF and email icons in buttom of each article"); Modified: XoopsModules/news/branches/mamba/news/language/frenchUTF8/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/frenchUTF8/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/frenchUTF8/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -194,7 +194,7 @@ With a very powerfull permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME","Display share icons ?"); -define("_MI_NEWS_SHARE_ME_DSC","Share icons to facebook ,twitter , google buzz"); +define("_MI_NEWS_SHARE_ME_DSC","Share icons to Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS","Display item icons ?"); define("_MI_NEWS_SHOWICONS_DSC","Display print , PDF and email icons in buttom of each article"); Modified: XoopsModules/news/branches/mamba/news/language/german/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/german/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/german/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -193,7 +193,7 @@ With a very powerfull permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME","Display share icons ?"); -define("_MI_NEWS_SHARE_ME_DSC","Share icons to facebook ,twitter , google buzz"); +define("_MI_NEWS_SHARE_ME_DSC","Share icons to Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS","Display item icons ?"); define("_MI_NEWS_SHOWICONS_DSC","Display print , PDF and email icons in buttom of each article"); Modified: XoopsModules/news/branches/mamba/news/language/italian/modinfo.php =================================================================== --- XoopsModules/news/branches/mamba/news/language/italian/modinfo.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/language/italian/modinfo.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -192,7 +192,7 @@ With a very powerfull permissions management, you can create groups authorized to submit articles and a group authorized to approve them and decide who can see what."); define("_MI_NEWS_SHARE_ME", "Visualizzare le icone condividere?"); -define("_MI_NEWS_SHARE_ME_DSC", "Condividi le icone di Facebook, Twitter, Google Buzz"); +define("_MI_NEWS_SHARE_ME_DSC", "Condividi le icone di Facebook, Twitter, Google Plus"); define("_MI_NEWS_SHOWICONS", "Visualizzare le icone articolo?"); define("_MI_NEWS_SHOWICONS_DSC", "Visualizzazione di stampa, le icone in formato PDF ed e-mail in buttom di ogni articolo"); //1.67 Modified: XoopsModules/news/branches/mamba/news/templates/news_article.html =================================================================== --- XoopsModules/news/branches/mamba/news/templates/news_article.html 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/templates/news_article.html 2012-07-02 05:38:02 UTC (rev 9765) @@ -76,7 +76,7 @@ <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_MIXX}>" href="http://www.mixx.com/submit?page_url=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_MIXX}>" src="<{xoModuleIconsBookmarks mixx.png}>" /></a> <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_MYSPACE}>" href="http://www.myspace.com/Modules/PostTo/Pages/?u=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_MYSPACE}>" src="<{xoModuleIconsBookmarks myspace.jpg}>" /></a> <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_DESIGNFLOAT}>" href="http://www.designfloat.com/submit.php?url=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_DESIGNFLOAT}>" src="<{xoModuleIconsBookmarks designfloat.png}>" /></a> - <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEPLUS}>" href="http://www.google.com/buzz/post?url=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEPLUS}>" src="<{xoModuleIconsBookmarks google_plus.png}>" /></a> + <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEPLUS}>" href="https://plusone.google.com/_/+1/confirm?hl=en&url=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEPLUS}>" src="<{xoModuleIconsBookmarks google_plus.png}>" /></a> <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEREADER}>" href="http://www.google.com/reader/link?url=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>&title=<{$story.news_title}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEREADER}>" src="<{xoModuleIconsBookmarks google-reader-icon.png}>" /></a> <a rel="external nofollow" target="_blank" title="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEBOOKMARKS}>" href="https://www.google.com/bookmarks/mark?op=add&bkmk=<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>&title=<{$story.news_title}>" ><img alt="<{$smarty.const._NW_BOOKMARK_TO_GOOGLEBOOKMARKS}>" src="<{xoModuleIconsBookmarks google-icon.png}>" /></a> </div> Modified: XoopsModules/news/branches/mamba/news/xoops_version.php =================================================================== --- XoopsModules/news/branches/mamba/news/xoops_version.php 2012-07-02 00:25:53 UTC (rev 9764) +++ XoopsModules/news/branches/mamba/news/xoops_version.php 2012-07-02 05:38:02 UTC (rev 9765) @@ -48,10 +48,10 @@ $modversion['onUpdate'] = 'include/update_function.php'; //about -$modversion["module_website_url"] = "http://www.xoops.org/"; +$modversion["module_website_url"] = "www.xoops.org/"; $modversion["module_website_name"] = "XOOPS"; -$modversion["release_date"] = "2012/02/16"; -$modversion["module_status"] = "RC 3"; +$modversion["release_date"] = "2012/07/01"; +$modversion["module_status"] = "Final"; $modversion["author_website_url"] = "http://www.xoops.org/"; $modversion["author_website_name"] = "XOOPS"; $modversion['min_php']='5.2'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |