Commit Graph

28809 Commits

Author SHA1 Message Date
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
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
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
d1038c6d65 need to return stat array 2015-04-14 17:25:51 +00:00
e6a751e1c5 fix old class-name 2015-04-14 17:06:41 +00:00
08609c1e0b always return resource seeked to its start 2015-04-14 17:05:38 +00:00
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
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
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
7926f01a9a not giving an error for undefined href / download-url 2015-04-14 13:12:40 +00:00
cdd8b29fa7 not giving an error for undefined href / download-url 2015-04-14 13:12:17 +00:00
1116e46cdf refine anti-spam rule on vacation active; use regex with boundary 2015-04-14 12:03:35 +00:00
335d099bfd Custom template for home 2015-04-13 23:07:34 +00:00
7e5d6ebb41 Use geolocation api to try to determine city 2015-04-13 23:02:45 +00:00
5cfd583904 Allow applications to add additional options to selectbox type options. 2015-04-13 21:57:46 +00:00
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
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
4d0c5ca41b Fix missing parent path parts 2015-04-13 20:02:42 +00:00
ca47e34a11 Avoid warning from applications with no data (sambaadmin) 2015-04-13 20:01:49 +00:00
3f6dce63c3 Fix missing parent path parts 2015-04-13 20:01:36 +00:00
b8af138e79 Avoid warning from applications with no data (sambaadmin) 2015-04-13 19:27:28 +00:00
5cebf6be61 Handle 'None' show option 2015-04-13 19:08:54 +00:00
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
649b706ee5 Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode 2015-04-13 15:46:37 +00:00
7e7f22731a Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode 2015-04-13 15:45:47 +00:00
85abf110bf Avoid fatal error if the recurrence end date cannot be determined. 2015-04-13 14:32:06 +00:00
463d7ead2f Revert commit #52449, causing context menu's sub action get lost after et2_refresh 2015-04-13 10:05:12 +00:00
ab7ada048d Revert commit #52449, causing context menu's sub action get lost after et2_refresh 2015-04-13 10:03:27 +00:00
5be553dae1 check if download_url is not already an url (some stream-wrappers allow to specify that!) 2015-04-11 08:21:04 +00:00
1120df65dc check if download_url is not already an url (some stream-wrappers allow to specify that!) 2015-04-11 08:18:53 +00:00
9b1b338bf8 Avoid fatal error if the recurrence end date cannot be determined. 2015-04-11 00:17:28 +00:00
1ad8f3a90f Do not clear warnings and errors just because plugin can't add more 2015-04-10 23:50:10 +00:00
6046480847 Add 'None' option to calendar display options 2015-04-10 14:48:49 +00:00
fd94020f2e Format start and end date to avoid js timestamp fiddling 2015-04-10 14:12:30 +00:00
f2e9cb89eb Remove div.et2_container in favor of just .et2_container, as we use form now 2015-04-10 12:56:07 +00:00
e2021acb9d need to use egw_vfs::load_wrapper() to support new filesystem layout in trunk, fixes "Unknown scheme" error in mount 2015-04-09 18:35:52 +00:00
c328d72f27 Format start and end date to avoid js timestamp fiddling 2015-04-09 15:55:55 +00:00
7b7647018d Some Fixes for images view:
-Fix images in listview, clicking on icons does not show the icons in expose view
-Fix images always stored as thumbnail and opening them in expose view does not open them in original size
-Fix clicking on thumbnail in details tab does not open the fullsize image in expose view
2015-04-09 12:32:57 +00:00
699df9241c Fix click handler does not work always for images with href attribute 2015-04-09 10:52:36 +00:00
809ad4a678 Fix click handler does not work always for images with href attribute 2015-04-09 10:52:05 +00:00
6abaf60a22 Fix click on resources picture in edit dialog doesn't open expose view 2015-04-09 10:48:45 +00:00
75bbe05335 * ActiveDirectory: primary group was not used when filtering accounts by a group, causing eg. no accounts to be found for "Domain Users" group in Admin or other apps 2015-04-09 09:45:36 +00:00
264899f0db * ActiveDirectory: primary group was not used when filtering accounts by a group, causing eg. no accounts to be found for "Domain Users" group in Admin or other apps 2015-04-09 09:45:12 +00:00
d8374eaa87 Do not trigger expose view if one of the operator keys (e.g. Ctrl) are held, in order to be able to select entries 2015-04-09 08:01:10 +00:00
58ea1e3773 Do not trigger expose view if one of the operator keys (e.g. Ctrl) are held, in order to be able to select entries 2015-04-09 07:59:55 +00:00
ccfd0599f6 * LDAP/Filemanager: fix fatal error / white screen in sharing when opening a sharing url 2015-04-09 07:44:34 +00:00
6c0df44d2d * LDAP/Filemanager: fix fatal error / white screen in sharing when opening a sharing url 2015-04-09 07:44:15 +00:00
48c202f1a4 fix width of phpinfo popup to not have a scrollbar under PHP 5.6 2015-04-09 07:05:57 +00:00
a0b6dc0ea1 fix width of phpinfo popup to not have a scrollbar under PHP 5.6 2015-04-09 07:05:08 +00:00
455e067555 Remove all actions before setting to prevent conflicts between old and new actions with the same id 2015-04-08 22:45:07 +00:00