Next | Query returned 50 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2015-11-04 18:41:21 by Alistair G. Crooks | Files touched by this commit (78)
Log message:
Remove duplicate SHA512 digests that crept in.
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-21 10:31:03 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update py-anki2 to 2.0.33:

Changes in 2.0.33

    Fixed a bug in importing that could lead to corrupted notes if
    the note type of the source and destination decks didn't match
    Fix Anki completely breaking on recent Linux installs with
    pysqlite > 2.6
    Fix down arrow being displayed as a box in the deck list on
    English Windows 10 installs
    Fix Anki not finding LaTeX on OS X 10.11
    Fix field searches in multi line fields (thanks to Avi)
    Show mark star even when card is scrolled down during review
    Allow LaTeX commands like \includegraphics (thanks to Arne)
    Fixed a bug triggered by adding or removing a saved search
    (thanks to Houssam)
    Fixed a crash dialog showing up in some Linux installs when
    Anki is closed with the preferences window open (thanks to
    Christian)
    Updated translations, thanks to the contributors.
   2015-09-17 07:18:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing dependency. Bump PKGREVISION.

From Shaun Smiley in PR 50250.
   2015-04-03 00:40:25 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.0.32:

Changes in 2.0.32

    Fixed a syncing bug that could lead to lost reviews and sanity
    check errors when deleting a filtered deck before syncing.

    Make default note type titles consistent (thanks to Soren).

    Load saved searches in alphabetical order (thanks to Houssam).

    Fix some fields not being renamed in template when renaming
    field (thanks to Dave).

    Fixed an error message that could occur in add-ons (thanks to
    Thomas) .

    Add a few more media types in the file selector (thanks to
    Jonathan).

    Report an error if an add-on download is corrupt.

    Fix sync error being shown twice.

    Updated translations, thanks to the translators.
   2015-03-26 23:12:41 by Jonathan Perkin | Files touched by this commit (1)
Log message:
No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.
   2014-10-20 12:22:19 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.0.31. Split off not always needed dependencies
(lame, mplayer, portaudio) into options and default them to off.

Changes in 2.0.31

    Fix a problem where large regular syncs sometimes timed out.

Changes in 2.0.30

If youâre using the alternate build on an older Mac, this upgrade
is necessary to keep syncing.
    Disable embedded fonts on OSX to prevent crashes.
    The Browse screen on OSX now deletes cards when you press Fn+Del, not Del.
    Fix a syncing bug triggered by importing apkgs with custom deck options.
    Fix saved searches not being synced (thanks to Houssam).
    Fix "check database" not saving changes after fixing an AnkiDroid \ 
problem.
   2014-10-01 13:41:11 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.0.29:

Changes in 2.0.29

    Fix "app is damaged" message on OSX Yosemite

    A new "added" graph that shows how many new cards have been added
    to the collection.

    When exporting notes as text, say the number of notes that were
    exported, not the number of cards.

    Allow tags to be separated with an ideographic space character
    (eg. Japanese full width space)

    Allow closing the edit current dialog with Ctrl-Enter.

    Show more info when syncing media, so you can see it’s progressing
    and get an idea of how long is left.

    All the web components in Anki default to accepting focus and
    allowing copying now, which should fix issues with some screens
    not allowing copy to the clipboard, such as the card info screen.

    Fix a bug where <br> tags were being inserted in place of newlines
    when importing with html enabled.

    Fix a bug when trying to recover from a corrupt profile.

    Fix addons being downloaded with double newlines on Windows.

    If an existing anki instance is hung, start a new instance when
    user clicks on anki icon.

    A few translation fixes thanks to Derbeth.

    Disable a better error message when some ssl errors occur.

    Make the tab width in the template editor reasonable.

    Strip any formatting when pasting into the template editor, as
    rich text has no meaning there.

    If the computer has no desktop folder, place collection packages
    in the user’s home directory.

    Fix a bug that was allowing nesting other decks under filtered
    decks.

    Fix a bug that was causing templates to get out of sync with field
    names on

    Don’t jump around in the browser’s card list when deleting cards.

    On Linux systems that don’t have a documents folder defined,
    default to ~/Documents/Anki (in English) for the profile folder.

    We no longer encode and decode %20 and so on when fields are
    edited. This should fix the bug where users were having text with
    percent signs in it being turned into other characters.

    Tags that differ only in case are no longer allowed, as tags were
    sometimes case-sensitive and sometimes not. The case that you use
    the first time you enter will be used for all future cards added
    with that tag. If you want to change the capitalization of that
    tag, you can temporarily remove the tag from all cards and then
    add it again with the new case.

    Ignore >100MB files when syncing instead of having the server
    throw an error.
   2014-07-22 11:45:38 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.0.28:

