Commit Graph

16875 Commits

Author SHA1 Message Date
Klaus Leithoff
8a0db95b46 * eMail: allow recognition of multipart/report as mails with attachments 2010-12-17 12:28:24 +00:00
Klaus Leithoff
5dee0f6197 Changelog for 10.1.20101216 2010-12-16 15:28:46 +00:00
Klaus Leithoff
79cb6b8eee * CSV Export: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 15:11:25 +00:00
Klaus Leithoff
c05b748bc0 * ImportExport: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 14:50:29 +00:00
Nathan Gray
b6e61ce94f Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:11:02 +00:00
Nathan Gray
68ecf2c7fb Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:10:08 +00:00
Nathan Gray
acdb098a83 Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:06:36 +00:00
Klaus Leithoff
4cb00a142d Changelog for 10.1.20101215 2010-12-15 10:16:33 +00:00
Klaus Leithoff
03efa78a8e * Calendar: dayview allow edit popup for task pane by clicking on icon/status icon of particular infolog line. Backport of N.Grays implementation 2010-12-14 15:32:52 +00:00
Klaus Leithoff
613602337e adding sub and superscript to purifier config 2010-12-14 15:08:20 +00:00
Klaus Leithoff
0c4d7b8b47 using bocontacts->default_addressbook for add_default; do not try to rebuild the logic of bo construct 2010-12-13 13:20:20 +00:00
Ralf Becker
dfe7bcd02a * copying (or reinstating earlier versions) of files now also copies the properties (MyStylite #975) 2010-12-13 02:58:25 +00:00
Klaus Leithoff
238beb3c5d * calendar: make configurable the number of users, until day- or weekview are consolidated; 5 is set as default 2010-12-10 11:04:38 +00:00
Andreas Stöckel
658076f63c Fixed MyStylite bug #964 2010-12-09 21:21:58 +00:00
Klaus Leithoff
b2578d9de5 * Calendar, MailToAllParticipants: force type to plain as thunderbird (with lightning attached) seems to try to be smart while parsing html messages with ics attachments, but fails with a parse error, resulting in a not displayed message in thunderbird 2010-12-09 12:43:52 +00:00
Klaus Leithoff
ee321972f6 * eMail: improving Information on failed send passed on to UI 2010-12-09 11:01:27 +00:00
Klaus Leithoff
c3ef252757 fix for error during editing of extended ACL in filemanager; Report error if path to be checked does not exist; Make sure that array_merge uses a casted return of self::get_eacl in case the internal call will return false 2010-12-08 14:04:21 +00:00
Klaus Leithoff
910592dc54 remove forgotten error log statement 2010-12-07 15:31:42 +00:00
Klaus Leithoff
de52fe928e filter @ from n_fn when trying to add the email via addressbook.email dialog 2010-12-07 15:16:58 +00:00
Klaus Leithoff
39cbdbc2c6 fix for postgres 2010-12-07 11:34:00 +00:00
Klaus Leithoff
ad747da115 * eMail: some servers do not correctly report the UNSEEN counter (they report 0->imap.strato.de), so we count ourself by filtering for UNSEEN Messages; we may however get misleading results if the server does not properly support filtering by flags 2010-12-07 10:14:24 +00:00
Ralf Becker
7b7b557d3b search extra account repository for birthdays too 2010-12-06 18:40:37 +00:00
Ralf Becker
8fb24cb5da * fixed birthday of contacts/accounts in LDAP could not be modified in addressbook 2010-12-06 18:26:54 +00:00
Klaus Leithoff
3b8fa83acc * eMail: remove invalid -at- when occurring in full name, when adding address to email; skip addresses that produce a parse error while parsed with imap_rfc822_parse_adrlist 2010-12-06 15:07:48 +00:00
Ralf Becker
cf2943435d fix for bug #2053: in edit categories, egw shows the KB menu in english rather than the locale 2010-12-06 08:52:10 +00:00
Klaus Leithoff
0541743a3d fixing a typo reported by David.C Rankin 2010-12-06 08:40:47 +00:00
Klaus Leithoff
6ecfa6b31f * Notifications: fix dont try to notify when none is set/forced for folders to check for new mails; dont try to notify when email as module is not enabled for the particular user 2010-12-03 10:45:59 +00:00
Andreas Stöckel
c03b31eb6b Fixed typo in egw_json which had already been fixed in trunk a while ago but not here 2010-12-02 11:16:19 +00:00
Ralf Becker
7dc3e7f581 Changelog for 10.1.20101201 2010-12-01 14:57:16 +00:00
Klaus Leithoff
c497f93508 * eMail: fix for a problem reported with FreeBSD regarding the generation of random strings for temp-filenames 2010-12-01 14:18:52 +00:00
Klaus Leithoff
af5f8208bb * eMail: Saving as draft reopens the saved message: thus giving you full control wether saving the message as draft has succeeded, and giving you the opportunity to continue your work 2010-12-01 13:55:21 +00:00
Ralf Becker
8327175c81 * new preference to disable "Your home directory" or "Users and groups" in sidebox menu
plus missing translations
2010-11-30 14:34:01 +00:00
Klaus Leithoff
b33ace9bba * eMail: improvements regarding the handling of no emailprofile available 2010-11-30 14:22:49 +00:00
Nathan Gray
c676cf3cc3 Merge custom fields when merging contacts 2010-11-29 15:23:16 +00:00
Klaus Leithoff
ac415a2385 dont use the global template object anymore; do our own now 2010-11-29 11:45:31 +00:00
Klaus Leithoff
bec36ce130 dont use the global template object anymore; do our own now 2010-11-29 11:25:47 +00:00
Ralf Becker
7ebbe15298 replace PHP5.3 deprecated ereg with preg_match 2010-11-27 09:41:53 +00:00
Klaus Leithoff
381eafa58d handle reference of javascript global vars with egw_appWindow('felamimail') instead of windows 2010-11-25 16:01:25 +00:00
Klaus Leithoff
243f3e8cd1 handle deprecated warning set_magic_quotes_runtime, do not set magic quotes all the time, only when get_magic_quotes_runtime returns true 2010-11-25 15:02:21 +00:00
Klaus Leithoff
8f3af965fc handle whitespace in emailaddresses when adding distributionlists to email-compose window 2010-11-25 13:34:32 +00:00
Klaus Leithoff
b0501eefe6 more info in Error Log for failed sending 2010-11-25 11:57:59 +00:00
Klaus Leithoff
e8e7cf29a9 Changelog for 10.1.20101124 2010-11-24 12:31:21 +00:00
Klaus Leithoff
6fc8eab947 code alignment 2010-11-24 11:24:41 +00:00
Klaus Leithoff
16aa1e7c02 fix for wrong parameter warning in foreach, if multiple fields are to be exploded or not 2010-11-24 11:21:06 +00:00
Klaus Leithoff
21f71990c1 option to choose how to handle categories -> update or replace; backport of rev32605 of Nathan Gray 2010-11-24 10:10:01 +00:00
Jörg Lehrke
6edd9d13b0 Rollback r32958 2010-11-23 20:01:55 +00:00
Klaus Leithoff
46fda34664 fix for backport error; html::tree uses different initialization routine; using explizit validate_file now/again 2010-11-23 16:54:00 +00:00
Nathan Gray
7bab64d30d Skip the step about multi-select columns if none of those columns are selected 2010-11-23 16:12:56 +00:00
Nathan Gray
5e4115596b Fix custom field multi-select export into one field 2010-11-23 15:32:19 +00:00
Ralf Becker
18152e3be0 Changelog for 10.1.20101123 2010-11-23 15:28:04 +00:00