Skip to content

Commit

Permalink
Updated the Japanese language files
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Mar 17, 2020
1 parent a70e06c commit 25fb628
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion public_html/docs/japanese/history.html
Expand Up @@ -11,13 +11,65 @@
</head>

<body>
<p>
<p><a href="https://www.geeklog.jp" style="background:transparent"><img src="../images/logo.gif" alt="Geeklog Documentation" width="243" height="90" /></a></p>
<div class="menu"><a href="index.html">Geeklogドキュメント</a> - 変更詳細履歴</div>

<h1>Geeklogの変更詳細履歴</h1>

<p><a href="../history">public_html/docs/history</a>をHTML化し、翻訳したものです。</p>

<h2>March ? 2020 (2.2.1sr1)</h2>

<p>Explanation of list item:<br>
[Issue Type] [#Github_Issue_Number OR commit reference OR NA] Description of issue [Person who worked on issue]</p>

<p>For more in-depth explanation of the issues below see: <a href="https://github.com/Geeklog-Core/geeklog/milestone/50?closed=1">GitHub</a></p>

<ul>
<li>[Security] [NA] XSS issue with the Plugin Admin interface. (reported by Netsparker.com) [Mystralkk]</li>
<li>[Security] [NA] Issue with the comment library. (reported by Netsparker.com) [Tom]</li>
</ul>

<ul>
<li>[Improvement] [#1038] Staticpages which use PHP, and the template class with a theme that contains PHP, now will error gracefully for sites using PHP 7 or higher [Mystralkk]</li>
</ul>

<ul>
<li>[Bug] [#1043] Fixed hardcoded table names in upgrade for Geeklog v2.2.1 [Tom]</li>
<li>[Bug] [#1043] Fixed issue where the install would fail in some cases because it did not know where the system directory was [Tom]</li>
<li>[Bug] [#1045] Fixed tooltip links for Denim and Denim_three themes [Tom]</li>
<li>[Bug] [#1044] Fixed searching just articles [Tom]</li>
</ul>

<p>The following items are all current Geeklog API, functions, and/or global variables that are planned to be either required or depreciated by a current Geeklog version. Plugin and Theme developers please take note of these changes in case they affect you.<br>
Since Geeklog v2.2.1</p>

<ul>
<li>[Depreciated] [#872] By Geeklog 3.0.0 - Global $topic variable. Please use function TOPIC_getTopic or TOPIC_setTopic instead to determine Geeklog topic</li>
<li>[Depreciated] [#871] By Geeklog 3.0.0 - Theme variable $theme_config['supported_version_theme']. Please use theme_gl_version' instead</li>
<li>[Depreciated] [#1022] By Geeklog 3.0.0 - Number of variables passed to PLG_getCommentUrlId function. It now requires an Id field passed to it which means the plugin functions it calls (plugin_getcommenturlid_foo) requires the same thing</li>
<li>[Required] [#1023] By Geeklog 3.0.0 - The Comment Library API has had functions added or modified to address a number of issues. This includes: PLG_commentDelete (new $returnBoolean field added), PLG_getCommentUrlId (new $id field added), PLG_commentEnabled (New Function), PLG_approveCommentSubmission (New Function, only required if have submissions and need to do something after new comment approval)</li>
</ul>

<p>Since Geeklog v2.2.0</p>

<ul>
<li>[Depreciated] [NA] By Geeklog 3.0.0 - Com_refresh. Use COM_redirect instead</li>
</ul>

<p>Since Geeklog v2.1.2</p>

<ul>
<li>[Depreciated] [NA] By Geeklog 3.0.0 - CTL_setTemplateRoot. Plugins must use COM_newTemplate and either CTL_core_templatePath or CTL_plugin_templatePath</li>
</ul>

<p>Since Geeklog v1.4.0</p>

<ul>
<li>[Depreciated] [NA] By Geeklog 3.0.0 - COM_userComments function. Use CMT_userComments instead</li>
</ul>

<h2>February 26 2020 (2.2.1)</h2>

<p>Explanation of list item:<br>
Expand Down Expand Up @@ -110,7 +162,7 @@ <h2>February 26 2020 (2.2.1)</h2>
<ul>
<li>[Depreciated] [#872] By Geeklog 3.0.0 - Global $topic variable. Please use function TOPIC_getTopic or TOPIC_setTopic instead to determine Geeklog topic</li>
<li>[Depreciated] [#871] By Geeklog 3.0.0 - Theme variable $theme_config['supported_version_theme']. Please use 'theme_gl_version' instead</li>
<li>[Depreciated] [#1022] By Geeklog 3.0.0 - Number of variables passed to PLG_getCommentUrlId function. It now requires an Id field passed to it which means the plugin functions it calls (plugin_getcommenturlid_foo) requires the same</li> thing</li>
<li>[Depreciated] [#1022] By Geeklog 3.0.0 - Number of variables passed to PLG_getCommentUrlId function. It now requires an Id field passed to it which means the plugin functions it calls (plugin_getcommenturlid_foo) requires the same thing</li>
<li>[Required] [#1023] By Geeklog 3.0.0 - The Comment Library API has had functions added or modified to address a number of issues. This includes: PLG_commentDelete (new $returnBoolean field added), PLG_getCommentUrlId (new $id field added), PLG_commentEnabled (New Function), PLG_approveCommentSubmission (New Function, only required if have submissions and need to do something after new comment approval)</li>
</ul>

Expand Down

0 comments on commit 25fb628

Please sign in to comment.