Anki/rslib/src
Abdo 798debe1f1 Fix some issues with tag reparenting (#2146)
* Fix reparented_name not correctly handling tags that are prefixes of the
new parent

To reproduce the issue:
1. Add two tags: `a` and `ab`.
2. From the browser's sidebar, drag & drop `a` into `ab`.

Result: panic

* Fix reparent_tags panicking if new parent is a child of source tag

This is the "foo, foo::bar" case that should be a no-op.

* Add more tests for tag reparenting
2022-10-28 21:42:10 +10:00
..
backend Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
card Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
card_rendering Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
collection Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
config Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
deckconfig Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
decks Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
error Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
import_export Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
media Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
notes Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
notetype Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
revlog Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
scheduler Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
search Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
stats Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
storage Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
sync Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
tags Fix some issues with tag reparenting (#2146) 2022-10-28 21:42:10 +10:00
undo Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
adding.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
browser_table.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
cloze.rs Expose cloze text as HTML attribute on question side (#1968) 2022-07-19 04:22:57 +10:00
dbcheck.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
findreplace.rs Remove redundant error mapping (#1593) 2022-01-16 13:46:27 +10:00
i18n.rs drop the legacy enum from rslib, and pass separate module/message idx 2021-03-27 11:56:31 +10:00
io.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
latex.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
lib.rs Partially migrate type answer to backend 2022-07-22 19:28:34 +10:00
links.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
log.rs Backups (#1685) 2022-03-07 15:11:31 +10:00
markdown.rs render deck description with markdown; strip images 2021-02-06 15:02:40 +10:00
ops.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
pb.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
preferences.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
prelude.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
serde.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
template.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
template_filters.rs Expose cloze text as HTML attribute on question side (#1968) 2022-07-19 04:22:57 +10:00
tests.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
text.rs More template checks (#2032) 2022-09-05 16:52:25 +10:00
timestamp.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
typeanswer.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
types.rs update scheduling ops 2021-04-06 16:38:42 +10:00
version.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00