Commit Graph

24476 Commits

Author SHA1 Message Date
cdae84a3ba If user changes the account or location, this changes the ACL ID. Remove the previous ID if it is an edit. 2014-10-07 23:20:33 +00:00
7fe36b289b Fix relative columns width preference not saved as relative width 2014-10-07 22:59:55 +00:00
7111e0bb83 Change email regex to allow email addresses of the form "Ralf Becker <rb@stylite.de" 2014-10-07 22:27:27 +00:00
af522ab692 copy 14.1 changelog to trunk to satisfy update checker 2014-10-07 21:41:16 +00:00
e674c5aa5b Partially revert r48812, seems it didn't help entry widgets but it did cause problems with preferences 2014-10-07 21:16:18 +00:00
3af8b4806b insert/update timezones without sqlite extension 2014-10-07 21:04:58 +00:00
26261e080d Fix bad logic breaking historylog 2014-10-07 20:47:54 +00:00
b88102618b Fix calendar entries mess up after editing an integrated entry (eg. infolog) while the calendar is not the active tab (happens only in F.F.) 2014-10-07 16:21:19 +00:00
b86a4b17dd fall back to own db_backup for installing timezones, if sqlite extension is not available or broken 2014-10-07 13:15:04 +00:00
54c51e1757 changing access control stuff for Apache 2.4 again, as openSUSE 13.1 base config uses Deny, which has higher precedence then Require 2014-10-07 12:55:47 +00:00
f5a71a635f Complement to commit 48899, fixes error in IE11 2014-10-07 11:39:34 +00:00
7d7b4cd7bc use "systemctl enable <service>" for RHEL 7 2014-10-07 11:37:29 +00:00
cf96d4e82d do not convert empty values, otherwise we will get current date or 1970-01-01 instead 2014-10-07 10:19:21 +00:00
21a1f6ea64 do no call posix_* methods (from posix extension), if it is not available 2014-10-07 09:31:25 +00:00
418578dc2f remove not used attachmentsPresent value 2014-10-07 07:13:37 +00:00
8d3025ffc6 Handle multiple comma-separated category IDs 2014-10-06 21:58:06 +00:00
06369b922a Fix typo resulting in all not being processed. 2014-10-06 21:31:14 +00:00
fe4cdcb1d1 Trim email addresses to avoid validation errors 2014-10-06 21:17:37 +00:00
aeefd2823a Use a client-side setDetachedAttributes() to do needed data changes for dates. 2014-10-06 20:43:46 +00:00
e4e869953f Save some processing by preventing API from fetching UIDs, which aren't applicable here. 2014-10-06 20:10:07 +00:00
b7229cdcdf Make sure options are available before getting access to its properties 2014-10-06 15:47:22 +00:00
dcbe69a620 * Apache 2.4 and RHEL 7 installation fixes 2014-10-06 15:09:04 +00:00
e68d5c19c6 Fix trash folder label get set by not translated trash folder name after trying to empty the trash 2014-10-06 14:59:13 +00:00
a7017a0b55 changes for RHEL7 2014-10-06 12:47:42 +00:00
11fefa28fa remove debug stuff 2014-10-06 11:22:02 +00:00
1e4e044f5b using a compiled list of timestamp column-names instead a regular expression, fixes duration columns like "info_used_time" get transformed too 2014-10-06 11:20:58 +00:00
1b9865bbbf fix javascript error "no method indexOf of undefined" 2014-10-06 09:57:50 +00:00
d3cde1efb4 Check that options are there before using.
Hopefully fixes bug in IE11.
2014-10-03 16:48:48 +00:00
aff6248300 fixed row vanishes on refresh, eg. after editing an address in an already refreshed addressbook list, caused by row_modified no longer a timestamp when it get checked in ajax_get_rows 2014-10-02 15:00:18 +00:00
c543cdf6c4 quiten a warning 2014-10-02 10:31:57 +00:00
3404c704a6 Make sure state object exists
-Fix error "Cannot read property 'sort' of undefined" for favorites without state
2014-10-02 09:06:15 +00:00
7f3c3e5613 cope with not set DATE from retrieved headers 2014-10-02 08:44:48 +00:00
6d76f3d6ba remove mail_bo::htmlspecialchars 2014-10-02 08:18:24 +00:00
e316379373 * 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:10:59 +00:00
b537c3963d fix IDE warnings 2014-10-01 19:05:33 +00:00
b1e77ca062 Add some handling to allow ID to be different from the value source by allowing the value attribute to point to the value. 2014-10-01 17:29:22 +00:00
0eb14c1dc1 Implement comparison and alternate fields 2014-10-01 16:49:26 +00:00
f17a896283 If link changes, update client side with new title when possible. 2014-10-01 16:20:18 +00:00
f8540288d8 Check that array entry is there before looking into it.
Prevents error when accessing deleted user.
2014-10-01 15:53:31 +00:00
7c3683f3e8 More styling on file upload progress list 2014-10-01 15:16:13 +00:00
561880e31d Fix extra progress bar shown always under file name even before the uploading processes get started 2014-10-01 15:05:01 +00:00
4e5a3c3d8b Make progress dropdown list available for filemanager upload 2014-10-01 14:22:27 +00:00
cc9dfd0043 Implement dropdown list style for file upload 2014-10-01 14:19:36 +00:00
ae8754638e * Calendar: user without edit access to event could not delete own alarm 2014-10-01 14:08:31 +00:00
165abb1280 remove not working email from selectbox in search for adding participants 2014-10-01 12:54:12 +00:00
d736d6cb4a fix typo 2014-10-01 10:37:30 +00:00
6be491d6eb stop egw.debug("error",...) to show error to user, if LOCAL_LOG_LEVEL=0, which we currently set in source 2014-10-01 10:34:50 +00:00
f1283fcf71 * Timesheet: fix SQL error when searching and NO custom fields defined 2014-10-01 08:19:39 +00:00
72d5413131 fixing IDE warnings 2014-10-01 07:53:03 +00:00
c42802beea fixed date-time_today widget broken after last commit 2014-10-01 04:40:19 +00:00