Commit Graph

24634 Commits

Author SHA1 Message Date
Ralf Becker
80d81bfb44 If link changes, update client side with new title when possible. 2014-10-01 19:59:50 +00:00
Ralf Becker
7aa20273f1 Check that array entry is there before looking into it.
Prevents error when accessing deleted user.
2014-10-01 19:59:19 +00:00
Ralf Becker
ac0a2d0930 * Mail/Calendar/eTemplate2: fix timezone problems of times in grid or lists, if server_timezone differs from php.ini date.timezone
- for grid this is a real fix by correctly expanding names in auto-repeated rows and therefor running widgets beforeSendToClient methods
- for nextmatch is is just a hack looking at get_rows content and converting everything "looking" like a timestamp to a "Y-m-d\TH:i:s\Z" string
2014-10-01 19:11:42 +00:00
Ralf Becker
0b9c86328c detect TNEF by either its mime-type or caseinsensitive filename of winmail.dat 2014-10-01 16:35:20 +00:00
Hadi Nategh
814400e861 Add new infolog filter 'private\' 2014-10-01 15:42:30 +00:00
Nathan Gray
0159f41877 Restore favorite's sort order along with filters 2014-10-01 15:41:50 +00:00
Nathan Gray
15be410487 Make sure to use correct parent ObjectManager when destroying.
Should fix "Action object with id ... does not exist" errors.
2014-10-01 15:37:01 +00:00
Nathan Gray
9e0b882f92 Add refresh(id, type) function to et2_gantt widget 2014-10-01 15:34:54 +00:00
Hadi Nategh
ee46807842 * Filemanager: New styling and access to list of uploading files in progress 2014-10-01 15:21:48 +00:00
Nathan Gray
3ec23b92fd Fix unwanted apps showing in link-app 2014-10-01 15:15:33 +00:00
Nathan Gray
3abff57761 Avoid error if filter has no options. 2014-10-01 15:04:21 +00:00
Nathan Gray
e1619d6cb9 Handle more refresh options, Support multiple projects in gantt chart 2014-10-01 14:57:01 +00:00
Ralf Becker
c4b6102e8a * Calendar: user without edit access to event could not delete own alarm 2014-10-01 14:08:51 +00:00
Ralf Becker
9f1dfdb97b remove not working email from selectbox in search for adding participants 2014-10-01 12:54:28 +00:00
Ralf Becker
0a34fceee2 logging while TNEF decoding fails 2014-10-01 11:11:42 +00:00
Ralf Becker
cd30e8bee1 Don't try to delete not-existing attribute.
Hopefully solves error in IE.
2014-10-01 10:43:24 +00:00
Ralf Becker
dbca9f2008 fix typo 2014-10-01 10:37:52 +00:00
Ralf Becker
22a5189783 stop egw.debug("error",...) to show error to user, if LOCAL_LOG_LEVEL=0, which we currently set in source 2014-10-01 10:35:36 +00:00
Ralf Becker
e9731f5692 * Timesheet: fix SQL error when searching and NO custom fields defined 2014-10-01 08:19:57 +00:00
Ralf Becker
2d0d1916c6 fixed date-time_today widget broken after last commit 2014-10-01 04:40:54 +00:00
Ralf Becker
98d6b45be2 switching off Javascript error-handler and -display in GUI 2014-09-30 20:31:07 +00:00
Ralf Becker
d102b7782c fix handling of timestamps in usertime on client-side, by using date("Y-m-d\TH:i:s\Z", ts) equivalent to PHP date function we use on server-side, fixes wrong time in alarms, if server- and user-timezone differ 2014-09-30 20:13:15 +00:00
Ralf Becker
9057821241 * Preferences: opening forced preferences set selectboxes for not set values to first real value not "Users Choice"
caused by etemplate_widget_menupopup not being run, it is now run by etemplate_new::exec / etemplate_new::fix_sel_options for everything in sel_options
2014-09-30 14:27:47 +00:00
Klaus Leithoff
28a086d252 * Mail: decoding of TNEF/winmail.dat as attachments, requires installation of PEAR packages Horde_Compress, Horde_Icalendar and Horde_Mapi 2014-09-30 14:25:37 +00:00
Klaus Leithoff
50ea60a01c * Mail: Resolve ms-tnef attachments if possible, and required backend functionality is assumed to be available 2014-09-30 14:06:11 +00:00
Ralf Becker
932c78bc6d remove calls to removed htmlspecialchars method 2014-09-30 12:37:07 +00:00
Ralf Becker
3b2619719c remove calls to removed htmlspecialchars method 2014-09-30 12:28:42 +00:00
Ralf Becker
511bd8674a fix IDE warnings and generate an install_id, if there is none 2014-09-30 11:59:55 +00:00
Ralf Becker
78930b743c fix parsing date/times containing timezone, they are not in server-time, but in timezone specified in their value 2014-09-30 11:56:11 +00:00
Hadi Nategh
b831d2c593 * Admin: New setting for admin users with available administrator password to be able to modify mail ACL rights and vacation notices (no longer in admin context menu but under edit account->forward... tab) of each accounts via both mail and admin app.
-Backported commits: r48728, r48729, r48734, r48743, r48671, r48765, r48766, r48775, r48776, r48777.
2014-09-29 09:26:29 +00:00
Hadi Nategh
fec60aa03a Adjusting toolbar widget
-Fix toolbar widget droppable space
-Fix toolbar widget for first time user with no preferences
2014-09-29 08:24:38 +00:00
Hadi Nategh
cff6b748a1 Change mail display toolbar from heirachical actions to full flat list of buttons 2014-09-29 08:18:59 +00:00
Ralf Becker
52bc4a75f3 allow path instead of url with schema for login too 2014-09-27 17:11:41 +00:00
Ralf Becker
0c696efc01 * PostgreSQL/Mail: changing password gave SQL error 2014-09-27 15:50:24 +00:00
Ralf Becker
b9c985e045 * Mail: vaction notice indicator in mail showed result of other users
cache-key was identical for all uses due to a typo
2014-09-27 15:28:16 +00:00
Hadi Nategh
041f06c855 Adjust default width for categories nm columns 2014-09-26 11:27:32 +00:00
Ralf Becker
13a723c0fb we need to return null for no value instead of empty array, which gets overwritten by preserved value on server-side 2014-09-26 11:25:31 +00:00
Hadi Nategh
4b655bf542 Make sure there's an app set, otherwise set it from top of the list 2014-09-26 11:19:25 +00:00
Klaus Leithoff
48f1278cd5 * Mail: fetch all subscribed folders for a given account in a single pass
fallback to previous scheme of retrieval per namespace only on failure/no result
2014-09-26 08:39:48 +00:00
Klaus Leithoff
06506c5a94 backport: introduce horde tnef decoder functionality 2014-09-26 08:34:49 +00:00
Klaus Leithoff
38c2d730f4 backport: its quicker to try to connect, assuming that we want to do it anyway, instead of reading userdata 2014-09-26 08:27:24 +00:00
Klaus Leithoff
338c625180 backport: to ease upgrade, as hook is removed 2014-09-26 08:24:57 +00:00
Ralf Becker
98b0578314 fixed not working refresh of user category list called via top-menu after adding/editing a category 2014-09-25 16:03:53 +00:00
Ralf Becker
149090c08e explicitly fetching structure in get_load_email_data, to supply it to getMessageBody and getMessageAtacchemnts, so they dont get fetcheds twice from imap-server 2014-09-25 12:43:25 +00:00
Ralf Becker
2e16d826b6 remove html::purify call 2014-09-25 08:48:05 +00:00
Ralf Becker
cea5f6dccb fix PHP Fatal error under PHP 5.3: Cannot access self:: when no class scope is active 2014-09-25 06:21:41 +00:00
Ralf Becker
44ae13a32e changing default columns for new installs to a postiv list of "type, name/organisation, bussiness address, phone and email", so adding further columns dont make them automatic enabled 2014-09-24 08:26:42 +00:00
Ralf Becker
341e96fceb * Admin/PostgreSQL: adding new accounts failed
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:56:03 +00:00
Hadi Nategh
aaeb66f44e * Calendar: Fix not being able to add calenadr alarm for user with limited access
-Fix javascript error while switching to custom alarm date
2014-09-23 13:50:11 +00:00
Ralf Becker
19d2b7effb need to set context even for no proxy, if we need optional authentication 2014-09-23 13:45:03 +00:00