OSDN Git Service

CHANGE: 言語(language)となっていたディレクトリ・定数・変数・翻訳・ドキュメントをロケール(locale)に修正。
[nucleus-jp/nucleus-next.git] / nucleus / documentation / history.html
index 22443ee..5caa213 100644 (file)
                <strong>Nucleus v3.41 (March 15, 2009)</strong>
                <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: additional changes in the translation 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>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>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 translation 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>ADDED: getTeamBlogs() method to MEMBER class to retrieve list of blogs to which a member has team rights (ftruscot)</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 (admun)</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 translation 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>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; -&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=43">#43</a>): Only load user translation 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>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=57">#57</a>): PostRegister event not fired from inside admin area.</li>
                        <li>FIXED (<a href="http://dev.nucleuscms.org/tracker/index.php?do=details&amp;id=58">#58</a>): images and popups were not in feeds. (karma)</li>
                        <li>FIXED: In v3.15, deleting an item via the bookmarklet failed (karma)</li>
                        <li>ADDED: Support for <code>&lt;%blogsetting(short)%&gt;</code>, as suggested by caw (karma)</li>
                        <li>FIXED: Default skin used <code>application/xml+rss</code> instead of <code>application/rss+xml</code>, causing RSS autodiscovery to fail. (karma)</li>
-                       <li>FIXED: Moved more hardcoded text into language files</li>
+                       <li>FIXED: Moved more hardcoded text into translation files</li>
                        <li>FIXED: Made it so malicious users cannot trick a logged in site member/admin into visiting a specifically crafted URL that performs some admin area task. (karma).</li>
                        <li>FIXED: bug 976777, weblogs.com was not ping when posting draft (admun)</li>
                        <li>ADDED: bug 1008171, cookie-prefix (karma)</li>
                        <li>FIXED: bug 967580, Class variables were not explicitly defined in PHP classes (karma)</li>
                        <li>FIXED: IE6 unreadable Admin menu textarea (admun)</li>
                        <li>FIXED: Skin exports for skins containing CDATA sections (like the RSS feeds) caused the <code>skinbackup.xml</code> to contain invalid XML. (Import still worked, however) (karma)</li>
-                       <li>FIXED: German language file wrong translation (admun)</li>
+                       <li>FIXED: German translation file wrong translation (admun)</li>
                        <li>CHANGED: replaced <code>split</code> by <code>preg_split</code> in the parser class. Should be faster according to PHP docs (karma)</li>
                        <li>FIXED: documentation typo (admun)</li>
                        <li>FIXED: PHP5: Install script failed to discover install path automatically (karma)</li>
                        <li>CHANGED: Allowed skin names to have slashes (<code>/</code>) in them (karma)</li>
                        <li>FIXED: When adding media in non-IE browsers, all text was removed</li>
                        <li>FIXED: Wrong times displayed / 'no such item' errors when MySQL server and PHP server are in different timezones (karma)</li>
-                       <li>ADDED: Made sure language files for v2.5beta can be used with v2.5final without strange strings (e.g. _SETTINGS_EXTAUTH) showing up in the admin area (karma)</li>
+                       <li>ADDED: Made sure translation files for v2.5beta can be used with v2.5final without strange strings (e.g. _SETTINGS_EXTAUTH) showing up in the admin area (karma)</li>
                        <li>FIXED: No CSS styles were applied on 'insert media' popup (karma)</li>
                        <li>FIXED: Some more possible problems with URL linking in comments (karma)</li>
                        <li>FIXED: In Opera, buttons on the extended area added text to the main body text instead (karma)</li>
                        <li>FIXED: shortening of strings does not corrupt HTML entities anymore (e.g. in RSS-feeds)</li>
                        <li>CHANGED: links in comments are now handled differently. Part of the URL is now displayed instead of just http://.../</li>
                        <li>ADDED: Opera version of bookmarklet</li>
-                       <li>ADDED: selectLanguage() function to force the use of a certain language file</li>
+                       <li>ADDED: selectLanguage() function to force the use of a certain translation file</li>
                        <li>REMOVED: there was a plugin event AddItem which was actually not needed at all (wasn't included in the documentation too)</li>
                        <li>ADDED: archivelist skinvars now takes an extra limit-parameter</li>
                        <li>CHANGED: moved all forms which can be included through skinvar out of SKIN.php and into .template files in the nucleus/forms directory.</li>
                        <li>Changed all references to nucleus.demuynck.org into references to <a href="http://nucleuscms.org/">nucleuscms.org</a></li>
                        <li>Extra settings: cookie domain, cookie path, secure cookie (for https)</li>
                        <li>Instead of stripping tags in comments, &lt; and &gt; are now replaced by their entities (&amp;lt; and &amp;gt;). This way, greater than and lower than signs can be used in comments <small>(inspiration by <a href="http://www.adfundum.be/">Steven Verbruggen</a>)</small></li>
-                       <li>Added charset to language files, so international character sets can be used when needed <small>(<a href="http://forum.nucleuscms.org/viewtopic.php?t=56">forum</a>)</small></li>
+                       <li>Added charset to translation files, so international character sets can be used when needed <small>(<a href="http://forum.nucleuscms.org/viewtopic.php?t=56">forum</a>)</small></li>
                        <li>Added an extra content-type attribute to skins, so the output type can be set correctly by Nucleus</li>
                        <li>Removed the 'headlines' skin and templates. Don't want new users to get too confused.</li>
                        <li>Notification emails now also get the senders display name</li>
                        <li>Fixes in default skin</li>
                        <li>As always, lots of small fixes &amp; code rewrites</li>
                        <li>
-                               Changes (additions to and <del>deletions</del> from) language file:
+                               Changes (additions to and <del>deletions</del> from) translation file:
                                <ul>
                                        <li>_SETTINGS_COOKIES_TITLE</li>
                                        <li>_SETTINGS_COOKIEDOMAIN</li>
                                        <li>_MEMBERS_USESITELANG</li>
                                        <li>_ADD_CATEGORY</li>
                                        <li>_ADD_DRAFTNFUTURE</li>
-                                       <li>_ERROR_NOSUCHLANGUAGE</li>
+                                       <li>_ERROR_NOSUCHTRANSLATION</li>
                                        <li>_ERROR_NOSUCHCATEGORY</li>
                                        <li>_ERROR_DELETEDEFCATEGORY</li>
                                        <li>_ERROR_DELETELASTCATEGORY</li>
                        <li>Added: Blogger Convert</li>
                        <li>Added: "shared computer" checkbox on login. Checking this box will make your cookie expire at the end of the session (instead of taking the global site setting) <small>(see <a href="http://www.nucleuscms.org/forum/viewtopic.php?t=33">forum</a>)</small></li>
                        <li>Added: "remember me" checkbox on comment forms for non-members</li>
-                       <li>Most language related things are now moved to language files. Now you can roll your own :)</li>
+                       <li>Most language related things are now moved to translation files. Now you can roll your own :)</li>
                        <li>Added: optional parameters rows/cols in membermailform skinvar</li>
                        <li>Added: skinvars: &lt;%phpinclude(file)%&gt; and &lt;%parsedinclude(file)%&gt;. &lt;%plugin%&gt; is now deprecated (in favor of phpinclude). The plugins directory should also not be used anymore (it'll get another function in a later version)</li>
                        <li>Added: skinvar &lt;%self%&gt; which includes the filename of the currently executing script (index.php or whatever is sen in $CONF['Self'])</li>