Current file format
The current folder stores revisions twice for quicker access. Once with the revision number and once with the md5 of the page name as filename.
The file is a PHP serialisation of the swRecord object. It contains therefore the following values
- revision
- name
- user
- timestamp
- status
- content
- comment
- error
- encoding
- originalName (temp value on redirections)
- internalfields array
- persistance file path
These are essentially the same values as in the Revisions file format with the exceptions of internal fields.
Defined in /inc/record.php