DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:editx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:editx [2013-07-29 22:20] – fixed download link 109.90.112.170plugin:editx [2015-11-05 21:07] Aleksandr
Line 1: Line 1:
-====== editx plugin ======+====== EditX Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 7: Line 7:
 type       : action type       : action
 lastupdate : 2013-03-11 lastupdate : 2013-03-11
-compatible : 2013-03-06, 2012-10-13,2010-11-07, rincewind, Angua+compatible : 2013-03-06, 2012-10-13,2010-11-07, rincewind, Angua, Weatherwax, Binky
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : pagemove+similar    : pagemove, move
 tags       : !experimental, rename, move, delete tags       : !experimental, rename, move, delete
  
-downloadurl: https://github.com/danny0838/dw-editx/archive/master.zip +downloadurl: https://github.com/danny0838/dokuwiki-plugin-editx/archive/master.zip 
-bugtracker : http://github.com/danny0838/dw-editx/issues +bugtracker : https://github.com/danny0838/dokuwiki-plugin-editx/issues 
-sourcerepo : http://github.com/danny0838/dw-editx+sourcerepo : https://github.com/danny0838/dokuwiki-plugin-editx
 donationurl:  donationurl: 
 ---- ----
Line 25: Line 25:
 Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. Refer to [[:Plugins]] on how to install plugins manually. Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. Refer to [[:Plugins]] on how to install plugins manually.
  
-  * Go to the **edit** page and click on the link in the the header: **If you want to do a page management such as renaming, go here:** (or simply use the action **editx**)+  * Go to the **edit** page and click on the link in the header: **If you want to do a page management such as renaming, go here:** (or simply use the action **editx**)
   * use the form to manage a page rename or deletion for the current page.   * use the form to manage a page rename or deletion for the current page.
  
Line 35: Line 35:
  
 === Authority requirements === === Authority requirements ===
 +
   - **edit** authority of the source page   - **edit** authority of the source page
   - **edit** authority of the target page   - **edit** authority of the target page
Line 63: Line 64:
  
   * **redirecttext**: Text left after moving a page, and @ID@ refers to the target page. If it's left blank, the default text (in the language pack) is used.    * **redirecttext**: Text left after moving a page, and @ID@ refers to the target page. If it's left blank, the default text (in the language pack) is used. 
-    * If you have [[PageRedirect]] plugin installed, you can fill in ''~~REDIRECT>:@ID@~~'' +    * If you have [[PageRedirect]] plugin installed, you can fill in ''%%~~REDIRECT>:@ID@~~%%'' 
-    * If you have [[GOTO]] plugin, use ''~~GOTO>:@ID@~~''+    * If you have [[GOTO]] plugin, use ''%%~~GOTO>:@ID@~~%%''
     * If you have [[mediasyntax]] plugin, use ''%%#REDIRECT [[:@ID@]]%%''     * If you have [[mediasyntax]] plugin, use ''%%#REDIRECT [[:@ID@]]%%''
   * **user_rename**: The groups and/or users allowed to perform page name (note that **edit** authority is still needed, see above documentation), listed in comma seperated form.   * **user_rename**: The groups and/or users allowed to perform page name (note that **edit** authority is still needed, see above documentation), listed in comma seperated form.
Line 76: Line 77:
 ==== Changes ==== ==== Changes ====
  
-{{rss>http://github.com/danny0838/dw-editx/commits/master.atom date}}+{{rss>https://github.com/danny0838/dw-editx/commits/master.atom date}}
  
 ===== Localization ===== ===== Localization =====
 +
 Translations can be put here, I'll check them in to the new version. Translations can be put here, I'll check them in to the new version.
  
Line 89: Line 91:
  
 I am going to add several features in the plugin, such as hiding/unhiding histories and recycle/recover page. If anyone has good ideas, tell me about 'em. I am going to add several features in the plugin, such as hiding/unhiding histories and recycle/recover page. If anyone has good ideas, tell me about 'em.
 +
 +==== Clone Page ====
 +
 +I'm working on a project where work done in subdirectories can be cloned to other subdirectories. So for example, I'm building a course (say GEOG 420) and I search other courses and find a page from GEOG 346 I'd like to clone and edit. 
 +
 +The way I'd like it to work is I clone the page, and it brings the revision history along with it, writes "cloned from" to the new page log and "page cloned by" to the old page log. It otherwise works much like rename page, but without deleting old files.
 +
 +In my perfect world there'd also be a checkbox "Clone media from this namespace into new namespace?" so that relative image links would still work, but that's more dream than necessity. 
 +
  
 ==== Update Backlinks ==== ==== Update Backlinks ====
Line 96: Line 107:
  
 **Yes**! - this is the one thing the old pagemove did well. Maybe the old code can be reused ? **Yes**! - this is the one thing the old pagemove did well. Maybe the old code can be reused ?
 +
 +** Please, can you give the status of Update Backlink ? **
 +Can you explain the following change: 
 +[[https://github.com/danny0838/dw-editx/commit/3a3f611c69c3df257b05dee65c374f361bb71432|
 +Revert "Feature: Added updated forward links and backlinks to case modification" (2013/03/11 15:24)]] ?
 +
 +==== Localization ====
 +
 +Translations can be put here, I'll check them in to the new version.
 +
 +Note that the fixes in 2011/01/16 is big. German and Dutch translation, although in the language pack, may be outdated and errorsome. — danny0838 2011/01/16 17:12
 +
 +    I'm already use it in my personal wiki, works fine for me. — hatifnatt 2011/05/28 17:50
 +
  
 ==== Hide for unauthorized people ==== ==== Hide for unauthorized people ====
Line 230: Line 255:
 ---- ----
  
 +==== Announcement for stopping support ====
 +We are not going to support this plugin. Although updates might be possible in the future, they would be rather small or personal. It is welcome to take over the whole job, using the same name or another name, under the given license (GPL 2).
 +
 +If your are going to keep developing using the same name, please leave a note and update the plugin info and relink the download link, source repo, etc. to yours in this page. If you are going to take over the source repo also, please send us a message in the GitHub and we'll transfer the ownership. First come first win.  --- [[user>danny0838|danny0838]] //2015-01-18 11:42//
plugin/editx.txt · Last modified: 2024-03-22 12:19 by mopani

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki