From: <dh...@us...> - 2012-06-17 09:59:40
|
Revision: 9663 http://xoops.svn.sourceforge.net/xoops/?rev=9663&view=rev Author: dhcst Date: 2012-06-17 09:59:33 +0000 (Sun, 17 Jun 2012) Log Message: ----------- Update to RC1 Modified Paths: -------------- XoopsModules/newbb/branches/alfred/newbb/admin/about.php XoopsModules/newbb/branches/alfred/newbb/language/english/modinfo.php XoopsModules/newbb/branches/alfred/newbb/templates/newbb_viewforum.html XoopsModules/newbb/branches/alfred/newbb/xoops_version.php Modified: XoopsModules/newbb/branches/alfred/newbb/admin/about.php =================================================================== --- XoopsModules/newbb/branches/alfred/newbb/admin/about.php 2012-06-16 20:45:34 UTC (rev 9662) +++ XoopsModules/newbb/branches/alfred/newbb/admin/about.php 2012-06-17 09:59:33 UTC (rev 9663) @@ -36,7 +36,7 @@ $module_info =& $module_handler->get($xoopsModule->getVar("mid")); $aboutAdmin = new ModuleAdmin(); echo $aboutAdmin->addNavigation('about.php'); - echo $aboutAdmin->renderabout('PBQZ7D6LT6UBC', false); + echo $aboutAdmin->renderabout('PBQZ7D6LT6UBC', true); } else { $module_handler =& xoops_gethandler('module'); Modified: XoopsModules/newbb/branches/alfred/newbb/language/english/modinfo.php =================================================================== --- XoopsModules/newbb/branches/alfred/newbb/language/english/modinfo.php 2012-06-16 20:45:34 UTC (rev 9662) +++ XoopsModules/newbb/branches/alfred/newbb/language/english/modinfo.php 2012-06-17 09:59:33 UTC (rev 9663) @@ -62,7 +62,7 @@ define("_MI_IMAGELIB_DESC", "Select which Image library to use for creating Thumbnails. Leave AUTO for automatic choice."); define("_MI_MAX_IMG_WIDTH", "Maximum Image Width"); define("_MI_MAX_IMG_WIDTH_DESC", "Sets the maximum allowed <strong>Width</strong> size of an uploaded image otherwise thumbnail will be used. <br >Input 0 if you do not want to create thumbnails."); -define("_MI_MAX_IMG_HEIGHT","Maximum height of an image"); +define("_MI_MAX_IMG_HEIGHT","Maximum height of an image"); define("_MI_MAX_IMG_HEIGHT_DESC", "Sets the maximum allowed height of an uploaded image."); define("_MI_MAX_IMAGE_WIDTH", "Maximum Image Width for creating thumbnail"); define("_MI_MAX_IMAGE_WIDTH_DESC", "Sets the maximum width of an uploaded image to create thumbnail. <br >Image with width larger than the value will not use thumbnail."); @@ -257,6 +257,4 @@ define("_MI_USERATTACH_ENABLE","Display attachments only for registered users"); define("_MI_USERATTACH_DESC","shows attachments in the forum only after logging in."); -define("_MI_MAX_IMG_HEIGHT","Maximum height of an image"); -define("_MI_MAX_IMG_HEIGHT_DESC", "Sets the maximum allowed height of an uploaded image."); ?> \ No newline at end of file Modified: XoopsModules/newbb/branches/alfred/newbb/templates/newbb_viewforum.html =================================================================== --- XoopsModules/newbb/branches/alfred/newbb/templates/newbb_viewforum.html 2012-06-16 20:45:34 UTC (rev 9662) +++ XoopsModules/newbb/branches/alfred/newbb/templates/newbb_viewforum.html 2012-06-17 09:59:33 UTC (rev 9663) @@ -63,7 +63,7 @@ </div> <{else}> <div class="right" style="padding: 5px;"> - <{$forum_post_or_register}> + <{$forum_addpoll}> <{$forum_post_or_register}> </div> <{/if}> <div class="clear"></div> Modified: XoopsModules/newbb/branches/alfred/newbb/xoops_version.php =================================================================== --- XoopsModules/newbb/branches/alfred/newbb/xoops_version.php 2012-06-16 20:45:34 UTC (rev 9662) +++ XoopsModules/newbb/branches/alfred/newbb/xoops_version.php 2012-06-17 09:59:33 UTC (rev 9663) @@ -27,10 +27,10 @@ $modversion['status_version'] = "4.2"; //about -$modversion['release_date'] = '2012/03/17'; +$modversion['release_date'] = '2012/06/17'; $modversion["module_website_url"] = "http://www.simple-xoops.de/"; $modversion["module_website_name"] = "SIMPLE-XOOPS"; -$modversion["module_status"] = "BETA 2"; +$modversion["module_status"] = "RC 1"; $modversion['min_php'] = "5.2"; $modversion['min_xoops'] = "2.5"; $modversion['min_admin'] = "1.1"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |