6dfd8c616b
- Add special handling for ids like something[{}] to only send select options once
...
- Don't need to process or send options for account, it is done client side now.
2014-07-22 14:18:33 +00:00
bd41288788
- Add special handling for ids like something[{$row}] to only send select options once
...
- Don't need to process or send options for account, it is done client side now.
2014-07-21 16:31:10 +00:00
7cf1d222ae
log not compiling PHP expressions as warning, as they are most likely caused by wired content, eg. filenames containing a $
2014-07-21 15:27:33 +00:00
6a0c7e2c3d
log not compiling PHP expressions as warning, as they are most likely caused by wired content, eg. filenames containing a $
2014-07-21 15:27:15 +00:00
59e76d78c5
Fix extra options not used in read only select-account
2014-07-21 14:51:47 +00:00
346215edc6
setting an (unlikely) custom delimiter, to allow to use "," in value, eg. folder-name, IF values are specified as array
2014-07-21 12:58:08 +00:00
3c6130f7e6
setting an (unlikely) custom delimiter, to allow to use "," in value, eg. folder-name, IF values are specified as array
2014-07-21 12:57:32 +00:00
994d10fcde
* Admin/API: remove no longer fully supported method to not "store session-id in cookie", it is the safer default anyway
2014-07-18 10:03:18 +00:00
9712e625db
* Admin/API: remove no longer fully supported method to not "store session-id in cookie", it is the safer default anyway
2014-07-18 10:02:51 +00:00
d810ea5132
removed not used setting of application via GET parameter
2014-07-18 08:49:04 +00:00
4fc6102162
removed not used setting of application via GET parameter
2014-07-18 08:48:37 +00:00
bd2a9c6f45
fix an other CSP error, caused by json-responses send eg. from get_rows method on a GET request, filemanager opened in iframe from tracker
2014-07-17 17:26:25 +00:00
f49bbab26f
fix an other CSP error, caused by json-responses send eg. from get_rows method on a GET request, filemanager opened in iframe from tracker
2014-07-17 17:26:00 +00:00
344c2f2064
Correct "Save as Zip" icon in link widget contxt menu
2014-07-17 14:23:51 +00:00
ce6ac57f34
Correct "Save as Zip" icon in link widget contxt menu
2014-07-17 14:21:55 +00:00
5b6913baf3
use self::get_id on multiple selects and radio AND regard its output-format
2014-07-17 12:40:08 +00:00
0aa84dbaa1
use self::get_id on multiple selects and radio AND regard its output-format
2014-07-17 12:39:20 +00:00
a425342d82
change @import (r47700-r47709)
2014-07-17 10:47:02 +00:00
9c57ef865d
If link has a target, use that.
...
Causes linked files to be opened in new browser tab.
2014-07-16 15:03:09 +00:00
2785aed59c
Check if content is there before trying to look inside it.
...
Fixes "TypeError: Cannot read property 'id' of null" from mail dialog
2014-07-16 14:42:28 +00:00
5a6221ee63
fixed problems reported by LFRZ
2014-07-16 12:18:43 +00:00
9fa607c3bd
fixed problems reported by LFRZ
2014-07-16 12:18:04 +00:00
6cf9017c26
pixelegg / less
...
change @import....
2014-07-16 11:31:26 +00:00
3557cd4ac8
fixed PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs()
2014-07-16 06:51:33 +00:00
762d8a9c09
If link has a target, use that.
...
Causes linked files to be opened in new browser tab.
2014-07-15 19:19:36 +00:00
061b4b9954
Specify et2_file and et2_vfs_btn classes for et2_link_to widget
2014-07-15 16:21:38 +00:00
10aa07b2fc
Fix extra options not used in read only select-account
2014-07-15 15:40:22 +00:00
67390bbcfa
Add HTML5 drag support for Chrome for all files in link lists
2014-07-14 22:34:55 +00:00
3b915de4cb
Grid row action enhancements:
...
- If row has a key 'id', set the egwActionObject id to match instead of just row_[i]
- Pass the row content in egwActionObject's data, so it's available during action processing
2014-07-14 20:47:52 +00:00
051befced5
Don\t
2014-07-14 14:18:32 +00:00
4104f793b2
Call applyFilters() function instead of setting directly, which skipped change detection.
...
Fixes selection not cleared when applying a favorite.
2014-07-14 14:11:41 +00:00
94b726f883
Don't remove request from POSTs, etemplate is still active client side.
...
Fixes etemplates stop working after downloading a file (merge print, zip, etc.)
2014-07-14 12:03:04 +00:00
c54e53d405
fixed PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs()
2014-07-14 10:02:47 +00:00
8a36e40b10
Call applyFilters() function instead of setting directly, which skipped change detection.
...
Fixes selection not cleared when applying a favorite.
2014-07-14 09:59:02 +00:00
d1d743e4b9
fixed broken regular expression for multiple comma-separated values (dash in character class has to be last character!)
2014-07-13 09:15:29 +00:00
f011a6c3d1
fixed broken regular expression for multiple comma-separated values (dash in character class has to be last character!)
2014-07-13 09:14:58 +00:00
80f1abf3a2
Try to use xmlDoc.responseText as xmlDoc.response might not be available in IE
2014-07-11 16:50:38 +00:00
ef9409294c
Try to use xmlDoc.responseText as xmlDoc.response might not be available in IE
2014-07-11 16:49:45 +00:00
1471def4b2
No need to use Microsoft.XMLDOM for IE anymore, since IE 7+ supports XMLHttpRequest object
2014-07-11 16:08:01 +00:00
8f0dba15fe
No need to use Microsoft.XMLDOM for IE anymore, since IE 7+ supports XMLHttpRequest object
2014-07-11 16:07:02 +00:00
b95f53f073
Try to get attribute with getAttribute method, IE does not support element dataset
2014-07-11 15:53:58 +00:00
3e56f38995
Try to get attribute with getAttribute method, IE does not support element dataset
2014-07-11 15:52:43 +00:00
9ae80ec4c1
Use getAttribute to get the data-group value to use it for toolbar sorting.\n\r -Fix group is undefined error opening mail in IE10
2014-07-11 12:57:47 +00:00
a0bf45da93
Use getAttribute to get the data-group value to use it for toolbar sorting.\n\r -Fix group is undefined error opening mail in IE10
2014-07-11 10:38:36 +00:00
673ff54ebb
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
2014-07-09 19:41:32 +00:00
dbc6dbd7e1
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
2014-07-09 19:40:43 +00:00
2a6168a1c2
* Addressbook: fixed sorting of category tree
...
fixes not displayed cat-tree and validation error introduced with r47575
2014-07-09 11:18:47 +00:00
48016d16c0
Fix category tree sorting
2014-07-08 23:15:49 +00:00
a5b9173fc9
Handle multiple buttons in a single custom field
2014-07-08 20:13:51 +00:00
210ebb5706
- Add $$user/primary_group$$ common placeholder
...
- Add calendar_owner/<contact> sub-placeholders, including primary_group
2014-07-08 19:05:09 +00:00