Home
last modified time | relevance | path

Searched full:changelog (Results 26 – 50 of 333) sorted by relevance

12345678910>>...14

/dokuwiki/inc/
H A Ddefines.php39 * Constants for known core changelog line types.
40 * @file inc/changelog.php
49 * Changelog filter constants
50 * @file inc/changelog.php
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DREADME.md15 ## Changelog section in Doctrine Annotations
17 See [CHANGELOG.md](CHANGELOG.md).
/plugin/cite/
H A DCHANGELOG.md1 # Changelog chapter
4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
28 - [CITE-3] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code clea…
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php13 // Constants for known core changelog line types.
254 * Parses a changelog line into it's components.
256 * @param string $line changelog line to parse
257 * @return mixed changelog entry array or false on failure
275 * Adds an entry to the user authentication data changelog.
297 // add the changelog line
300 …ile($this->userFN($user, $refresh ? 'activity' : 'changes'), $logline, true); //user data changelog
301 // don't use global provider changelog to log sign-ins; too much data
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DREADME.md34 Differences between the 1.x and 2.x can be found in the [CHANGELOG][CHANGELOG].
43 [CHANGELOG]: https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md
H A DMETA.md1 # Generating changelog
3 Use: https://github.com/skywinder/Github-Changelog-Generator
/plugin/gitbacked/
H A DREADME.md20 …ailed [release notes](https://github.com/woolfg/dokuwiki-plugin-gitbacked/blob/master/CHANGELOG.md)
33 ## Changelog section in gitbacked Plugin for DokuWiki
35 See [CHANGELOG.md](CHANGELOG.md)
/plugin/bibtex4dw/
H A DCHANGELOG.md1 # Changelog chapter
3 Manual changelog with some possibly important aspects
7 Note that the changelog started only in May 2023, after the plugin was not developed for several years (but continuously used by its author). Old changes are taken from the (German) plugin homepage of its author.
/plugin/gdpr/
H A Dcli.php24 $options->setHelp('Clean ips from all changelog entries older than $conf[\'recent_days\']');
50 $this->log('debug', 'Cleaning changelog ' . $changelogFN);
60 $this->log('debug', 'Cleaning media changelog ' . $changelogFN);
/plugin/cleanoldips/
H A Dcli.php24 $options->setHelp('Clean ips from all changelog entries older than $conf[\'recent_days\']');
50 $this->log('debug', 'Cleaning changelog for page ' . $pageid);
62 $this->log('debug', 'Cleaning changelog for media file ' . $mediaid);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh6 changelog=$(cat CHANGELOG.md)
16 if [[ ! $changelog =~ $regex ]]; then
/plugin/freechat/phpfreechat/misc/
H A DtarSource26 #wget http://www.phpfreechat.net/pages/fr/changelog.html -q -O ./$NAME/changelog.fr.html
27 #wget http://www.phpfreechat.net/pages/en/changelog.html -q -O ./$NAME/changelog.en.html
/plugin/googleanalytics/
H A DCHANGELOG.md1 # Changelog chapter
4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30 - [DPG-19] - Added this CHANGELOG.md, rewrote README.md and first official version number 1.0.0 and…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DChangeLogsListResponse.php23 protected $changeLogsType = ChangeLog::class;
35 * @param ChangeLog[]
42 * @return ChangeLog[]
/dokuwiki/inc/Ui/
H A DMediaDiff.php5 use dokuwiki\ChangeLog\MediaChangeLog;
6 use dokuwiki\ChangeLog\RevisionInfo;
19 protected $changelog; variable in dokuwiki\\Ui\\MediaDiff
51 $this->changelog = new MediaChangeLog($this->id);
77 $changelog =& $this->changelog;
83 $changelogRev1 = $changelog->getRevisionInfo($this->rev1);
84 $changelogRev2 = $changelog->getRevisionInfo($this->rev2);
92 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
/plugin/publish/action/
H A Dmail.php121 $changelog = new PageChangelog($ID);
122 $oldrev = $changelog->getRelativeRevision($rev, -1);
143 $changelog = new PageChangelog($ID);
144 $revinfo = $changelog->getRevisionInfo($rev);
180 $changelog = new PageChangelog($ID);
181 $revinfo = $changelog->getRevisionInfo($rev);
/plugin/today/
H A DCHANGELOG.md1 # Changelog chapter
3 …ed in this file. See [standard-version](https://github.com/conventional-changelog/standard-version…
/plugin/simplemap/
H A DCHANGELOG.md1 # Changelog chapter
3 …ed in this file. See [standard-version](https://github.com/conventional-changelog/standard-version…
/plugin/katex/
H A DCHANGELOG.md1 # Changelog chapter
3 …is project will documented in this file. The format is based on [Keep a Changelog](https://keepach…
/plugin/backup/
H A DCHANGELOG.md1 # Changelog chapter
4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
25 - [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date t…
/plugin/diffpreview/
H A DCHANGELOG.md1 # Changelog chapter
23 - Add changelog
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
H A Ddense-block-markers.html42 <h2>changelog 1</h2>
47 <h2>changelog 2</h2>
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
H A Ddense-block-markers.html44 <h2>changelog 1</h2>
49 <h2>changelog 2</h2>

12345678910>>...14