Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WIP gdatastore supportgdatastore-wipSascha Silbe2012-02-181-38/+96
|
* Release version 4Sascha Silbe2011-02-251-1/+1
| | | | | Tested on regular PC running Sugar 0.92 on Debian Squeeze with version support enabled data store.
* add minimal instructions on main viewSascha Silbe2011-02-251-1/+13
|
* wrap labels if necessarySascha Silbe2011-02-251-0/+13
|
* Hide progress bar and show a message when we're finished (SL#2540)Sascha Silbe2011-02-251-1/+10
|
* Release version 3Sascha Silbe2010-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: - regular PC running Sugar 0.89 on Debian Squeeze with version support enabled data store - restoring a bundle created on the same host into an empty Journal - restoring a bundle created on the same host again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from 0.82 data store - restoring a bundle created from 0.82 data store again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from 0.84 data store - restoring a bundle created from 0.84 data store again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle containing entries from a version support enabled data store re-exported from a 0.82 data store (all existing entries skipped: both unmodified and recently modified ones) - restoring a bundle containing entries from a version support enabled data store re-exported from a 0.84 data store (all existing entries skipped: both unmodified and recently modified ones) - XO-1.5 running Sugar 0.84.16 on OLPC build 852 - restoring a bundle created on the same host into an empty Journal - restoring a bundle created on the same host again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from 0.82 data store - restoring a bundle created from 0.82 data store again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from a version support enabled data store - restoring a bundle created from a version support enabled data store again (all entries skipped: both unmodified and recently modified ones) - XO-1 running Sugar 0.82.1 on OLPC build 801 - restoring a bundle created on the same host into an empty Journal - restoring a bundle created on the same host again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from a version support enabled data store - restoring a bundle created from a version support enabled data store again (all entries skipped: both unmodified and recently modified ones) All bundles were created using Backup-4.
* fix timestamp comparisonSascha Silbe2010-09-131-1/+1
|
* more Sugar 0.82 compatibility tricksSascha Silbe2010-09-131-18/+38
|
* restore entries in bundle orderSascha Silbe2010-09-131-2/+5
| | | | | | | | | | When restoring multiple versions of the same entry to a data store with version support, we need to save parents before children (so the base version needs to come first). Backup will now write them in the right order, assuming the timestamp was correct. This should be good enough in practice; if we ever encountered bundles that are not in the right order (e.g. because the timestamp was messed with), we will need to implement topological sorting (based on tree_id, parent_id and version_id).
* add support for Sugar 0.82 data storeSascha Silbe2010-09-131-3/+18
|
* bundle copy of zipfile from Python 2.6 to fix Out-of-Memory issuesSascha Silbe2010-09-132-1/+1415
|
* json compatibility fix for Fedora 9 (Sugar 0.82)Sascha Silbe2010-08-311-1/+2
|
* fix ctime parsing, add workaround for SL#1590Sascha Silbe2010-08-301-3/+10
|
* Release version 2Sascha Silbe2010-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Tested on: - regular PC running Sugar 0.89 on Debian Squeeze with version support enabled data store - restoring a bundle created on the same host into an empty Journal - restoring a bundle created on the same host again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from a non-version support enabled data store - restoring a bundle created from a non-version support enabled data store again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle containing entries from a version support enabled data store re-exported from a non-version support enabled data store (all existing entries skipped: both unmodified and recently modified ones) - XO-1.5 running Sugar 0.84.16 on OLPC build 204 - restoring a bundle created on the same host into an empty Journal - restoring a bundle created on the same host again (all entries skipped: both unmodified and recently modified ones) - restoring a bundle created from a version support enabled data store - restoring a bundle created from a version support enabled data store again (all entries skipped: both unmodified and recently modified ones) The data store with version support was the very latest version from git, with support for specifying a version_id on save() (commit e0d231f).
* fix timestamp handling on non-version support data storesSascha Silbe2010-08-301-8/+8
|
* set DBus timeouts, the default is way too short for usSascha Silbe2010-08-301-7/+14
|
* provide easier-to-understand error message if saving an entry failsSascha Silbe2010-08-301-1/+18
|
* Abort restore on first failureSascha Silbe2010-08-301-7/+1
| | | | | | We can add UI to handle restore failures (e.g. list of failed entries or a DOS-style abort/retry/ignore question) later. For now it's more important to get any feedback at all on restore failures.
* fix temporary directorySascha Silbe2010-08-301-6/+11
|
* make compatible with Sugar 0.84 (pre-0.86 toolbars)Sascha Silbe2010-08-301-7/+37
|
* create Restore activity based on BackupSascha Silbe2010-08-307-577/+289
|
* rename backup.py to restore.py in preparation to conversion to RestoreSascha Silbe2010-08-301-0/+0
|
* Revert "create Restore activity based on Backup"Sascha Silbe2010-08-308-650/+938
| | | | | | | This reverts commit f1eb9444dd3e8f4beb338b8d0cc88aa750630095. Will split this up into two commits so the git rename-detection logic hopefully works better.
* create Restore activity based on BackupSascha Silbe2010-08-298-938/+650
|
* change file extension from .xoj to .xmjSascha Silbe2010-08-291-1/+1
|
* add HAL support, some fixesSascha Silbe2010-08-292-13/+141
|
* add UI for choosing the target path, use unicodeSascha Silbe2010-08-291-17/+125
|
* merge code from in-Journal implementation, use worker processSascha Silbe2010-08-281-91/+398
|
* initial versionSascha Silbe2010-06-306-0/+1094