Commit graph

491 commits

Author SHA1 Message Date
Tomas Babej
00711bbb63 tests: Move cache setup into per test setup method 2015-08-15 15:22:03 +02:00
Tomas Babej
1a8f9c1d1c Cache: Do not reference the old config dict for overrides 2015-08-15 15:19:30 +02:00
Tomas Babej
4131ec598e tests: Fix incorrect asserts 2015-08-15 15:17:29 +02:00
Tomas Babej
a9e5fb8bc4 Viewport: Use explicit defaults to replace filterstring derived defaults 2015-08-15 15:16:51 +02:00
Tomas Babej
811dc82848 Viewport: Move meta processing into process_filterstring method 2015-08-15 15:16:51 +02:00
Tomas Babej
6c0920c105 Viewport: Expand context tokens in the filterstring 2015-08-15 14:57:05 +02:00
Tomas Babej
064184ce96 Meta: Use new config property instead of deprecated get_config call 2015-08-15 03:44:29 +02:00
Tomas Babej
aa2c3cad31 Viewport: Make all filter string processing happen in one method 2015-08-15 03:20:32 +02:00
Tomas Babej
19cfaf8534 constants: Use tuple instead of a list for DEFAULT_VIEWPORT_VIRTUAL_TAGS 2015-08-15 03:19:41 +02:00
Tomas Babej
94090f27eb Move virtual tag overrides to a separate method 2015-08-14 23:39:33 +02:00
Tomas Babej
d7cb9eaf25 docs: Revamp Credits and Contributing 2015-08-14 23:22:15 +02:00
Tomas Babej
6139809fca docs: Remove redundant content 2015-08-14 23:17:32 +02:00
Tomas Babej
087e6f9033 Viewport: Fix typo in a comment 2015-08-14 23:15:45 +02:00
Tomas Babej
8a849db029 docs: Add advanced section 2015-08-14 23:09:04 +02:00
Tomas Babej
801f90eaa5 docs: Add section about task modification commands 2015-08-14 22:28:54 +02:00
Tomas Babej
35b464d51a docs: Describe report splits in a greater detail 2015-08-14 22:28:15 +02:00
Tomas Babej
7e81cc3c79 docs: Refactor section about viewports 2015-08-14 21:20:36 +02:00
Tomas Babej
c1b1492daa docs: Refactor sections about individial tasks and task lists 2015-08-14 21:20:18 +02:00
Tomas Babej
f70f9b05c7 docs: Add section about how taskwiki works in general 2015-08-14 21:19:39 +02:00
Tomas Babej
85a84454ba README: Wrap the long lines 2015-08-14 20:06:18 +02:00
Tomas Babej
4bdd1024ab README: Revamp the optional enhancements section 2015-08-14 19:12:33 +02:00
Tomas Babej
5cd1b71f47 Licence: Update licence copyright and explicitly state MIT 2015-08-14 19:00:57 +02:00
Tomas Babej
17478cc7ae README: Update install instructions 2015-08-14 19:00:09 +02:00
Tomas Babej
5f4f48eb71 tests: Fix broken import 2015-08-13 23:15:03 +02:00
Tomas Babej
77becb294f cache: Remove redundant guards for None, cache no longer retains None values 2015-08-13 23:14:56 +02:00
Tomas Babej
2592967333 tests: Amend expected default sort order settings 2015-08-13 23:14:54 +02:00
Tomas Babej
12feed77b1 TaskSorter: Append line_number as the end of any used sort order 2015-08-13 23:14:53 +02:00
Tomas Babej
c185cf3a80 constants: Change default sort order to not include fine-grain precision attributes 2015-08-13 23:14:49 +02:00
Tomas Babej
3641ac227e taskwiki: Add TaskWikiSort command 2015-08-13 23:14:48 +02:00
Tomas Babej
0b1705280b CustomNodeComparator: Allow access to the VimwikiTask's attributes too 2015-08-13 23:14:46 +02:00
Tomas Babej
dcfd95b7c3 TaskSorter: Fall back to default sort order 2015-08-13 23:14:44 +02:00
Tomas Babej
aaa08c6472 constants: Add constants module 2015-08-13 23:14:41 +02:00
Tomas Babej
abcd58f0e0 sort: Move sorting capabilities to a separate module 2015-08-13 23:14:39 +02:00
Tomas Babej
fc0e9ea4be tests: Move MockCache to base module 2015-08-13 23:14:37 +02:00
Tomas Babej
0b3b1719c5 VimwikiTask: Improve error message when UUID not found 2015-08-13 23:14:36 +02:00
Tomas Babej
19993f9aae VimwikiTask: Remove debug print statement 2015-08-13 23:14:34 +02:00
Tomas Babej
e1f42fcdd1 VimwikiTask: Use buffer as authority if the task is not yet saved 2015-08-13 23:14:33 +02:00
Tomas Babej
e09035d79c ShortUUID: Raise valueError if ShortUUID is initialized with incorrect type 2015-08-13 23:14:31 +02:00
Tomas Babej
45f547ae7c viewport: Properly detect matching tasks in the viewport if they have not been saved yet 2015-08-13 23:14:29 +02:00
Tomas Babej
8054bbd423 ftplugin: Execute TaskWikiBufferSave instead of direct call 2015-08-13 23:14:26 +02:00
Tomas Babej
bb472dbaf1 util: Just use default TW to determine the version of TW 2015-08-13 02:15:25 +02:00
Tomas Babej
6edfa0a79b refactor: Rename variable 2015-08-13 02:14:48 +02:00
Tomas Babej
86d2e60e20 commands: Add TaskWikiBufferSave and TaskWikiBufferLoad commands 2015-08-13 02:11:46 +02:00
Tomas Babej
ff69d61489 VimwikiTask: Use data from Vim as authoritative only if buffer_has_authority flag is set 2015-08-13 02:07:54 +02:00
Tomas Babej
d32fb5a250 cache: Build filter for uuids present in the file properly 2015-08-12 14:25:58 +02:00
Tomas Babej
f6677a4188 ViewPort: Add sort order to the inspection output 2015-08-11 20:40:36 +02:00
Tomas Babej
82da710fd6 tests: Properly setup mocked vim instance 2015-08-11 20:36:07 +02:00
Tomas Babej
5b5069eac7 tests: Add tests for ViewPort parsing 2015-08-11 19:45:07 +02:00
Tomas Babej
bd43412254 tests: Add tests for per-viewport sorting 2015-08-11 19:45:01 +02:00
Tomas Babej
814402f99d tests: Rename test 2015-08-11 19:44:59 +02:00