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.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.4.2NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Date Modified Field

A simple extension of the built-in date field that will record the time an entry is saved.

Installation

  1. Upload /datemodified to your Symphony /extensions folder.

  2. 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