Anki/rslib/src/storage
Damien Elmes 0a3c727436 add a separate DeckId search for decks with children
- The "unbury deck" option was broken, as it was ignoring child
decks. It would be nice if we could use active_decks instead, but
plugging that into the old scheduler without breaking undo seems a bit
tricky.
- Remove the implicit From impl for decks, so we need to be forced to
think about whether we want child decks or not.
2021-05-20 11:44:37 +10:00
..
card rework various aspects of the test scheduler 2021-05-16 20:23:07 +10:00
config tidy up Rust imports 2021-04-18 18:38:54 +10:00
deck add a separate DeckId search for decks with children 2021-05-20 11:44:37 +10:00
deckconfig DeckConfId -> DeckConfigId 2021-04-28 21:09:26 +10:00
graves tidy up Rust imports 2021-04-18 18:38:54 +10:00
note tidy up Rust imports 2021-04-18 18:38:54 +10:00
notetype update backend to support undoing of notetype changes 2021-04-30 12:54:59 +10:00
revlog tidy up Rust imports 2021-04-18 18:38:54 +10:00
tag tidy up Rust imports 2021-04-18 18:38:54 +10:00
upgrades crate::err -> crate::error 2021-04-01 16:07:13 +10:00
collection_timestamps.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
mod.rs deckconf -> deckconfig 2021-04-20 21:54:24 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs default to the v2 scheduler in new collections 2021-05-06 19:09:28 +10:00
sync.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
sync_check.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00