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-01-03 19:35] – [Make availible only of admins] 78.22.187.125plugin:editx [2015-03-19 05:54] 37.200.79.25
Line 1: Line 1:
-====== editx plugin ======+====== EditX Plugin ======
  
 ---- plugin ---- ---- plugin ----
 description: Extended edit functions such as renaming or deleting a page description: Extended edit functions such as renaming or deleting a page
 author     : danny0838  author     : danny0838 
-email      : danny0838@pchome.com.tw +email      : danny0838@gmail.com 
 type       : action type       : action
-lastupdate : 2012-07-06 +lastupdate : 2013-03-11 
-compatible : 2010-11-07, rincewind, Angua+compatible : 2013-03-06, 2012-10-13,2010-11-07, rincewind, Angua, Weatherwax, Binky
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : !experimental, rename, move, delete tags       : !experimental, rename, move, delete
  
-downloadurl: http://github.com/downloads/danny0838/dw-editx/editx-latest.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 89: Line 89:
  
 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 105:
  
 **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 212: Line 235:
 As a good WYSIWYG editor is pretty mandatory for most users, it would be great, it this problem could get checked over and maybe solved. Because editx would be a very mandatory plugin for most users, too. -- JBorchert, 2012-01-26 As a good WYSIWYG editor is pretty mandatory for most users, it would be great, it this problem could get checked over and maybe solved. Because editx would be a very mandatory plugin for most users, too. -- JBorchert, 2012-01-26
 > I tested latest editx with the latest distribution of fckgLite (Version 07), in Rincewind RC1, and had no problems.  Tested as well with Angua.   --- [[user>turnermm|Myron Turner]] //2012/06/11 18:55// > I tested latest editx with the latest distribution of fckgLite (Version 07), in Rincewind RC1, and had no problems.  Tested as well with Angua.   --- [[user>turnermm|Myron Turner]] //2012/06/11 18:55//
 +
 +==== cannot download plugin with wget or plugin manager ====
 +Hello,
 +
 +I can't download plugin with Plugin Manager (or with wget) on GitHub.
 +
 +Please could you get a direct URL for downloading ?
 +
 +Thanks.
 +
 +----
 +
 +I had problems too with the downloadlink. I found on Gtihub a working link: [[https://github.com/danny0838/dw-editx/archive/65acd9cf54ade1ce36565946f3dac1ac60d3f703.zip|editx on Github]]
 +
 +Jan
 +
 +----
 +
 +==== 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