eee4165762
finnish/suomi translations provided by mkk
2010-10-07 11:31:57 +00:00
76d2792308
Get infolog working with import/export
2010-10-06 22:18:09 +00:00
2072920aae
*eMail: feature to be able to import an email recieved or while sending as a tracker item; (that includes the move of some functions from infolog to bofelamimail, to make it available to more than one app); better charset detection on message body parts that do not carry a charset information (e.g.: base64 and quoted-printable messages, seem not to carry that info)
2010-10-06 12:45:58 +00:00
b1721146d1
*infolog: fix startdate filter for infolog, if you select a single day for start and enddate, and if your infologs start at 00:00 of that day (no time specified)
2010-10-05 09:29:16 +00:00
792027ab82
*infolog, notification: allow the values of select fields to show, actually everything that has an array as value-range and the key saved is found in that range will be shown, else the saved key will be displayed
2010-10-04 14:46:52 +00:00
c4e46dc172
typo in comment, while debugging ACLFilter
2010-09-28 14:58:30 +00:00
8be41b7976
When deleting but keeping infolog entries, hold on to links as well so they can be restored if contact is restored
2010-09-27 19:18:21 +00:00
ed733eef42
* iPhone and Mac Addressbook support aka Apple CalDAV/CardDAV autodetection
...
Addressbook does NOT allow to specify the URL, unlike iCal which allows it after autodetection fails.
This, some XML specifics set now for Apple addressbook user-agents and etags for addressbook collection itself
allow now to use EGroupware with iPhone or Mac addressbook. The later was working before, if you edited the URL
into a decompiled plist file, but failed now because of a new REPORT it tries on the principal, to find out shared
addessbooks, which we not yet support, but failed to tell in the correct way (501 Not Implemented).
Addressbook sync now the personal addressbook, because that is what we tell it as addressbook-home-set.
We should add some configuration so user can choose what addressbook to set as addressbook-home-set, or to set
the "all" addressbook (/addressbook). For the later we could add some prefs like SyncML to specify filters or
eg. a distribution list.
2010-09-25 09:08:37 +00:00
6da84c0dcd
Changes to be able to create an infolog entry from a tracker ticket. Tracker subject, description and any matching custom fields are copied over.
2010-09-23 22:51:17 +00:00
3843c0b59b
Feature: to allow admins a) to set an allowed password age, to require all users to change their password regularily; b) force password change for a given user on the users next login; c) better control about the password strength required; Funded by Cricket
2010-09-22 09:48:27 +00:00
d5962bd0ed
allow bcc in header print (may be set on outgoing mails)
2010-09-20 14:33:19 +00:00
0f5e8d53bf
fix typo, remove unneeded instance of mailPreferences
2010-09-20 11:45:54 +00:00
fbdbfda46a
quiten warning when missing entrys for (to/cc/bcc)
2010-09-20 09:42:44 +00:00
c892a3fcda
improvement of import_mail (decode issue), add headerinfo to body while sending (splitting emailaddresses into to/cc/bcc) and preserving identity
2010-09-20 09:31:32 +00:00
901f5873bc
Fix GroupDAV ctag issues
2010-09-18 11:28:12 +00:00
6a25f137f7
*Infolog: Feature; import_mail; Prepend the Message HeaderData in Front of the infolog Text. That way Headerinformation is preserved, when the Infolog is altered in Type, Link, Adresses or Startdate; funded by Knauber
2010-09-15 08:52:26 +00:00
ac9ccca6e5
* infologs with parents in projectmanager templates, got now the new parent not the original one from the template (egw.stylite.de #8164 )
2010-09-07 15:45:47 +00:00
50c43deec9
updating verson to 1.8
2010-09-05 15:24:34 +00:00
26838d34a7
fixed problem reported with myStylite Trackerticket #820 wrong owner assignment with groupowned infologtypes, when initially linked to addressbook
2010-09-03 11:34:39 +00:00
a2919ecd3b
improve convertHTMLToText, for toggle editor and mail2infolog process; better control of insert Signature at Top. Only insert the signature, when the compose window is opened the first time (compose/reply/forward), dont do it if sending failes, and the compose window is refreshed (in general when mySigID is set)
2010-08-31 14:23:58 +00:00
65f1702caa
Tracker #2657
2010-08-25 16:23:17 +00:00
2f0df89b4f
Tracker #2703
2010-08-25 16:14:29 +00:00
3597959259
show infolog id in linktitle too (,if show_id is switched on)
2010-08-23 11:44:30 +00:00
02d2ca5157
improve the handling of overlong words, fix a bug regarding the check of infolog_status existing in known status for the type selected
2010-07-30 10:19:06 +00:00
1654d4b07c
optimize printing by adding spaces to content of info_subject and info_des and thus allow automatic line-wrapping in printpreview (and print)
2010-07-16 09:13:32 +00:00
544c522904
additional statusfilters: open and upcoming, own open and upcoming, delegated open and upcoming, responsible open and upcoming
2010-07-15 10:09:35 +00:00
75b25bb796
Fix FroupDAV report issue
2010-07-02 05:01:15 +00:00
09bc2c09cd
Fix CTag issues for GroupDAV
2010-06-29 13:52:56 +00:00
c30c4ce198
notify on infolog creation as well (was not, as condition was not met for changes=true)
2010-06-29 12:08:34 +00:00
4bd384f77d
handling long info_addr lists, splitting by comma to enable linebreaks
2010-06-28 15:25:27 +00:00
b135848f33
Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists
2010-06-28 14:45:58 +00:00
b44f0c2f41
Fix SyncML device timezone issues
2010-06-17 07:38:27 +00:00
85329717ee
fixed Template Error: set_block: unable to find block 'admin_line' in 'info_admin_t'
2010-06-16 08:45:02 +00:00
d1fa11aaab
CalDAV Infolg support for Evolution (Stylite #602 )
2010-06-09 19:44:58 +00:00
d53e5291ce
- not longer using referer for message of successful saved infolog, but
...
using opener.location.search += 'msg=...', as it works better with jDots
- calling static methods of egw and common class static
2010-06-07 14:43:34 +00:00
9df3bfae29
using javascript:open_window url, instead of html markup
2010-06-04 11:26:19 +00:00
4b9b76bbe7
fix for bug #2624 : SQL error - CONCAT not supported by postgres
2010-05-26 15:41:40 +00:00
c9a52edddd
"default prefs for new installs"
2010-05-20 18:00:49 +00:00
e1a1f1f9de
Using "Due $typ" or "Starting $typ" as prefix for async notifications
2010-05-20 16:13:55 +00:00
b4b689e097
Log a change in modified date to the history log, but do not send a notification if that is the only change
2010-05-14 16:50:49 +00:00
fb04a535b6
"using egw_link::VFS_APPNAME constant instead of 'file'"
2010-05-12 07:06:06 +00:00
a670e8f4a3
Make sure linked files get copied when copying an infolog
2010-05-11 21:04:24 +00:00
b161002ab4
fix warning regarding unsupported operand types; translations provided by mkk
2010-05-11 12:59:47 +00:00
f0f6047658
skip notifications on second write in infolog_ui::edit(), used to update just the link_id: causes double notification for new infologs
2010-05-05 15:53:34 +00:00
58559aacb1
Fix SIF-T tag issue (bug #2573 )
2010-05-03 06:59:22 +00:00
012d7d23e4
"- fixed not exported custom fields, if field is valid for more then one type
...
- fixed not exported regular fields: info_datemodified, info_modifier, info_id"
2010-04-23 12:10:36 +00:00
d9117ecff0
fixed handling of group acl: addressbook eg. is NOT using it at all
2010-04-20 06:57:57 +00:00
d785ed1d45
improved commented out debug message
2010-04-15 07:01:29 +00:00
30a3296c8e
Optimze and clean up GroupDAV
2010-04-13 15:31:59 +00:00
00ba3606de
translations provided by mkk
2010-04-13 15:03:57 +00:00