Damien Elmes
b837b92ef2
calculate correct counts via revlog
2011-04-28 09:21:07 +09:00
Damien Elmes
77029c4ee6
calculate # days studied using rev log instead
2011-04-28 09:21:07 +09:00
Damien Elmes
9421a037f6
remove self explanatory module docstrings; strip trailing whitespace
2011-04-28 09:21:07 +09:00
Damien Elmes
9f55c831c0
don't bother checking if temp suspended cards are modified or not
2011-04-28 09:21:07 +09:00
Damien Elmes
218f823037
default to dev server
2011-04-28 09:21:07 +09:00
Damien Elmes
1a09aa9f77
remove minimum average support
...
Calculating the average on startup is expensive on mobile devices. It might be
nice to provide it as a deck option or per-model setting in the future so that
people can specify how hard their material is and have it treated accordingly.
2011-04-28 09:21:06 +09:00
Damien Elmes
72a1cd73a9
move upgrade code into separate file
2011-04-28 09:21:06 +09:00
Damien Elmes
4302306fe9
use a checksum for field values; fixed import->update number
...
Previously we had an index on the value field, which was very expensive for
long fields. Instead we use a separate column and take the first 8 characters
of the field value's md5sum, and index that. In decks with lots of text in
fields, it can cut the deck size by 30% or more, and many decks improve by
10-20%. Decks with only a few characters in fields may increase in size
slightly, but this is offset by the fact that we only generate a checksum for
fields that have uniqueness checking on.
Also, fixed import->update reporting the total # of available facts instead of
the number of facts that were imported.
2011-04-28 09:21:06 +09:00
Damien Elmes
da48eb1e55
remove old relativeDelay compat fix in sync
2011-04-28 09:21:06 +09:00
Damien Elmes
feadce76f3
delete tombstones in integrity check as we can guarantee a full sync; optimize
2011-04-28 09:21:06 +09:00
Damien Elmes
1ddf1be747
abort the summary early if we're over the full sync threshold
2011-04-28 09:21:06 +09:00
Damien Elmes
d23a2bbe59
remove old alter table statements from long ago
2011-04-28 09:21:06 +09:00
Damien Elmes
a45dac36c4
remove some duplicate code in the upgrades
2011-04-28 09:21:06 +09:00
Damien Elmes
1a3c8c0c1e
remove views and pre 0.9.9.8.6 upgrade code; upgrade test decks to 0.9.9.8.6
2011-04-28 09:21:06 +09:00
Damien Elmes
28604b9d29
remove priorities
2011-04-28 09:21:06 +09:00
Damien Elmes
73d83bc640
fixIntegrity() tweaks
...
- fix card ordinals too
- don't change modification time on cards, facts or models
- mark schema modified to force full sync
2011-04-28 09:21:06 +09:00
Damien Elmes
9355e9b98d
fix sync unit tests
2011-04-28 09:21:06 +09:00
Damien Elmes
1b7ac91a2a
force a full sync if there have been schema changes on either side
2011-04-28 09:21:06 +09:00
Damien Elmes
7c2b202163
timestamp schema changes
2011-04-28 09:21:06 +09:00
Damien Elmes
4bf334c6b3
strip some old code
2011-04-28 09:21:06 +09:00
Damien Elmes
1aafbd02f3
use env vars for host/port
2011-04-28 09:19:57 +09:00
Damien Elmes
f78abf2c34
bump version
2011-03-28 16:38:42 +09:00
Damien Elmes
c4e045463b
set rd=2 in subscriptions
2011-03-04 14:32:17 +09:00
Damien Elmes
19a293cf74
don't return a negative delay for failed cards
2011-02-24 13:20:19 +09:00
Damien Elmes
5e23e168c0
bump version
2011-02-20 14:08:35 +09:00
Damien Elmes
0b82e1ab3a
Merge branch 'master' of ../stable/lib
2011-02-20 13:47:56 +09:00
Damien Elmes
008c5904ca
when calculating delay, compare against cutoff, not current time
2011-02-20 13:45:45 +09:00
Damien Elmes
c79db601c6
typo
2011-02-14 03:22:08 +09:00
Damien Elmes
e9ec7f3649
don't escape remote image links
...
thanks to mark (mhl) for the report
2011-02-14 03:13:16 +09:00
Damien Elmes
88fdaef939
rely on system-installed setuptools
2011-02-09 21:54:52 +09:00
Damien Elmes
f156f81a84
don't add a mature bonus when cramming
2011-02-09 00:36:16 +09:00
Damien Elmes
8828027729
when calculating next interval ensure we don't have a negative delay
2011-02-09 00:23:45 +09:00
Damien Elmes
8a1df1728f
rebuildTypes()
...
- ensure we're fixing relativeDelay for suspended cards
- remove priority compat code
2011-02-08 02:46:07 +09:00
Damien Elmes
07db17be88
off by one in relativeDelay sync code
2011-02-07 00:04:39 +09:00
Damien Elmes
ff38dad5b2
remove redundant code
2011-02-04 20:33:13 +09:00
Damien Elmes
1b027af439
bump version
2011-02-03 00:22:03 +09:00
Damien Elmes
340b5864c8
when deck is finished stop timeboxing timer
2011-02-03 00:18:42 +09:00
Damien Elmes
f3a336a4e4
when exporting a standard anki deck, don't put media in dropbox
2011-02-03 00:14:36 +09:00
Damien Elmes
b8e19d5506
don't copy media on export if disabled
2011-02-03 00:10:40 +09:00
Damien Elmes
1464394d58
when the day rolls over, update due cutoffs too, and rebuild queue
2011-02-02 23:52:34 +09:00
Damien Elmes
e49a9bb5ac
relative sibling spacing for reviews
...
Anki 1.0 had a similar feature but we do things a bit differently now. The
relative spacing applies only to reviews, and spaces cards according to their
interval, instead of spacing all cards the same. Any delay < 1 full day is
treated as no delay, so with the default 10% setting, reviews with an interval
< 10 days are not spaced at all. This should hopefully cut down on support
queries for people wondering why many of their cards were delayed, allows the
two settings to be documented separately, and does away with the somewhat
confusing usage of non-integer new sibling values to disable review spacing.
2011-02-02 23:47:58 +09:00
Damien Elmes
66e44f494b
don't update factor in cram, learn more, etc
2011-02-02 22:12:06 +09:00
Damien Elmes
338838583e
more last interval preservation into cram scheduler code
2011-02-02 22:10:44 +09:00
Damien Elmes
09e6e1bd65
fix media db check freezing interface if no media folder
2011-02-02 22:04:12 +09:00
Damien Elmes
9bf850c701
don't allow & in filenames as qt tries to escape them in a string
2011-02-02 18:44:49 +09:00
Damien Elmes
80bb59024c
utility for percent-escaping images
2011-02-02 18:36:58 +09:00
Damien Elmes
b426ad4271
fix html comments in translator's patch
2011-02-01 18:57:44 +09:00
Damien Elmes
04babfb102
if latex didn't run, prompt user to install
2011-01-31 13:00:11 +09:00
Damien Elmes
e0d5b9d69e
never set lastSync=0 when toggling syncing
...
we should rely on needFullSync() to determine whether a full sync is actually
necessary.
2011-01-30 15:31:29 +09:00
Damien Elmes
d362decca2
Merge https://github.com/ymasory/libanki
2011-01-30 12:46:13 +09:00