Commit Graph

27281 Commits

Author SHA1 Message Date
Ralf Becker
c6bfc44d08 reverting previous commit, as it breaks in other places 2015-04-16 12:10:55 +00:00
Ralf Becker
0b07bccdca partially revert r52487: as it doublicates some options and changes value of empty label from "" to 0 2015-04-16 12:04:06 +00:00
Klaus Leithoff
9fc65c7a32 fix typo that prevented the creation of imap-mailboxes via hook; update emailadmin_account property documentation 2015-04-16 11:57:26 +00:00
Hadi Nategh
10048d6d02 Fix select options of apps in access control edit dialog 2015-04-16 10:25:17 +00:00
Hadi Nategh
72c7716b05 Fix select options of apps in access control edit dialog 2015-04-16 10:24:19 +00:00
Hadi Nategh
9c13096e67 A temporary fix for widget link_list because of none match server-side and client-side data structure 2015-04-16 08:26:53 +00:00
Hadi Nategh
1c6242741b Fix temp_link_id to respect egw_data 2015-04-16 08:23:52 +00:00
Ralf Becker
ed1c1daf4a using serialize to create hash to not fall short if some non-utf-8 or non-json-decodable data is in parameters 2015-04-16 07:04:49 +00:00
Ralf Becker
24478fe0d5 cant store a resource in egw_link::set_data() 2015-04-16 07:03:53 +00:00
Nathan Gray
6b5ed240ed Use timeout to get selected autocomplete value instead of just the entered text 2015-04-15 22:42:30 +00:00
Nathan Gray
5a6d9b5fcb Use timeout to get selected autocomplete value instead of just the entered text 2015-04-15 22:33:06 +00:00
Nathan Gray
d853cb7b0f Add 'None' option to calendar display options 2015-04-15 16:36:12 +00:00
Hadi Nategh
98b76c0f49 Add to_calendar icon for compose toolbar actions 2015-04-15 16:24:03 +00:00
Nathan Gray
27d88b93ec Country list no longer supports options, so include custom in sel_options 2015-04-15 15:57:19 +00:00
Nathan Gray
1da6e78def Modifications to cached options
- country list no longer supports options when caching
- copy options to avoid modification with additonal options
2015-04-15 15:56:33 +00:00
Hadi Nategh
c0097b3860 More WIP mail message integration:
- Make integrate function a static function
- Implement infolog, tracker and calendar save as buttons in mail compose with open popup
- Fix Date and Max_line_Chars in mail_integration
2015-04-15 15:55:18 +00:00
Hadi Nategh
23000b1ff7 Fix calendar item's group in mail context menu 2015-04-15 12:28:43 +00:00
Hadi Nategh
daafaab2eb Missing file from commit #52506 2015-04-15 12:26:05 +00:00
Hadi Nategh
b7c6be226d WIP of mail integration
-Centralize mail functionality of mail message integration in mail module
-Some clean up of mail_import in infolog and tracker apps
-Use hook registery in order of an app uses mail integration services
-Implement mail import into calendar
2015-04-15 11:23:59 +00:00
Ralf Becker
5200176061 * CardDAV: fixed not working MULTIGET report, if more then 500 contacts requested 2015-04-15 10:00:45 +00:00
Ralf Becker
ef40fa8ae7 * CardDAV: fixed not working MULTIGET report, if more then 500 contacts requested 2015-04-15 10:00:25 +00:00
Hadi Nategh
a65d416807 Remove all actions before setting to prevent conflicts between old and new actions with the same id
Also update existing row actions (fixes issue with r52449)
2015-04-15 08:31:55 +00:00
Ralf Becker
b1333232a7 remove old options colliding with Nathans new stuff and causing all but first addressbook tab to be empty 2015-04-15 08:29:14 +00:00
Nathan Gray
e9d73a08f2 Do not remove rows that just have not changed.
Fixes linking two rows caused them to disappear.
2015-04-14 19:56:15 +00:00
Nathan Gray
605b54183d Selectbox options kept on the client side
Static options copied to the client side in the JS code where possible, and requested from the server once via AJAX when needed.
2015-04-14 18:58:21 +00:00
Ralf Becker
d1038c6d65 need to return stat array 2015-04-14 17:25:51 +00:00
Ralf Becker
e6a751e1c5 fix old class-name 2015-04-14 17:06:41 +00:00
Ralf Becker
08609c1e0b always return resource seeked to its start 2015-04-14 17:05:38 +00:00
Nathan Gray
b08f90d930 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-14 16:48:53 +00:00
Nathan Gray
897a16cd8f 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-14 16:40:15 +00:00
Ralf Becker
0223553284 allow to specify "egw_data" => egw_link::set_data() instead of "tmp_name" of uploaded file to create attachments with egw_link::link() 2015-04-14 15:04:21 +00:00
Ralf Becker
7926f01a9a not giving an error for undefined href / download-url 2015-04-14 13:12:40 +00:00
Ralf Becker
cdd8b29fa7 not giving an error for undefined href / download-url 2015-04-14 13:12:17 +00:00
Klaus Leithoff
1116e46cdf refine anti-spam rule on vacation active; use regex with boundary 2015-04-14 12:03:35 +00:00
Nathan Gray
335d099bfd Custom template for home 2015-04-13 23:07:34 +00:00
Nathan Gray
7e5d6ebb41 Use geolocation api to try to determine city 2015-04-13 23:02:45 +00:00
Nathan Gray
5cfd583904 Allow applications to add additional options to selectbox type options. 2015-04-13 21:57:46 +00:00
Nathan Gray
01e84c1ddb Fix importexport schedule:
- fixed list did not update after edit
- fixed delete button did not work
2015-04-13 20:04:22 +00:00
Nathan Gray
f11804c5f5 Fix importexport schedule:
- fixed list did not update after edit
- fixed delete button did not work
2015-04-13 20:03:30 +00:00
Nathan Gray
4d0c5ca41b Fix missing parent path parts 2015-04-13 20:02:42 +00:00
Nathan Gray
ca47e34a11 Avoid warning from applications with no data (sambaadmin) 2015-04-13 20:01:49 +00:00
Nathan Gray
3f6dce63c3 Fix missing parent path parts 2015-04-13 20:01:36 +00:00
Nathan Gray
b8af138e79 Avoid warning from applications with no data (sambaadmin) 2015-04-13 19:27:28 +00:00
Nathan Gray
5cebf6be61 Handle 'None' show option 2015-04-13 19:08:54 +00:00
Nathan Gray
cbcb273367 Remove all actions before setting to prevent conflicts between old and new actions with the same id
Also update existing row actions (fixes issue with r52449)
2015-04-13 17:20:47 +00:00
Hadi Nategh
649b706ee5 Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode 2015-04-13 15:46:37 +00:00
Hadi Nategh
7e7f22731a Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode 2015-04-13 15:45:47 +00:00
Nathan Gray
85abf110bf Avoid fatal error if the recurrence end date cannot be determined. 2015-04-13 14:32:06 +00:00
Hadi Nategh
463d7ead2f Revert commit #52449, causing context menu's sub action get lost after et2_refresh 2015-04-13 10:05:12 +00:00
Hadi Nategh
ab7ada048d Revert commit #52449, causing context menu's sub action get lost after et2_refresh 2015-04-13 10:03:27 +00:00