Ralf Becker
dab3d0fb8d
* Apache 2.4 and RHEL 7 installation fixes
2014-10-06 15:09:36 +00:00
Ralf Becker
dcbe69a620
* Apache 2.4 and RHEL 7 installation fixes
2014-10-06 15:09:04 +00:00
Hadi Nategh
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
Ralf Becker
d433c4f240
changes for RHEL7
2014-10-06 12:48:04 +00:00
Ralf Becker
a7017a0b55
changes for RHEL7
2014-10-06 12:47:42 +00:00
Ralf Becker
8c2599d03a
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:22:22 +00:00
Ralf Becker
11fefa28fa
remove debug stuff
2014-10-06 11:22:02 +00:00
Ralf Becker
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
Ralf Becker
d6b3362420
fix javascript error "no method indexOf of undefined"
2014-10-06 09:58:46 +00:00
Ralf Becker
1b9865bbbf
fix javascript error "no method indexOf of undefined"
2014-10-06 09:57:50 +00:00
Ralf Becker
eb4537ab0e
fix typo
2014-10-06 09:56:45 +00:00
Nathan Gray
d3ef2618cb
Check that options are there before using.
...
Hopefully fixes bug in IE11.
2014-10-03 16:52:33 +00:00
Nathan Gray
d3cde1efb4
Check that options are there before using.
...
Hopefully fixes bug in IE11.
2014-10-03 16:48:48 +00:00
Ralf Becker
0f5752bdd6
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:42 +00:00
Ralf Becker
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
Ralf Becker
bbe01a96aa
quiten a warning
2014-10-02 10:32:16 +00:00
Ralf Becker
c543cdf6c4
quiten a warning
2014-10-02 10:31:57 +00:00
Klaus Leithoff
943771a3e4
* Mail: handle (and correct (if needed)) charset for subject on import of messages
2014-10-02 10:04:45 +00:00
Ralf Becker
9d62aa6264
Changelog for 14.1.20141002
2014-10-02 09:36:33 +00:00
Ralf Becker
00725d776c
* Addressbook/Tracker/other apps: custom-fields were not saved (existing custom-fields and InfoLog worked)
2014-10-02 09:28:02 +00:00
Hadi Nategh
3cee4332ee
Make sure state object exists
...
-Fix error "Cannot read property 'sort' of undefined" for favorites without state
2014-10-02 09:07:46 +00:00
Hadi Nategh
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
Klaus Leithoff
1c783df3b8
cope with not set DATE from retrieved headers
2014-10-02 08:45:36 +00:00
Klaus Leithoff
7f3c3e5613
cope with not set DATE from retrieved headers
2014-10-02 08:44:48 +00:00
Klaus Leithoff
ae1e4707de
avoid fatal error on getContents when no part is found
2014-10-02 08:25:34 +00:00
Ralf Becker
6d76f3d6ba
remove mail_bo::htmlspecialchars
2014-10-02 08:18:24 +00:00
Ralf Becker
204d73ab52
remove mail_bo::htmlspecialchars
2014-10-02 08:17:58 +00:00
Ralf Becker
231e029b3b
Changelog for 14.1.20141001
2014-10-01 20:04:08 +00:00
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
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
Ralf Becker
b537c3963d
fix IDE warnings
2014-10-01 19:05:33 +00:00
Nathan Gray
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
Nathan Gray
0eb14c1dc1
Implement comparison and alternate fields
2014-10-01 16:49:26 +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
Nathan Gray
f17a896283
If link changes, update client side with new title when possible.
2014-10-01 16:20:18 +00:00
Nathan Gray
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
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
Hadi Nategh
7c3683f3e8
More styling on file upload progress list
2014-10-01 15:16:13 +00:00
Nathan Gray
3ec23b92fd
Fix unwanted apps showing in link-app
2014-10-01 15:15:33 +00:00
Hadi Nategh
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
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
Hadi Nategh
4e5a3c3d8b
Make progress dropdown list available for filemanager upload
2014-10-01 14:22:27 +00:00
Hadi Nategh
cc9dfd0043
Implement dropdown list style for file upload
2014-10-01 14:19:36 +00:00