aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/History.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-8/+9
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* namespacing: \Shaarli\FileUtilsVirtualTam2019-01-121-3/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-4/+9
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-221-2/+2
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Don't write History for link importArthurHoaro2017-10-071-0/+16
| | | | | | | | | | With large imports it has a large impact on performances and isn't really useful. Instead, write an IMPORT event, which let client using the history service resync its DB. -> 15k link import done in 6 seconds. Fixes #985
* 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