| /plugin/upgrade/.github/workflows/ |
| D | fullUpgrade.yml | 7 name: DokuWiki ${{ matrix.dokuwiki-release }} 8 runs-on: ubuntu-latest 13 dokuwiki-release: 14 - '2022-06-26rc' # igor 15 - '2020-07-29a' # hogfather 16 fail-fast: true 19 - name: Setup PHP 20 uses: shivammathur/setup-php@v2 22 php-version: '8.2' 25 - name: Download DokuWiki [all …]
|
| /plugin/gitbacked/ |
| D | CHANGELOG.md | 8 <!-- Format restrictions - see https://common-changelog.org and https://keepachangelog.com/ for det… 9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio… 10 <!-- The subsequent comment lines start with a space - not to irritate the release scripts parser! 11 ## [yyyy-mm-dd] 12 <empty line> - optional sub sections may follow like: 14 - This feature was changed 17 - This feature was added 20 - This feature was changed 23 - This feature was removed 26 - This issue was fixed [all …]
|
| D | README.md | 1 # gitbacked Plugin for DokuWiki 2 [](https://github.com/woolfg/… 10 - [Smaller issues, also well suited for newcomers](https://github.com/woolfg/dokuwiki-plugin-gitbac… 11 - [Feature requests and other cool ideas](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issue… 15 ## gitbacked Plugin for DokuWiki 20 http://www.dokuwiki.org/plugin:gitbacked 22 …s provided as released DokuWiki installable ZIP packages with detailed [release notes](https://git… 23 via this repos [Releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases). 24 …t can be found at [HowTo manage releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/blob… [all …]
|
| /plugin/deletepageguard/ |
| H A D | RELEASE.md | 1 # Release Process for Delete Page Guard Plugin 3 This document describes the complete release process for the Delete Page Guard DokuWiki plugin, inc… 7 The plugin uses a professional release workflow with: 9 - Centralized version management 10 - Automated testing and validation 11 - Distribution packaging 12 - Git integration 13 - Semantic versioning 17 Before starting a release, ensure you have: 19 - PHP 7.4+ installed [all …]
|
| H A D | dokuwiki-plugin-page.txt | 3 ---- plugin ---- 8 lastupdate : 2025-11-02 15 downloadurl: https://github.com/jonnydee/deletepageguard/releases/download/v1.0.0/deletepageguard-1… 21 ---- 25 …DokuWiki installation by blocking the "empty save" operation when certain pages are protected. A p… 31 * Choose whether to match against the colon-separated page ID or the relative file system path 33 * Optionally treat whitespace-only content as empty 34 * **Pattern validation**: Real-time validation with detailed error messages for administrators 36 * **Security features**: Built-in ReDoS protection and input sanitization 40 …test version. Or download the package manually and extract it into your DokuWiki's ''lib/plugins/'… [all …]
|
| H A D | README.md | 1 # Delete Page Guard for DokuWiki 4 wikipages in your DokuWiki installation by blocking the “empty save” 7 regular expressions configured via the DokuWiki Configuration Manager. 18 * **Pattern validation**: Real-time validation with detailed error messages for administrators. 20 * **Security features**: Built-in ReDoS protection and input sanitization. 25 `<dokuwiki>/lib/plugins/deletepageguard/`. 28 3. Visit the **Configuration Manager** in your DokuWiki and adjust the 36 |---|---| 46 * **Real-time validation**: Invalid patterns are automatically detected when pages are saved 49 * **Security protection**: Built-in protection against ReDoS (Regular Expression Denial of Service)… [all …]
|
| /plugin/diffpreview/ |
| D | action.php | 4 * DokuWiki Action component of DiffPreview Plugin 6 * @license GPL-2.0-or-later (http://www.gnu.org/licenses/gpl.html) 14 * Register its handlers with the DokuWiki's event controller 18 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Hogf… 19 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Igor and… 21 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_action_act_preprocess'); 22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes'); 30 $form = $event->data; 32 /* Check the DokuWiki release */ 33 if (is_a($form, \dokuwiki\Form\Form::class)) { [all …]
|
| D | CHANGELOG.md | 3 # [1.3.1] – 2023-06-18 7 # [1.3.0] – 2022-11-24 9 Fully support DokuWiki release Igor. 11 - Handle deprecated functions `html_edit` and `html_diff` 13 # [1.2.0] – 2021-11-14 15 Prepare for upcoming DokuWiki release Igor. 17 - Handle new form events 19 # [1.1.2] – 2020-10-24 23 - Add changelog 24 - Add Japanese translation
|
| /plugin/gitbacked/.github/workflows/docs/ |
| D | HowTo_MANAGE_RELEASES.md | 3 ## Release version naming 4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes… 5 via this repos [Release](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases) page. 6 - The name of a release is identical to the `date` property in `plugin.info.txt` of that release. 8 ## Pre-Requisites 9 - The release notes have to be maintained manually in [CHANGELOG.md](https://github.com/woolfg/doku… 11 ## Building a release 12 - Releases are built by the `build_release.yml` GitHub Action workflow of this project. 13 - A release build is triggered by applying a tag with name '**v**YYYY-MM-DD' to the corresponding m… 14 - The release workflow is not triggered, if: [all …]
|
| /plugin/wikistats/ |
| D | README.md | 3 wikistats Plugin for DokuWiki 8 | - | - | 9 | Last updated on | 2017-06-28 | 10 …dokuwiki.org/plugins?plugintype=1#extension__table "List all Syntax plugins"), [Helper](https://ww… 13 | Optionally requires | [tag](https://www.dokuwiki.org/plugin:tag "plugin tag") (for displaying tag… 14 | Similar to | [numberof](https://www.dokuwiki.org/plugin:numberof "plugin numberof"), [stats](http… 15 …t](https://www.dokuwiki.org/plugins?plugintag=report#extension__table "List all plugins with this … 16 …Dokuwiki | [Release 2017-02-19b "Frusterick Manners"](https://download.dokuwiki.org/src/dokuwiki/d… 17 | License | [GNU GPL v2](http://www.opensource.org/licenses/gpl-license.php "GNU GPL v2") | 20 [wikistats plugin page at Dokuwiki](https://www.dokuwiki.org/plugin:wikistats) [all …]
|
| /plugin/gitbacked/.github/workflows/ |
| D | build_release.yml | 1 # ------------------------------------------------------------------------------------------ 2 # This is a workflow to release this project as a zipped installable artifact. 3 # Release version numbering and release notes generation is following standards defined by: 7 # https://common-changelog.org 9 # Note: Since DokuWiki is using version numbering in format YYYY-MM-DD we use this numbering 11 # The git tag names have to use a 'v' as prefix to the DokuWiki version number. 13 # ------------------------------------------------------------------------------------------ 14 name: Build a release 19 # Here we use the DokuWiki conform version number pattern. 22 ['v[0-9]+-[0-9]+-[0-9]+'] [all …]
|
| /plugin/mdpage/ |
| D | README.md | 1 # Markdown plugin for DokuWiki 3 …eci.com/gh/mizunashi-mana/dokuwiki-plugin-mdpage/tree/master.svg?style=svg)](https://circleci.com/… 4 …f12742/maintainability)](https://codeclimate.com/github/mizunashi-mana/dokuwiki-plugin-mdpage/main… 5 …36f12742/test_coverage)](https://codeclimate.com/github/mizunashi-mana/dokuwiki-plugin-mdpage/test… 9 See <https://www.dokuwiki.org/plugin:mdpage>. 13 See [Contributing Guide](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/CONTR… 15 ## Release flow 18 2. Run `./scripts/push-release-tag.bash [VERSION]` 19 3. Fix `lastupdate` on https://www.dokuwiki.org/plugin:mdpage 20 4. Wait deploying and update the release note for new version [all …]
|
| /plugin/odt/lang/de/ |
| D | lang.php | 6 * @package DokuWiki\lang\de\lang 8 * @author F. Mueller-Donath <j.felix@mueller-donath.de> 9 * @author Florian Lamml <info@florian-lamml.de> 11 $lang['encoding'] = 'utf-8'; 13 $lang['view'] = 'Ins Open-Document-Format exportieren'; 27 $lang['conversion_failed_msg'] = '====== Bei der Konvertierung des ODT-Dokuments ist ein Fehler auf… 29 Ausgeführte Kommando-Zeile: 40 $lang['init_failed_msg'] = '====== Ein Fehler ist bei der Initialisierung des ODT-Dokuments a… 42 Ist Ihre DokuWiki-Version kompatibel zum ODT-Plugin? 44 Seit Release 2017-02-11 benötigt das ODT-Plugin DokuWiki-Release “Detritus” oder neuer! [all …]
|
| /plugin/odt/lang/de-informal/ |
| D | lang.php | 6 * @package DokuWiki\lang\de-informal\lang 8 * @author F. Mueller-Donath <j.felix@mueller-donath.de> 9 * @author Florian Lamml <info@florian-lamml.de> 11 $lang['encoding'] = 'utf-8'; 27 $lang['conversion_failed_msg'] = '====== Bei der Konvertierung des ODT-Dokuments ist ein Fehler auf… 29 Ausgeführte Kommando-Zeile: 40 $lang['init_failed_msg'] = '====== Ein Fehler ist bei der Initialisierung des ODT-Dokuments a… 42 Ist deine DokuWiki-Version kompatibel zum ODT-Plugin? 44 Seit Release 2017-02-11 benötigt das ODT-Plugin DokuWiki-Release “Detritus” oder neuer! 45 …s bitte den [[https://www.dokuwiki.org/plugin:odt#requirements|Abschnitt "Requirements"]] auf der … [all …]
|
| /plugin/todo/ |
| H A D | README.md | 1 DokuWiki Plugin ToDo 4 see https://www.dokuwiki.org/plugin:todo 9 To prepare a new release: 10 - Take note of latest date tag, i.e. "2023-05-17" and edit "latest" release to be based on that ins… 11 - Move `latest` tag to current commit and add current date tag 16 git tag --force latest 19 git push -f origin latest 21 - Create a new release based on `latest` tag. 25 git fetch --tags -f
|
| /plugin/odt/lang/en/ |
| D | lang.php | 6 * @package DokuWiki\lang\en\lang 10 $lang['encoding'] = 'utf-8'; 58 Is your DokuWiki version compatible to the ODT plugin? 60 Since release 2017-02-11 the ODT plugin requires DokuWiki release “Detritus” or newer! 61 …please see the [[https://www.dokuwiki.org/plugin:odt#requirements|Requirements section]] of the OD… 63 (Your DokuWiki release is %DWVERSION%)';
|
| /plugin/syntaxhighlighter3/ |
| D | CHANGELOG.md | 5 > This is the latest release. The has been moved to [SyntaxHighlighter 4](https://github.com/crazy-… 42 > Release available in `archives` folder. 44 * Fixed problem with the option html-script, always load shBrushXml.js to make it work. 49 > Release available in `archives` folder. 51 * Plugin adapted to [current plugin layout](https://www.dokuwiki.org/devel:plugin_file_structure). 53 * Uses [Config Manager](https://www.dokuwiki.org/plugin:config) to select theme and configure Autol…
|
| /plugin/searchindex/ |
| D | ajax.php | 9 use dokuwiki\Search\Indexer; 22 header('Content-Type: text/plain; charset=utf-8'); 62 if (is_callable('dokuwiki\Search\Indexer::getInstance')) { 67 // Failed to clear index. Your DokuWiki is older than release 2011-05-25 "Rincewind" 72 $success = $Indexer->clear(); 74 // Failed to clear index. Your DokuWiki is older than release 2013-05-10 "Weatherwax" 103 if (is_callable('dokuwiki\Search\Indexer::getInstance')) { 105 $success = $Indexer->addPage($_POST['page'], false, $force); 109 // Failed to index the page. Your DokuWiki is older than release 2011-05-25 "Rincewind"
|
| /plugin/simplemysqlclient/ |
| D | descr.txt | 3 ---- plugin ---- 4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database. 8 lastupdate : 2016-07-11 9 …-06-26 "Elenor Of Tsort",2012-10-13 "Adora Belle",2013-05-10a "Weatherwax",Release 2013-12-08 "Bin… 10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables 13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG 14 ---- 19 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi… 23 In Admin-Section is to configurate the plugin. You have to set the database name, user, passwort an… 27 …lclient.zip|simplemysqlclient.zip]] and extract the zip file to the plugin folder on your dokuwiki. [all …]
|
| /plugin/cosmocode/helper/ |
| D | support.php | 3 use dokuwiki\Extension\Plugin; 6 * DokuWiki Plugin cosmocode (Helper Component) 8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 9 * @author Andreas Gohr <dokuwiki@cosmocode.de> 32 $info = $instance->getInfo(); 46 * @return array an os-release array, might be empty 48 * @todo this will be included in future versions of DokuWiki 53 if (file_exists('/etc/os-release')) { 55 $osRelease = parse_ini_file('/etc/os-release'); 75 * @todo this will be included in future versions of DokuWiki [all …]
|
| /plugin/crossdbsqlclient/ |
| D | descr.txt | 3 ---- plugin ---- 4 description: A GUI-Interface in Dokuwiki to execute sql on MySQL and PostgreSQL. 8 lastupdate : 2016-07-08 9 …-06-26 "Elenor Of Tsort",2012-10-13 "Adora Belle",2013-05-10a "Weatherwax",Release 2013-12-08 "Bin… 10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables 13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG 14 ---- 18 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi… 22 In Admin-Section is to configurate the plugin. You have to set the database name, user, passwort an… 26 …qlclient.zip|crossdbsqlclient.zip]] and extract the zip file to the plugin folder on your dokuwiki. [all …]
|
| /plugin/pagecss/.github/workflows/ |
| H A D | main.yml | 1 name: Create DokuWiki Plugin ZIP and Changelog on Tag 6 - 'v*' 9 build-release: 10 name: Build and Release 11 runs-on: ubuntu-latest 14 - name: Checkout code 17 - name: Set up git config 19 git config --global user.name "GitHub Actions" 20 git config --global user.email "actions@github.com" 22 - name: Install git-cliff [all …]
|
| /plugin/combo/ |
| H A D | contrib.md | 13 property of the [Combo Plugin page](https://www.dokuwiki.org/plugin:combo) 15 It's used by the [new installer](https://www.patreon.com/posts/new-extension-116501986) 21 …ttps://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions#how-to-enable-the-debsuryorg… 25 curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x 27 sudo apt install -y php7.4 \ 28 php7.4-mbstring \ 29 php7.4-xml \ 30 php7.4-gd \ 31 php7.4-intl \ 32 php7.4-curl \ [all …]
|
| /plugin/sphinxsearch-was/ |
| H A D | changelog | 1 Version 0.3.11-was1 2 * Made the plugin compatible with the latest DokuWiki release. 5 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons. 6 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration. 12 …* Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configura… 18 * Fixed detection of DokuWiki data directory when data directory is absolute path 22 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater" 28 * Minor bugfix release - improved indexing and search relevance 31 * Fixed bug - document parsing by section 33 * Fixed bug with dokuwiki version 2008-05-05 [all …]
|
| /plugin/stale/ |
| D | README.md | 1 # Stale Plugin - Making your Dokuwiki Cache Stale 5 Stale is a [DokuWiki Plugin](https://www.dokuwiki.org/plugin:stale) that aims to delete or make all… 9 * delete the [sitemap file](https://www.dokuwiki.org/sitemap) if present. 17 …dokuwiki.php](https://www.dokuwiki.org/config) - [For Geshi](https://forum.dokuwiki.org/d/20833-ho… 18 …nfiguration file: [local.php](https://www.dokuwiki.org/config) - [Ref: Purging the cache](https://… 19 * all plugin info file [plugin.info.txt](https://www.dokuwiki.org/devel:plugin_info) 29 … in the [sitemenu tool](https://www.dokuwiki.org/devel:menus) via the hand icon ![Hand index icon]… 30 * in the [admin page](https://www.dokuwiki.org/admin_window) 33 ## Release section in Stale Plugin - Making your Dokuwiki Cache Stale 35 * 2023-02-20: [all …]
|