Commit Graph

18640 Commits

Author SHA1 Message Date
Klaus Leithoff
15ac99584c Changelog for 11.1.20120118 2012-01-18 12:08:34 +00:00
Klaus Leithoff
e35a4f9dbb provide fallback for login if authmethod fails 2012-01-16 16:57:14 +00:00
Klaus Leithoff
06265cee4e * eMail: option to influence reply behavior for pre-selecting the editor type; simple connection test routine (can be used to reset connection too) 2012-01-16 16:43:33 +00:00
Klaus Leithoff
4b856a43e1 fix up HTML as json_encode may mess up HTML-Content later on display, if tags are not propper 2012-01-16 08:40:32 +00:00
Klaus Leithoff
6205cfbfd2 add a function to create a HTML-Purifier config to clean up HTML 2012-01-16 08:32:27 +00:00
Klaus Leithoff
b849d7fc80 adapt html purifiers URIScheme cid to new purifiers class requirements; adapt URIScheme data to accept allowed types in whatever (upper/lower/mixed) case 2012-01-13 09:19:55 +00:00
Ralf Becker
ff48c36d5f * Addressbook: preference to open EMail addresses in external mail program, even if user has access to EMail app 2012-01-13 05:25:43 +00:00
Nathan Gray
b50ce5e768 Remove extra array, not needed for list view, and prevents proper iteration 2012-01-12 17:03:57 +00:00
Ralf Becker
8585a30b85 * Filemanager: allow WebDAVs (https) via PEAR HTTP_WebDAV_Client 2012-01-11 21:28:59 +00:00
Ralf Becker
3f9d70a484 automatic conversation of not set DB timestamps returned by MySQL as "0000-00-00 00:00:00" to null 2012-01-11 01:07:18 +00:00
Nathan Gray
8253598419 Stop double encoding on export file header 2012-01-10 19:46:09 +00:00
Ralf Becker
aab7d2be24 disabling Lightning hack for fixed version 1.1.1, where bug is fixed and added verbose error_log, if Lightning hack is enabled 2012-01-10 00:21:43 +00:00
Ralf Becker
94f555eca1 * Calendar/Resources: do NOT unselect currently selected calendars when selecting a resource category, eg. to choose a meeting room 2012-01-09 22:19:19 +00:00
Ralf Becker
fc96467cb3 * Calendar: showing now all open calendars in the owner-selection, not just accounts. Allows to close them from all views
r37698: for account-selection method "selectbox", make sure everything in $selected gets an option, as for the other methods
2012-01-09 22:15:28 +00:00
Ralf Becker
ecd6e7ecd1 * Addressbook: show calendar of contact(s) as list-view with date-filter "all" via context menu
r37667: ability to open nm_action=location in a given targetapp tab, plus documentation
2012-01-09 22:09:11 +00:00
Ralf Becker
24ac31ec70 * Calendar: button to close a single calendar if multiple calendars are shown (day, week and planner view)
r37672: formatting close button a little nicer / less visual obstructing
2012-01-09 22:00:56 +00:00
Ralf Becker
cbf2807997 * Calendar: new (forcable) user preference to notify external participants (non-EGroupware users), event owner has to set it, it is off by default, to keep the current behavior of not notifying externals 2012-01-09 21:53:48 +00:00
Nathan Gray
0a11e30692 Refresh opening window after importing 2012-01-09 20:53:06 +00:00
Nathan Gray
d616b36e9f Fix missing infolog custom fields in contact view 2012-01-09 17:36:38 +00:00
Nathan Gray
1b6bf633f6 Add missing * 2012-01-09 16:47:24 +00:00
Nathan Gray
c737584fc0 Add mergeprint tag for links to a specified application: links/appname 2012-01-09 16:27:17 +00:00
Nathan Gray
304e5971c2 Add mergeprint tag for links to a specified application: links/appname 2012-01-09 16:25:17 +00:00
Nathan Gray
bc24fbc43f Add mergeprint tag for links to a specified application: links/appname 2012-01-09 16:23:02 +00:00
Klaus Leithoff
cd3c3c5000 API/tree: do not check parent treenodes if not expizitly selected 2012-01-09 14:51:22 +00:00
Ralf Becker
bf64a26ec5 quieten message that "jdots" is not installed 2012-01-09 10:27:27 +00:00
Klaus Leithoff
1f21b38876 add priority to the sel_options in case someone wants to display the priority as stand alone column 2012-01-09 09:36:17 +00:00
Nathan Gray
3ca9fe8b88 Add mergeprint tag for links to a specified application: links/appname 2012-01-06 18:02:54 +00:00
Nathan Gray
e843208353 Add mergeprint tag for links to a specified application: links/appname 2012-01-06 17:57:16 +00:00
Klaus Leithoff
bfd333b0c2 Limit custom field app entry possibilities to apps that support query and title, which are required for custom field to work properly 2012-01-06 15:34:47 +00:00
Klaus Leithoff
a98f6a29c5 catching pear error on cmdStatus 2012-01-06 14:56:26 +00:00
Klaus Leithoff
7d1bfd6eee fix assumed typo for returnvalue on error in function title; defined/described as boolean/string but was array for one error case 2012-01-06 12:55:41 +00:00
Klaus Leithoff
e7bb55dca9 * notification: if sending meeting requests: only send the text/plain part, as outlook interprets the html part as meeting description 2012-01-06 12:31:47 +00:00
Klaus Leithoff
f0fda96adc remove unwanted apps from app list (home-account, addressbook-mail) from the browse dialog of files 2012-01-06 10:22:22 +00:00
Klaus Leithoff
0b879cbfde remove felamimail from static app_list in egw_link, as felamimail is implementing search_link; 2012-01-06 10:14:33 +00:00
Ralf Becker
4f6deb5b46 check if $name is already a country-code, before attempting to find a matching one, which can fail in certain areas of setup 2012-01-05 21:57:37 +00:00
Klaus Leithoff
86e0e7665c * filemanager: Tracker#2640 copy/cut/paste not working -> fixing a java-script syntax error: missing ; for button statustext ->call:clipboard_tooltip(this) 2012-01-05 14:34:22 +00:00
Klaus Leithoff
8b9bd33ad4 addressbook/esync: make sure private is set (with 0 or 1); as an contact_private set to NULL within the database is invisible to the users 2012-01-05 12:24:04 +00:00
Klaus Leithoff
65a5aca94f * email: fix for ->print of messages in compose state failes with whitescreen<- 2012-01-05 12:12:28 +00:00
Ralf Becker
494a3af78f html5 input type=nummeric seems to ignore size, setting a width instead 2012-01-05 01:44:13 +00:00
Ralf Becker
cec9e39582 * Calendar/CalDAV: Add index for cal_modified and cal_user_modified to improve performance of ctag and etag generation on big installtions
Running this update is NOT required, calendar and CalDAV will continue working without, therefore I backported it to 11.1
2012-01-04 21:46:09 +00:00
Nathan Gray
09a512c085 Filter definitions by selected application / plugin 2012-01-04 15:58:51 +00:00
Klaus Leithoff
0971f9e015 Changelog for 11.1.20120104 2012-01-04 09:20:36 +00:00
Klaus Leithoff
4cc16bcc33 API/customfields: fix for link-entry validation problems caused by unmotivated/empty default data. This may require a review. 2012-01-03 16:34:03 +00:00
Klaus Leithoff
acd3806ab1 * API/customfields: fix for Stylite Ticket#2629 ->Mandatory custom field not saved<- fix for customfields (if mandatory) where not saved on first attempt, after failed formvalidation. 2012-01-03 14:41:59 +00:00
Klaus Leithoff
a3e5f9d371 Set the IMAP Server ID for Cached SieveError 2012-01-02 16:42:39 +00:00
Klaus Leithoff
a780e5a1f1 * felamimail: handle IE (8) problem regarding toggling editor modes in compose window 2011-12-29 11:20:13 +00:00
Klaus Leithoff
15be419929 * addressbook: distributionlists, allow to add any seen contact to an available (and editable) distributionlist 2011-12-28 10:56:47 +00:00
Klaus Leithoff
df3c830936 fixing typo in error handling of authCRAM_MD5 and authDigest_MD5 2011-12-28 08:55:47 +00:00
Klaus Leithoff
dbade56f3f handling possible PEAR Error when fetching the CAPABILITY 2011-12-28 08:53:22 +00:00
Nathan Gray
57869d398d Fix bug causing too many results from foreign key search 2011-12-27 15:39:55 +00:00