Commit graph

596 commits

Author SHA1 Message Date
Enrique J. Hernández Blasco 2c6d833c11 Remove an attempt to double free content
As content is freed by resetExceptResult message received by reset
which has been called by dealloc as well
2014-11-28 10:04:18 +01:00
Ludovic Marcotte 1c60ab2337 Fix for bug #2889 2014-09-24 12:02:12 -04:00
Ludovic Marcotte 12a4fd05a2 Support for repetitive alarms and tasks 2014-09-12 08:34:15 -04:00
Ludovic Marcotte cde1db9324 Refactored GCSFolder: -writeContent and fixed sogo-tool restore 2014-08-01 09:40:45 -04:00
Ludovic Marcotte b05fcc7d82 Fat commit to refactor the quick record generation 2014-07-30 14:51:00 -04:00
Ludovic Marcotte 333b561a59 Applied patch from bug #2736 2014-06-16 15:30:26 -04:00
Ludovic Marcotte 3f8bbe8c60 Applied patch from #2807 2014-06-09 09:14:30 -04:00
Francis Lachapelle e2f192b793 Fix display of company/department of cards
Fixes #2662
2014-03-14 15:45:12 -04:00
Ludovic Marcotte f7a20d0a83 Fixed broken encoding of single-value element 2014-02-05 15:23:09 -05:00
Ludovic Marcotte bcb0764b19 Fix for bug #2505 2014-01-31 15:04:49 -05:00
Ludovic Marcotte 053b090aff Fix for bug #2235 2013-10-21 15:37:01 -04:00
Ludovic Marcotte 55052ea36f Fix for bug #2240 2013-09-25 14:40:48 -04:00
Ludovic Marcotte 4d2c734781 Revert "Try to use a local pool to avoid huge memory consumption"
This reverts commit e57d875e0a.
2013-07-29 14:32:58 -04:00
Ludovic Marcotte e57d875e0a Try to use a local pool to avoid huge memory consumption 2013-07-29 09:43:21 -04:00
Ludovic Marcotte e24c20c48a Reverted patch 2013-07-19 10:11:08 -04:00
Ludovic Marcotte 048bae2fc5 Applied patch from bug #2235 2013-07-18 10:52:37 -04:00
Ludovic Marcotte f25344182d Rewrote escapedForCards so it's 10 times faster. 2013-06-14 14:58:16 -04:00
Francis Lachapelle 2d455bf0ca Fix possible infinite loop in repeataable object 2013-01-28 09:51:42 -05:00
Francis Lachapelle ddc9a1b3f5 Fix recurrence-id of all-day events
Recurrence-ID of all-day events must be defined as a date (VALUE=DATE).
2013-01-21 13:43:32 -05:00
Francis Lachapelle d835921062 iCalDateTIme: fix all-day entities
When setting an all-day entity (no time), make sure to set the
NSCalendarDate to GMT before formatting the string.
2013-01-21 13:40:11 -05:00
Jean Raby 113bae4638 add updateCPathInFolderInfo: withCPath2 definition 2013-01-16 15:09:25 -05:00
Francis Lachapelle 9ac8e9f0e1 Update the timezones definitions files
Update to the latest edition of the Olson database (2012j), generated
without the "--pure" parameter to get rid of RDATES.
2013-01-14 17:39:23 -05:00
Francis Lachapelle e523926ef5 iCalTrigger: fix initialization of variable 2012-11-27 15:14:30 -05:00
Ludovic Marcotte 1fdcf843f3 Slightly improved previous commit to avoid losing X- elements. 2012-11-20 08:30:41 -05:00
Ludovic Marcotte a1d092cab0 Fix for #2093. 2012-11-19 14:20:13 -05:00
Ludovic Marcotte 77e4b3307f Fix for bug #2106 2012-11-17 15:33:07 -05:00
Jean Raby 378eef4082 Use GCSSpecialQueries in sogo-tool rename-user
Fixes #1924
The SQL syntax used by the former query would only work
with postgresql and Oracle.
2012-11-13 17:20:18 -05:00
Ludovic Marcotte 51192dd533 We now order correctly CardGroups - especially for calendars.
This is to avoid a bug in BlackBerry devices where the METHOD
must be placed BEFORE any vevent/vtimezone objects, otherwise
the invitation objects are never recognized, and rather shown
as a "application/x-rimdevicecalendar" attachment.
2012-11-13 13:58:05 -05:00
Wolfgang Sourdeau 3f58b6bfd1 Use the output of "gnustep-config --base-libs" to determine which libs our libraries must be linked against 2012-11-07 09:50:32 -05:00
Wolfgang Sourdeau 806ea9fd13 do not duplicate the result of method calls into a NSMutableString 2012-10-30 08:49:51 -04:00
Wolfgang Sourdeau 40a1a51845 cache the "startDate" 2012-10-30 08:49:02 -04:00
Wolfgang Sourdeau dac021799a Fixed most build warnings 2012-10-22 08:02:22 -04:00
Wolfgang Sourdeau e717be6126 Fixed most build warnings 2012-10-22 08:01:40 -04:00
Wolfgang Sourdeau 1f64747b67 Merge pull request #2 from dekkers/link-everything-correctly
Specify all necessary libraries when linking (thanks to Jeroen Dekkers)
2012-10-20 12:15:23 -07:00
Wolfgang Sourdeau 1f2ca23678 update to latest edition of the Olson database, regenerated with the "--pure" parameter 2012-10-20 14:27:01 -04:00
Wolfgang Sourdeau 321e7e635d added "--pure" parameter to suggested command-line 2012-10-20 14:26:23 -04:00
Wolfgang Sourdeau 5c9298febf sort the timezone periods chronologically, in reverse order, to ensure that the most recent valid one is used 2012-10-20 13:28:31 -04:00
Wolfgang Sourdeau 948bafd2bf s/occurence/occurrence/g 2012-10-20 13:27:24 -04:00
Jeroen Dekkers 990911e142 Specify all necessary libraries when linking 2012-10-19 18:23:07 +02:00
Wolfgang Sourdeau 1f586a4416 removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:33:14 -04:00
Francis Lachapelle 90fe3edce2 Until date support in timezone periods
Fixes #1487
2012-09-24 20:43:12 -04:00
Francis Lachapelle 613499c63a propagate from branch 'ca.inverse.sogo.1_3_18' (head 7c7520aa207bce4701e10594a7e6854a244e9f7e)
to branch 'ca.inverse.sogo' (head 1cc99cc487a5bfdb791d4067042b904d7eb47795)

