Commit graph

391 commits

Author SHA1 Message Date
Damien Elmes
c9c2ae92ee bump version 2018-03-26 15:30:51 +10:00
Damien Elmes
4742627e31 bump version 2018-03-01 13:02:16 +10:00
Damien Elmes
46561876a1 refuse to open files created with newer schema version 2018-03-01 13:00:42 +10:00
Damien Elmes
2d79a92247 change default review limit to 200/day 2018-03-01 12:59:29 +10:00
Damien Elmes
53e730c801 port APFS fix to 2.0 2018-03-01 12:56:32 +10:00
Damien Elmes
1de2f316e4 default burying to off 2018-02-22 17:00:35 +11:00
Damien Elmes
c54a3e4fb8 bump version for x64 mac build 2018-02-02 12:44:06 +10:00
Damien Elmes
047278b28e bump version for beta build 2017-08-29 15:15:59 +10:00
Damien Elmes
ef94445b2c bump version 2017-08-16 21:31:32 +10:00
Damien Elmes
4d0973fbab catch attempts to write outside the media folder
big thanks to David Bailey for discovering this
2017-08-16 21:31:05 +10:00
Damien Elmes
32fca484f1 bump version 2017-05-22 15:41:47 +10:00
Damien Elmes
7f40303e31 don't inherit ld_library_path when calling mplayer 2017-05-22 15:41:29 +10:00
Damien Elmes
d37e6fc78b bump version 2017-03-27 15:41:33 +10:00
Damien Elmes
ee8af46c7c bump version 2017-02-25 18:08:23 +10:00
Damien Elmes
aa71e564a1 bump build version 2017-02-22 18:46:30 +10:00
Damien Elmes
91978e5ab8 fix translations not working in binary build on lin; bump ver 2017-02-10 15:31:22 +10:00
Damien Elmes
9afafa429a bump version 2017-01-29 15:38:56 +10:00
Damien Elmes
8aeab3fa46 use sync.ankiweb.net for syncing
media sync goes through the same domain now, avoiding a slow extra
SSL handshake
2017-01-29 15:32:53 +10:00
Damien Elmes
730dd5bdd2 split up vacuum/analyze
9c902aec18
2017-01-16 15:10:27 +10:00
Damien Elmes
f343558b51 bump version 2017-01-13 21:33:34 +10:00
Damien Elmes
0cb983d2f4 bump version 2017-01-02 18:52:34 +10:00
Damien Elmes
280e330332 don't reload data on close 2016-12-24 15:33:11 +10:00
Damien Elmes
8254b4b6e7 bump version 2016-12-22 14:12:17 +10:00
Damien Elmes
27a35e528c bump version 2016-12-21 16:46:34 +10:00
Damien Elmes
2e28a68a60 bump version 2016-12-16 21:52:58 +10:00
Damien Elmes
dbbaba67a6 locate ankiweb.certs within binary build 2016-12-13 11:59:37 +10:00
Damien Elmes
9b2a19ee85 when schema differs, make sure we don't import cards
_ignoredGuids should have been added to but wasn't
2016-04-17 20:38:39 +10:00
Damien Elmes
269ea80a1f Merge branch 'master' of github.com:dae/anki 2016-04-10 14:20:46 +10:00
Damien Elmes
499b02281b bump version 2016-04-10 13:36:36 +10:00
rizzomichaelg
610ca050eb Adding new cloze while in filtered deck
When adding a new cloze tag while a card is in a filtered deck, anki currently adds the new card to the Default deck.  

My proposed fix checks if the card has the odid field set and then sets the did to use when generating the new cards as the odid.
2016-04-09 08:46:54 -05:00
Damien Elmes
d71ca63b4c remove stray text 2016-04-05 11:04:40 +10:00
Damien Elmes
04ada5015f bump version 2016-04-05 11:02:35 +10:00
Damien Elmes
71778fb2b2 bump version 2016-03-27 21:14:30 +10:00
Dave Shifflett
2e38174921 Cast template deck ID before checking the decks
The keys of `self.decks.decks` are unicode keys whereas `template['did']`
is an integer, so `template['did'] in self.decks.decks` always fails.
2016-02-29 21:03:48 -06:00
Damien Elmes
3bbd0bca7e zip64 support, and import/export improvements
- we now allow exports over 2gb/64k files - AnkiMobile and AnkiDroid
will need to be updated to support this
- avoid compressing media files in export, as in the common case of
jpg/mp3 it's much faster with no increase in size
- exports and imports now show # of files processed
- mw.progress.update() now limits # of updates per sec
2016-02-26 10:01:46 +10:00
Damien Elmes
5dca0cdf77 Merge pull request #117 from timrae/override
Don't use default deck when deck override set to invalid deck
2016-02-22 09:25:48 +10:00
Damien Elmes
68d5135009 Merge branch 'master' of github.com:dae/anki 2016-02-22 09:23:09 +10:00
Timothy Rae
38b36323da Don't use default deck when deck override set to invalid deck
When the override deck is not valid, the more intuitive behavior for users is to not override. Advanced users that really want to use this feature will immediately open the deck override settings and see that it's referencing an invalid deck. Advanced users and developers have all been stumped by the old behavior, it's simply not intuitive.
2016-02-16 12:26:52 +09:00
Damien Elmes
ee58e651ef work around huge perDay values set by other clients
sqlite was choking on the long values
2016-01-20 20:59:56 +10:00
Timothy Rae
6d850c95ce Don't include media files with _ unless they are referenced in model 2015-12-07 16:37:27 +09:00
Damien Elmes
2d408cfe68 Merge pull request #111 from bogdanteleaga/tags-selected-deck
Limit tags in custom study dialog to those in the selected deck
2015-11-25 10:48:29 +10:00
bogdanteleaga
1f1220cf7c Limit tags in custom study dialog to those in the selected deck 2015-11-21 14:38:21 +02:00
Damien Elmes
47940680d2 don't convert newlines into br tags in export
fixes https://anki.tenderapp.com/discussions/ankidesktop/15795-export
-error-doubling-br-tags

This code dates back a few years, and was probably a naive solution
for files breaking when exported with newlines. Ideally we should be
preserving the newlines and wrapping the field in quotes, but since
some people may be relying on exported files not to be quoted, we'll
wait to change this until the next major release. For now, we'll use
a space instead, which should not alter the appearance of the
rendered HTML.
2015-11-17 18:06:45 +10:00
Damien Elmes
0ee2354d46 bump version 2015-09-26 13:13:33 +10:00
Damien Elmes
621923d45d Merge pull request #108 from holycrepe/patch-1
Update Field Searches to match multi-line fields
2015-09-26 13:09:23 +10:00
Damien Elmes
713667d015 use python's sqlite3 if pysqlite > 2.6
users have reported errors about vacuuming in a transaction, which
appear to be due to changed handling of DDL statements
2015-09-26 11:51:32 +10:00
Avi Puchalapalli
2f74908b25 Update Field Searches to match multi-line fields
Currently, field searches are confirmed by a regex search with the single option of case-insensitive (?i), and with the beginning and ending markers ^ and $. Since multi-line is not enabled, and re.DOTALL (option s) is not enabled, the field search will fail for any field with a new line
2015-09-25 11:13:42 -04:00
Damien Elmes
c243c583d8 update latex path for osx 10.10 2015-08-31 19:33:58 +10:00
Arne Ludwig
b5f375cc24 Adjusted code for bad latex commands to pass tests 2015-07-30 12:44:58 +02:00
Arne Ludwig
b2cf86b905 Don't mind LaTeX commands beginning with bad names 2015-07-30 11:44:47 +02:00