Home
last modified time | relevance | path

Searched full:stable (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/.github/workflows/
H A Drelease-preparation.yml13 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 DphpCS.yml6 - stable
7 - old-stable
H A DtestWindows.yml6 - stable
7 - old-stable
H A DtestLinux.yml6 - stable
7 - old-stable
H A DdeletedFiles.yml3 # 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 Drelease-build.yml2 # It is triggered by pushing to the stable branch, either manually or by merging a PR created by the
9 - stable
/dokuwiki/
H A DSECURITY.md3 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 Dcomposer.json32 "prefer-stable": true
H A Dcomposer.lock345 "phpunit/phpunit": "@stable"
856 "minimum-stability": "stable",
861 "prefer-stable": true,
/dokuwiki/.github/
H A Drelease.php12 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 DInfoTest.php28 'type' => 'stable',
39 'type' => 'stable',
/dokuwiki/inc/
H A DInfo.php22 'type' => '', // stable, rc
35 $return['type'] = 'stable';
/dokuwiki/_test/
H A Dcomposer.json11 "prefer-stable": true,
/dokuwiki/vendor/php81_bc/strftime/
H A Dcomposer.json22 "phpunit/phpunit": "@stable"
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md5 [![Latest Stable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/stable)](https:…
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapt_sources.php51 'stable', 'old-stable', 'testing', 'testing-proposed-updates',
55 'stable/updates',
H A Ddcs.php33 * stable release of GeSHi of version 1.1.x (or later) that allows for highlighting
H A Dvhdl.php94 …'prev','restrict','restrict_guarantee','rose','sequence','stable','strong','union','vmode','vprop'…
H A Dpostgresql.php97 'SOME','STABLE','STANDALONE','START','STATEMENT','STATISTICS',
H A Dsystemverilog.php100 'signed','sin','sinh','size','sqrt','sscanf','stable','stable_gclk',
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md5 …to maintain without completely rewriting it. It is meant to be used as a stable base for [DokuWiki…
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml12 <property name="stability" value="stable" />
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock1425 "minimum-stability": "stable",
1427 "prefer-stable": false,
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock1489 "minimum-stability": "stable",
1491 "prefer-stable": false,
/dokuwiki/vendor/composer/
H A Dinstalled.json354 "phpunit/phpunit": "@stable"

12