Commit Graph

119 Commits

Author SHA1 Message Date
Paul van Tilburg d6dd43c7f2
Fix clippy issues; change imports 2022-10-17 19:34:24 +02:00
Paul van Tilburg da5179d05a
Port to Rocket 0.5.0-rc2 2022-10-17 19:18:35 +02:00
Paul van Tilburg c3ae8ca62a
Port to Rocket 0.5.0-rc1
The rocket-contrib crate has been dropped by upstream.
The serde and serde_json crates are only necessary for the tests.
2021-06-13 21:59:44 +02:00
Paul van Tilburg e79940fe11
Update deny.toml 2020-11-24 15:41:51 +01:00
Paul van Tilburg ad4a0f1cae
Cargo update 2020-11-24 15:09:28 +01:00
Paul van Tilburg fe891d0161
Update to Rocket 0.4.3 and toml 0.5; cargo update 2020-03-01 16:28:59 +01:00
Paul van Tilburg 0b75676592
Add basic cargo-deny config/policy 2020-02-08 11:28:52 +01:00
Paul van Tilburg 0c78996f66
Port to the 2018 edition 2020-02-03 21:38:20 +01:00
Paul van Tilburg 22821fedbc
Update glob to 0.3.0 2020-02-03 21:17:53 +01:00
Paul van Tilburg cf98062787
Update comrak to 0.7.0 2020-02-03 21:17:09 +01:00
Paul van Tilburg 0cfe867c9e
Fix some (lint) warnings 2020-02-03 21:15:38 +01:00
Paul van Tilburg 4533aee89a
Update to Rocket 0.4.2; cargo update 2020-02-03 21:15:08 +01:00
Paul van Tilburg f719df65f0 Ignore GNOME Builder's build config 2018-12-18 15:50:47 +01:00
Paul van Tilburg 6b65269451 Ignore the entire notes dir 2018-12-18 15:49:37 +01:00
Paul van Tilburg 8ecd40e289 Remove accidentally commited example notes 2018-12-18 15:49:13 +01:00
Paul van Tilburg 6d25920dfb Run rustfmt 2018-12-18 15:48:45 +01:00
Paul van Tilburg 3017d53256 Take path relative to the Cargo manifest dir 2018-12-18 15:48:36 +01:00
Paul van Tilburg bc18307da9 Upgrade to Rocket 0.4.0 2018-12-18 15:47:34 +01:00
Paul van Tilburg 900ace01d3 Rename the package (and application) to Rocket Pinboard 2018-03-09 22:37:47 +01:00
Paul van Tilburg 76c0b2f26e Improve expect error messages 2018-03-09 22:28:18 +01:00
Paul van Tilburg 95094a7d50 Replace the hardcoded title in the template by the one in the config 2018-03-09 22:28:15 +01:00
Paul van Tilburg fdcb4f3799 Read config from config.toml; add it to the state 2018-03-09 22:27:45 +01:00
Paul van Tilburg 225e9c4cde More renaming of list to note (in test, docs, etc.) 2018-03-09 22:23:27 +01:00
Paul van Tilburg 79876960bf Switch to Rocket 0.3.6; update the Cargo lock file 2018-03-08 21:24:13 +01:00
Paul van Tilburg 270cffa00e Run rustfmt on all source files 2018-02-15 20:49:42 +01:00
Paul van Tilburg 67d55cadc4 Rename list to note throughout the application 2018-01-26 21:18:04 +01:00
Paul van Tilburg 2c46179f4f Rename the application from wishlists to pinboard 2018-01-26 20:50:26 +01:00
Paul van Tilburg b81d35a9dc Remove debug statement 2018-01-03 21:42:49 +01:00
Paul van Tilburg 11fa087a76 Merge tag 'v1.0.1' into develop
Release 1.0.1

Add a More/Less button for uncollapsing/collapsing long lists that
have been cut using a horizontal rule.
2018-01-03 21:12:46 +01:00
Paul van Tilburg f79b81cf17 Merge branch 'release/1.0.1' 2018-01-03 21:12:30 +01:00
Paul van Tilburg 90bcdaadf5 Add a changelog entry for the new version 2018-01-03 21:12:24 +01:00
Paul van Tilburg 7b2f055cc1 Bump the version to 1.0.1 2018-01-03 21:12:24 +01:00
Paul van Tilburg cd14727a3b Also change the label of the More-button when (un)collapsed 2018-01-03 21:08:19 +01:00
Paul van Tilburg 94a3d3ebc1 Add a More-button for collapsing the list after the first horizontal ruler 2018-01-03 20:44:59 +01:00
Paul van Tilburg 4dd1fef41b Turn the footer into a proper sticky footer 2018-01-02 14:49:05 +01:00
Paul van Tilburg c3701899d7 Propagate the version bump to Cargo.lock 2018-01-02 13:35:58 +01:00
Paul van Tilburg 4e21b01179 Merge tag 'v1.0.0' into develop
Version 1.0.0

First version!
2018-01-02 13:24:27 +01:00
Paul van Tilburg 88958ee3be Merge branch 'release/1.0.0' 2018-01-02 13:24:18 +01:00
Paul van Tilburg 09302ebc3e Add a changelog entry for the new version 2018-01-02 13:24:14 +01:00
Paul van Tilburg 7113c76299 Bump the version to 1.0.0; add some missing fields 2018-01-02 13:23:05 +01:00
Paul van Tilburg 7db9ee5670 Add a REAMDE, LICENSE and (empty) CHANGELOG Markdown file 2018-01-02 13:18:58 +01:00
Paul van Tilburg c4dcc6253f Add a footer; give the navbar the same style as the footer 2018-01-02 12:49:16 +01:00
Paul van Tilburg ee0d056d18 Add the app version to the home index template context 2018-01-02 12:48:58 +01:00
Paul van Tilburg 0cf8335184 Add a refresh button for convenience 2018-01-02 12:34:03 +01:00
Paul van Tilburg 46893262c7 Add error handling to al AJAX calls 2018-01-02 12:11:38 +01:00
Paul van Tilburg 46c8220e16 Add a modal error dialog to the home index template and JavaScript 2018-01-02 12:11:26 +01:00
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 7d056b5008 Hide the navbar collapse on select via JS instead of HTML
Appearantly, if there is a data-toggle, the href/link part isn't
done anymore.
2018-01-01 22:01:00 +01:00
Paul van Tilburg 1af5fe027f The ListStore type should not be public (anymore) 2018-01-01 21:44:58 +01:00
Paul van Tilburg 889351df24 Add tests for the list model 2018-01-01 21:44:12 +01:00