[+] rc_user_submitter_label() function - show text label for submitter
[+] User's profile: show registration IP for sait admins - thanks for zeroreaction & Hawk
[+] XoopsModule: add remove function to clear cache/files - $xoopsModule->remove_cache() + $modversion['hasRemove'] for any module
[+] XoopsModule: add sitemap support
[+] XoopsModules which want use the mod_rewriting algoritm of RunCMS must contains in xoops_version.php
$modversion['hasRewrite'] = 1;
[+] XoopsTree: added GREAT optimization wich remove many numbers of SQL on the saits with big number of categories
[+] XoopsUser: new methods user_new_privmsg and user_privmsg (count messages and count new messages)
[+] XoopsUser: new methods getById & getByUName
[+] XoopsUser: add birthday
[+] RCTemplate: added get_html() method which returns rendered html of template
[+] RCTemplate: added basic templates caching for avoiding multiple loading of the same file
[+] Added rc_mod_url() function for unified mod_rewrited links for all modules
[+] search.php added search_result_show() for optimization
[+] Mod_rewrited links shown in search results
[+] added 3 new lang consts in language/xxx/calendar.php
[+] added new theme "runcmsorg" - Thanks for max-C4
[+] XoopsBlock: blocks file cache can be set ON/OFF by $xoopsConfig['blocks_file_cache']
[+] XoopsBlock: blocks cached one content for all users or different content for evety users
The block's chahing can be set in xoops_version.php files by
[!] WARNING - Caching block for every user can full you disk free space
[!] KNOWN PROBLEM - layout broken if cached block contents Javascript -please don'use cache on this kind of blocks
[-] get_story_url, get_new_topic, get_download_url, get_link_url removed and replaced by rc_mod_url() & XoopsModule::rewrited_url()
MESSAGES:
[+] cache block
[+] update select in user form - add users.php for select user
[+] divided to pages inbox & send messages
[+] small bug fix in url
[+] cache request messages in user block
MYDOWNLOADS:
[+] remake mod_rewrited urls
[+] add the sitemap support
MYLINKS:
[+] remake mod_rewrited urls
[+] add the sitemap support
[+] add the template - include/linkformat.php not used anymore
NEWS:
[+] Automatically sign images as news title
[+] remake mod_rewrited urls
[+] add the sitemap support
XOOPSFAQ:
[+] add mod_rewrited urls
[+] add the sitemap support
XOOPSMEMBERS:
[+] Search users by registration IP for sait admins - thanks for zeroreaction & Hawk
XOOPSPOLLS:
[+] Limit to Module for any polls
BUGFIXES:
~~~~~~~~~
CORE
[-] clear SQL cache if user activated from admin area
[-] XoopsUser: get uname from anonymous user in getUnameFromId
[-] doubled headers on block's deleting in admin area
[-] doubled headers if users has not access to banner module
[-] Not shown SQL queries (when in debug mode) in the XoopsTree::makeMySelBox()
BANNERS:
[-] fix not working external.php
[-] Don't call banners methods if module not installed
This version made by EsseBe, Michael_XIII, Shurik2k5, bagu and others