OSDN Git Service

HTML修正
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / history.html
index 8f9c011..66757e5 100755 (executable)
@@ -1,8 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!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="ja-JP" xml:lang="ja-JP">
 <head>
-       <!-- $Id: history.html,v 1.13 2007-05-01 06:00:28 kimitake Exp $ -->
-       <!-- $NucleusJP: history.html,v 1.12 2007/03/12 05:34:46 kimitake Exp $ -->
+       <!-- $Id: history.html,v 1.13.2.1 2008-07-25 08:26:28 shizuki Exp $ -->
+       <!-- $NucleusJP: history.html,v 1.13 2007/05/01 06:00:28 kimitake Exp $ -->
        <title>Nucleus - History</title>
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />
 </head>
 
 <ul>
        <li>
+               <b>Nucleus CVS 3-3 Branch (development version)</b>
+               <ul>
+<!--
+                       <li>FIXED: CONF['Self'] fix (ehui)</li>
+                       <li>ADDED: Add an link to the front end that allows to add an item in a bookmarklet popup window (two new skinvars addlink and addpopupcode needed) (kaigreve)</li>
+                       <li>ADDED: add a cancel button to the bookmarklet add and edit forms (kaigreve)</li>
+                       <li>CHANGED: Move the submit button in the bookmarklet edit from to the end of the button bar (logical order) (kaigreve)</li>
+                       <li>ADDED: Add the possibility to move a published item back to drafts (kaigreve)</li>
+                       <li>ADDED: more and improved comments in classes NucleusPlugin, BACKUP, ITEM and ITEMACTIONS (kaigreve)</li>
+                       <li>CHANGED: Use ISO date for backup filename and add hour, minute and second  (kaigreve)</li>
+                       <li>CHANGED: Put backup functions in an own class Backup (kaigreve)</li>
+                       <li>FIXED: add default values for the parse_bloglist function to avoid warnings (kaigreve)</li>
+                       <li>FIXED: fix case sensitive function name createDraftFromRequest in class ACTION (ehui)</li>
+                       <li>ADDED: add description of the doItemVar function to the plugin documentation (kaigreve)</li>
+                       <li>ADDED: add language file install_lang_english.php to install process (admun)</li>
+                       <li>ADDED: add option to install NP_Ping during installation (admun)</li>
+                       <li>FIXED: remove bug in the plugin api: function clearOptionValueCache hasn't worked correct with the getOption function (kaigreve)</li>
+                       <li>ADDED: add global configuration DebugVars which decides if unresolved Vars (SkinVars, TemplateVars, ItemVars) are shown on the blog (kaigreve)</li>
+                       <li>FIX: Fix getNotifyFromMailAddress to use email field now that we've separated email/url fields (gregorlove)</li>
+                       <li>CHANGED: extend skinvar Bloglist with parameters to specify the sort order (kaigreve)</li>
+                       <li>ADDED: add comment URL and email to "edit comment" form and make them editable (gregorlove)</li>
+                       <li>CHANGED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=58">#58(JP)</a>): バックアップ時にカラム名をバッククォートで括る. (shizuki)</li>
+                       <li>ADD(JP): <a href="http://japan.nucleuscms.org/bb/viewtopic.php?t=2761">フォーラムでのちょっと便利改造</a> (shizuki)</li>
+                       <li>ADD(JP): <a href="http://japan.nucleuscms.org/bb/viewtopic.php?t=3391">「メディアの追加」ボタンにツールチップ追加</a> (shizuki)</li>
+                       <li>CHANGED(JP): Eliminate all hardcoded language (shizuki)</li>
+-->
+               </ul>
+       </li>
+       <li>
+               <b>Nucleus v3.31SP1 (February 5, 2008)</b>
+               <ul>
+                       <li>FIXED: An XSS issue</li>
+                       <li>CHANGED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=83">#83(JP)</a>): ブックマークレットの高さを50ピクセル追加. (kmorimatsu)</li>
+                       <li>CHANGED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=84">#84(JP)</a>): To avoid showing ticket in the URL, redirect to pluginlist, instead. (kmorimatsu)</li>
+                       <li>ADDED: add <code>createaccount.html</code> with a redirect to <code>createaccount.php</code> for backward compatibility with the old location of the form</li>
+                       <li>CHANGED: protect the 'create account form' against abuse: show the form only if needed and add FormExtra (e.g. Captcha) and ValidateForm (to validate input) events (ftruscot and kaigreve)</li>
+                       <li>FIXED: bug in upgrade script (admun)</li>
+                       <li>CHANGED: update xmlrpc client to version 2.2, this version supports PHP 5.2.x (kimitake)</li>
+                       <li>CHANGED: use require instead of include for the file inclusion (kimitake)</li>
+                       <li>CHANGED: rollback benchmark default skin (admun)</li>
+                       <li>FIXED: possible security problem in NP_Ping (admun)</li>
+                       <li>ADDED: NP_Ping sends ping for future post via JustPosted event (admun)</li>
+                       <li>ADDED: JustPosted event (admun)</li>
+                       <li>ADDED: move weblogs.com ping function into plugin (admun)</li>
+               </ul>
+       </li>
+       <li>
                <b>Nucleus v3.3 &quot;Lithium&quot; (Beta - March 11, 2007)</b>
                <ul>
+                       <li>ADDED: Serveral changes and fixes from Nucleus Japan (details in the log files of the <a href="http://sourceforge.net/svn/?group_id=66479">Nucleus repository</a> at sourceforge.net)</li>
+                       <li>ADDED: Sanitize parameters such as $_GET and $_SERVER['REQUEST_URI'] etc. to avoid XSS (from Nucleus Japan)</li>
+                       <li>ADDED: (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=45">#45</a>  from the Japanese Tracker): include code from NP_0TicketForPlugin in the core (Changes from Nucleus Japan)</li>
+                       <li>ADDED: new events for Media upload: PreMediaUpload and PostMediaUpload (kaigreve)</li>
+                       <li>ADDED: new skinvar bloglist (kaigreve)</li>
+                       <li>ADDED: new method for URL rewriting with the global variable virtualpath, new .htaccess file can be found in the folder extra/fancyurl-2, more information <a href="http://forum.nucleuscms.org/viewtopic.php?t=12241">here</a> (kaigreve and Legolas)</li>
                        <li>FIXED: allow + in email address, see <a href="http://forum.nucleuscms.org/viewtopic.php?t=14207">here</a> (wgroleau)</li>
                        <li>FIXED: XHTML compliance in default skin (admun)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?id=80&amp;do=details">#80</a>): Atom 1.0 support (rakaz)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=49">#49</a>): 'name clashes' warning on skin import no longer displayed when no clashes detected (karma)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=67">#67</a>): Add resilency to upgrade scripts (Frankenstein)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=88">#88</a>): PHP5.1: "Fatal error: Only variables can be passed by reference" (karma)</li>
-                       <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=87">#87</a>): Translate &amp; -> &amp;amp; when links added via toolbar (karma)</li>
+                       <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=87">#87</a>): Translate &amp; -&gt; &amp;amp; when links added via toolbar (karma)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=42">#42</a>): <code>formatDate</code> didn't always use the correct timezone (karma)</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=43">#43</a>): Only load user language file when logged in (karma).</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=76">#76</a>): Disabling site blocked admin menu access (karma).</li>
                        <li>ADDED: PHP and MySQL versions are listed during the installation proces, with warnings when those version numbers are lower than what Nucleus requires</li>
                        <li>CHANGED: item parsing method changed, so it's more easily extensible. plugin, parsedinclude, include and phpinclude are now also allowed in some templates. Inside items, there are also 3 allowed variables: 'image', 'media' and 'popup'</li>
                        <li>FIXED: image popups didn't work with register_globals disabled</li>
-                       <li>CHANGED: renamed method: getBlogidFromName -> getBlogIDFromName (consistency)</li>
+                       <li>CHANGED: renamed method: getBlogidFromName -&gt; getBlogIDFromName (consistency)</li>
                        <li>ADDED: method selectCategory($name)</li>
                        <li>FIXED: Nucleus now handles data correctly when magic_quotes_gpc is disabled (solves some problems with template editing)</li>
                        <li>CHANGED: categories in selection box are now sorted by name (tip from katatonik)</li>
                        <li>ADDED: left and right box buttons on JS toolbar</li>
                        <li>FIXED: truncated entry when login is requested after adding (data didn't get passed on correctly)</li>
                        <li>ADDED: &lt;%authorlink%&gt; to template vars for item templates (this one can take catid into account)</li>
-                       <li>ADDED: $CONF['Self'] => $CONF['ItemURL'], $CONF['IndexURL'], ... to optionally allow people to use different files for items/archives/...</li>
+                       <li>ADDED: $CONF['Self'] =&gt; $CONF['ItemURL'], $CONF['IndexURL'], ... to optionally allow people to use different files for items/archives/...</li>
                        <li>CHANGED: Now using mysql_fetch_assoc instead of mysql_fetch_array (efficiency)</li>
                        <li>CHANGED: The &lt;%searchresults%&gt; and &lt;%othersearchresults%&gt; skintags got an extra parameter to limit the number of results (defaults to 50)</li>
                        <li>FIXED: doError did not take into account chosen skin</li>