Commit graph

5980 commits

Author SHA1 Message Date
Patrick Ohly d33f8075ea avoid problems with ChangeSourceUriSynclet by using sc-pim-ppc for second client
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@82 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-23 21:43:21 +00:00
Patrick Ohly fc5aa0237d avoid problems with ChangeSourceUriSynclet by using sc-pim-ppc for second client
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@81 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-23 19:45:53 +00:00
Patrick Ohly 54ab882dab also treat INTERNET as TYPE
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@80 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-23 19:44:41 +00:00
Patrick Ohly d382d2458d # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@78 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:55:30 +00:00
Patrick Ohly 7497b22711 added testing of tasks
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@77 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:54:00 +00:00
Patrick Ohly ea18379245 test names have changed
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@76 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:53:42 +00:00
Patrick Ohly b85a39b542 # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@75 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:34:46 +00:00
Patrick Ohly 4ba87699c8 added warnings about known-problems
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@74 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:28:07 +00:00
Patrick Ohly 1e2cd0cc19 temporarily removed some problematic characters (forge tracker #304786)
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@73 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 17:12:59 +00:00
Patrick Ohly 7ead372d9d - renamed normalize script to synccompare because it now applies to both calendar, tasks and contacts
- temporary files in test suite now start with the name of the test they belong to


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@72 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 15:59:33 +00:00
Patrick Ohly a5775d4026 - renamed "test" program to "TestEvolution"
- copy original test cases to fit the name expected by TestEvolution and to have
  them in the build directory
- handle merge with existing item in addItem(): return special status


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@71 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 09:41:37 +00:00
Patrick Ohly 0b4b041b02 now also handles calendar comparison
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@70 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-17 09:37:43 +00:00
Patrick Ohly 25a8b956c4 added some support for inserting already existing item
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@69 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-14 11:36:22 +00:00
Patrick Ohly 8ec0b8301d instantiate test for calendar
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@68 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-14 11:30:34 +00:00
Patrick Ohly 4587315a07 added some support for inserting already existing item
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@67 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-14 11:30:08 +00:00
Patrick Ohly be912fb19d # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@66 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-12 21:05:20 +00:00
Patrick Ohly 8327d850aa refactored code so that test suites can be built from the base template TestEvolution class:
currently defined are ContactSource (local tests) and ContactSync (synchronization with server), tests work exactly as before


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@65 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-12 21:03:37 +00:00
Patrick Ohly 8848551ead text/x-vcard is more suitable for vcard 2.1
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@64 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-12 21:01:40 +00:00
Patrick Ohly a1bc304bc5 made sleep configurable (off by default), synchronize only one source
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@63 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-09 21:56:03 +00:00
Patrick Ohly 6acd0891b1 - added support for calendars and tasks: not yet tested automatically
but manual tests show that it works in principle, albeit with some
  loss of attributes in the server for calendars (time zone)
- removed "disabled" configuration option, use "sync = none" instead
- added selection of databases to synchronize via additional command
  line parameters

Source:
- Refactored code so that EvolutionSyncSource contains the client-library
  facing code and commong logging/error handling. EvolutionContactSource
  and EvolutionCalendarSource (for both calendars and tasks) can now
  indicate errors via exceptions in all functions.


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@62 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-09 11:48:11 +00:00
Patrick Ohly 07f43e8444 adapted to head revision of Sync4j C++ client library
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@61 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-06 17:02:43 +00:00
Patrick Ohly 345c9670eb testVCard.vcf was missing in source distribution
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@60 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-04-06 17:01:46 +00:00
Patrick Ohly e184458e60 fix for #304805: testing return code of SyncClient::beginSync()
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@59 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-26 17:17:06 +00:00
Patrick Ohly 3788ddceea # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@58 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-19 21:38:24 +00:00
Patrick Ohly 12b98e85c4 - implemented automatic backups, logging and database comparison
- prepared 0.2 release


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@57 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-19 21:37:30 +00:00
Patrick Ohly 11e4fff4a7 set TYPE=OTHER also for EMAIL if no other type found
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@56 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-19 09:55:40 +00:00
Patrick Ohly 0fa42ff503 ignore some more irrelevant vcard differences (TYPE=PREF, extra separators)
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@55 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-19 09:54:53 +00:00
Patrick Ohly da40703654 when using quoted-printable, also encode non-ASCII for consistency
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@54 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-19 09:53:30 +00:00
Patrick Ohly 067e8fc973 make full copy of client lib C++ sources,
added src/client-api-diff target to compare against original sources


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@53 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 18:07:48 +00:00
Patrick Ohly d273c5f5bd changes for SyncEvolution not in Funambol CVS since sdkcpp_3_0_6a
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@52 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 18:06:40 +00:00
Patrick Ohly 866ed69e73 reset stdout/stderr before printing final result
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@51 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 17:44:22 +00:00
Patrick Ohly 78407457a5 # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@50 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 17:34:53 +00:00
Patrick Ohly cceb670bae # reflect current status
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@49 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 17:30:52 +00:00
Patrick Ohly 90006980ce # initial release
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@48 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 14:33:42 +00:00
Patrick Ohly 4c145a616c ensure that unique properties occur not more than once
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@47 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 14:18:14 +00:00
Patrick Ohly 5761cda454 test adding multiple business phone numbers
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@46 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 14:17:51 +00:00
Patrick Ohly 191dd40b23 test for copying via server now transmits testVCard.vcf and also compares against it
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@45 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 13:35:23 +00:00
Patrick Ohly fb41aebdd4 format normalized vcards with 60 columns for easier side-by-side diff
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@44 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-18 13:29:15 +00:00
Patrick Ohly d81eb58d44 normalize_vcard can now also compare two files automatically; it's also installed without .pl suffix
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@43 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-15 22:09:04 +00:00
Patrick Ohly 92004b5f6d # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@41 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 22:39:29 +00:00
Patrick Ohly 84b77ba79c update README and version in preparation for release
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@40 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 22:31:52 +00:00
Patrick Ohly 4b6549c077 added workarounds for FBURL/CALURI and ADR without TYPE
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@39 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 22:30:35 +00:00
Patrick Ohly 1217824251 replaced verification with vcard comparion via normalize_vcard.pl
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@38 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 20:36:18 +00:00
Patrick Ohly 8a7b57b07c # updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@37 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 10:31:27 +00:00
Patrick Ohly 329453859b fixed maintainer-cleanup
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@36 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 10:29:40 +00:00
Patrick Ohly f154b705ce removed pregenerated autotools files from CVS - use autogen.sh
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@35 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 10:10:45 +00:00
Patrick Ohly 0e977a2b2e removed pregenerated autotools files from CVS - use autogen.sh
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@34 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 10:10:44 +00:00
Patrick Ohly 7af6713cd7 integrated compilation of Sync4j C++ client library + distribution of its source
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@33 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-12 09:48:59 +00:00
Patrick Ohly 1301d3edac preparations for a release as 'SyncEvolution'
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@32 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-11 19:23:43 +00:00
Patrick Ohly 7ab0dc0b94 *** empty log message ***
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@31 15ad00c4-1369-45f4-8270-35d70d36bdcd
2006-03-11 18:08:38 +00:00