Commit Graph

4281 Commits

Author SHA1 Message Date
Luc Charland
d597aeb508 Used POST for the batch delete call instead of parameters
This might have bust the 1024 limit. With post, no problem.
2012-10-10 12:56:44 -04:00
Luc Charland
16f0ebc973 cosmetic change of a variable name 2012-10-10 10:58:39 -04:00
Luc Charland
2ddeb129e3 Changed currentContact to currentContactId. 2012-10-10 10:58:39 -04:00
Luc Charland
a2c923aae1 Fixed bug #0724 Deleting multiple contacts batch
Deleting multiple contacts currently involves one HTTP query per entry.
It would be nice to implement a batch delete action, like in the
Mail module.
2012-10-10 10:58:39 -04:00
Wolfgang Sourdeau
b56bc29237 Fixed output of "ls" when searching resource files 2012-10-09 17:27:08 -04:00
Francis Lachapelle
2be6922633 Organizer email address clickable in event editor
Fixes #2010
2012-10-09 09:12:39 -04:00
Francis Lachapelle
16a1b02826 Fixed position of event info box in day view
Fixes #2011
2012-10-08 16:31:17 -04:00
Wolfgang Sourdeau
61b6050058 the bodystructure and body parts in an IMAP "fetch" response are now named following their requested identifier instead of "body" 2012-10-06 12:19:30 -04:00
Wolfgang Sourdeau
42ef6afd8b Silenced errors and warnings regarding missing extensions 2012-10-05 10:14:55 -04:00
Luc Charland
034f2c8745 Fixed bug #1515 Task View is very basic.
- Added sortable fields on Title, Due date, Location, Category and
  Calendar.
- Added Priority column, also sortable.
- Separated the logic of Events and Tasks.
2012-10-01 16:20:10 -04:00
Francis Lachapelle
4038229688 Fixed messages list display in IE9 2012-10-01 10:04:35 -04:00
Francis Lachapelle
fe811314f6 Calendar module : fixed tab selection persistence 2012-09-28 15:07:09 -04:00
Francis Lachapelle
6d40f9d3ab Improved event info dialog box 2012-09-28 14:16:58 -04:00
Francis Lachapelle
1cf972074c Coherance fix in mail editor title 2012-09-27 10:03:54 -04:00
Francis Lachapelle
a51fb9e28b Use a POST to copy/move contacts
By submitting the ajax request as a post, we avoid reaching the web
server url length limit.
Fixes #1887
2012-09-26 20:25:23 -04:00
Francis Lachapelle
d77f6be450 Fixed DnD of all-day events
Fixes #1598
2012-09-26 15:18:09 -04:00
Francis Lachapelle
75328b09a6 Improved layout of event/task editor 2012-09-26 14:57:27 -04:00
Luc Charland
dfcf0caa93 Fixed bug #1798
Web login should pre-select site default language.
Using browser default language.
2012-09-26 13:54:47 -04:00
Luc Charland
96a035a4ca Fixed bug #1104 : subject is used as title always
When the windows were opened, subject was not used as title.
2012-09-26 13:48:41 -04:00
Francis Lachapelle
01287d1aeb SchedulerUI.js : removed unused variable 2012-09-26 07:48:23 -04:00
Luc Charland
dfe369dd20 Fixed bug #1944
Deleting a mail folder doesn't create the Trash mailbox.
2012-09-25 16:39:40 -04:00
Francis Lachapelle
68efae1055 Improved support for IE8/9 2012-09-25 12:00:47 -04:00
Francis Lachapelle
f08594e7ec Minor CSS improvement to CKEditor Kama theme 2012-09-25 11:47:50 -04:00
Francis Lachapelle
ecd7a92fb6 Preferences: remove extra line in signature editor 2012-09-25 11:47:08 -04:00
Francis Lachapelle
481b533fc6 SOGoDragHandles.js - cleanup source 2012-09-25 09:18:45 -04:00
Francis Lachapelle
903f6f2d72 Fixed display of signature editor in preferences 2012-09-24 15:27:18 -04:00
Francis Lachapelle
459c80dbf6 Don't loose composition window when opening mail
Steps to reproduce:
 * open message in popup window
 * click reply or forward
 * re-open message in popup window from the messages list

It will now open the message in a separate popup.

