Site Notice
hello, world
Difference between revisions of "InPageEdit-v2/version-info"
([InPageEdit] →2.13.0(build_2795): 没有编辑摘要) |
m ([InPageEdit] 没有编辑摘要) |
||
Line 59: | Line 59: | ||
** 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 112: | Line 115: | ||
** We '''DO NOT''' collect any of your personal cookies and privacy information, and all information collected will be public | ** We '''DO NOT''' collect any of your personal cookies and privacy information, and all information collected will be public | ||
* {{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/ | ||
− | |||
− | |||
− | |||
== 2.6.4(build_1897) == | == 2.6.4(build_1897) == |
Revision as of 17:22, 9 April 2020
This is update log for InPageEdit-v2.
Description:
NEW New function(s)
TEST Beta testing function(s)
FIXED Fixed issue(s)
DELETED Deleted function(s)
2.13.0(build_2795)
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 useInPageEdit.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!!!)
- Now
- 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)
- FIXED Fixed https://github.com/Dragon-Fish/InPageEdit-v2/issues/5
- FIXED Fixed https://github.com/Dragon-Fish/InPageEdit-v2/issues/2#issuecomment-607441343
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);
)
- Add module alias:
<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
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>