Anki/anki
Damien Elmes 1df385db12 cards must be removed from filtered decks before they're buried
if not, removeLrn() resets due=odue and odue=0, leading to an invalid
delay calculation when they're later reviewed in the filtered deck

to fix this we'll need to make the same changes required to support
learning cards retaining their state when being emptied from a
filtered deck
2013-11-13 09:06:48 +09:00
..
importing define standard encoding for unicode (#893) 2013-09-20 19:28:44 +09:00
template fix replacement of other clozes 2013-09-16 13:28:19 +09:00
__init__.py catch temp folder issue when importing 2013-11-07 21:57:23 +09:00
anki optimize imports 2012-12-22 09:17:10 +09:00
ankiweb.certs merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
cards.py add logging to some scheduling and syncing code 2013-10-18 11:52:21 +09:00
collection.py fix note types with missing reqs 2013-11-13 08:33:54 +09:00
consts.py include a session key when syncing 2013-10-10 22:59:34 +09:00
db.py catch invalid temp folder and other tweaks 2013-10-22 15:30:53 +09:00
decks.py add option to disable burying of reviews 2013-10-18 10:38:29 +09:00
errors.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
exporting.py we need to clear out std models on export or we end up renaming 2013-10-06 09:45:38 +09:00
find.py support cid:<card id> search 2013-10-23 18:57:22 +09:00
hooks.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
js.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
lang.py about about and available languages 2013-08-22 15:54:33 +09:00
latex.py remove redundant regex in latex code 2013-07-19 19:42:20 +09:00
media.py fix reversed check in media 2013-10-30 21:10:25 +09:00
models.py loop should exit early, and allNames() doesn't need modification 2013-10-06 09:26:43 +09:00
notes.py tweak logging 2013-10-30 22:42:32 +09:00
sched.py cards must be removed from filtered decks before they're buried 2013-11-13 09:06:48 +09:00
sound.py use unicode when recording 2013-09-23 15:13:46 +09:00
stats.py buggy i18n def 2013-11-01 03:09:20 +09:00
statsbg.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
stdmodels.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
storage.py optimize imports 2012-12-22 09:17:10 +09:00
sync.py silly me, we were overriding retries in the aqt monkeypatch 2013-10-20 10:25:25 +09:00
tags.py canonify tags when saving, and strip quotes (#794) 2013-05-17 13:51:49 +09:00
upgrade.py fix upgrading of latex references 2013-05-22 09:46:09 +09:00
utils.py make sure simplejson always returns unicode 2013-11-10 04:57:15 +09:00