summaryrefslogtreecommitdiff
path: root/inc/changelog.php
Commit message (Collapse)AuthorAge
* limit edit summaries to 255 charactersAndreas Gohr2011-10-10
|
* Fixes a problem with parsing overlong changelog linesAndreas Gohr2011-10-10
| | | | | | | | | | | | | When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation. This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found). However, limiting the summary makes sense and will be added in another patch.
* Fix the permission and file existence check in the recent changesMichael Hamann2011-08-21
| | | | | | | | Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same name. This also reverts the file existence check so it now really checks for media changes that the media file exists and for page changes the page and that not one of the two suffice for both.
* issue #10 media revisions/changes in RSS feedKate Arzamastseva2011-08-02
|
* issue #38 links and icons in recent changesKate Arzamastseva2011-07-30
|
* Recent Changes integration of media changesKate Arzamastseva2011-07-25
|
* recent changes fixKate Arzamastseva2011-06-10
|
* media version saving fixesKate Arzamastseva2011-06-05
|
* media revisions in recent changesKate Arzamastseva2011-06-04
|
* media version savingKate Arzamastseva2011-05-26
|
* store the creator's login name in metadata FS#1397Andreas Gohr2010-12-22
|
* improved some metadata commentsDominik Eckelmann2010-11-13
|
* Small fixes / cleanupAdrian Lang2010-09-28
|
* FS#1826, stop forcing rendering of metadata when updating metadata inChristopher Smith2010-06-27
| | | | addLogEntry()
* some more coding standard compliance updatesAndreas Gohr2010-01-15
|
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
| | | | | | | | | | | | | Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
* Make more use of clientIP() FS#1668Andreas Gohr2009-04-10
| | | | | | Ignore-this: 13616da575fbe56064b2aa3d1d803bf5 darcs-hash:20090410181613-7ad00-b74c82c1f9296a2cb0d00b03316141b19821bda1.gz
* Media changelog addedmichael2009-01-18
| | | | | | | | There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions. Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten. darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz
* Avoid zero-byte readsTom N Harris2009-01-16
| | | | darcs-hash:20090116001547-6942e-b5bc401c0ef4c36b1b7b8ca7ef708587953ec017.gz
* purge non-persistent meta data on page deletionMichael Klier2008-03-26
| | | | | | | | With this patch applied the persistent meta data of pages is kept when a page is deleted. This way the original page creator as well as the creation time of the page is preserved. darcs-hash:20080326200231-23886-ddb70151fadf25d0254d56408b71484047198096.gz
* Avoid missing file error if no changesDavid Lorentsen2007-02-16
| | | | darcs-hash:20070216070704-ce218-6038e0a2eb170f2580949f5cd10399163f2335d3.gz
* changelog type strings replaced with constantsBen Coburn2006-12-07
| | | | | | | | Using more verbose constant names in the place of single character strings should make the code much more readable. This does not change the behavior of the changelog. darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
* identify external edits in UIBen Coburn2006-12-07
| | | | | | | | | | | Some changes to clearly identify when wiki pages have been edited outside Dokuwiki. Also correctly attributes external changes from an unknown author. Avoids sending extra emails when recording old external edits. Adds a new language string: $lang['external_edit'] darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz
* synchronize changelog, attic, and external editsBen Coburn2006-10-23
| | | | | | | | The changelog list and the attic now are kept in sync. This allows a changelog entry to be automatically constructed for a page that was manually edited from outside dokuwiki. darcs-hash:20061023052133-05dcb-11b8dbaee1da07fb1875bbe530e88d94871ed65d.gz
* parse changelog date as intBen Coburn2006-10-23
| | | | darcs-hash:20061023051106-05dcb-cb7c1c24241c7a01b67311dd5aec8eaf4f518905.gz
* fix getRecents for multiple edits per secondAndreas Gohr2006-10-18
| | | | | | | This fixes the getRecent function when multiple edits occured during the same second. darcs-hash:20061018181837-7ad00-a09b9b63a4bab86d142bfe1f8cf662b001bda075.gz
* read old revisons from the attic additionally to the changelog infosAndreas Gohr2006-10-17
| | | | darcs-hash:20061017091036-7ad00-41df4dbaddb0a20d0f000f7a1bb000aaf2176185.gz
* fix recent changes cache orderingchris2006-09-24
| | | | | | | | | | This patch fixes a bug in indexer.php which resulted in the order of the recent changes cache being reversed each time it was trimmed. It also adds sorting to both getRecents() and runTrimRecentChanges() as a defensive measure against the order of the file being corrupted. darcs-hash:20060923235109-9b6ab-0f4062c1b02449cce9382426174cd22d71387e5a.gz
* reorganize changelog codeBen Coburn2006-09-11
Moves changelog code to 'inc/changelog.php' and includes it from 'inc/common.php'. darcs-hash:20060911023822-05dcb-e727737011163cbf04f0a4c682cb9fd8a985e597.gz