Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exchangecalendar-debian
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrien Dorsaz
exchangecalendar-debian
Commits
246a9b1b
Commit
246a9b1b
authored
Aug 26, 2017
by
Mechtilde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add patch for accepting events
parent
4d9b7fd7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
1 deletion
+31
-1
debian/changelog
debian/changelog
+9
-1
debian/patches/bugfix-854025.patch
debian/patches/bugfix-854025.patch
+21
-0
debian/patches/series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
246a9b1b
calendar-exchange-provider (3.9.0-4) unstable; urgency=low
* debian/patches/bugfix-854025.patch:
- Add patch: accepting events should work now (Closes: #854025)
* fixed typo in the last changelog entry
-- Mechtilde Stehmann <mechtilde@debian.org> Sat, 08 Apr 2017 14:45:28 +0200
calendar-exchange-provider (3.9.0-3) unstable; urgency=low
* build for unstable (Closes: #857889)
+ after Thunderbird coming into Sid
+ unblock request because of m
izilla ex
eption
+ unblock request because of m
ozilla exc
eption
-- Mechtilde Stehmann <mechtilde@debian.org> Thu, 16 Mar 2017 18:53:00 +0100
...
...
debian/patches/bugfix-854025.patch
0 → 100644
View file @
246a9b1b
bugfix for Bug #854025
--- a/interfaces/exchangeCalendar/mivExchangeCalendar.js
+++ b/interfaces/exchangeCalendar/mivExchangeCalendar.js
@@ -5569,10 +5569,14 @@
var proposeStart = this.tryToSetDateValue(input.proposeStart,"");
var proposeEnd = this.tryToSetDateValue(input.proposeEnd,"");
var proposeNewTime = false;
-
+
+ if ( proposeStart ) {
input.proposeStart = cal.toRFC3339(proposeStart.getInTimezone(this.globalFunctions.ecUTC()));
+ }
+ if ( proposeEnd ) {
input.proposeEnd = cal.toRFC3339(proposeEnd.getInTimezone( this.globalFunctions.ecUTC()));
-
+ }
+
if( input.proposeStart && input.proposeEnd ){
proposeNewTime = true;
}
debian/patches/series
View file @
246a9b1b
remove-update-notification.patch
bugfix-854025.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment