| /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/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/deletepageguard/ |
| 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 …]
|
| 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 …]
|
| /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/authskautis/.github/workflows/ |
| H A D | main.yml | 1 name: Release (build Dokuwiki plugin ZIP) 6 - "*" 12 build-release: 13 runs-on: ubuntu-latest 16 - name: Checkout 19 fetch-depth: 0 21 - name: Setup PHP + Composer 22 uses: shivammathur/setup-php@v2 24 php-version: "8.2" 27 - name: Install zip [all …]
|
| /plugin/gtime/gtlib/ |
| D | README | 2 -------------------- 4 -------------------- 6 - PHP 5.3.X 7 - PHP OpenSSL 0.9.8 8 - PHP with bcmath support 9 - PHP with CURL support 12 -------------------- 13 BUILD DEPENDENCIES 14 -------------------- 16 - Phing [all …]
|
| /plugin/syntaxhighlighter3/ |
| D | CHANGELOG.md | 5 > This is the latest release. The has been moved to [SyntaxHighlighter 4](https://github.com/crazy-… 11 * Add ANT build tools 27 * Add build bash script 36 * Add build tools 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.
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | CHANGELOG.md | 7 - `require('fs')` calls will now be ignored by browser bundlers, through using 9 not available were already in place prior to this release. 13 - This package has been renamed to pug-runtime. 14 - `attrs()` has been optimized. 18 - `classes()` has been optimized, making it more than 9x faster. 19 - `style()` has been optimized, making it 3-9x faster in average cases. 20 - `escape()` has been optimized again, now with another 1-4x boost from the 21 last release. 22 - `attrs()`, `attr()`, and `merge()` also got some minor improvements. 24 last release. [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/ |
| D | package.json | 5 …"description": "Handlebars provides the power necessary to let you build semantic templates effect… 15 "url": "https://github.com/handlebars-lang/handlebars.js.git" 25 "neo-async": "^2.6.2", 26 "source-map": "^0.6.1", 30 "uglify-js": "^3.1.4" 34 "aws-sdk": "^2.1.49", 35 "babel-loader": "^5.0.0", 36 "babel-runtime": "^5.1.10", 39 "chai-diff": "^1.0.1", 41 "dirty-chai": "^2.0.1", [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/deletepageguard/build/ |
| H A D | update-version.php | 7 * Usage: php build/update-version.php [new-version] [new-date] 9 * @license GPL 2 (https://www.gnu.org/licenses/gpl-2.0.html) - see LICENSE.md 28 $newDate = $argv[2] ?? date('Y-m-d'); 31 echo "Delete Page Guard Plugin - Version Update Script\n"; 33 echo "Usage: php build/update-version.php <new-version> [new-date]\n"; 34 echo "Example: php build/update-version.php 1.1.0 2025-02-01\n"; 39 if (!preg_match('/^\d+\.\d+\.\d+(-[a-zA-Z0-9\-\.]+)?$/', $newVersion)) { 44 if (!preg_match('/^\d{4}-\d{2}-\d{2}$/', $newDate)) { 45 die("Error: Invalid date format. Use YYYY-MM-DD\n"); 56 …- Version Information\n *\n * Centralized version management for the plugin.\n * This file is used… [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
| D | README.md | 1 # phpseclib - PHP Secure Communications Library 7 - [Become a backer or sponsor on Patreon](https://www.patreon.com/phpseclib) 8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group… 9 - [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_s… 13 MIT-licensed pure-PHP implementations of the following: 15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519… 34 * Long term support (LTS) release 37 * PSR-4 autoloading with namespace rooted at `\phpseclib3` 42 * Long term support (LTS) release 45 * PSR-4 autoloading with namespace rooted at `\phpseclib` [all …]
|
| /plugin/asciidocjs/node_modules/supports-color/ |
| D | index.js | 4 const hasFlag = require('has-flag'); 9 if (hasFlag('no-color') || 10 hasFlag('no-colors') || 70 // Windows 10 build 10586 is the first Windows release that supports 256 colors. 71 // Windows 10 build 14931 is the first release that supports 16m/TrueColor. 72 const osRelease = os.release().split('.'); 92 return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; 111 if (/-256(color)?$/i.test(env.TERM)) {
|
| /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/tagfilter/script/select2/ |
| D | release.sh | 2 set -e 4 echo -n "Enter the version for this release: " 17 release="$name-$ver" 19 branch="build-$ver" 31 sed -E -e "s/\"version\": \"([0-9\.]+)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery… 39 git commit -m "modified version identifiers in descriptors for release $ver" 47 find . -name "$js" | xargs -I{} sed -e "$tokens" -i -- {} 48 find . -name "$css" | xargs -I{} sed -e "$tokens" -i -- {} 50 sed -e "s/latest/$ver/g" -i -- bower.json 61 curl -s \ [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | Makefile | 6 view-docs: 9 start-server: stop-server 12 stop-server: 15 | grep -v grep \ 16 | cut -f 1 -d " "\ 17 ) && [ -n "$$PID" ] && kill $$PID || true 19 test: start-server 21 $(MAKE) stop-server 23 coverage: start-server 24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST) [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | experimental-beta-apis.asciidoc | 8 - **Stable** APIs should be safe to use extensively in production. Any breaking 10 documented in the breaking changes documentation for that release. 11 - **Beta** APIs are on track to become stable and permanent features. Use them 14 - **Experimental** APIs are just that - an experiment. An experimental API might 24 The experimental APIs included in the current version of `elasticsearch-php` 27 - https://www.elastic.co/guide/en/elasticsearch/reference/7.4/search-rank-eval.html[Ranking Evaluat… 30 ---- 31 $client = ClientBuilder::create()->build(); 35 $result = $client->rankEval($params); 36 ---- [all …]
|
| /plugin/openlayersmap/.github/workflows/ |
| D | codeql-analysis.yml | 5 # or to provide custom queries or build logic. 24 runs-on: ubuntu-latest 28 security-events: write 31 fail-fast: false 35 # Learn more about CodeQL language support at https://git.io/codeql-language-support 38 - name: Checkout repository 42 - name: Initialize CodeQL 43 uses: github/codeql-action/init@v4 49 # queries: ./path/to/local/query, your-org/your-repo/queries@main 51 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). [all …]
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | README.md | 9 * [Bower](http://bower.io/) - `bower install snap.svg` 10 * Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js 11 * Manual Unminified - https://raw.githubusercontent.com/adobe-webplatform/Snap.svg/master/dist/snap… 22 In your HTML file, load simply by: `<script src="snap.svg-min.js"></script>` 25 ### Build subsection in [Snap.svg](http://snapsvg.io) 27 Snap.svg uses [Grunt](http://gruntjs.com/) to build. 35 npm install -g grunt-cli 43 _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting-started) more on t… 45 * Type `grunt` in the command line to build the files. 46 * The results will be built into the release folder. [all …]
|
| /plugin/aceeditor/ |
| D | NEWS | 1 2013-07-19 6 2013-07-02 11 2013-05-15 20 2012-10-01 26 2012-09-06 28 * Fixed SSL alert when loading jQuery (pre-Angua) 32 2012-04-17 39 2012-02-14 42 * Setting for additional XML-like tags 43 * PHP-JSON extension not required [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | README.md | 1 …-sequence-diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [ 2012-2017 10 ------- 13 Alice->Bob: Hello Bob, how are you? 15 Bob-->Alice: I am good thanks! 19  22 ------------ 27 ---------------------- 31 Run `bower install bramp/js-sequence-diagrams` and include the scripts below: [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | installation.rst | 7 ------------------------------- 14 .. code-block:: bash 18 Installing from the tarball release 22 2. Verify the integrity of the tarball http://fabien.potencier.org/article/73/signing-project-relea… 29 .. code-block:: bash 41 .. code-block:: bash 43 pear channel-discover pear.twig-project.org 47 -------------------------- 63 .. code-block:: bash 77 .. code-block:: bash [all …]
|
| /plugin/tline/ |
| D | CHANGES.txt | 5 * Added tags/latest, a copy of the latest tagged release. Will be used for 7 the wiki references will not need to be updated for each release. 9 src/webapp/examples/test_example/test.html -- LarryK rev 1598 11 Issue tracker #20 -- LarryK rev 1598 22 is returned by function _paintEventTape in file original-painter. It doesn't make 25 -- LarryK rev 1623 26 * Un-commented-out 29 to re-enable event highlighting 30 See http://groups.google.com/group/simile-widgets/browse_thread/thread/acbffeaa662722f8 31 -- Hunt Culver and LarryK rev 1628 [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/ |
| D | CHANGELOG.md | 4 ## 2.9.2 - 2014-12-14 6 - New Feature: Implemented Pull Request [Introduce sass skins](https://github.com/happyworm/jPlayer… 7 - Bug Fix: Fixed [Example Demo-04 does not work](https://github.com/happyworm/jPlayer/issues/274). 10 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil… 11 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play… 12 - jPlayer Repository Refactor: Changed the html `examples` file extentions from `htm` to `html` for… 15 ## 2.9.1 - 2014-12-09 17 - Bug Fix: Fixed [Bug in IE8](https://github.com/happyworm/jPlayer/issues/269) reported by Denis. 20 ## 2.9.0 - 2014-11-27 22 - New Feature: Merged Pull Request [Composer support](https://github.com/happyworm/jPlayer/pull/235… [all …]
|