]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
History mechanism
authorArthurHoaro <arthur@hoa.ro>
Mon, 16 Jan 2017 11:31:08 +0000 (12:31 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 21 Mar 2017 19:29:20 +0000 (20:29 +0100)
commit4306b184c4471825f916d895b047ed03fdf58985
treeae4ffd760d74e58bf469f743076aecf838f634f2
parentb2306b0c783365e3f8110ae25bc93f2630b8b2c8
History mechanism

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
application/History.php [new file with mode: 0644]
application/NetscapeBookmarkUtils.php
application/config/ConfigManager.php
index.php
tests/HistoryTest.php [new file with mode: 0644]
tests/NetscapeBookmarkUtils/BookmarkImportTest.php