Commit Graph

4290 Commits

Author SHA1 Message Date
Wolfgang Sourdeau
97aefee1ec removed the (apparently) useless version requirements, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:34:05 -04:00
Wolfgang Sourdeau
ae760a5c97 Merge branch 'master' of github.com:inverse-inc/sogo 2012-10-18 10:33:30 -04:00
Wolfgang Sourdeau
bde8f662a3 removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:33:20 -04:00
Francis Lachapelle
565a48d36d Extend width of labels in preferences 2012-10-18 08:39:49 -04:00
Francis Lachapelle
5b40562abc Add missing translation strings in scheduler 2012-10-18 08:38:58 -04:00
Francis Lachapelle
a13491f113 Add missing translations strings in preferences 2012-10-18 08:30:54 -04:00
Wolfgang Sourdeau
5a76790418 Added support for SMTP PLAIN authentication 2012-10-16 16:56:48 -04:00
Luc Charland
b1547d7212 related with bug #0724. Erase rows before ajax call.
For a better user experience, first erase (hide) the rows that were
deleted. Then make the ajax call for batchdelete. On confirmation
really delete the rows.
2012-10-12 14:27:29 -04:00
Francis Lachapelle
e73ef5d98d Updated Hungarian translation 2012-10-10 15:33:04 -04:00
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