Commit Graph

13661 Commits

Author SHA1 Message Date
Ludovic Marcotte
347434dbff We now fallback properly on the IMAP server if the Sieve server is undefined. 2012-12-05 15:52:50 -05:00
Ludovic Marcotte
ca1a3ac06b Fixed the ordering of the memory context. 2012-12-05 14:56:29 -05:00
Francis Lachapelle
8ca79d9a17 Search field for tasks
Fixes #2103
2012-12-05 14:47:28 -05:00
Ludovic Marcotte
3606601c39 Fix for bug #2130 2012-12-05 08:51:55 -05:00
Ludovic Marcotte
988e91a638 We also remove the RSVP in the user's calendar during a PUT. 2012-12-05 08:31:35 -05:00
Ludovic Marcotte
f6b5fdacb9 Remaining patches for bug #1866. 2012-12-03 16:49:20 -05:00
Ludovic Marcotte
aa7aa6a973 Initial patch from #1866 to fix c_sievehostname. 2012-12-03 16:42:56 -05:00
Ludovic Marcotte
d64fd65ea8 Lowercase some value to avoid broken comparaisons. 2012-12-03 16:33:14 -05:00
Ludovic Marcotte
ef7c69eda7 Now consider "utf8" crap as "utf-8", coming from bad mailers. 2012-12-03 14:56:11 -05:00
Ludovic Marcotte
2017536beb move_copy_messages now uses the openchange's memory context.
This fixes strange crashes when dealing with invitations and
other stuff. More work will need to be done in this regard. Also
kept the old code just in case for now. Will be cleaned up shortly
after more people test it.
2012-12-03 09:18:17 -05:00
Francis Lachapelle
5500f99312 Remove conditions on RSVP
Fixes #1850
2012-11-30 15:11:03 -05:00
Ludovic Marcotte
eed17fd95a Fix for bug #1850 and removed dead code/comments. 2012-11-30 13:57:55 -05:00
Ludovic Marcotte
0e02334fda Updated the doc in preparation for the release and to fix #2101. 2012-11-30 10:31:58 -05:00
Ludovic Marcotte
1993d60683 Merge branch 'master' of https://github.com/inverse-inc/sogo 2012-11-30 10:11:33 -05:00
Ludovic Marcotte
47a9a22bc0 Fix for bug #2082. 2012-11-30 10:11:05 -05:00
Francis Lachapelle
b1d3aba1e1 Add missing localizable strings in prefs module 2012-11-29 16:09:53 -05:00
Ludovic Marcotte
f0f206b8bb Merge branch 'master' of https://github.com/inverse-inc/sogo 2012-11-29 15:50:07 -05:00
Ludovic Marcotte
73ff981d4f Fixed the method that returns the current-user-principal. 2012-11-29 15:49:32 -05:00
Francis Lachapelle
88550c0d0d Update NEWS file 2012-11-29 14:56:33 -05:00
Francis Lachapelle
440523747d Rollback selection of language on login page
See dfcf0ca and ticket #1798
2012-11-29 14:54:15 -05:00
Francis Lachapelle
93f77c0dd5 Add missing localizable string in calendar module 2012-11-29 14:46:39 -05:00
Francis Lachapelle
ce36e80d6b Initial Slovak translation 2012-11-29 14:40:46 -05:00
Francis Lachapelle
96f023d108 Mail: Improve iCal viewer 2012-11-29 14:00:10 -05:00
extrafu
f2da438a2b Fixed typo 2012-11-27 21:07:11 -05:00
Francis Lachapelle
e1411e7120 Update NEWS file 2012-11-27 16:43:26 -05:00
Francis Lachapelle
cbfb6eb9ff Update NEWS file 2012-11-27 16:37:55 -05:00
Francis Lachapelle
14630ce222 Improve memory usage of "sogo-tool restore"
Used an autorelease pool.
2012-11-27 15:53:39 -05:00
Francis Lachapelle
e523926ef5 iCalTrigger: fix initialization of variable 2012-11-27 15:14:30 -05:00
Francis Lachapelle
57e4116d7c Cleanup 2012-11-27 10:44:43 -05:00
Francis Lachapelle
1d0eb66781 Place caret at proper position in HTML replies
Removed constraint in preferences module that would limit the reply
placement of HTML mail to be before the quote. We now properly place the
caret at the bottom, before the signature, when the user has chosen to
start her reply bellow the quote in HTML mode.
2012-11-27 10:37:14 -05:00
Francis Lachapelle
d75b04c59f Fix JS syntax for IE7 2012-11-27 10:33:06 -05:00
Francis Lachapelle
3e8f7cb29e Fix all-day event display in day/week view
Fixes #2098
2012-11-26 15:07:33 -05:00
Ludovic Marcotte
7c250fad8f Fix for bug #1061. 2012-11-26 13:13:06 -05:00
Jean Raby
6d61e064a5 Fix typos 2012-11-23 10:26:43 -05:00
Francis Lachapelle
a5948b420b Simplify JS regexp to handle issue with FireFox 2012-11-22 10:57:21 -05:00
Ludovic Marcotte
1bf2509d1e Fix for bug #2115. 2012-11-21 11:56:24 -05:00
Francis Lachapelle
249bf16e8a Add missing localized string in preferences module 2012-11-21 11:13:17 -05:00
Ludovic Marcotte
7b65c29b1e Fixed \n / <br/> when composing mails and improved preferences UI. 2012-11-21 08:54:32 -05:00
Ludovic Marcotte
28f66c6fd9 We correctly use <br/> instead of \n when handling the signature.
This happens when using HTML composition, instead of plain/text.
2012-11-20 20:29:27 -05:00
Ludovic Marcotte
cc98664d13 Fix for bug #2024. 2012-11-20 15:21:49 -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
2606787dd7 Make sure we handle arrays, and not single-value string objects. 2012-11-19 09:45:48 -05:00
Francis Lachapelle
eec99de5d0 Indentation 2012-11-16 19:11:13 -05:00
Ludovic Marcotte
5bf7105982 Fix for bug #1783. 2012-11-18 10:48:58 -05:00
Ludovic Marcotte
0979bd13ae Fix for bug #2006. 2012-11-17 17:16:00 -05:00
Ludovic Marcotte
40d6ce66d0 Small fix over previous commit. 2012-11-17 16:43:49 -05:00
Ludovic Marcotte
8fd0966a23 Correctly loop among calendars. This fixes #2070. 2012-11-17 16:12:23 -05:00
Ludovic Marcotte
3f8d374d63 Fix for bug #2035 2012-11-17 15:38:29 -05:00
Ludovic Marcotte
77e4b3307f Fix for bug #2106 2012-11-17 15:33:07 -05:00