1.4.2releasedDate Modified Field
A simple extension of the built-in date field that will record the time an entry is saved. Can choose to display as an editable field, a disabled field, or not to display it at all.
Clone URLhttps://github.com/symphonists/datemodified.git
Add as a submodulegit submodule add https://github.com/symphonists/datemodified.git extensions/datemodified --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | 1.4.2 | No | No | No | No | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
Date Modified Field
A simple extension of the built-in date field that will record the time an entry is saved.
Installation
Upload
/datemodified
to your Symphony/extensions
folder.Enable it by selecting the "Field: Date Modified", choose Enable from the with-selected menu, then click Apply. You can now add the "Date Modified" field to your sections.
Usage
When you add the field to a section, the only available option is a checkbox to indicate whether or not the field should be manually editable:
Unchecked (default): the field will not be displayed in the entry publishing screen and the value of the field will be automatically set when the entry is saved.
Checked: the field will appear (pre-populated with the current timestamp as of page load) and its value will be used when the entry is saved.
Version history
Requires Symphony 2.3.x
* PHP7 compatibility
Requires Symphony 2.3
* Use `Widget::Error` instead of `wrapFormElementWithError`
* Other minor updates
Requires Symphony 2.3
* Compatibility with Date Field introduced in 2.3
Requires Symphony 2.3
* Symphony 2.3 compatibility
Works up to Symphony 2.2.5