Hadi Nategh
304dcf42a3
Fix accidently overwritten messages of commit 47671 by commit 47680
2014-07-15 11:35:47 +00:00
Hadi Nategh
fb98168c7e
Fix confirmation dialog messages for move/copy mail
2014-07-15 11:17:03 +00:00
Ralf Becker
f472ff10ee
fixed PHP Fatal error: Call to a member function MetaTables() on a non-object, when non-default apps like esyncpro got installed/updated
2014-07-15 11:07:26 +00:00
Hadi Nategh
16c5a62ed4
Use similar Global category's delete confirmation dialog as it is used in edit popup too
2014-07-15 09:52:00 +00:00
Ralf Becker
2e4a5107b8
pending French translations from translation.stylite.de
2014-07-15 09:38:29 +00:00
Ralf Becker
82953bf156
change phrase "all messages in current folder" to "all messages in current view", as we take search and filters into account, also change German translation accordingly
2014-07-15 09:37:08 +00:00
Nathan Gray
67390bbcfa
Add HTML5 drag support for Chrome for all files in link lists
2014-07-14 22:34:55 +00:00
Nathan Gray
2b1d6e2244
Add drag action for display popup attachments
2014-07-14 20:50:08 +00:00
Nathan Gray
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
Nathan Gray
9f9f5184fc
If selected egwActionObject(s) contain data, use that over global data store.
2014-07-14 20:29:42 +00:00
Ralf Becker
2461660920
* Preferences: do NOT use deny configuration for admins
2014-07-14 16:26:03 +00:00
Hadi Nategh
4d24812a48
Unlock the mail tree after move/copy actions
2014-07-14 15:56:34 +00:00
Hadi Nategh
2e2d48ff1f
Disable "Change Owner" item from category context menu if it is a private one
2014-07-14 13:30:26 +00:00
Nathan Gray
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
Nathan Gray
141033ca66
Fix doubled widget ID in export dialog
2014-07-14 11:29:55 +00:00
Nathan Gray
a0d2956bb6
Link was missing if application entry directory already exists.
...
Fixes unable to symlink existing entries to vfs
2014-07-14 10:22:48 +00:00
Hadi Nategh
025f31872f
Fix delete confirmation dialog in Global categories edit popup
2014-07-14 10:19:32 +00:00
Ralf Becker
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
Nathan Gray
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
Ralf Becker
21bcc81b21
* Preferences: non-admins were allowed to changed default, forced or group preferences
2014-07-13 10:27:46 +00:00
Ralf Becker
f11f9937ac
make detection of serialized values more robust, to allow string like eg. "a:hello"
2014-07-13 09:38:55 +00:00
Ralf Becker
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
Ralf Becker
8c6ac14093
fixed typo
2014-07-13 09:01:09 +00:00
Ralf Becker
ff1934a51f
fixed typo
2014-07-13 08:55:48 +00:00
Ralf Becker
930b880347
fixed fatal error "class errorlog not found"
2014-07-12 10:11:53 +00:00
Ralf Becker
6b0ed9111f
* API: fixed broken configuration, causing eg. ActiveDirectory or LDAP authentication to fail (you need to run Setup >> Clear cache!)
...
all config vars with names starting with an "a" were returning false instead there correct value
2014-07-12 08:51:31 +00:00
Ralf Becker
2dd0625ebe
* Backup: backup could contain rows multiple times (which caused restore to fail)
2014-07-11 17:35:46 +00:00
Hadi Nategh
ef9409294c
Try to use xmlDoc.responseText as xmlDoc.response might not be available in IE
2014-07-11 16:49:45 +00:00
Hadi Nategh
8f0dba15fe
No need to use Microsoft.XMLDOM for IE anymore, since IE 7+ supports XMLHttpRequest object
2014-07-11 16:07:02 +00:00
Hadi Nategh
3e56f38995
Try to get attribute with getAttribute method, IE does not support element dataset
2014-07-11 15:52:43 +00:00
Klaus Leithoff
a0d6257d1e
handle message/rfc822 attachments as display when opened from drafted message; properly restore message/rfc822 attachments stored with .eml files
2014-07-11 13:49:27 +00:00
Klaus Leithoff
772ebe6a41
improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function
2014-07-11 11:34:11 +00:00
Hadi Nategh
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
Hadi Nategh
49789bcf09
Fix Gloabl categories owner_popup actions
2014-07-11 09:47:43 +00:00
Hadi Nategh
2871228a0d
Changing group in admin needs to refresh nm group filter too
2014-07-10 16:00:52 +00:00
Hadi Nategh
c381aef5e4
Refresh admin nm after group edit/delete
2014-07-10 10:30:37 +00:00
Ralf Becker
dbc6dbd7e1
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
2014-07-09 19:40:43 +00:00
Hadi Nategh
a1b31addf1
Lock the mail folder tree for long time response operations (e.g. empty trash, or delete all)
2014-07-09 15:21:42 +00:00
Ralf Becker
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
Hadi Nategh
6d9421e034
There is no alarm tab in calendar edit dialog anymore, no need to make it readonly
2014-07-09 09:37:26 +00:00
Hadi Nategh
e47011657c
Fix custom fields tab not showing up in calendar edit dialog
2014-07-09 09:35:22 +00:00
Ralf Becker
f151190d64
changed an other German translation to "Zugriffsrechte"
2014-07-09 08:18:42 +00:00
Nathan Gray
48016d16c0
Fix category tree sorting
2014-07-08 23:15:49 +00:00
Nathan Gray
c11785b2db
Change pm_id filter to link-entry to match edit dialog.
...
Fixes empty pm_id filter when PM integration = full
2014-07-08 22:06:04 +00:00
Nathan Gray
57bd7c7a9b
Avoid server side validation error.
...
Fixes can't go further than choosing how addressbook categories get exported.
2014-07-08 21:10:13 +00:00
Nathan Gray
8673bad279
If processing a filter widget twice for some reason, don't exit early or sel_options might be missing.
2014-07-08 21:07:45 +00:00
Nathan Gray
a5b9173fc9
Handle multiple buttons in a single custom field
2014-07-08 20:13:51 +00:00
Nathan Gray
210ebb5706
- Add $$user/primary_group$$ common placeholder
...
- Add calendar_owner/<contact> sub-placeholders, including primary_group
2014-07-08 19:05:09 +00:00
Nathan Gray
d10dd0b6ed
Fix chosen going crazy in filters by removing unwanted 'No fields' label.
...
Every selectbox (chosen) was binding to the one label, so any click in that area tried to open them all
2014-07-08 17:35:14 +00:00
Nathan Gray
15926a315f
Fix selecting only certain records, broken by r47527
2014-07-08 17:33:21 +00:00