Site Notice

hello, world

Difference between revisions of "InPageEdit-v2/version-info"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要 第1部分)
([InPageEdit] 没有编辑摘要)
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is update log for InPageEdit-v2.
+
'''Sometimes the update will cause the translation to be lost, please use <code>?debug=1</code> to update the translation cache.'''
<div class="min-right-toc">
+
 
__TOC__
+
This is Update Log of InPageEdit-v2.
 +
 
 +
<div class="min-right-toc">__TOC__
 
Description: <br/>
 
Description: <br/>
 
{{StatusTag|N}} New function(s)<br/>
 
{{StatusTag|N}} New function(s)<br/>
Line 8: Line 10:
 
{{StatusTag|D}} Deleted function(s)
 
{{StatusTag|D}} Deleted function(s)
 
</div>
 
</div>
 +
 +
== 2.13.0.1(build_c052a80) ==
 +
Release date: -
 +
* Security update
 +
* {{StatusTag|D}} Hook <code>dev.i18n</code> modified to <code>dfgh.i18n</code>. Prevent contamination of Fandom devwiki variables.
 +
 +
== 2.13.0(build_2795) ==
 +
; '''Far From Enough, Continue Cup'''
 +
Release date: 17:14, 9 April 2020 (CST)
 +
* {{StatusTag|N}} Quick-Edit edit toolbar is available
 +
** Designed similar to 2010 Wiki Editor
 +
** You can add extra custom buttons, [{{fullurl:InPageEdit-v2/SDK}} read more].
 +
* {{StatusTag|D}} <code>MyInPageEditPreference</code> variable no longer used. Please use <code>InPageEdit.myPreference</code> instead.
 +
<pre>// Demo to replace old code
 +
// Old
 +
window.MyInPageEditPreference = {"outSideClose":true,"editMinor":false,"editSummary":"[InPageEdit] $section没有编辑摘要$oldid"};
 +
// New
 +
window.InPageEdit = window.InPageEdit || {}; // Keep this line
 +
InPageEdit.myPreference = {"outSideClose":true,"editMinor":false,"editSummary":"[InPageEdit] $section没有编辑摘要$oldid"};
 +
</pre>
 +
 +
== 2.12.0.4(build_2686) ==
 +
Release data: 00:11, 6 April 2020 (CST)
 +
* {{StatusTag|F}} When you are editting page section, IPE can display the name of the section correctly and jump to the anchor point after saving.
 +
** Now <code>$section</code> placeholder in edit summary will replace with <code>/* Section title */</code>. Just like the original MW editor. ('''Finally!!!''')
 +
* {{StatusTag|F}} Fixed a logic issue. When you open another editor in the editor (eg. via Page detail links). Saving will no longer reload the page.
 +
* {{StatusTag|F}} Fixed the logic of fetch editnotice.
 +
 +
== 2.12.0.3(build_2629) ==
 +
Release date: 02:48, 5 April 2020 (CST)
 +
* {{StatusTag|F}} Fixed the logic to get the last edit timestamp of the page. Edit conflict issues should be encountered less often.
 +
* {{StatusTag|F}} Fixed the logic of whether the editarea is modified.
 +
 +
== 2.12.0.2(build_2619) ==
 +
Release date: 01:16, 4 April 2020 (CST)
 +
* {{StatusTag|F}} Fixed https://github.com/Dragon-Fish/InPageEdit-v2/issues/4
 +
 +
== 2.12.0.1(build_2610) ==
 +
Release date: 00:11, 4 April 2020 (CST)
 +
* {{StatusTag|F}} Fixed https://github.com/Dragon-Fish/InPageEdit-v2/issues/5
 +
* {{StatusTag|F}} Fixed https://github.com/Dragon-Fish/InPageEdit-v2/issues/2#issuecomment-607441343
  
 
== 2.12.0(build_2575) ==
 
== 2.12.0(build_2575) ==
Line 17: Line 60:
  
 
== 2.11.0(build_2545) ==
 
