DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:removeold

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
plugin:removeold [2017-04-05 02:16] – [Intro] Tidied up some grammer so the sentence reads more easily. 118.209.240.99plugin:removeold [2023-05-02 19:47] (current) – screenshots Aleksandr
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: to simply remove outdated DokuWiki system files.+description: To simply remove outdated DokuWiki system files
 author     : Taggic author     : Taggic
 email      : Taggic@t-online.de email      : Taggic@t-online.de
 type       : admin type       : admin
-lastupdate : 2014-10-14 +lastupdate : 2016-07-07 
-compatible : binkyhrun+compatible : 2013-12-08 Binky2014-09-29 Hrun
 depends    :  depends    : 
 conflicts  :   conflicts  :  
 similar    :  similar    : 
 tags       : remove, outdated, update tags       : remove, outdated, update
-screenshot_img: http://www.fristercons.de/fcon/data/media/removeold/summary.png+
 downloadurl: https://github.com/Taggic/removeold/zipball/master downloadurl: https://github.com/Taggic/removeold/zipball/master
-bugtracker : http://www.fristercons.de/fcon/doku.php?id=removeold:report +bugtracker : #http://www.fristercons.de/fcon/doku.php?id=removeold:report #FIXME 
-sourcerepo : https://github.com/Taggic/removeold/+sourcerepo : https://github.com/Taggic/removeold
 donationurl:  donationurl: 
 +
 +screenshot_img: https://trello.com/1/cards/64514afb11e8501671a00220/attachments/64514b3c99ba54f238979c5b/download/dokuwiki-plugin-removeold_summary.png
 ---- ----
  
 ===== Intro ===== ===== Intro =====
  
