aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/HistoryTest.php
Commit message (Collapse)AuthorAgeFilesLines
* namespacing: \Shaarli\FileUtilsVirtualTam2019-01-121-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-2/+5
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add history entries for API endpointArthurHoaro2017-05-071-12/+12
| | | | CHANGED: datetime is now store as an object in history store file
* History: lazy loading for the history fileArthurHoaro2017-03-211-3/+15
| | | | Only read it when it's necessary
* History mechanismArthurHoaro2017-03-211-0/+195
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