== 2.11.0(build_2545) ==
 +
; '''Just Hooks Update'''
 
Release date: 18:15, 1 April 2020 (CST)
 
Release date: 18:15, 1 April 2020 (CST)
 
* {{StatusTag|N}} Quick Delete launched.
 
* {{StatusTag|N}} Quick Delete launched.
Line 23: Line 67:
 
** Add module alias: <code>InPageEdit.quickEdit</code>, <code>InPageEdit.quickRename</code>, <code>InPageEdit.quickRedirect</code>, <code>InPageEdit.quickDelete</code>. '''ATTENTION''': Old module name will be archive soon.
 
** Add module alias: <code>InPageEdit.quickEdit</code>, <code>InPageEdit.quickRename</code>, <code>InPageEdit.quickRedirect</code>, <code>InPageEdit.quickDelete</code>. '''ATTENTION''': Old module name will be archive soon.
 
** Add mw.hook for InPageEdit. You can now write extended functions for IPE more easily. (eg. <code>mw.hook('InPageEdit.quickEdit').add(myFunctions);</code>)
 
** Add mw.hook for InPageEdit. You can now write extended functions for IPE more easily. (eg. <code>mw.hook('InPageEdit.quickEdit').add(myFunctions);</code>)
 +
 +
<html><div class="hide-old-version" style="width:100%"><hr/><center><a href="javascript:void(0);" onclick="$('.hide-old-version').toggle()"> See more <br/>﹀</a></center><hr/></div></html>
 +
<div class="hide-old-version" style="display:none;width:100%">
  
 
== 2.10.0.1(build_2519) ==
 
== 2.10.0.1(build_2519) ==
Line 29: Line 76:
  
 
== 2.10.0(build_2417) ==
 
== 2.10.0(build_2417) ==
 +
; '''The Structure Tech Update'''
 
Release date: 22:12, 28 March 2020 (CST)
 
Release date: 22:12, 28 March 2020 (CST)
 
* It's more like a technical update. No new functions.
 
* It's more like a technical update. No new functions.
Line 41: Line 89:
  
 
== 2.9.0.1(build_2319) ==
 
== 2.9.0.1(build_2319) ==
 +
; '''World Wild Friends Update'''
 
Release date: 10:14, 26 March 2020 (CST)
 
Release date: 10:14, 26 March 2020 (CST)
 
* {{StatusTag|F}} Fixed i18n cross-domain reference failure.
 
* {{StatusTag|F}} Fixed i18n cross-domain reference failure.
Line 68: Line 117:
  
 
== 2.7.1(build_1948) ==
 
== 2.7.1(build_1948) ==
 +
; '''The Machine'''
 
Release date: 18:01, 7 January 2020 (CST)
 
Release date: 18:01, 7 January 2020 (CST)
 
* {{StatusTag|N}} We add a new feature:
 
* {{StatusTag|N}} We add a new feature:
Line 74: Line 124:
 
* {{StatusTag|F}} We changed InPageEdit-Analysis's address to https://doc.wjghj.cn/InPageEditAnalysis/
 
* {{StatusTag|F}} We changed InPageEdit-Analysis's address to https://doc.wjghj.cn/InPageEditAnalysis/
  
<html><div class="hide-old-version" style="width:100%"><hr/><center><a href="javascript:void(0);" onclick="$('.hide-old-version').toggle()"> See more <br/>﹀</a></center><hr/></div></html>
 
<div class="hide-old-version" style="display:none;width:100%">
 
 
== 2.6.4(build_1897) ==
 
== 2.6.4(build_1897) ==
 
Release date: 23:41, 4 January 2020 (CST)
 
Release date: 23:41, 4 January 2020 (CST)
Line 108: Line 156:
  
 
== 2.6.3(build_1517) ==
 
== 2.6.3(build_1517) ==
 +
; '''Kimi no namai'''
 
Release date: 17:20, 30 November 2019 (CST)
 
Release date: 17:20, 30 November 2019 (CST)
 
* {{StatusTag|N}} New function release: Rename page(Move)!!!
 
* {{StatusTag|N}} New function release: Rename page(Move)!!!

Revision as of 10:52, 15 April 2020

Sometimes the update will cause the translation to be lost, please use ?debug=1 to update the translation cache.

This is Update Log of InPageEdit-v2.

2.13.0.1(build_c052a80)

Release date: -

  • Security update
  • DELETED Hook dev.i18n modified to dfgh.i18n. Prevent contamination of Fandom devwiki variables.

2.13.0(build_2795)

Far From Enough, Continue Cup

Release date: 17:14, 9 April 2020 (CST)

  • NEW Quick-Edit edit toolbar is available
    • Designed similar to 2010 Wiki Editor
    • You can add extra custom buttons, read more.
  • DELETED MyInPageEditPreference variable no longer used. Please use InPageEdit.myPreference instead.
// Demo to replace old code
// Old
window.MyInPageEditPreference = {"outSideClose":true,"editMinor":false,"editSummary":"[InPageEdit] $section没有编辑摘要$oldid"};
// New
window.InPageEdit = window.InPageEdit || {}; // Keep this line
InPageEdit.myPreference = {"outSideClose":true,"editMinor":false,"editSummary":"[InPageEdit] $section没有编辑摘要$oldid"};

2.12.0.4(build_2686)

Release data: 00:11, 6 April 2020 (CST)

  • FIXED When you are editting page section, IPE can display the name of the section correctly and jump to the anchor point after saving.
    • Now $section placeholder in edit summary will replace with /* Section title */. Just like the original MW editor. (Finally!!!)
  • FIXED Fixed a logic issue. When you open another editor in the editor (eg. via Page detail links). Saving will no longer reload the page.
  • FIXED Fixed the logic of fetch editnotice.

2.12.0.3(build_2629)

Release date: 02:48, 5 April 2020 (CST)

  • FIXED Fixed the logic to get the last edit timestamp of the page. Edit conflict issues should be encountered less often.
  • FIXED Fixed the logic of whether the editarea is modified.

2.12.0.2(build_2619)

Release date: 01:16, 4 April 2020 (CST)

2.12.0.1(build_2610)

Release date: 00:11, 4 April 2020 (CST)

2.12.0(build_2575)

The Matryoshka Update

Release date: 01:37, 2 April 2020 (CST)

  • NEW New functions in quick edit editor: page details list!
    • Show the list of templates and images on the page!
    • You can easily edit the templates or view images via the list.

2.11.0(build_2545)

Just Hooks Update

Release date: 18:15, 1 April 2020 (CST)

  • NEW Quick Delete launched.
  • FIXED Rewrote the logic of move pages, delete pages, and redirect pages modules. In addition, it is now possible to add reasons for your action.
  • NEW Technical update:
    • Add module alias: InPageEdit.quickEdit, InPageEdit.quickRename, InPageEdit.quickRedirect, InPageEdit.quickDelete. ATTENTION: Old module name will be archive soon.
    • Add mw.hook for InPageEdit. You can now write extended functions for IPE more easily. (eg. mw.hook('InPageEdit.quickEdit').add(myFunctions);)

<html><div class="hide-old-version" style="width:100%"><hr/><center><a href="javascript:void(0);" onclick="$('.hide-old-version').toggle()"> See more <br/>﹀</a></center><hr/></div></html>

Earlier version

InPageEdit 1.0 no longer updated


InPageEdit-v2 is a MediaWiki plugin based on JavaScript. And write by 机智的小鱼君.
© Original by Wjghj Project, GNU General Public License 3.0 (2019- )
See more: Plugin page Version info

<html><style>@media screen and (min-width:850px){.min-right-toc {float:right;margin-left:4px;}.min-right-toc .toc {min-width:unset !important;}}@media screen and (max-width:850px){.min-right-toc, .min-right-toc .toc {width:100%}}.min-right-toc .toc .toctogglespan {display:none !important;}</style></html>