| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 13 default: 'stable' 16 - stable 64 git merge -s ours origin/stable 71 git log origin/stable..master --oneline 79 destination_branch: stable 82 With accepting this PR, the stable branch will be updated and the whole release and 94 … - [ ] If this is a new stable release, make sure you merged `stable` into `old-stable` first
|
| H A D | phpCS.yml | 6 - stable 7 - old-stable
|
| H A D | testWindows.yml | 6 - stable 7 - old-stable
|
| H A D | testLinux.yml | 6 - stable 7 - old-stable
|
| H A D | deletedFiles.yml | 3 # It compares the current master with the stable branch and adds all deleted files to the data/dele… 39 …for F in $(git diff origin/stable..HEAD --summary | awk '/^ delete/ && $4 !~ /^(VERSION)/ {print $…
|
| H A D | release-build.yml | 2 # It is triggered by pushing to the stable branch, either manually or by merging a PR created by the 9 - stable
|
| /dokuwiki/ |
| H A D | SECURITY.md | 3 Security vulnerabilities can be reported for the current stable release (branch `stable`) and the `… 5 …teers. Depending on the severity we may release hotfixes for the current stable release or may sim…
|
| H A D | composer.json | 32 "prefer-stable": true
|
| H A D | composer.lock | 345 "phpunit/phpunit": "@stable" 856 "minimum-stability": "stable", 861 "prefer-stable": true,
|
| /dokuwiki/.github/ |
| H A D | release.php | 12 const TYPES = ['stable', 'hotfix', 'rc']; 14 // base URL to fetch raw files from the stable branch 15 protected $BASERAW = 'https://raw.githubusercontent.com/dokuwiki/dokuwiki/stable/'; 25 $this->BASERAW = 'https://raw.githubusercontent.com/' . $repo . '/stable/'; 85 if (!$next['type']) $next['type'] = 'stable'; 117 …if ($current['type'] === 'stable' && $next['type'] !== 'hotfix' && $current['codename'] === $next[… 153 * Get current version info from stable branch
|
| /dokuwiki/_test/tests/ |
| H A D | InfoTest.php | 28 'type' => 'stable', 39 'type' => 'stable',
|
| /dokuwiki/inc/ |
| H A D | Info.php | 22 'type' => '', // stable, rc 35 $return['type'] = 'stable';
|
| /dokuwiki/_test/ |
| H A D | composer.json | 11 "prefer-stable": true,
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | composer.json | 22 "phpunit/phpunit": "@stable"
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | README.md | 5 [](https:…
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | apt_sources.php | 51 'stable', 'old-stable', 'testing', 'testing-proposed-updates', 55 'stable/updates',
|
| H A D | dcs.php | 33 * stable release of GeSHi of version 1.1.x (or later) that allows for highlighting
|
| H A D | vhdl.php | 94 …'prev','restrict','restrict_guarantee','rose','sequence','stable','strong','union','vmode','vprop'…
|
| H A D | postgresql.php | 97 'SOME','STABLE','STANDALONE','START','STATEMENT','STATISTICS',
|
| H A D | systemverilog.php | 100 'signed','sin','sinh','size','sqrt','sscanf','stable','stable_gclk',
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 5 …to maintain without completely rewriting it. It is meant to be used as a stable base for [DokuWiki…
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 12 <property name="stability" value="stable" />
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 1425 "minimum-stability": "stable", 1427 "prefer-stable": false,
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 1489 "minimum-stability": "stable", 1491 "prefer-stable": false,
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 354 "phpunit/phpunit": "@stable"
|