-{{ http://www.fristercons.de/fcon/data/media/removeold/input.png}}An up-to-date DokuWiki installation should not have any unused or outdated files from previous installations. This admin-plugin will delete these outdated files.+{{ https://trello.com/1/cards/64514afb11e8501671a00220/attachments/64514b448fc0ffc66cb72904/download/dokuwiki-plugin-removeold_input.png?recache|removeold Plugin}} An up-to-date DokuWiki installation should not have any unused or outdated files from previous installations. This admin-plugin will delete these outdated files. 
 ===== Usage ===== ===== Usage =====
  
 Login with your admin credentials and open the admin panel. There you will find within the section __**Additional Plugins**__ a link to open the UI of this plugin (__//Remove outdated files//__). Beside a small description a set of controls is provided. Login with your admin credentials and open the admin panel. There you will find within the section __**Additional Plugins**__ a link to open the UI of this plugin (__//Remove outdated files//__). Beside a small description a set of controls is provided.
  
-The textarea control is prefilled due to the valid file for your DokuWiki version is provided within the data folder (//deleted.files//). The same list for the latest DokuWiki release is provided by the core developers at [[doku>install:upgrade#files_to_remove|Upgrade - Files to remove]]. You may simply copy this list and paste it into the plugin textarea to overwrite the given values.+The textarea control is prefilled due to the valid file for your DokuWiki version is provided within the data folder (//deleted.files//). The same list for the latest DokuWiki release is provided by the core developers at [[:install:upgrade#files_to_remove|Upgrade - Files to remove]]. You may simply copy this list and paste it into the plugin textarea to overwrite the given values.
  
 __**Simulate only** (dry run)__ \\  __**Simulate only** (dry run)__ \\ 
-This switch is turned on by default. It is to be used to check your system against the files provided within the textarea. The plugin does not take over any guarantee if the listed files are really obsolete. With option //dry run// it will check which of them are existent and accessible. The result will be displayed as a list of the files and a short text below the textarea input control (except the //Show summary only !// option is turned on). It is recommended to run a simulation first.+This switch is turned on by default. It is to be used to check your system against the files provided within the textarea. The plugin does not take over any guarantee if the listed files are really obsolete. With option //dry run// it will check which of them are existent and accessible. The result will be displayed as a list of the files and a short text below the textarea input control (except the //Show summary only!// option is turned on). It is recommended to run a simulation first.
  
 __**Execution**__ \\  __**Execution**__ \\ 
-To really delete the filesjust switch off the simultion option and press start. But first **Make a full backup** of your wiki (better safe than sorry).+To really delete the files, switch off the simulation option and press Start. But first **Make a full backup** of your wiki (better safe than sorry).
  
 __**Summary only**__ \\  __**Summary only**__ \\ 
-For quick checks especially on simulation it may be of interest to get just a brief overview about the result to be expected. To do so switch on the //Summary only !// option. It can be used on execution also as on simulation and will suppress the detailed list of files and results. The output will be shrinked to something similar as follows\\  +For quick checks especially on simulation it may be of interest to get just a brief overview about the result to be expected. To do so switch on the //Summary only!// option. This option can also be used on actual execution. It will suppress the detailed list of files and results. Instead, the output will be shrunk to something similar to: 
-{{http://www.fristercons.de/fcon/data/media/removeold/summary.png}}+ 
 +{{https://trello.com/1/cards/64514afb11e8501671a00220/attachments/64514b3c99ba54f238979c5b/download/dokuwiki-plugin-removeold_summary.png?recache}}
  
 \\  \\ 
 Following values may be given as result: Following values may be given as result:
-^Text ^meaning | +^ Text           ^ Meaning   
-|File not found  | The file does not exist on your system at the given path  | +|File not found  | The file does not exist on your system at the given path | 
-|Files deleted  | **Simulation:** You have proper rights to delete this file \\ **Execution:** You switched off the simulation option. That means your files are really deleted now.  | +|Files deleted   | **Simulation:** You have proper rights to delete this file\\ \\ **Execution:** You switched off the simulation option. That means your files are really deleted now.  | 
-|! ERROR !  | **Simulation:** You have no proper rights to delete this file or the file is inaccessible for another reason. \\ **Execution:** A php-warning will be displayed and provides more information about the failure root cause (e.g. Permission denied). The files will still be existent.  +|! ERROR !       | **Simulation:** You have no proper rights to delete this file or the file is inaccessible for another reason.\\ \\ **Execution:** A php-warning will be displayed and provides more information about the failure root cause (e.g. Permission denied). The files will still be existent.  |
  
 \\  \\ 
-Example for a Warning on Simulation (Summary switched off !): \\  +Example for a Warning on Simulation (Summary switched off!): 
-{{http://www.fristercons.de/fcon/data/media/removeold/error.png}}+ 
 +{{https://trello.com/1/cards/64514afb11e8501671a00220/attachments/64514b4b28ea71a2f026bad7/download/dokuwiki-plugin-removeold_error.png?recache}}
  
 \\  \\ 
-Example for a Warning on Execution (Summary switched off !): \\  +Example for a Warning on Execution (Summary switched off!): 
-{{http://www.fristercons.de/fcon/data/media/removeold/warning_message.png}}+ 
 +{{https://trello.com/1/cards/64514afb11e8501671a00220/attachments/64514b34774ff1acbed43fc8/download/dokuwiki-plugin-removeold_warning-message.png?recache}}
  
 \\  \\ 
Line 70: Line 76:
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
- +
-Refer to [[plugins]] on how to install plugins manually.+
  
-==== Version/Requirements ====+===== Version / Requirements =====
  
 There should be no dependencies to the DokuWiki release. There should be no dependencies to the DokuWiki release.
  
-==== Development History ====+===== Development History =====
  
-Please visit [[http://www.fristercons.de/fcon/doku.php?id=removeold::devel|→ Development History]] where you will find a chronological list of changes.+Please visit [[http://www.fristercons.de/fcon/doku.php?id=removeold::devel|→ Development History]] FIXME where you will find a chronological list of changes.
  
-==== Recent Changes ====+===== Recent Changes =====
  
 {{rss>https://github.com/Taggic/removeold/commits/master.atom date}} {{rss>https://github.com/Taggic/removeold/commits/master.atom date}}
Line 88: Line 92:
 ===== Discussion ===== ===== Discussion =====
  
-Please use only the [[http://forum.dokuwiki.org|DokuWiki Forum]] for discussion and the plugin related [[http://www.fristercons.de/fcon/doku.php?id=removeold:issuelist|Issue Tracker]] page (or even [[https://github.com/Taggic/removeold/issues|git]]) to raise issues.+Please use only the [[https://forum.dokuwiki.org/|DokuWiki Forum]] for discussion and the plugin related [[http://www.fristercons.de/fcon/doku.php?id=removeold:issuelist|Issue Tracker]] FIXME page (or even [[https://github.com/Taggic/removeold/issues|git]]) to raise issues.
  
 ===== FAQ ===== ===== FAQ =====
  
-[[http://www.fristercons.de/fcon/doku.php?id=removeold:start#faq|fcon - removeold FAQ]]+[[http://www.fristercons.de/fcon/doku.php?id=removeold:start#faq|fcon - removeold FAQ]] FIXME
  
plugin/removeold.1491351418.txt.gz · Last modified: 2017-04-05 02:16 by 118.209.240.99

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