| /plugin/stdokuwikiconnector/ |
| H A D | DokuWikiConnector.sln | 4 …EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stDokuWikiConnector", "stExtLib\stDokuWikiConnector-dll\stDo… 6 …EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDokuWikiConnector", "stTest\TestDokuWikiConnector\TestDo… 13 Release|Any CPU = Release|Any CPU 14 Release|Mixed Platforms = Release|Mixed Platforms 15 Release|x86 = Release|x86 18 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 19 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.Build.0 = Debug|Any CPU 20 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 21 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 22 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|x86.ActiveCfg = Debug|Any CPU [all …]
|
| /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/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 13 # ------------------------------------------------------------------------------------------ 14 name: Build a release 22 ['v[0-9]+-[0-9]+-[0-9]+'] 32 runs-on: ubuntu-latest 36 - run: | [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/Resource/ |
| D | ProjectsReleases.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 23 use Google\Service\FirebaseRules\Release; alias 31 * $releases = $firebaserulesService->releases; 37 * Create a `Release`. Release names should reflect the developer's deployment 38 * practices. For example, the release name may include the environment name, 40 * developer. Once a `Release` refers to a `Ruleset`, the rules can be enforced 41 * by Firebase Rules-enabled services. More than one `Release` may be 'live' 42 * concurrently. Consider the following three `Release` names for `projects/foo` 43 * and the `Ruleset` to which they refer. Release Name -> Ruleset Name * 44 * projects/foo/releases/prod -> projects/foo/rulesets/uuid123 * [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 | Makefile | 1 # Delete Page Guard Plugin - Developer Tools 3 # Professional Makefile for development, testing, and release management 5 .PHONY: test check clean dist release version help 9 @echo "Delete Page Guard Plugin - Developer Tools" 13 @echo " test - Run the test suite" 14 @echo " check - Check PHP syntax of all files" 15 @echo " clean - Clean temporary files" 17 @echo "Release targets:" 18 @echo " version [VERSION=x.y.z] - Update version in all files" 19 @echo " dist - Create distribution ZIP file" [all …]
|
| /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/findologicxmlexport/vendor/sebastian/version/ |
| D | README.md | 3 **Version** is a library that helps with managing the version number of Git-hosted PHP projects. 7 You can add this library as a local, per-project dependency to your project using [Composer](https:… 11 …instance to run your project's test suite, then you should add it as a development-time dependency: 13 composer require --dev sebastian/version 19 …release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the re… 31 var_dump($version->getVersion()); 34 string(18) "3.7.10-17-g00f3408" 36 When a new release is prepared, the string that is passed to the constructor as the first argument … 40 …path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` is ret… 41 …is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is returned su… [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/version/src/ |
| D | Version.php | 14 * @since Class available since Release 1.0.0 26 private $release; variable in SebastianBergmann\\Version 34 * @param string $release 37 public function __construct($release, $path) argument 39 $this->release = $release; 40 $this->path = $path; 48 if ($this->version === null) { 49 if (count(explode('.', $this->release)) == 3) { 50 $this->version = $this->release; 52 $this->version = $this->release . '-dev'; [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 …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
| D | UpdateReleaseRequest.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 22 protected $releaseType = Release::class; 30 * @param Release 32 public function setRelease(Release $release) argument 34 $this->release = $release; 37 * @return Release 41 return $this->release; 48 $this->updateMask = $updateMask; 55 return $this->updateMask;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/ |
| D | ProjectsLocationsDeliveryPipelinesReleases.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 22 use Google\Service\CloudDeploy\Release; alias 29 * $releases = $clouddeployService->releases; 35 * Creates a new Release in a given project and location. (releases.create) 37 * @param string $parent Required. The parent collection in which the `Release` 40 * @param Release $postBody 43 * @opt_param string releaseId Required. ID of the `Release`. 54 * (00000000-0000-0000-0000-000000000000). 60 public function create($parent, Release $postBody, $optParams = []) 64 return $this->call('create', [$params], Operation::class); [all …]
|
| /plugin/diffpreview/ |
| D | action.php | 6 * @license GPL-2.0-or-later (http://www.gnu.org/licenses/gpl.html) 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 */ 34 /* release Igor and above */ 36 $pos = $form->findPositionByAttribute('id', 'edbtn__preview'); 38 $form->addButton('do[changes]', $this->getLang('changes'), $pos+1) [all …]
|
| /plugin/page4release/ |
| D | action.php | 19 $contr->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'indexer', array()); 27 $release = p_get_metadata($ID, 'page4release',True); 30 … (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $release)) 31 || (!array_key_exists($ID,$page4release[$filename]) && ($release)) 33 // La page qu'on modifie se trouve déjà dans l'index et release à été modifié. 35 … // La page qu'on modifie ne se trouve pas dans l'index et une release est spécifié. 42 if ($release) 44 $page4release[$filename][$ID] = $release; 48 } elseif ($release) { 50 $page4release[$filename] = array($ID => $release);
|
| /plugin/wikistats/ |
| D | README.md | 8 | - | - | 9 | Last updated on | 2017-06-28 | 16 …Release 2017-02-19b "Frusterick Manners"](https://download.dokuwiki.org/src/dokuwiki/dokuwiki-2017… 17 | License | [GNU GPL v2](http://www.opensource.org/licenses/gpl-license.php "GNU GPL v2") | 24 Download the wikistats archive from the [git repo](https://github.com/4x4-chris/wikistats). 27 `lib/plugins/wikistats/` - if the folder is called different it 42 $wikistats->add_stats_link(); 50 <div class="bar-right" id="bar__bottomright"> 53 $wikistats->add_stats_link(); ?> 63 For Dokuwiki "**Release 2017-02-19b Frusterick Manners**", you should process as follows: [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
| D | MockBuilder.php | 14 * @since File available since Release 1.0.0 94 $this->testCase = $testCase; 95 $this->type = $type; 96 $this->generator = new PHPUnit_Framework_MockObject_Generator; 106 $object = $this->generator->getMock( 107 $this->type, 108 $this->methods, 109 $this->constructorArgs, 110 $this->mockClassName, 111 $this->originalConstructor, [all …]
|
| /plugin/pagecss/.github/workflows/ |
| H A D | main.yml | 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 24 …curl -sSL https://github.com/orhun/git-cliff/releases/download/v1.3.0/git-cliff-1.3.0-x86_64-unkno… [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | RollupNamespace.asciidoc | 35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 38 ---- 42 ---- 49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 52 ---- 56 ---- 63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 66 ---- 70 ---- 77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
| D | ReleaseRenderEvent.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseRenderEvent 36 $this->message = $message; 43 return $this->message; 48 public function setRelease($release) argument 50 $this->release = $release; 57 return $this->release;
|
| D | ReleaseNotificationEvent.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseNotificationEvent 40 $this->message = $message; 47 return $this->message; 52 public function setRelease($release) argument 54 $this->release = $release; 61 return $this->release; 68 $this->type = $type; 75 return $this->type;
|
| /plugin/openlayersmap/.github/workflows/ |
| D | release.yml | 1 name: Release 6 - master 8 - "*.info.txt" 11 release: 12 name: Release 13 uses: mprins/.github/.github/workflows/DW-plugin-release.yml@main
|
| /plugin/backlinks/.github/workflows/ |
| D | release.yml | 1 name: Release 6 - master 8 - "*.info.txt" 11 release: 12 name: Release 13 uses: mprins/.github/.github/workflows/DW-plugin-release.yml@main
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | CHANGELOG.md | 1 ## Release 7.13.1 3 - Added port in url for trace and logger messages 4 [#1126](https://github.com/elastic/elasticsearch-php/pull/1126) 5 ## Release 7.13.0 7 - (DOCS) Added the HTTP meta data section 8 [#1143](https://github.com/elastic/elasticsearch-php/pull/1143) 9 - Added support for API Compatibility Header 10 [#1142](https://github.com/elastic/elasticsearch-php/pull/1142) 11 - (DOCS) Added Helpers section to PHP book 12 [#1129](https://github.com/elastic/elasticsearch-php/pull/1129) [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ChangeLog | 1 2008-04-13 Konstantin Bournayev <bkon@bkon.ru> 3 * Release: html2ps-2.0.43 5 * Fixed: space could be added after some non-whitespace symbols 14 2008-03-27 Konstantin Bournayev <bkon@bkon.ru> 16 * Release: html2ps-2.0.42 24 2008-03-15 Konstantin Bournayev <bkon@bkon.ru> 26 * Release: html2ps-2.0.41 32 2008-03-01 Konstantin Bournayev <bkon@bkon.ru> 34 * Release: html2ps-2.0.40 36 * Change: unicode-aware line breaking algorithm [all …]
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 4 3.2.3 (2018-10-19) 5 ------------------ 10 3.2.2 (2017-02-14) 11 ------------------ 15 * The zip release ships with [sabre/vobject 4.1.2][vobj], 20 3.2.1 (2017-01-28) 21 ------------------ 25 * #889 Added support for filtering vCard properties in the addressbook-query 27 * The zip release ships with [sabre/vobject 4.1.2][vobj], 32 3.2.0 (2016-06-27) [all …]
|