Commit Graph

19165 Commits

Author SHA1 Message Date
Ralf Becker
34ad2c9722 check if date.timezone is set, report it and set something if not, as it gives tons of errors in install log 2012-06-13 13:36:57 +00:00
Klaus Leithoff
502a00e17f mangle @ in blockquote cite attribute 2012-06-13 11:10:12 +00:00
Klaus Leithoff
1d374636d4 * Calendar/esync: control skip notifications (server-side) on client-side calendar edits/add as we introduced the control of client - side notification 2012-06-13 09:47:36 +00:00
Nathan Gray
3364d1a1df Get custom field values working when custom field has no ID 2012-06-12 20:58:25 +00:00
Nathan Gray
321814260f Update row's visible custom fields to match selected custom fields 2012-06-12 20:54:05 +00:00
Nathan Gray
19991fe899 I guess jQuery adapter doesn't work quite yet, fix get/set_value() 2012-06-12 20:50:45 +00:00
Nathan Gray
a7654f7952 Avoid 'undefined' showing up in attributes when variable or value is missing 2012-06-12 19:53:51 +00:00
Nathan Gray
234832d1f0 Make sure lang 'array' is not a real array - that means it's empty, and will return 0 for missing translations. It is supposed to be an object. 2012-06-12 18:47:42 +00:00
Nathan Gray
ad83103362 Add label option, implement et2_IDetachedDOM interface 2012-06-12 18:38:21 +00:00
Nathan Gray
851918e5b3 Change multi-line label type to html so it works as expected in et2. Could also be a vbox, but then translations would have to be re-done 2012-06-12 18:37:15 +00:00
Ralf Becker
fc7dfc1ab6 * Calendar: notifications of type iCal use event-title as subject and describtion as body, like Exchange does, type extended provides old format 2012-06-12 16:59:06 +00:00
Nathan Gray
97cb3a0586 If HTML5 validation fails, switch to the appropriate tab so message can be shown 2012-06-12 16:46:36 +00:00
Ralf Becker
06ff3cf08b * Calendar/EMail: allow to accept, reject, tentative group invitations (gave error "You are not invited..." previously) 2012-06-12 16:18:17 +00:00
Klaus Leithoff
2da30ad703 fix of typos 2012-06-12 16:17:25 +00:00
Ralf Becker
313eb12f19 bocalendar_update::email_update_requested() allowing eSync to check if calendar will send a notification according to preferences 2012-06-12 15:44:55 +00:00
Ralf Becker
6f9fb0b104 fix typo in column-name and added SQL to add index in MySQL 2012-06-12 07:02:59 +00:00
Ralf Becker
fb00481043 * eSync/API: update access-log action for eSync, run maintenance only on logout and other changes to speed up access/update to huge access-logs, thought indexes on session_php, (account_id,ip,li), (account_id,loginid,li) will help alot 2012-06-12 06:37:58 +00:00
Ralf Becker
5549c2d3b9 some index to speed up access/update of huge access-logs 2012-06-12 06:29:02 +00:00
Nathan Gray
d9d842ceb6 Handle buttons with missing row_cont info, such as create[...] - they are not considered 'in the row' because the name is not {}[...] 2012-06-11 18:14:43 +00:00
Nathan Gray
04c966a30f Handle if value is sent to client as app,id 2012-06-11 16:35:46 +00:00
Nathan Gray
2692ded763 Default table row valign to top 2012-06-11 15:45:37 +00:00
Nathan Gray
7517b392f5 Implement valign attribute for nextmatch rows 2012-06-11 15:43:09 +00:00
Ralf Becker
c3e0a2ab15 * Setup/Admin: restoring 10 rows per sql statement to speed up restore 2012-06-10 12:38:35 +00:00
Christian Binder
ec8eedce63 fixed typo 2012-06-08 16:57:08 +00:00
Christian Binder
d2cacf5e20 just a typo 2012-06-08 16:28:20 +00:00
Ralf Becker
27748e4f50 allow apps to implement further fsck methods 2012-06-08 16:19:21 +00:00
Nathan Gray
71456ff8ef Force nextmatch to load affected rows by clearing the data from data store 2012-06-06 21:56:18 +00:00
Nathan Gray
3979b104ad Handle csv as values 2012-06-06 21:07:19 +00:00
Nathan Gray
a184fbcf20 Handle action_popup namespace, if present 2012-06-06 20:44:39 +00:00
Nathan Gray
7bd8652b61 Send max_file_size for link_file too 2012-06-06 19:11:55 +00:00
Nathan Gray
63a8718dd8 Support background colors (& icon) in link search results 2012-06-06 18:47:04 +00:00
Nathan Gray
2bb8169ded Get CC search working for et2 2012-06-06 17:16:29 +00:00
Nathan Gray
6689578d52 Sometimes ID can get set to an empty array by server side - don't count that, look up the tree 2012-06-06 17:00:15 +00:00
Nathan Gray
ee32c2d82e Make sure proper options are added for nextmatch-accountfilter 2012-06-06 16:17:44 +00:00
Klaus Leithoff
670cea582a try to switch off autocompletion of passwords when handling accounts 2012-06-06 15:19:13 +00:00
Klaus Leithoff
0d861587ff * Api: use autocomplete=off on all etemplate password fields (not all browsers support that), to avoid filling in wrong passwords while administering 2012-06-06 15:06:30 +00:00
Nathan Gray
d1ae0b1098 Activate diff if value is > 50 chars, or has a new line 2012-06-06 14:44:36 +00:00
Nathan Gray
4f4355f0f8 Fix empty label - default value for selectbox has to be '' 2012-06-06 14:21:38 +00:00
Klaus Leithoff
c0dcb66ebc replace ctype_digit with is_numeric, as ctype_digit returns false on integers 2012-06-06 10:48:58 +00:00
Klaus Leithoff
4973f0114d update of italian translations provided by Ilias Chasapakis, Webtrain Services 2012-06-06 10:09:45 +00:00
Klaus Leithoff
fdfcdfc387 * API: upgrade htmLawed from 1.1.10 to 1.1.11 2012-06-06 08:54:35 +00:00
Klaus Leithoff
2eec3dd075 calendar/email: distinguish between meeting request and meeting reply, while displaying ics 2012-06-06 07:39:57 +00:00
Nathan Gray
1f2ee8faf2 Add ckeditor as htmlarea widget 2012-06-06 04:13:19 +00:00
Nathan Gray
d9efe319d0 Remove registration for select-account 2012-06-06 04:06:48 +00:00
Nathan Gray
b7ed330670 Handle any set select options 2012-06-06 04:05:21 +00:00
Nathan Gray
f3f0406471 Add All users permission option 2012-06-05 21:50:34 +00:00
Nathan Gray
fc3c054025 Take type into account before making 'no account selection' change 2012-06-05 21:16:33 +00:00
Nathan Gray
e9abe385dc - Fix action column not being skipped
- Add nextmatch-accountfilter
2012-06-05 21:10:18 +00:00
Nathan Gray
2573076826 Add some change detection, don't do anything if value is not changed 2012-06-05 21:09:16 +00:00
Nathan Gray
98f73a5507 Prevent warning about not-allowed child widget, fire change event on input when selecting from query results 2012-06-05 21:03:00 +00:00