Changesets: sogo
master d225865a 2015-12-18 09:04 Francis Lachapelle Details Diff |
(css) Don't wrap titles | ||
mod - UI/WebServerResources/scss/core/typography.scss | Diff File | ||
v2 916c0438 2015-12-18 06:23 Enrique J. Hernández Blasco Details Diff |
oc-mail: Return error when delivery was not successful For example, if the SMTP is down, then the message is not sent and an error is returned. We returned back this error code to be managed by upper layer. |
||
mod - OpenChange/MAPIStoreMailVolatileMessage.m | Diff File | ||
v2 7fe1b5f0 2015-12-18 04:43 Enrique J. Hernández Blasco Details Diff |
oc: Do compile with Samba 4.1 As requested by @extrafu to maintain sogo packages for a little while |
||
mod - OpenChange/MAPIStoreSamDBUtils.m | Diff File | ||
master 904c2f07 2015-12-17 23:34 Francis Lachapelle Details Diff |
(js) No 404 images with contacts chips | ||
mod - UI/WebServerResources/js/Common/Gravatar.service.js | Diff File | ||
mod - UI/WebServerResources/js/Common/User.service.js | Diff File | ||
mod - UI/WebServerResources/js/Contacts/Card.service.js | Diff File | ||
master f496f2b2 2015-12-17 14:53 Francis Lachapelle Details Diff |
(js) Respect SOGoSearchMinimumSearchLength | ||
mod - UI/WebServerResources/js/Common/sgSearch.directive.js | Diff File | ||
master b1b8116a 2015-12-17 14:26 Francis Lachapelle Details Diff |
(css) Fix for Safari | ||
mod - UI/WebServerResources/scss/components/icon/icon.scss | Diff File | ||
master e67661e8 2015-12-17 14:25 Francis Lachapelle Details Diff |
(css) Improve buttons of sgToggleGrid directive | ||
mod - UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox | Diff File | ||
mod - UI/WebServerResources/js/Common/sgToggleGrid.directive.js | Diff File | ||
mod - UI/WebServerResources/scss/components/button/button.scss | Diff File | ||
mod - UI/WebServerResources/scss/components/gridList/grid-list.scss | Diff File | ||
master 0f4e966e 2015-12-17 14:02 Francis Lachapelle Details Diff |
(html) Improve contact editor on small devices | ||
mod - UI/Templates/ContactsUI/UIxContactEditorTemplate.wox | Diff File | ||
master 89e947b0 2015-12-17 14:00 Francis Lachapelle Details Diff |
(js) Improve handling of dates changes | ||
mod - UI/WebServerResources/js/Scheduler/ComponentController.js | Diff File | ||
master fe6bd70b 2015-12-17 13:55 Francis Lachapelle Details Diff |
(html,css) Group settings in event/task editors | ||
mod - UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox | Diff File | ||
mod - UI/Templates/SchedulerUI/UIxAttendeesEditor.wox | Diff File | ||
mod - UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox | Diff File | ||
mod - UI/WebServerResources/scss/components/dialog/dialog.scss | Diff File | ||
mod - UI/WebServerResources/scss/core/structure.scss | Diff File | ||
master 02056301 2015-12-17 13:22 Francis Lachapelle Details Diff |
(js) Component: move some code from $omit to $save | ||
mod - UI/WebServerResources/js/Scheduler/Component.service.js | Diff File | ||
master 52863bf8 2015-12-17 13:19 Francis Lachapelle Details Diff |
(js) Fix JavaScript syntax error in Component | ||
mod - UI/WebServerResources/js/Scheduler/Component.service.js | Diff File | ||
v2 0c5f4edb 2015-12-17 05:56 Enrique J. Hernández Blasco Details Diff |
Give support to JUnit output format for sogo-tests To integrate with CI system. sogo-tests now accepts a flag (-f) to determine the output format: * text : Current behaviour and default value * junit: XML output suitable for CI system such as Jenkins |
||
mod - Tests/Unit/SOGoTest.m | Diff File | ||
mod - Tests/Unit/SOGoTestRunner.h | Diff File | ||
mod - Tests/Unit/SOGoTestRunner.m | Diff File | ||
mod - Tests/Unit/sogo-tests.m | Diff File | ||
master 4973580b 2015-12-16 22:16 Francis Lachapelle Details Diff |
(js) Improve parsing of dates in component editor | ||
mod - UI/WebServerResources/js/Scheduler/Component.service.js | Diff File | ||
master 84199e9c 2015-12-16 15:37 Francis Lachapelle Details Diff |
(html) Improve color chip of events/tasks lists | ||
mod - UI/Templates/SchedulerUI/UIxCalMainView.wox | Diff File | ||
v2 376e717f 2015-12-16 12:49 Juan Vallés Details Diff |
oc-calendar: Use the calendar's time zone if it is present If the event was created by the MAPI client, the client's time zone (if present) is assigned to the event's calendar in iCalEvent+MAPIStore. This way, we can use it to deliver the event's properties correctly. |
||
mod - OpenChange/MAPIStoreAppointmentWrapper.h | Diff File | ||
mod - OpenChange/MAPIStoreAppointmentWrapper.m | Diff File | ||
mod - OpenChange/MAPIStoreCalendarEmbeddedMessage.m | Diff File | ||
mod - OpenChange/MAPIStoreCalendarMessage.m | Diff File | ||
mod - OpenChange/MAPIStoreMailMessage.m | Diff File | ||
mod - OpenChange/MAPIStoreRecurrenceUtils.h | Diff File | ||
mod - OpenChange/MAPIStoreRecurrenceUtils.m | Diff File | ||
mod - OpenChange/iCalTimeZone+MAPIStore.h | Diff File | ||
mod - OpenChange/iCalTimeZone+MAPIStore.m | Diff File | ||
master 8ff6fc8c 2015-12-15 22:55 Francis Lachapelle Details Diff |
(js) Fix DnD in multicolumn calendars view | ||
mod - UI/Templates/SchedulerUI/UIxCalDayTable.wox | Diff File | ||
mod - UI/WebServerResources/js/Scheduler/CalendarListController.js | Diff File | ||
mod - UI/WebServerResources/js/Scheduler/sgCalendarDay.directive.js | Diff File | ||
mod - UI/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js | Diff File | ||
mod - UI/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js | Diff File | ||
v2 29f2d960 2015-12-15 16:15 Details Diff |
Enable old code. | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
v2 225fe847 2015-12-15 16:12 Details Diff |
Disabled today's code for now. It requires more testing. | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
v2 720b1d5a 2015-12-15 15:21 Details Diff |
(fix) carry over delegatedFrom too | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
master 3404ae81 2015-12-15 15:21 Ludovic Marcotte Details Diff |
(fix) carry over delegatedFrom too | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
master 76f0ec9a 2015-12-15 15:05 Ludovic Marcotte Details Diff |
(fix) carry over the delegatedTo, not only the part stat | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
mod - SoObjects/Appointments/iCalEntityObject+SOGo.h | Diff File | ||
mod - SoObjects/Appointments/iCalEntityObject+SOGo.m | Diff File | ||
v2 28bd4ca3 2015-12-15 15:05 Details Diff |
(fix) carry over the delegatedTo, not only the part stat | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File | ||
mod - SoObjects/Appointments/iCalEntityObject+SOGo.h | Diff File | ||
mod - SoObjects/Appointments/iCalEntityObject+SOGo.m | Diff File | ||
v2 1529e7ec 2015-12-15 11:34 Jesús GarcÃa Sáez Details Diff |
unittest: compare properly decimal numbers | ||
mod - Tests/Unit/TestSBJsonParser.m | Diff File | ||
master 0f578876 2015-12-15 11:14 Ludovic Marcotte Details Diff |
(fix) small fix over previous commit | ||
mod - SoObjects/Appointments/SOGoAppointmentObject.m | Diff File |