aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/History.php
Commit message (Collapse)AuthorAgeFilesLines
* Add history entries for API endpointArthurHoaro2017-05-071-2/+2
| | | | CHANGED: datetime is now store as an object in history store file
* History: lazy loading for the history fileArthurHoaro2017-03-211-0/+17
| | | | Only read it when it's necessary
* History mechanismArthurHoaro2017-03-211-0/+183
Use case: rest API service * saved by default in data/history * same format as datastore.php * traced events: * save/edit/delete link * change settings or plugins settings * rename tag