Fixes #1908.
2012-09-24 14:07:56 -04:00
Francis Lachapelle
b22b03caa5 Fixed ID of newly subscribed .ics remote calendar 2012-09-24 13:46:43 -04:00
Francis Lachapelle
c1fba4805e Fixed layout of contacts/calendars import dialogs 2012-09-24 12:18:18 -04:00
Francis Lachapelle
ae6e32c40a Fixed dates validation with new date picker 2012-09-24 11:21:48 -04:00
Francis Lachapelle
b15234c26e New date picker
Removed the old popup calendar (Tigra) by an inline version
(bootstrap-datepicker). Also revamped the time picker and the dialog
boxes to fit the new look.
2012-09-21 22:05:07 -04:00
Francis Lachapelle
0181ec606d Cleanup months and weeks translations
Removed the translations of months and weeks from the Scheduler bundle
since they were already translated in Locale files.
 - The a3_<month> strings were removed (replaced by
   NSShortMonthNameArray)
- The months strings were removed (replaced by NSMonthNameArray)
- The weeks strings were removed (replaced by NSWeekDayNameArray)

Moved the a2_<weekday> strings to the Common bundle and added a new
method [UIxComponent commonLabelForKey:].
2012-09-21 21:48:39 -04:00
Luc Charland
14586d251e fixed bug #1104
Titles of new messages' windows should reflect the subject
2012-09-20 16:16:46 -04:00
Ludovic Marcotte
7154588b24 Improved previous commit. We now use the start date instead of the end date. 2012-09-19 11:46:01 -04:00
Ludovic Marcotte
3a8226c110 Merge branch 'master' of https://github.com/inverse-inc/sogo 2012-09-19 11:35:30 -04:00
Francis Lachapelle
85787e9559 Event editor: ellipsis overflow to attendees list 2012-09-19 11:26:54 -04:00
Francis Lachapelle
bda87eba07 Attendees window: fixed autocompletion selection
Fixed the keyboard arrows navigation within the popup menu of matching
entries.
2012-09-19 11:24:25 -04:00
Francis Lachapelle
49fafb4988 Scheduler: dynamic height for mini-calendar
Fixes #1788.
2012-09-19 11:20:30 -04:00
root
dbb9bac38c Fix for bug #1571. 2012-09-19 10:54:57 -04:00
Luc Charland
491089e194 Fixed bug 1929: Notifications about Modifications
Notifications about Modifications don't show the Calendar name.
When an email notification is selected by the user, the calendar name
from which the event was changed is added to the email.

Needs to be translated.
2012-09-19 10:35:05 -04:00
Francis Lachapelle
802f081f28 Mail Editor: prohibit double-click on send button
Added a "safety net" like when loading a page (UIxPageFrame) to avoid
double-clicking on the send button.
2012-09-18 15:05:02 -04:00
Francis Lachapelle
56a9692da4 Single-window mode: fixed closing of popup window 2012-09-18 15:04:14 -04:00
Francis Lachapelle
a98bd71ec4 Mail filters: CSS fix for input field length
The extra input field for rules based on a custom header must be smaller
in order for the rule to span only one row.
2012-09-18 11:27:11 -04:00
Francis Lachapelle
b89db391bf Preferences: CSS fix for IMAP accounts list 2012-09-18 09:44:12 -04:00
Francis Lachapelle
ec2e71090e See ChangeLog
Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495
Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-17T13:55:22
Monotone-Branch: ca.inverse.sogo
2012-09-17 13:55:22 +00:00
Francis Lachapelle
16b81149ad Fixed label of dialog box when deleting tasks.
Monotone-Parent: 3659b890e1b6dd8754451e02886703b665ae78dc
Monotone-Revision: 05dfd85bdc0651db027e7df47810671a4f906fad

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:52
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:52 +00:00
Francis Lachapelle
3369561b00 Fixed background opacity with dialogs on IE.
Monotone-Parent: 97e02e31cb9e8ce215a0d0d092e79db5cc210a3c
Monotone-Revision: 3659b890e1b6dd8754451e02886703b665ae78dc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:22
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:22 +00:00
Francis Lachapelle
24f9f4ef84 Improved layout of preferences window.
Monotone-Parent: 7eaed9fd683e2598617632feb838450cca393c9c
Monotone-Revision: 1fbe308ad552ffa7e4c43a1a33f14a64aacf1f62

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-10T17:19:52
Monotone-Branch: ca.inverse.sogo
2012-09-10 17:19:52 +00:00
Francis Lachapelle
b240f9bec3 CSS fix
Monotone-Parent: 157670819f732591d0987b295faeb89c843803db
Monotone-Revision: 7eaed9fd683e2598617632feb838450cca393c9c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-07T19:53:33
Monotone-Branch: ca.inverse.sogo
2012-09-07 19:53:33 +00:00
Francis Lachapelle
e7f0c9c03f See ChangeLog
Monotone-Parent: eb22f4d3b368a79ce56bcad18f9f176fff0cb73c
Monotone-Revision: 157670819f732591d0987b295faeb89c843803db

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-07T19:46:49
Monotone-Branch: ca.inverse.sogo
2012-09-07 19:46:49 +00:00