| #
                08e9b52f |  | 16-Jun-2019 | Phy <git@phy25.com> | Renamed constant to RECENTS_ONLY_CREATION
 This clarifies that it also works when requesting media changelog.
 
 | 
| #
                68f43bcf |  | 26-Oct-2018 | Tero Kivinen <kivinen@iki.fi> | Implemented only_new option for RSS feed, so you can request RSS feed that contains only new files. 
 | 
| #
                aac83cd4 |  | 01-Dec-2019 | Phy <git@phy25.com> | PHP8 fix part 4: Trying to access array offset on value of type bool/null 
 | 
| #
                3e9ae63d |  | 01-Dec-2019 | Phy <git@phy25.com> | PHP8 fix part 3: Trying to access array offset on value of type bool/null 
 | 
| #
                f2b8faf5 |  | 15-Oct-2019 | Andreas Gohr <gohr@cosmocode.de> | Merge branch 'master' into htmlvaliditytests
 * master: (492 commits)
 Avoid flaky tests by waiting full seconds
 translation update
 translation update
 translation update
 translation update
 
 Merge branch 'master' into htmlvaliditytests
 * master: (492 commits)
 Avoid flaky tests by waiting full seconds
 translation update
 translation update
 translation update
 translation update
 Check for null JS object on form field.
 translation update
 Rename _acl_add to _acl_addOrUpdate
 Fix #1115
 translation update
 translation update
 translation update
 Update config.class.php
 translation update
 translation update
 use inline template instead of .dist file to populate users.auth.php
 authpdo: fix _query return type issue per Scrutinizer inspection
 Update lang.php
 Add ugc hint to nofollow
 add UGC hint
 ...
 show more ...  
 | 
| #
                bba3d825 |  | 15-Oct-2019 | Andreas Gohr <gohr@cosmocode.de> | Merge branch 'pr/2401'
 * pr/2401:
 fix: workaround premature metadata generation on page save
 
 | 
| #
                8cbc5ee8 |  | 10-Jun-2019 | Andreas Gohr <andi@splitbrain.org> | replaced deprecated utf8 functions
 For now this uses full qualified namespaces, sensible imports may come
 later.
 
 | 
| #
                923e149a |  | 15-Feb-2019 | Michael Große <mic.grosse@googlemail.com> | Merge branch 'master' into psr2 
 | 
| #
                1b266025 |  | 13-Oct-2018 | Phy <git@phy25.com> | getRecents(): prevent non-exist changelog error. Fixes #2440.
 This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it t
 getRecents(): prevent non-exist changelog error. Fixes #2440.
 This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it to an empty array. Somewhat pythonic?
 show more ...  
 | 
| #
                2eaa0567 |  | 20-Sep-2018 | peterfromearth <coder@peterfromearth.de> | add check if a page has once existed and show new onceexisted page 
 | 
| #
                0c3a5702 |  | 15-Jun-2018 | Andreas Gohr <andi@splitbrain.org> | split changelog classes into their own namespace
 The remaining functions in inc/changelog.php should be moved into a
 utility class.
 
 | 
| #
                3af323c1 |  | 23-May-2018 | Michael Große <grosse@cosmocode.de> | fix: workaround premature metadata generation on page save 
 This fixes a bug where the creator of a new page was not saved to metadata.
 That could happen if a plugin calls pageinfo() in the IO_WIK
 fix: workaround premature metadata generation on page save 
 This fixes a bug where the creator of a new page was not saved to metadata.
 That could happen if a plugin calls pageinfo() in the IO_WIKIPAGE_WRITE
 event AFTER handler. This creates a new .meta file for the page with the
 page's mtime as the creation timestamp. That caused the if clause
 changed in this commit to evaluate as false and thus the creator key was
 not saved.
 
 This commit now also treats the page as newly created if the created
 date in the metadata to the file's current mtime.
 show more ...  
 | 
| #
                aba86f38 |  | 27-Apr-2018 | Andreas Gohr <andi@splitbrain.org> | visibility fixes
 First start at declaring visibilites for methods and properties. Still
 missing: the parser/renderer stuff and the plugins
 
 | 
| #
                64159a61 |  | 27-Apr-2018 | Andreas Gohr <andi@splitbrain.org> | line lengths shortened
 This makes sure all files use line lenghts shorter than 120 characters.
 
 This is a quick fix. It might not always be the nicest change.
 
 | 
| #
                8e3e8693 |  | 17-Apr-2018 | Andreas Gohr <gohr@cosmocode.de> | handle empty changelogs correctly
 The code would previously throw a warning when a changelog did not exist
 or was empty.
 
 | 
| #
                5f4d97a0 |  | 29-Aug-2016 | lisps <lisps@users.noreply.github.com> | fix calculation of LastRevisionAt
 if for example the current media file is deleted, the function would return '' instead of the correct LastRevision.
 
 | 
| #
                aa13c9aa |  | 19-Apr-2016 | Anika Henke <anika@selfthinker.org> | removed deprecated changelog functions getRevisionInfo() and getRevisions() outside of class 
 | 
| #
                ac3ed4af |  | 21-Aug-2015 | Gerrit Uitslag <klapinklapin@gmail.com> | Store change of filesizes in revision log
 Implements
 https://bugs.dokuwiki.org/index.php?do=details&task_id=2525
 
 | 
| #
                7de86af9 |  | 30-Jun-2015 | Gerrit Uitslag <klapinklapin@gmail.com> | phpdocs, reformatting 
 | 
| #
                79e79377 |  | 07-Jan-2015 | Andreas Gohr <gohr@cosmocode.de> | Remove error supression for file_exists()
 In an older version of PHP a file_exists() call would issue a warning
 when the file did not exist. This was fixed in later PHP releases. Since
 we require PH
 Remove error supression for file_exists()
 In an older version of PHP a file_exists() call would issue a warning
 when the file did not exist. This was fixed in later PHP releases. Since
 we require PHP 5.3 now, there's no need to supress any error here
 anymore. This might even give a minor performance boost.
 show more ...  
 | 
| #
                0153fa96 |  | 11-Dec-2014 | Andreas Gohr <andi@splitbrain.org> | Merge pull request #923 from splitbrain/addLogEntry
 Make addLogEntry independent of global var INFO
 
 | 
| #
                8702de7f |  | 09-Dec-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | Merge remote-tracking branch 'origin/master' into scrutinizerissues
 Conflicts:
 inc/media.php
 inc/plugin.php
 inc/template.php
 lib/plugins/authplain/_test/escaping.test.php
 lib/plugins/syntax.php
 
 | 
| #
                fed2ee90 |  | 06-Nov-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | Make addLogEntry independent of global var INFO
 In stead use the type as provided to the function. Fixes #920
 
 | 
| #
                42ea7f44 |  | 01-Oct-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | Many PHPDocs, some unused and dyn declared vars
 many PHPDocs
 some unused variables
 some dynamically declared variables declared
 
 | 
| #
                8d39e80d |  | 26-Sep-2014 | lisps <stummp@loewen.de> | Merge remote-tracking branch master into revisions 
 |