The branch "master" has been updated. The following is a summary of the commits.
from: 96b18ec1e67c5a0bf519aa24cc021160d46cd97a 2da33ab Catch exceptions from the http client. 17c8fd5 Fix type hint, and thus crawling for favicons. a7cc9d9 Allow passing in a bookmark creation date when creating a bookmark. 2837a09 First stab at importing bookmarks. ----------------------------------------------------------------------- commit 2da33ab029f8420bd7b98fe31eaad4878370282c Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 8 00:14:49 2013 -0400 Catch exceptions from the http client. trean/lib/Queue/Task/Crawl.php | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2da33ab029f8420bd7b98fe31eaad4878370282c ----------------------------------------------------------------------- commit 17c8fd5dbbcfc16da938d399f1318c71bb8d297d Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 8 00:15:12 2013 -0400 Fix type hint, and thus crawling for favicons. trean/lib/Queue/Task/Favicon.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/17c8fd5dbbcfc16da938d399f1318c71bb8d297d ----------------------------------------------------------------------- commit a7cc9d978ded5379da84520bc260944a8ea3892d Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 8 00:16:30 2013 -0400 Allow passing in a bookmark creation date when creating a bookmark. trean/lib/Bookmarks.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a7cc9d978ded5379da84520bc260944a8ea3892d ----------------------------------------------------------------------- commit 2837a099e004f7485ae33c0fbb7a8c656e8571e7 Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 8 00:17:58 2013 -0400 First stab at importing bookmarks. Adds an importer for the JSON format used by Firefox/Mozilla. Creates tags for each parent folder in the bookmark hierarchy exported by Firefox. The crawl task seems to take *forever* though - might need to turn this off for imports? Thought this shouldn't run until after the request is complete? trean/data.php | 101 ++++++++++++++++++++++++++++++++++++ trean/lib/Application.php | 9 +++ trean/lib/Data/Json.php | 109 +++++++++++++++++++++++++++++++++++++++ trean/package.xml | 16 +++++- trean/templates/data/import.inc | 25 +++++++++ 5 files changed, 257 insertions(+), 3 deletions(-) create mode 100644 trean/data.php create mode 100644 trean/lib/Data/Json.php create mode 100644 trean/templates/data/import.inc http://git.horde.org/horde-git/-/commit/2837a099e004f7485ae33c0fbb7a8c656e8571e7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