Changes in 2.0.28

    Fix media syncing state not being properly reset when deauthorizing.

Changes in 2.0.27

    Media syncing has been rewritten to be more reliable:

	It no longer locks the account, so multiple clients can
	sync media at the same time (but please do not attempt this
	with the mobile clients yet, as they have not yet been
	updated). This is also paving the way towards background
	syncing of media in the future.

	The initial sync on a new device can now avoid both sending
	and receiving files that already exist on both ends.

	A large number of deleted files could cause timeouts in
	the past; this is no longer the case.

	When resuming from a connection error, less data needs to
	be sent than before.

	When deauthorizing sync, the media syncing state is reset.

    On Linux, the Anki folder is now Documents/Anki, which matches
    the other platforms. Anki will use a previous Anki folder if
    it exists, so please rename it manually if you wish to use the
    new location.

    Searches in the Browse screen can now be saved into the sidebar,
    and the tab key order has been improved (thanks to Houssam).
    These changes conflict with previous versions of the Advanced
    Browser add-on, so please ensure you download the latest version
    if you use this add-on.

    Fixed a bug where a filtered deck with or in it could mistakenly
    include suspended or buried cards.

    Fixed crashes in the alternate Mac build.

    The Preview window now has a "replay audio" button, with the
    shortcut R like in the review screen.

    The post-import log now lists the number of notes that were
    unchanged by a text import. "Unchanged" includes notes that
    were present in your collection as well as the imported file
    but were not updated in your collection, whether because the
    update option was off or they were not changed.

    The options menu next to each deck in the deck list now has an
    "export" button, which opens the export dialog with that deck
    already selected.

    Donât display the "added duplicate" message multiple times when
    a note is already duplicated in the collection but only one
    new duplicate was added.

    Fix a bug where Anki was inserting <br>s into the text of
    imported cards if using quoted multi-line notes, with HTML
    disabled.

    Provide more helpful errors when importing corrupt collection
    packages or .anki2 files.

    Anki now remembers the previous position and size of various
    dialogs it didnât previously.

    The "suspended" label in the card types graph has been changed
    to "Suspended+Buried" since that category also counts buried
    cards.

    Anki now makes sure the Get Addons dialog opens at an appropriate
    size when the system font size is unusual.

    Check that saving a statistics image was successful before
    displaying a success message, and give a warning if Anki doesnât
    have permission to write to the desktop.

    Give a less confusing error when Anki canât create a profile
    folder.

    Donât throw an error when attempting to delete unused media
    that has already been removed.

    Fix for exporting to csv with quotes in a field (thanks to
    Rubyu)

    Tweaks to latex handling which will allow add-ons to switch to
    pdftex (thanks to Joel)

    Round cards/minute stat instead of truncating it (thanks to
    Markus)

    Fix errors when importing Mnemosyneâs latest db format.

    Support pasting of m4a urls.

    Add a fix for an AnkiDroid bug to the Check DB function (thanks
    to Houssam)

    Fix tooltip colour for inverted colour schemes. (Thanks to Pat)

    Donât trigger help when enter pressed in preferences screen.

    Fix a bug on Windows where the main window was left open when
    a corrupt collection was detected.

    Fix error when Anki is running for multiple users on a multi-user
    machine.

    Donât try to authenticate username and password if user cancels
    login dialog.

    Allow changing case of profile name on Windows.

    Update all duplicates when importing in update mode.

    Remove initial search text when ctrl-clicking a left panel
    item.

    Fix rounding of cards/minute in stats; use 1 decimal place.

    Fix error when exporting w/ non-latin text in profile name.

    Prevent profiles from getting out of sync when rename fails.

    Update note type on apkg import when only templates have changed

    Search terms in the browser and filtered decks can now be
    separated by a full width space (thanks to Paul)

    Catch some rare startup errors on Windows and show them in a
    dialog box instead of exiting silently.

A special thanks to Soren, who contributed many of the bugfixes in
this release.
   2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Next | Query returned 50 messages, browsing 21 to 30 | Previous