Monotone-Parent: 1cc99cc487a5bfdb791d4067042b904d7eb47795
Monotone-Parent: 7c7520aa207bce4701e10594a7e6854a244e9f7e
Monotone-Revision: eb22f4d3b368a79ce56bcad18f9f176fff0cb73c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-07T19:40:28
Monotone-Branch: ca.inverse.sogo
2012-09-07 19:40:28 +00:00
Francis Lachapelle 665d11976a See ChangeLog
Monotone-Parent: 749811709acadced020a19e4ce7c00f07ac86e77
Monotone-Revision: 635c9e7117554059bb6df5357a9f71f448867b55

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-31T20:31:33
2012-08-31 20:31:33 +00:00
Francis Lachapelle c2b564df12 propagate from branch 'ca.inverse.sogo.1_3_18' (head 52bc1ab2a2dcc4de7809fd592d0e9c41c556cf17)
to branch 'ca.inverse.sogo' (head 263be06669bfcef33b9cb13a1171fdb0d4d5ec57)

Monotone-Parent: 263be06669bfcef33b9cb13a1171fdb0d4d5ec57
Monotone-Parent: 52bc1ab2a2dcc4de7809fd592d0e9c41c556cf17
Monotone-Revision: ec64b102b590c4a7b217fe508a46ad302e12adce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-22T13:52:16
Monotone-Branch: ca.inverse.sogo
2012-08-22 13:52:16 +00:00
Francis Lachapelle 426696b033 See ChangeLog.
Monotone-Parent: 6722e59df0723e9698a938cf20033b44e842756f
Monotone-Revision: 52bc1ab2a2dcc4de7809fd592d0e9c41c556cf17

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-22T13:49:45
2012-08-22 13:49:45 +00:00
Francis Lachapelle 4156dc77fc See ChangeLog.
Monotone-Parent: e85beb8f93ffc2c69838b75d3a43926981cbe855
Monotone-Revision: 6722e59df0723e9698a938cf20033b44e842756f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-22T01:26:05
2012-08-22 01:26:05 +00:00
Wolfgang Sourdeau b622a433e9 Monotone-Parent: 3c0814786842608f4b2aea659b16c3eb7e694f9d
Monotone-Revision: bc3ed474ad46d79c92b1456be764f4803b264d92

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-26T20:56:33
Monotone-Branch: ca.inverse.sogo
2012-07-26 20:56:33 +00:00
Wolfgang Sourdeau 0e276d2acc propagate from branch 'ca.inverse.sogo.1_3_17' (head f071f53cbc4a39b0b852c58e7e57332f05ef1e0c)
to branch 'ca.inverse.sogo' (head 4117fa474ee2ae428f109a99cb50a33479342fa8)

Monotone-Parent: 4117fa474ee2ae428f109a99cb50a33479342fa8
Monotone-Parent: f071f53cbc4a39b0b852c58e7e57332f05ef1e0c
Monotone-Revision: c4c3d792d4b668f2d69a06c140f8d2223d8dbc7c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-13T21:00:00
Monotone-Branch: ca.inverse.sogo
2012-07-13 21:00:00 +00:00
Francis Lachapelle a6b8e42cbf Monotone-Parent: 29aefdeb26834742b8cd9f01120573b4dcbcc7ed
Monotone-Revision: f9bb5a5f3c1e5dea5cb04ead39373ab637b9ee09

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-13T13:00:02
2012-07-13 13:00:02 +00:00
Wolfgang Sourdeau 19adabfa92 Monotone-Parent: 32541b6f161d32f977e2eaff040e594f4ef885b2
Monotone-Revision: f25607e5762568e3c223b1868307c8cc92bd66da

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-02T19:57:29
Monotone-Branch: ca.inverse.sogo
2012-07-02 19:57:29 +00:00