Damien Elmes
17b68d5dc0
fix import of suspended anki1 cards ( #565 )
2013-01-23 15:28:11 +09:00
Damien Elmes
0a0d6bcfe6
mention system install conflicts
2013-01-19 06:38:16 +09:00
Damien Elmes
925756b5cb
Merge pull request #8 from ospalh/layout-input-id
...
Add id to the text input field when editing the template.
2013-01-18 12:59:52 -08:00
ospalh
588feaa35b
Add id to the text input field when editing the template.
...
Like this styling can be applied to id (or rather, the effect of styling to it can be seen in the layout editor.)
Also removed what looks like an extra '<center></center>'. That is added three lines later.
2013-01-18 16:46:25 +01:00
Damien Elmes
8d66578d43
move sanity check to server and automatically force full sync
...
- server will log mismatches so we don't require people to post on the forums
anymore or manually force a full sync
- if we find problems like missing notes, report that in the sanity check so
the server can keep track of problems
- when the server detects a conflict it can immediately abort the sync, so a
subsequent sync will no longer report a conflict
2013-01-18 09:17:12 +09:00
Damien Elmes
634b28388c
remove obsolete test
...
the server bumps the modtime prior to download these days because it has to
update the usn
2013-01-18 08:43:40 +09:00
Damien Elmes
225f352871
fix thinko in unit tests
2013-01-17 10:39:04 +09:00
Damien Elmes
740e2425c7
don't try to rebuild old media dir on .anki import
2013-01-16 13:11:00 +09:00
Damien Elmes
ef92719eeb
Revert "add automatic <br> back to field references"
...
This reverts commit 05a68488e7
.
2013-01-16 11:28:10 +09:00
Damien Elmes
ead1f005ec
fix concat of mid searches
2013-01-15 10:26:54 +09:00
Damien Elmes
23650f6ee0
bump version
2013-01-15 08:51:14 +09:00
Damien Elmes
05a68488e7
add automatic <br> back to field references
...
{{Front}}
{{Back}}
will now automatically add a <br> to the first field reference, like previous
Anki versions did. The <br> is too complicated for users who just want a plain
template without any HTML.
2013-01-15 08:28:39 +09:00
Damien Elmes
dec480844b
include filtered deck name in quotes
2013-01-15 08:09:02 +09:00
Damien Elmes
ab46fa0a70
don't fail when importing apkg that references subdirs
2013-01-15 07:43:10 +09:00
Damien Elmes
ca1c461348
only open web browser for links on deck description
...
otherwise clicking on 'more...' will open the web browser
2013-01-15 07:42:38 +09:00
Damien Elmes
d97b199abe
add close to browser edit menu ( #481 )
2013-01-15 07:33:03 +09:00
Damien Elmes
f5028c2573
force rdns for proxy ( #331 )
2013-01-15 07:30:49 +09:00
Damien Elmes
ce2581269b
make sure we always turn error into unicode ( #488 )
2013-01-15 07:28:48 +09:00
Damien Elmes
3048a8e137
catch more unicode errors on import, and improve error msg
2013-01-15 07:10:26 +09:00
Damien Elmes
e610776bb0
possible fix for supermemo importer ( #480 )
...
Not sure why the original author was converting angle brackets separately -
that code breaks the example provided in #480 , but I'm not sure if removing it
will break other files.
2013-01-15 06:37:30 +09:00
Damien Elmes
c3d7a63f7e
strip media when searching for duplicates
2013-01-15 06:25:21 +09:00
Damien Elmes
120c1d4136
match a single note type in browser even if duplicate names
2013-01-15 06:15:27 +09:00
Damien Elmes
22877fd789
make sure conf not applied to child filtered decks ( #490 )
2013-01-15 05:40:28 +09:00
Damien Elmes
aefc58d5d5
we must remove cards from learning queue on bury
...
or they end up with an invalid status when unburied
https://anki.lighthouseapp.com/projects/100923/tickets/484-cant-sync
2013-01-15 05:38:40 +09:00
Damien Elmes
4ab78cf07c
Merge branch 'master' of github.com:dae/anki
2013-01-15 04:14:26 +09:00
Damien Elmes
4dfe2910b7
Merge pull request #5 from Derbeth/master
...
Translation fix to 'Studied 1 card in...'
2013-01-14 11:14:10 -08:00
Piotr Kubowicz
12bde7b40f
allow 'Studied 1 card in ...' to be translated properly
2013-01-13 20:20:17 +01:00
Damien Elmes
76d5b5bf4c
remove reference to old win32 dev doc
2013-01-12 02:52:27 +09:00
Damien Elmes
e309a68306
update manual link
2013-01-09 07:50:49 +09:00
Damien Elmes
c335ea2cee
note type manager needs to ignore the default note type for current deck
2013-01-08 21:39:37 +09:00
Damien Elmes
9a22e13600
remove old namespace decl
2013-01-08 13:39:48 +09:00
Damien Elmes
ba23d7eb7b
bump version
2013-01-08 11:05:19 +09:00
Damien Elmes
1717e56831
disable editor buttons until field focused
2013-01-08 11:01:32 +09:00
Damien Elmes
1cd687a1cb
clarify that deck description is not in option group
2013-01-08 10:45:57 +09:00
Damien Elmes
444e02f568
default browser line font to system default
2013-01-08 10:44:46 +09:00
Damien Elmes
ea89be5f4a
make sure we encode data as utf8 before checksumming
2013-01-08 10:42:15 +09:00
Damien Elmes
76988b6081
sort clone: note type items
2013-01-08 10:39:51 +09:00
Damien Elmes
cb8100c641
don't rename if note type rename cancelled
2013-01-08 10:38:23 +09:00
Damien Elmes
c6adf1dda8
set auth dialog to window modal
2013-01-08 10:36:04 +09:00
Damien Elmes
df961cc509
remember import mode
2013-01-08 10:32:41 +09:00
Damien Elmes
ab04c4e99d
mention other programs using mic
2013-01-08 10:27:34 +09:00
Damien Elmes
289f0a6452
automatically fix 1.2 errors when upgrading
2013-01-08 09:43:29 +09:00
Damien Elmes
0447cb4f41
fix issues with clozes and <% %>
2013-01-04 14:39:06 +09:00
Damien Elmes
df43ef26d0
"manage note types"
2012-12-29 06:21:43 +09:00
Damien Elmes
e9b24f9f3e
don't indiscriminately modSchema on db check
2012-12-28 17:23:03 +09:00
Damien Elmes
caa4ee685a
Merge branch 'master' of github.com:dae/anki
2012-12-27 05:33:43 +09:00
Damien Elmes
5a3f644d26
Merge pull request #2 from sobjornstad/master
...
"leech" tag has the same problem "marked" did
2012-12-26 12:33:30 -08:00
Soren Bjornstad
96fd3de6e5
Apply same fix to "leech" as "marked".
...
"Leech" does not need to be displayed in the taglist as a tag, as it is
already listed as a special item further up the list.
2012-12-25 17:40:02 -06:00
Damien Elmes
8cf072c735
preserve image filenames when stripping html
...
- also do this for the sort field
2012-12-24 14:08:42 +09:00
Damien Elmes
1af487a1d4
patch from user broke stats button
2012-12-23 12:28:06 +09:00