Commit Graph

30508 Commits

Author SHA1 Message Date
Ralf Becker
f41a6da838 add zip extension to installcheck, as it is required to merge-print office files 2016-06-17 11:17:21 +02:00
Ralf Becker
6a02f1c19a merge changes from update-zpush-2.3 branch into master 2016-06-17 09:11:26 +02:00
Ralf Becker
c07b3b26e4 remove old (from Andreas z-push fork) and no longer used md5body attribute 2016-06-17 08:42:49 +02:00
nathangray
8cb1bb19b1 Check event filters when updating status or category through edit dialog to remove the event if it no longer matches. 2016-06-16 11:08:31 -06:00
Ralf Becker
e600eede2a fix iOS calendar crashed if event-organizer had no email address 2016-06-16 18:14:28 +02:00
Hadi Nategh
e4371fd344 Add icon for folder management in mail tree 2016-06-16 16:39:17 +02:00
Hadi Nategh
f9463e7b07 Add more left padding for top_menu_info 2016-06-16 16:32:53 +02:00
leithoff
be27c65e98 remove the pre-initialization of asbody for the messagenote2note call. its handeled in / with messagenote2note now 2016-06-16 16:06:53 +02:00
EvaWpunkt
2bc9a59ad6 Add folder_management icon (svg+png) 2016-06-16 16:06:19 +02:00
leithoff
a12f6755ab handle fatal error Using $this when not in object context 2016-06-16 12:00:07 +02:00
Hadi Nategh
33566eec3a Fix top_menu_info items overlap taps when the slider header is off 2016-06-15 18:04:34 +02:00
Hadi Nategh
15645add91 Fix taglist dropdown menu size for mobile template 2016-06-15 17:41:56 +02:00
nathangray
c9cdf453fc Change cancel icon to match other dialogs 2016-06-15 09:27:06 -06:00
nathangray
27ef0c20a9 Supress tooltip on holidays shown as events 2016-06-15 09:17:50 -06:00
Hadi Nategh
e5f35bedae Improve style of taglist 2016-06-15 17:05:37 +02:00
nathangray
358df21fd2 Fix resource (contact, resource, etc.) label sometimes not found 2016-06-15 08:51:07 -06:00
Hadi Nategh
695a72e3e8 Fix dragging an email in compose from one field and dropping it into the same field, removes the item 2016-06-15 13:43:55 +02:00
Ralf Becker
f69c198183 * Addressbook/Mail: fix PHP Fatal error when clicking on "add new contact" icon in mail 2016-06-15 12:09:24 +02:00
Ralf Becker
2857511ac9 calling jQuery.noConflict() as early as possible to NOT occupy $ variable stalling many SiteMgr templates 2016-06-15 08:54:12 +02:00
Ralf Becker
d40a3aa34f revert jQuery.noConflict() stuff as current aproach fails if minified 2016-06-14 21:42:12 +02:00
Ralf Becker
7bb87c2615 stop jQuery from setting $ as early as possible and added more checks for calendar running in frameworked template 2016-06-14 21:17:46 +02:00
nathangray
700ef496d7 For new events with title pre-set, highlight the title for easy editing 2016-06-14 11:24:14 -06:00
Ralf Becker
9d12c2a9a5 tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools 2016-06-14 19:12:19 +02:00
nathangray
9b628144fa Include current user as participant when adding a new appointment from addressbook context menu 2016-06-14 11:11:05 -06:00
Ralf Becker
19d35063e4 tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools 2016-06-14 19:05:42 +02:00
nathangray
0a1c2fe3e5 Enhance addressbook observer to handle calendar updates without event data available. 2016-06-14 11:04:16 -06:00
nathangray
a59d3f89e7 Taglist account fixes to remove duplicates in select options after save, and fix missing labels for accounts not in the user's primary group 2016-06-14 10:35:02 -06:00
Hadi Nategh
4b43cd89d2 Fix javaScript error screen.orientation.lock is not available 2016-06-14 17:31:51 +02:00
nathangray
f9a490aea5 Fix touch swipe destruction sometimes blocked reload of calendar 2016-06-14 09:27:34 -06:00
Hadi Nategh
a2df6f43ef Fix apps-toggle shows wrong icon in mobile sidebox 2016-06-14 16:59:11 +02:00
leithoff
4363e7289a use one function to get the data reqired on ItemOperationsGetAttachmentData AND/ot GetAttachmentData calls 2016-06-14 16:41:50 +02:00
Ralf Becker
1f934008e3 downgrade jquery again to version 1 (1.12.4) and jquery-ui to 1.11.2, to fix problems in drag-n-drop and tooltips 2016-06-14 15:52:46 +02:00
Ralf Becker
a35f217496 testing translation server 2016-06-14 15:03:07 +02:00
leithoff
4d7360856a fix call by reference issues 2016-06-14 11:28:03 +02:00
leithoff
e931fb1cc4 translation for initialization failed message 2016-06-14 11:02:54 +02:00
leithoff
17c195a19e handle fatal error on NO mail account available for current user on mail-app-call. call the wizard 2016-06-14 10:50:04 +02:00
leithoff
e010510a5e handle fatal error Using when not in object context 2016-06-14 10:19:27 +02:00
Hadi Nategh
9ba71d4214 Fix pageGenTime breaks calendar view styling 2016-06-14 09:50:15 +02:00
nathangray
726d2c3a51 Fix resource categories:
- category admin is different from category owner
- fix error saving ACL
- fix missing column IDs, which prevented user from resizing or toggling some columns
2016-06-13 20:35:43 -06:00
nathangray
91eb837aa9 Restore addressbook favorites broken by 5ecd1c3c8e 2016-06-13 19:18:11 -06:00
nathangray
b8f8d59793 Show holidays & birthdays as events on mobile 2016-06-13 19:08:56 -06:00
Ralf Becker
218831f76d do not load categories in iframe for calendar, thought unloading them via clicking on app-header still failes 2016-06-13 18:04:11 +02:00
Hadi Nategh
885ed833e1 Fix resources categories shown in iframe 2016-06-13 17:31:43 +02:00
Ralf Becker
e54a56efd6 set currentapp to app whos category we display to fix refresh issues for user (not admin) opening cats in app-tab 2016-06-13 16:07:04 +02:00
Ralf Becker
6c47da8f64 we need to set a different dom-id for each application and also global categories of that app
otherwise eT2 objects are overwritter when a second categories template is shown
2016-06-13 16:04:11 +02:00
Ralf Becker
1778f8ef37 remove not used dom fragment, leftover from old code version 2016-06-13 16:03:32 +02:00
Ralf Becker
6c87e540d6 * Resources: fix PHP Fatal call to undefined method Api\Accounts::get_list() when editing ACL 2016-06-13 14:52:49 +02:00
Ralf Becker
c3c5b7cafa * Mail: fix PHP Fatal error when saving Sieve scripts 2016-06-13 14:17:48 +02:00
Hadi Nategh
5e4412aea5 Run applications categories with ajax=true
- Fix categories colors not showing up
- Fix categories list refresh does not work
2016-06-13 12:30:21 +02:00
Hadi Nategh
2db301ac7a Fix delete and revert icons 2016-06-13 10:10:10 +02:00