Hadi Nategh
df179a3859
* Mail/tree: Performance improvement for mail index folderTree
...
- Autoloading mail folders when show all folders is on (performance improvement)
- Get folder status for opened folders only (performance improvement)
- Styling hovered over mail folder
2015-08-12 13:27:57 +00:00
Nathan Gray
6f52ff858c
Automatically expand to multiple rows if the option is set and value is multiple so we don't lose part of the value
2015-08-11 22:28:00 +00:00
Nathan Gray
c262fb2ad0
Fix for losing actions if they are re-linked to a new actionObject
2015-08-11 15:44:42 +00:00
Hadi Nategh
ba03f02571
Fix wrong encoded autoloading url
2015-07-28 13:08:16 +00:00
Hadi Nategh
a5f347d484
Send back to server both checked and unchecked values if autoloading is used
2015-07-28 13:04:19 +00:00
Hadi Nategh
422a341513
Do not force tree node to state of open if we are using autoloading
2015-07-28 13:03:17 +00:00
Ralf Becker
03d3f7924f
Make sure link_entry & file_upload are still present before trying to destroy them.
...
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:26:31 +00:00
Ralf Becker
ed9204103c
* Addressbook: custom fields of accounts enabled via own-account-acl were not editable
2015-07-27 16:53:19 +00:00
Hadi Nategh
4a27ecf94e
Fix filemanager expose opens wrong image when the clicked image is from expanded sub foldres
2015-07-17 07:22:43 +00:00
Hadi Nategh
91a162f8ba
Make sure sortable gets send the request to server with correct menuaction, as jsonq always queued the request from home and that may causes wrong redirection. e.g. sortable grid inside an iframe of an application (mail.sieve)
2015-07-14 16:11:45 +00:00
Nathan Gray
01939c6bf6
* Selected favorite highlighting
...
Now highlights if the current application state matches a favorite, either by click or manually setting the filters.
2015-07-10 18:05:54 +00:00
Nathan Gray
9d5d2944c4
Little fixes to avoid some errors:
...
- Make sure widget is still there before trying to set its select options
- Make sure expand button is there before trying to remove it
- Only try to set select options if header widget is a select box
- Pass appropriate options into getEntry() so it can return null on not existing keys
2015-07-09 19:15:24 +00:00
Nathan Gray
ebefb71737
Fix nextmatch keyboard actions were operating only on the focused row instead of all selected rows. Fixes CTRL+selecting rows, then deleting removed the unselected row instead of the selected rows.
2015-06-24 15:19:48 +00:00
Hadi Nategh
b53405c973
Add property "data" into taglist-email for setting extra info into taglist item
2015-06-16 15:37:39 +00:00
Hadi Nategh
8c66a10a75
Leave the ckeditor width untouched, only change the height in resize
2015-06-11 11:30:09 +00:00
Hadi Nategh
ad2d331c86
Do not reinitiate the history log if it is already initiated
2015-05-21 14:27:15 +00:00
Hadi Nategh
dc3e6c12c2
Introduce a checkbox method for toolbar widget in order to be able to get/set checkbox actions
...
- Function pattern: widget.checkbox(action_id,[value])
2015-05-20 15:48:08 +00:00
Nathan Gray
f48424de9c
* If column information is stored in a favorite, restore it along with the filters
...
To get column information in the favorite, change the visible columns before you create the favorite.
If the favorite has no column information, the visible columns will not be changed.
2015-05-20 15:23:55 +00:00
Nathan Gray
a6ba6ab17e
Fix drag and drop multiple files into a subdirectory didn't get all files to the right path
2015-05-19 19:50:52 +00:00
Hadi Nategh
e544b91429
Do not show the dropdown menu if there is no actions on toolbar "more..." menu
2015-05-15 08:46:30 +00:00
Hadi Nategh
a7459e57b4
* Etemplate/historylog: Make history log resizable, base on popup window resize
2015-05-13 15:39:40 +00:00
Hadi Nategh
37bc839ea7
Only apply year range to date only widgets, it causes times to break
2015-05-12 08:13:24 +00:00
Nathan Gray
439e32e750
Custom fields - implement ajax select widget, add year_range attribute for dates, and bug fixes
2015-05-11 18:22:43 +00:00
Hadi Nategh
448fe5b6a8
Allow user to be able to scroll nm headers, which have v-scrolbar, instead of always trigger resize
2015-05-11 12:29:42 +00:00
Hadi Nategh
29b2f1f210
Reset kept_selection if selected rows from response are no longer available. (e.g. select all mail in a folder and delete them)
2015-05-11 08:56:07 +00:00
Hadi Nategh
d95b5b9e3d
Call resize handler of widgets with no excess_height which means resize is from nm
2015-05-08 13:41:17 +00:00
Hadi Nategh
dd81c12dd9
Add attribute class to tab elements in order to be able to distinguish between tab's DOM
2015-05-07 17:19:21 +00:00
Hadi Nategh
b73e6ea2d6
Make readonly attribute available for link-to and link-list widget
...
- Implement tracker link_to to not give edit interface to user who has no edit access
2015-05-06 15:14:15 +00:00
Hadi Nategh
c1943235b1
Trigger widget's resize only if there's excess_height
2015-05-05 12:39:11 +00:00
Hadi Nategh
50782cfa8b
* Mail: Implement mail integration with new structure and add new feature
...
- Add mail to calendar as calendar entry, including all mail attachments as links
- Add user choice for saving mail into an existing ticket or a new ticket
- Fix mail attachments integration into infolog, tracker or calendar entry
2015-05-05 08:03:13 +00:00
Ralf Becker
debf2e03f3
remove own iterateOver implementation again, as it is already handled in parent class and creates additional problems
2015-05-04 17:24:28 +00:00
Ralf Becker
cebd7eb868
allow all sort of expanded content in legacy options eg. ",1,${cont[nm][somevalue]}"
2015-05-02 19:35:37 +00:00
Ralf Becker
562cdc409e
allow to iterate over grids and set checkboxes readonly (disabled)
2015-05-02 10:43:14 +00:00
Hadi Nategh
7cf6f4f246
Make sure the content of CKeidtor is ready before resize and check for none participant to resize
2015-04-30 08:10:12 +00:00
Ralf Becker
e74f29fdaa
stop invalidation of not visible nextmatch, happens when switching from infolog to crm-view in addressbook
2015-04-28 15:59:21 +00:00
Ralf Becker
812a9bbe8d
stoping requesting more and more rows causing browser to stall, if browser does not give us height for rows (probably because it defered rendering)
2015-04-28 15:58:26 +00:00
Hadi Nategh
5b01269378
Make sure there is jquery object on ckeditor container
2015-04-28 15:28:25 +00:00
Hadi Nategh
1a6d628988
Fix resizing htmlarea widget
2015-04-27 09:11:25 +00:00
Hadi Nategh
707eb127fb
Make sure there is fields object
2015-04-24 14:37:55 +00:00
Hadi Nategh
0c91565dfb
Only egw-data with no download_url should not get the click handler
2015-04-22 14:58:53 +00:00
Nathan Gray
79332f31a5
Simple et2 implementation of ajax_search widget
2015-04-21 16:47:33 +00:00
Hadi Nategh
0c6f050ae5
Do not add taglist emails one by one, add them all in one, as the rendering process in magicsuggest would be very resource consuming
2015-04-21 15:50:24 +00:00
Hadi Nategh
4ea0638267
Do not add taglist emails one by one, add them all in one, as the rendering process in magicsuggest would be very resource consuming
2015-04-21 15:40:02 +00:00
Hadi Nategh
acd5971c96
Do not bind click handler on media mime type to be opened in expose view if there is no download_url(e.g. attachments of mail integration have no download_url befre they get saved)
2015-04-21 12:20:53 +00:00
Hadi Nategh
9b9313026f
Do not bind click handler on media mime type to be opened in expose view if there is no download_url(e.g. attachments of mail integration have no download_url befre they get saved)
2015-04-21 12:20:12 +00:00
Nathan Gray
611c35fc5f
Silence some spurious warnings on null and ""
2015-04-16 16:19:41 +00:00
Nathan Gray
45bc2123ee
Don't apply selection if it is not returned after an update, but keep it in case the user needs to scroll first.
2015-04-16 15:18:46 +00:00
Nathan Gray
6db6e1736b
Don't keep selection if it is not returned after an update.
...
Fixes IDs stay after entry is changed to not match the current filters.
2015-04-16 15:17:29 +00:00
Nathan Gray
1af6f3a707
Modifications to cached options
...
- country list no longer supports options when caching
- copy options to avoid modification with additonal options
2015-04-16 14:52:13 +00:00
Ralf Becker
c6bfc44d08
reverting previous commit, as it breaks in other places
2015-04-16 12:10:55 +00:00