anki/anki
Damien Elmes 5418af00f7 Revert "DeckManager: _checkDeckTree ignore case"
This reverts commit 9955048aec.

This commit broke collections that had children under each of the
the duplicate names - it renames one of the decks, but the children
of the renamed deck are left without a parent, causing an error like

line 235, in deckDueList  nlim = min(nlim, lims[p][0])\n\nKeyError('..)

Rather than a more complicated approach, I think it's safer just to
leave the case or normalization-differing decks around for now, and
we can normalize things properly in a future schema upgrade.
2019-12-20 08:18:01 +10:00
..
importing avoid recalculating reqs in actions like adding cards 2019-12-16 20:27:58 +10:00
template fixes cycles in template imports 2019-12-16 18:16:26 +10:00
__init__.py bump version 2019-12-15 15:32:24 +10:00
cards.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
collection.py don't set local offset in server mode 2019-12-17 17:10:56 +10:00
consts.py tidy up unused imports 2019-03-04 17:25:19 +10:00
db.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
decks.py Revert "DeckManager: _checkDeckTree ignore case" 2019-12-20 08:18:01 +10:00
errors.py fix some warnings 2019-03-04 16:01:10 +10:00
exporting.py pytype is confused by import from parent module 2019-12-16 17:41:47 +10:00
find.py work around some typing inference issues 2019-12-16 17:52:51 +10:00
hooks.py add basic type checking for anki/ 2019-12-16 08:17:28 +10:00
lang.py use locales instead of two digit lang codes 2019-09-23 21:18:03 +10:00
latex.py use --exact with dvisvgm 2019-10-28 08:43:49 +10:00
media.py clarify hasIllegal() arg 2019-12-16 17:54:57 +10:00
models.py Merge pull request #361 from Arthur-Milchior/testReqs 2019-12-16 20:44:23 +10:00
mpv.py mpv was passing separators incorrectly and unnecessarily 2019-12-16 17:54:40 +10:00
notes.py set instance vars in __init__() 2019-12-16 17:49:32 +10:00
sched.py fix some warnings 2019-03-04 16:01:10 +10:00
schedv2.py fix type inference in scheduler 2019-12-16 17:54:17 +10:00
sound.py fix mplayer typecheck 2019-12-16 17:54:04 +10:00
stats.py work around some typing inference issues 2019-12-16 17:52:51 +10:00
statsbg.py statsbg credit/link 2019-08-31 10:47:01 +10:00
stdmodels.py Factorize standard models to use other models 2019-10-22 02:43:20 +02:00
storage.py tidy up unused imports 2019-03-04 17:25:19 +10:00
sync.py work around some typing inference issues 2019-12-16 17:52:51 +10:00
tags.py set instance vars in __init__() 2019-12-16 17:49:32 +10:00
utils.py platform-specific imports 2019-12-16 17:51:33 +10:00