Commit Graph

141 Commits

Author SHA1 Message Date
asdf 34bd525b82 Merge pull request 'Allow full description if there is no room to shorten' (#103) from fzzyyti/linkulator2:master into master
Reviewed-on: #103

Tested, fixes the issue described with minimal impact. Additional tests to be added in future PR.
2021-08-17 10:38:59 +00:00
fzzyyti 0fd31970ef Allow full description if there is no room to shorten 2021-08-15 07:16:15 +00:00
cmccabe ecbf2b66d2 Merge pull request 'Show new activity on all screens' (#101) from show_unread_replies into master
Reviewed-on: #101
2021-07-27 14:40:07 +00:00
asdf 6c84b12062 Formatted with black 2021-07-25 13:20:51 +10:00
asdf e500167d27 Category details screen now sorted by new activity 2021-07-22 16:47:50 +10:00
asdf dbb63f8332 Fix category counting error 2021-07-21 20:22:45 +10:00
asdf 29e7e3addd Corrected functionality, identified and fixed search bug 2021-07-21 20:10:14 +10:00
asdf 4760777e07 First go at updating category last updated date based on reply data 2021-07-21 16:29:31 +10:00
asdf 65c9a070ad Merge pull request 'Ask for confirmation before creating a new category' (#100) from isti/linkulator2:master into master
Reviewed-on: #100
2021-07-18 09:54:15 +00:00
isti fde45a2417 Ask for confirmation before creating a new category 2021-07-13 23:38:40 +02:00
cmccabe 67943dde14 fixed typo 2020-07-12 15:49:01 +00:00
cmccabe e408c3e1aa Merge pull request 'Adds a fix to the readline issues we've been seeing' (#96) from readline-escape-fix into master
Reviewed-on: #96
2020-07-11 17:01:19 -04:00
sloum 40e7c8430d Adds a fix to the readline issues we've been seeing 2020-07-10 21:48:53 +00:00
asdf 495dfff201 Merge pull request 'Finalise new release' (#94) from release into master
Reviewed-on: #94
2020-07-03 08:00:46 -04:00
cmccabe 90166b470a Merge pull request 'Category Details screen now fits terminal width, with aligned columns' (#93) from semioticformatic into release
Reviewed-on: #93
2020-07-03 06:19:00 -04:00
asdf 784ca1e169 Merge branch 'release' into semioticformatic 2020-07-03 00:48:00 -04:00
asdf c6f89e9475 Merge pull request 'Add exists checks before making any changes to the datastore' (#92) from avoid-modify-datastore into release
Reviewed-on: #92
2020-07-03 00:47:14 -04:00
asdf ff0994bd41 Category Details screen now fits terminal width, with aligned columns 2020-07-02 20:58:20 +10:00
asdf e9749a9b8c Add exists checks before making any changes to the datastore 2020-07-02 13:13:06 +10:00
cmccabe 1433aabac2 Merge pull request 'Add readline functionality, modified input calls and updated styles' (#90) from readline_again into master 2020-05-20 06:25:19 -04:00
asdf fa965c33dc Add readline functionality, modified input calls and updated styles 2020-05-14 13:57:46 +10:00
cmccabe 7640106fe9 Merge pull request 'Formatted replies to wrap and have a hanging indent' (#89) from wrap_replies into master 2020-05-13 22:20:05 -04:00
asdf b83d850a86 Formatted replies to wrap and have a hanging indent 2020-05-06 13:31:33 +10:00
cmccabe ea9d833f6f Merge branch 'set-version-requirements' of cmccabe/linkulator2 into master 2020-01-31 10:23:52 -05:00
asdf 650b3d4bb3 Requires Python 3.6, configures tox for testing different Python versions 2020-01-29 15:19:26 +11:00
cmccabe 0d0f0720ca Merge branch 'handle-no-user-config-file' of cmccabe/linkulator2 into master 2020-01-18 20:27:49 -05:00
asdf b1fca93754 Handle starting linkulator when there is no user config file 2020-01-19 12:04:34 +11:00
cmccabe 044c8e8e21 web version of man page 2020-01-16 18:59:33 +00:00
cmccabe ad682d963c Merge branch 'handle-empty-database' of cmccabe/linkulator2 into master 2020-01-15 22:28:30 -05:00
asdf 9546ab87dc Handles the situation where no posts exist 2020-01-16 14:13:13 +11:00
cmccabe d6e8020fef works with 3.6.9 (hopefully the final .9 isn't significant for us) 2020-01-15 17:02:07 +00:00
cmccabe 0443745cda works with python 2.7 2020-01-15 16:59:13 +00:00
cmccabe d9272b4e75 added python version checker. starting with 3.8; but we can lower if we confirm that lower works. 2020-01-15 16:56:19 +00:00
cmccabe 5577941f88 bugfix: crash when linkulatorrc doesn't exist 2020-01-15 16:18:28 +00:00
cmccabe fbc2d6dff6 Merge branch 'update-readme' of cmccabe/linkulator2 into master 2020-01-09 19:23:46 -05:00
asdf 0fe98f37cc Added some additional information to the README 2020-01-09 14:55:56 +11:00
cmccabe dae6897d14 added install steps. is this all we need? 2019-12-30 02:43:50 +00:00
cmccabe 3a30b03c5e Merge branch 'fix-search' of cmccabe/linkulator2 into master 2019-12-28 07:23:54 -05:00
asdf fb1fd801ef Search now case insensitive 2019-12-25 00:03:21 +11:00
asdf 5fdb0f4863 Search now matches if the keyword is a substring of any element 2019-12-24 23:33:28 +11:00
cmccabe 2e05eb3408 Merge branch 'search' of cmccabe/linkulator2 into master 2019-12-22 20:28:43 -05:00
asdf a7c131d594 Finalised search control 2019-12-20 22:25:19 +11:00
asdf 279c6a0f87 Search view and tests added, along with rudimentary control 2019-12-19 15:29:21 +11:00
asdf 696b594f1e Added tests for model search functions 2019-12-17 17:17:54 +11:00
cmccabe 6e01094248 Merge branch 'fix-sorting' of cmccabe/linkulator2 into master 2019-12-16 06:52:07 -05:00
asdf e10c919b07 Added search data component 2019-12-16 21:46:56 +11:00
asdf e3b98a0971 Reviewed and corrected sorting of replies 2019-12-16 19:54:24 +11:00
cmccabe 326b889b8e Merge branch 'post-link-categories' of cmccabe/linkulator2 into master 2019-12-15 22:24:46 -05:00
asdf 02092ba048 Entering ? on the post link screen now displays category details 2019-12-16 13:09:24 +11:00
cmccabe e2a78fd68f Merge branch 'menu-flow-and-display' of cmccabe/linkulator2 into master 2019-12-15 06:46:35 -05:00