OSDN Git Service

Merge branch 'skinnable-master'
[nucleus-jp/nucleus-next.git] / nucleus / documentation / history.html
index 22443ee..1817450 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us">
 <head>
-       <!-- $Id: history.html 1594 2011-11-01 20:18:32Z ftruscot $ -->
+       <!-- $Id: history.html 1721 2012-03-31 10:18:25Z sakamocchi $ -->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <meta http-equiv="Content-Style-Type" content="text/css" />
     <meta http-equiv="Content-Script-Type" content="text/javascript" />
                <li>ADD: PostParseURL event to globalfunctions. Triggers right after url is fully parsed (by ParseURL in globalfunctions). Useful to tweak global variables before selector() runs or to set something based on path-related globals. Used by new version of NP_EventBlog (min 3.60) to display future posts (events) on item pages skin part. (ftruscot)</li>
                <li>CHANGE: selector() itemid, change itemexists check to be aware of allowDrafts and allowFuture. (ftruscot)</li>
                <li>ADD: $CONF settings for allowDrafts and allowFuture so can set selector to permit showing of these items if needed. Can be set in config.php or in plugin event (probably authentication related for timing). (ftruscot)</li>
-               <li>CHANGE: BLOG::readLogFromList() and BLOG::getSqlItemList() methods to add parameters permitting drafts or future items to be shown. (ftruscot)</li>
+               <li>CHANGE: Blog::readLogFromList() and Blog::getSqlItemList() methods to add parameters permitting drafts or future items to be shown. (ftruscot)</li>
                <li>FIX: unloaded ITEM class error casued by NP_Ping when creating new weblog. See <a href="http://forum.nucleuscms.org/viewtopic.php?t=19411" title="Error on New Weblog">here</a> (ftruscot)</li>
                <li>FIX: convert/livejournal.php set to use sql_table for prefixes. suggested by quandary (see <a href="http://forum.nucleuscms.org/viewtopic.php?t=19366" title="livejournal converter fix">here</a>). (ftruscot)</li>
                <li>FIX: improvements to isValidMailAddress() function as suggested by quandary <a href="http://forum.nucleuscms.org/viewtopic.php?t=19349" title="isValidMailAddress">here</a> (ftruscot)</li>
                <ul>
                        <li>FIXED: Reduce PHP Notices caused by undefined variables and wrong offsets (shizuki, kaigreve)</li>
                        <li>FIXED: additional changes in the language files english.php and english-utf8.php to reflect modifications since version 3.30 (kaigreve)</li>
-                       <li>FIXED: SQL error in MEMBER::write() where mautosave not forced to be integer. See <a href="http://forum.nucleuscms.org/viewtopic.php?t=18575">Problem with 3.40</a>. (ftruscot)</li>
+                       <li>FIXED: SQL error in Member::write() where mautosave not forced to be integer. See <a href="http://forum.nucleuscms.org/viewtopic.php?t=18575">Problem with 3.40</a>. (ftruscot)</li>
                        <li>CHANGED: Modify Fix SQL error when new blog add by shizuki, to give a default english value for category name, category desc, first item title, and first item body in case where user does not have updated language file. (ftruscot)</li>
                        <li>FIXED: Fix SQL Error when new blog add. (shizuki)</li>
                        <li>CHANGED: Mod Change link URI of 'help icon' to full URI (documentation/help.html to $CONF['AdminURL'].'documentation/help.html') (shizuki)</li>
                        <li>CHANGED: Additional improvements and updates in devdocs and help.html (ftruscot)</li>
                        <li>ADDED: Warning for PHP 4.x depreciated during upgrade(admun)</li>
                        <li>ADDED: Documentation, as needed, for changes below. (ftruscot)</li>
-                       <li>ADDED: BLOG::readLogFromList() and BLOG::getSqlItemList() to allow using the core item display mechanisms for customized lists of items. Will be used primarily by plugins. (ftruscot)</li>
-                       <li>CHANGED: MEMBER::login() to add CustomLogin event. Provides hook for plugins to perform authentication from external sources. (ftruscot)</li>
+                       <li>ADDED: Blog::readLogFromList() and Blog::getSqlItemList() to allow using the core item display mechanisms for customized lists of items. Will be used primarily by plugins. (ftruscot)</li>
+                       <li>CHANGED: Member::login() to add CustomLogin event. Provides hook for plugins to perform authentication from external sources. (ftruscot)</li>
                        <li>ADDED: Upgrade scripts for version 3.40. Lengthen nucleus_template.tpartname column to 64. Lengthen nucleus_template_desc.tdname to 64. (ftruscot)</li>
                        <li>ADDED: Warning for PHP 4.x depreciated (admun)</li>
                        <li>FIXED: MySQL version check failure in install.php (admun)</li>