Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -117/+123 |
| | | | | See #1307 | ||||
* | namespacing: \Shaarli\FileUtils | VirtualTam | 2019-01-12 | 1 | -1/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 1 | -2/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -12/+12 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | History: lazy loading for the history file | ArthurHoaro | 2017-03-21 | 1 | -3/+15 |
| | | | | Only read it when it's necessary | ||||
* | History mechanism | ArthurHoaro | 2017-03-21 | 1 | -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 |