76601c8fa8
Merge pull request #521 from matthiasbeyer/libimagbookmark/init
...
libimagbookmark/init
2016-07-14 21:08:20 +02:00
1dd40ca8b9
Temporary fix: Check whether an StoreId is an external link by str::contains()
...
This is a temporary fix as long as we do not have a clear model how we
handle internal/external StoreId types
2016-07-14 21:04:46 +02:00
cdf90e427c
Fix: Header field name was wrong
2016-07-14 20:42:39 +02:00
900513594c
Impl Into<FileLockEntry> on Ref type
2016-07-14 20:37:49 +02:00
637917f8cb
Add lister for libimagref to list references
2016-07-14 20:26:22 +02:00
538e983686
Add RefToDisplayError kind
2016-07-14 20:26:22 +02:00
d22b7583ce
Add dependency: libimagentrylist
2016-07-14 19:54:55 +02:00
295374e1bd
Merge pull request #532 from jsirois/jsirois/issues/499
...
Add a `fold_ok` utility.
2016-07-14 18:29:32 +02:00
John Sirois
7f57e5e234
Move from a helper function to a typeclass.
...
This introduces the `FoldResut` trait to move from `func(receiver, ...)`
style to `receiver.func(...)` style. Also add a means to pass the
default result explicitly.
2016-07-14 07:28:54 -06:00
046bec83a1
Replace imag-tag/README.md with link to user documentation
2016-07-14 10:16:15 +02:00
John Sirois
2c40b8734e
Add a fold_ok
utility.
...
Add a utility that folds an iterator into a result and uses it to reduce
boilerplate in the codebase.
2016-07-13 12:43:04 -06:00
e250059390
doc: Add file for tagging module documentation
2016-07-13 18:34:58 +02:00
f36851786a
doc: Add description for linking module
2016-07-13 18:34:00 +02:00
f8b1d48307
doc: Add user documentation for imag-diary
2016-07-13 18:27:36 +02:00
3a2010c35b
Merge pull request #528 from matthiasbeyer/update-versions
...
Update all version strings: 0.1.0 -> 0.2.0
2016-07-12 20:09:53 +02:00
9b7ed8c6c1
Replace imag-view/README.md with symlink to user doc
2016-07-12 17:14:49 +02:00
4806dbdaac
Replace imag-store/README.md with symlink to user doc
2016-07-12 17:14:49 +02:00
45d41748f6
doc: Add store module documentation
2016-07-12 17:12:16 +02:00
c13cba52dc
Replace imag-link/README.md with link to user doc
2016-07-12 17:02:31 +02:00
bc073fa98a
Add imag-counter/README.md as link to the user doc
2016-07-12 17:01:38 +02:00
441de3d472
Remove README from imag-counter
2016-07-12 17:00:33 +02:00
51432eaf39
Add example how to use imag-counter
2016-07-12 17:00:02 +02:00
9337a14cdd
Update all version strings: 0.1.0 -> 0.2.0
2016-07-12 11:51:20 +02:00
437b3133cc
impl From<&'a str> for Link
2016-07-08 21:43:17 +02:00
1bf7d16664
doc: template: Add TOC
2016-07-08 21:11:28 +02:00
6f958d2a68
doc: template: title page plain
2016-07-08 21:11:28 +02:00
fd1fd6881a
doc: template: Make the title page the title page only
2016-07-08 21:05:03 +02:00
ed4b198359
doc: Fix version string
2016-07-08 20:58:47 +02:00
9283d964d5
doc: Add most basic section structure for module files
2016-07-08 20:51:45 +02:00
a8206b8f19
doc: Remove comment markers
2016-07-08 20:48:41 +02:00
fafc8418df
doc: Remove utility documentation, as the user should never see this
2016-07-08 20:43:32 +02:00
39c1b30e6f
doc: Add module file for view
2016-07-08 20:43:32 +02:00
0b1356a104
doc: Rewrite initial text for module section
2016-07-08 20:43:25 +02:00
1c0fc5a0a7
doc: Remove file on tagging
2016-07-08 20:43:25 +02:00
5a229a24b0
doc: Add module files: {link, ref}
2016-07-08 20:43:25 +02:00
f81e47ceb2
doc: Rewrite linking chapter
2016-07-08 20:43:20 +02:00
7a8432123b
doc: Rewrite "The Store" chapter
2016-07-08 20:43:12 +02:00
28a9c5ffc9
doc: Rewrote intro
2016-07-08 20:43:06 +02:00
12cb61cd8b
doc: Rename documentation files for modules
2016-07-08 17:42:47 +02:00
d8c4d55312
doc: Add chapter on technical details
2016-07-08 17:39:19 +02:00
d0a5beae9a
doc: Remove library documentation files
2016-07-08 17:37:58 +02:00
b0de23bfbf
doc: Rename document, set new date
2016-07-08 17:37:47 +02:00
91e3b58f3e
Implement BookmarkCollection::remove_link()
2016-07-08 16:54:27 +02:00
d5c6af884b
Remove unneeded import
2016-07-08 16:54:05 +02:00
2c93c8b98f
fixup! Impl BookmarkCollection::get_links_matching()
2016-07-08 16:41:37 +02:00
2e49947013
Impl BookmarkCollection::get_links_matching()
2016-07-08 16:40:28 +02:00
ee53a28c9a
Impl From<String> for Link
2016-07-08 16:40:09 +02:00
749f08ca66
fixup for 9231cf5f
2016-07-08 16:30:50 +02:00
2ed07d4f7d
Impl BookmarkCollection::add_link()
2016-07-08 16:30:11 +02:00
db21fa9dd4
Add IntoUrl trait for Link type
...
With this we can translate a Link type into an URL type from url::Url
2016-07-08 16:29:48 +02:00