Anki/anki
Damien Elmes e49211c5b6 add edue to cards
The 'entry due' is the due time of a failed card before it enters the learning
queue. When the card graduates or is removed, it has its old due time
restored. We could pull this from the revlog, but it's cheaper to do it this
way.
2011-04-28 09:23:55 +09:00
..
importing remove progress handling code; we'll do it in the GUI or provide cb 2011-04-28 09:23:55 +09:00
template disable callable replacement which isn't supported on older pythons 2011-01-20 05:32:30 +09:00
__init__.py minor tweaks to doc 2011-04-28 09:23:55 +09:00
cards.py add edue to cards 2011-04-28 09:23:55 +09:00
consts.py implement sort fields; make sure they're updated on upgrade 2011-04-28 09:23:54 +09:00
cram.py start work on learn mode, change models, more 2011-04-28 09:23:28 +09:00
db.py properly lock the DB 2011-04-28 09:23:55 +09:00
deck.py add some group utilities 2011-04-28 09:23:55 +09:00
errors.py drop sqlalchemy; massive refactor 2011-04-28 09:23:53 +09:00
exporting.py remove progress handling code; we'll do it in the GUI or provide cb 2011-04-28 09:23:55 +09:00
facts.py give facts a group, so that cards can have their group reset if necessary 2011-04-28 09:23:55 +09:00
find.py change field storage format, improve upgrade speed 2011-04-28 09:23:53 +09:00
graphs.py drop sqlalchemy; massive refactor 2011-04-28 09:23:53 +09:00
groups.py ints makes no sense in the context of failed cards; tweak learn code 2011-04-28 09:23:54 +09:00
hooks.py minor tweaks to doc 2011-04-28 09:23:55 +09:00
lang.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
latex.py remove q/a cache, tags in fields, rewrite remaining ids, more 2011-04-28 09:23:53 +09:00
media.py remove progress handling code; we'll do it in the GUI or provide cb 2011-04-28 09:23:55 +09:00
models.py remove progress handling code; we'll do it in the GUI or provide cb 2011-04-28 09:23:55 +09:00
sched.py add edue to cards 2011-04-28 09:23:55 +09:00
sound.py remove some unused hooks 2011-04-28 09:23:55 +09:00
stats.py drop sqlalchemy; massive refactor 2011-04-28 09:23:53 +09:00
stdmodels.py convert templates to a json object, and replace tid with ord 2011-04-28 09:23:54 +09:00
storage.py add edue to cards 2011-04-28 09:23:55 +09:00
sync.py remove q/a cache, tags in fields, rewrite remaining ids, more 2011-04-28 09:23:53 +09:00
utils.py delete -> del for consistency 2011-04-28 09:23:55 +09:00