Commit Graph

6 Commits

Author SHA1 Message Date
Paul van Tilburg 4f622923fd Fix the list related tests to change the updatable list back
Otherwise every odd number of test runs, there will be a change
in test/lists/updatable.list for Git.
2018-01-01 22:17:56 +01:00
Paul van Tilburg 889351df24 Add tests for the list model 2018-01-01 21:44:12 +01:00
Paul van Tilburg d167c50918 Move the convert_to_html code back into to_html of the list again
The module function was never used outside of the context of a list
anymore.
2018-01-01 21:13:51 +01:00
Paul van Tilburg 4b33969427 Add support for specifying a custom lists dir at startup-time 2018-01-01 18:36:58 +01:00
Paul van Tilburg 05b2f88cbc Remove unnecessary use 2018-01-01 14:22:33 +01:00
Paul van Tilburg f65fde7378 Move the List struct to a modules submodule
Move the state type ListStore back to main.rs, it is used for
a global state object (like a DB connection, etc.)
2017-12-30 22:23:16 +01:00