Posted by EsseBe on 2007/3/6 18:56:15 (1859 reads )
RunCMS 1.5.1 BugFix & Packages
The release & Update packs of runcms 1.5.1 (build 20070306)
and a BugFix _20070306 are available in download on SourceForge.net
(release & updatepack already include the bugfix)
Thanks to Michael_XIII for its work as well as to all contributors.
RUNCMS 1.5.1 (build 20070306)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[-] Core: Wrong redirect URL after try to view profile of non-activated user
[-] Core: not process theme CSS if module is not active
[-] Core: can not create users fron admin panel if server has register global - off (Tnx tigerkvv for bug-report & SVL - for fix)
[-] Core -> cache: not working on the same web-servers (case-sensivity check of _REQUEST_METHOD)
[-] Core -> robots.txt: SE must not indexed the banners module
[-] Mylinks: fix duplicate function getTotalItems conflicted with MyArticles module
[-] News: fix right align in news archive
[-] Sections: not worked FCK editor
[-] Newbb_plus: fix in block - not shown author
[-] Newbb_plus: fix in viewtopic - show one topic
RUNCMS 1.5.1 (build 20070130)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release date : Jan 30, 2007
RUNCMS 1.5.1 (build 20070122)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release date : Jan 22, 2007
Add:
[+] Core: some new functions in core
[+] Core: rc_external_function()
[+] Core: RC_IMG_POINTER_URL for some blocks
[+] Core: every module can include their own CSS file from /modules/module_name/include/style.css
[+] Core: added $xoopsDB for compatible
[+] Core: function for PM link from another modules (such as PHPBB2)
[+] Core: new class: FormHeadingRow by LARK & LAROK
[+] Core: Metagenerator - plugins (modules extractors) migrated to modules/module_name/metagenerator
[+] Core: for all modules in core AUTOMATICALLY checking acces rights if user go to admin area,
no need check this in every module, also auto included lang file admin.php
[+] Core: class XoopsModule - added optional optimization (modules caching) for decrease number of SQL queries
This feature can be turned on by RC_MODULES_CACHING define in class/xoopsmodule.php
[+] Core: class XoopsThemeForm - new method render_header()
[+] FCKEditor: WARNING! RenderEditArea method renamed to EchoEditArea, and new RenderEditArea RETURN html of the Editor, not print as early version!
[-] Core: remove rc_show_user function
[-] Core: remove WhyRegTop function used once time in the whyregister.php
[-] Core: Removing old CVS repository labels from files
[-] Core: Remove unused admin_header.php & admin_footer.php in all modules
[-] Core: changes in CSS logic - include not only module's CSS in theme, but both style.css & modulename_style.css
[+] MyDownloads: files size shown in Gb/Mb/Kb
[+] MyLinks: show links submitter's name
[+] News: new options/preferences form
[+] News: renaming some functions for avoiding doubled names
[+] News: add defines for SQL table names
[+] News: new preferences in modules/news/cfg.php
$newsConfig['bottom_links_block']
$newsConfig['number_of_links']
$newsConfig['time_to_read']
$newsConfig['comments_quick_form']
$newsConfig['show_hints']
[+] News: some additional functions for avoiding doubled code in mass stories update/delete
[+] News: use rc_external_function() for include external functions
[+] News: using module's functions news_url_story() & news_url_topic() instead analogs from RUNCMS API (as wrappers)
[+] News:
[+] News: Human-Liked URL by mod_rewrite for news archive
[+] News: Hide authors emails from RSS feed - show username
[-] News: removed doubled code
BugFixes:
[-] Core: bug - 500 error on some hosters by php_flags in .htaccess
[-] Core: many aligment errors
[-] Core: bug - wrong url in include/commentform.inc.php
[-] Core: added missing XOOPS_IMG_URL define
[-] Core: bug - $xoopsModule not defined if we in admin area (such as /modules/news/admin/index.php for example)
[-] Core: some small translating bugs in english lang (Thanks for Lord Andy)
[-] Core: remove content of runcms/language/english/banners.php to module banners lang file (Thanks for Lord Andy)
[-] Messages: bug - not checked used of $_POST['msg_id']
[-] MyLinks: wrong html after click on link (Thanks to @lex for bug-report)
[-] MyLinks & MyDownloads: bug with category links with mod_rewrited urls
[-] MyDownloads: bug - try to get file size of remote screenshot
[-] Newbb_plus: some tiny bugs
[-] Newbb_plus: users with 0 icq (Thanks to Zormax)
[-] Newbb_plus: topics can not displayed in threaded mode (Thanks to chule)
[-] News: bug with non incrementing news counter
[-] News: bug in remove/change group of news
[-] News: bug - some non included language consts
[-] News: bug with XML image aligment (Tnx for Vlaka)
[-] XoopsPoll: bug - no checked using of comment_id & poll_id
[-] XoopsPoll: bug with wrong _PL_NEXT & _PL_PREV language define
For all those complaining about the bug with the center blocks (e.g. top right and top left blocks disappearing): activate the option "index" in the block management system.