Commit graph

247 commits

Author SHA1 Message Date
Damien Elmes
d2ee2521bd if there's an error upgrading, try fix integrity and try again 2008-11-15 20:12:14 +09:00
Damien Elmes
9b25fcc7a2 always generate deck queue 2008-11-15 18:58:42 +09:00
Damien Elmes
48dc09db5b add relativeDelay on upgrade - we don't need it, but old code does 2008-11-15 18:38:17 +09:00
Damien Elmes
4316c93b79 don't dirty cards when upgrading 2008-11-15 18:19:01 +09:00
Damien Elmes
095aa6dc84 check daily stats in check due, no need to call separately 2008-11-15 17:56:54 +09:00
Damien Elmes
4e937bf72a fix seen card count in kanji, fix display bug 2008-11-15 17:50:46 +09:00
Damien Elmes
97cf06b333 don't fail on old sqlalchemy 2008-11-15 17:45:57 +09:00
Damien Elmes
80fb6c5230 check due before rebuilding counts 2008-11-15 17:44:46 +09:00
Damien Elmes
6ec7fba13f catch errors adding columns 2008-11-15 17:38:35 +09:00
Damien Elmes
cdce18f5c0 set new card modulus on new cards at end deck 2008-11-15 04:56:52 +09:00
Damien Elmes
af78b0bf94 fix deck stats 2008-11-15 01:11:17 +09:00
Damien Elmes
9775213845 protocol 4 sync 2008-11-15 00:41:24 +09:00
Damien Elmes
a3d305c30c bump version 2008-11-15 00:37:29 +09:00
Damien Elmes
a3d968cd55 add primary key constraint support 2008-11-14 22:49:18 +09:00
Damien Elmes
91114a72c5 no tag searching, add index to db.py 2008-11-14 19:48:47 +09:00
Damien Elmes
9b224263a9 fix mnemosyne import of due cards 2008-11-14 16:09:04 +09:00
Damien Elmes
408c04d41f card model no longer in all tags 2008-11-14 15:49:33 +09:00
Damien Elmes
6658b47661 add capitalized tags field, don't use cardmodelname in tags 2008-11-14 14:33:11 +09:00
Damien Elmes
7c630b9805 change 60 to 30 2008-11-14 14:06:21 +09:00
Damien Elmes
d747745f13 increase sync timeout to 60 seconds 2008-11-14 14:06:00 +09:00
Damien Elmes
cdd2be3548 fix unit test, badstatusline error 2008-11-14 14:03:47 +09:00
Damien Elmes
5ad662cf95 remove 'automatically generated by default' refs 2008-11-14 13:54:54 +09:00
Damien Elmes
793b660ec3 dump location of non-unicode string references 2008-11-14 13:50:51 +09:00
Damien Elmes
870d18dff6 and rebuild after fix.. 2008-11-14 13:34:12 +09:00
Damien Elmes
a77801fb34 fix plural forms in libanki italian translation 2008-11-14 13:33:29 +09:00
Damien Elmes
83369de990 updated spanish translations 2008-11-14 13:31:24 +09:00
Damien Elmes
1bfed625db update spanish translations 2008-11-14 02:44:08 +09:00
Damien Elmes
d54a3ea405 add italian translation 2008-11-14 02:36:17 +09:00
Damien Elmes
2aaaa2d4ad change default deck location 2008-11-14 01:58:42 +09:00
Damien Elmes
f64a5c4b51 tidy 2008-11-13 17:42:45 +09:00
Damien Elmes
61972d32d7 remove 'tomorrow' special case, add boost for initial 2 2008-11-13 17:16:27 +09:00
Damien Elmes
b6471b15e8 support short eta, don't send same factId in getCards() 2008-11-13 12:43:51 +09:00
Damien Elmes
5eae130b29 capitalize tomorrow 2008-11-13 03:31:38 +09:00
Damien Elmes
07956d9e24 new bulk card handling, fix count bugs, next int generation 2008-11-13 03:19:19 +09:00
Damien Elmes
ca413a1a88 apply missing merge from master 2008-11-12 18:46:08 +09:00
Damien Elmes
726e79b405 Merge branch 'master' into dev
Conflicts:

	anki/deck.py
2008-11-12 18:45:11 +09:00
Damien Elmes
842918bfc4 only commit on last upgrade 2008-11-12 18:36:17 +09:00
Damien Elmes
2175fa2343 Revert "obsolote relativeDelay in favour of interval desc, should fix ubuntu too"
This reverts commit 4558a36d3a.
2008-11-12 15:09:16 +09:00
Damien Elmes
e9dc034b9a add refs to relativeDelay again 2008-11-08 20:05:39 +09:00
Damien Elmes
6cb968c10a fix bugs in merge, fix slow spacedCardCount() 2008-11-08 17:41:40 +09:00
Damien Elmes
014896478f Merge branch 'master' into htmlcache
Conflicts:

	anki/deck.py
2008-11-08 17:26:45 +09:00
Damien Elmes
4558a36d3a obsolote relativeDelay in favour of interval desc, should fix ubuntu too 2008-11-08 16:30:41 +09:00
Damien Elmes
b2d0e5d3df wip 2008-11-07 18:44:49 +09:00
Damien Elmes
83bc433e19 media syncing fix 2008-11-06 22:35:50 +09:00
Damien Elmes
f5bb1d541d bump version number 2008-10-28 00:13:16 +09:00
Damien Elmes
baa1bbba5f support any file when tab separated, always use review for mnem 2008-10-28 00:12:37 +09:00
Damien Elmes
54c6220e51 ignore mnemosyne file format header 2008-10-27 19:39:39 +09:00
Damien Elmes
9f3f16414b only insert readings if field empty 2008-10-27 18:53:38 +09:00
Damien Elmes
e066ea3681 optimize for large number of new cards 2008-10-23 02:24:05 +09:00
Damien Elmes
3d026bb882 make 2 progress too 2008-10-20 20:19:00 +09:00