Nathan Gray
059395d1e0
Implode arrays when not exporting human-friendly values so they don't say 'Array'
2010-12-10 22:48:59 +00:00
Nathan Gray
4b8e873d0f
Send along edit link / settings as well as view
2010-12-10 20:04:59 +00:00
Nathan Gray
4266a8e876
More room for 'whole query'
2010-12-10 19:45:57 +00:00
Klaus Leithoff
2b692f5830
code alignment
2010-12-10 09:10:39 +00:00
Nathan Gray
f9e8c78eed
- Add multi-entry action 'delete'
...
- Line up whole query and do not notify checkboxes
2010-12-09 19:56:05 +00:00
Nathan Gray
bbe5a682d0
Add checkbox to skip notifications of multiple entry actions
2010-12-08 22:09:59 +00:00
Nathan Gray
b8b8afcb2f
Layout and lang for 'whole query'
2010-12-08 21:00:27 +00:00
Nathan Gray
7df2a5078f
Multiple entry change responsible accepts groups too
2010-12-08 19:08:39 +00:00
Nathan Gray
acf078a1c0
- Abstract multiple actions code to remove multiple if / switches
...
- Add multiple entry action to change entry delegation
2010-12-08 19:01:13 +00:00
Nathan Gray
a3d2d724ee
Fix bug allowing delegated user to change type via action selectbox if they have no permission to
2010-12-08 17:27:56 +00:00
Klaus Leithoff
df5c80a514
dont use the global template object anymore; do our own now
2010-11-29 11:45:11 +00:00
Nathan Gray
88a72b12fe
Fix typo changing completion to 99%
2010-11-23 21:50:36 +00:00
Nathan Gray
05df47216f
If changing the status of done entries, change completion to 99% instead of giving an error
2010-11-23 21:45:00 +00:00
Nathan Gray
b2b292603d
- Fix incorrect result counts when using whole query
...
- Add action to change completion
- Give warning if trying to change the status of a done entry. Completion of 100% will change it right back.
- Fix ACL when linking - only link to entries with EDIT permission
- Hide group types if user has no access to them
2010-11-23 17:56:56 +00:00
Nathan Gray
c762513e14
Respect convert to human friendly values option
2010-11-22 23:45:11 +00:00
Nathan Gray
57866ca97e
Infolog actions - missed JS file, changes to play nice from other apps when they include the js file
2010-11-22 22:44:52 +00:00
Nathan Gray
71674ddb00
* Add actions on multiple infolog entries
2010-11-22 22:28:46 +00:00
Nathan Gray
d713925480
Remove options tab from the export dialog
2010-11-19 19:07:53 +00:00
Nathan Gray
389b3b557c
Shuffle order of fields (used for CSV export)
2010-11-19 19:05:01 +00:00
Ralf Becker
3a119867b7
fixed wrong parameter for egw_link::get_links() $only_app, causing extra_links, eg. projectmanager link not to work, if links are not already supplied, like in infolog view mode
2010-11-17 13:08:01 +00:00
Nathan Gray
e92cbb870e
Add exporting via importexport
2010-11-08 17:19:22 +00:00
Ralf Becker
c2cb25aeb1
fixed 5px higher tab for history in infolog.edit
2010-11-02 14:14:47 +00:00
Klaus Leithoff
27d22befe0
* Infolog: Fix problem Delegated user was not able to edit infolog entrys owned by Groups, if he was not member of that group, and had no grouprights. Implicit rights where not applied; reported in Stylite Tracker#8255;
2010-10-27 08:42:52 +00:00
Ralf Becker
3dccac6ce4
* InfoLog/*DAV: do NOT set current user for PUT in /infolog/ and do not allow to change owner of existing entries
2010-10-26 09:21:52 +00:00
Nathan Gray
4fb9b91b15
Add span to bottom left hbox so 'Do not notify ...' doesn't get squished
2010-10-12 14:45:13 +00:00
Ralf Becker
f46e031933
removed (anyway unnecessary) deprecated posix regular expression, giving a warning in php5.3
2010-10-12 07:38:35 +00:00
Nathan Gray
d00b629269
Add a 'No notifications' checkbox to infolog edit dialog to avoid sending notifications
2010-10-08 17:48:36 +00:00
Klaus Leithoff
eee4165762
finnish/suomi translations provided by mkk
2010-10-07 11:31:57 +00:00
Nathan Gray
76d2792308
Get infolog working with import/export
2010-10-06 22:18:09 +00:00
Klaus Leithoff
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
Klaus Leithoff
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
Klaus Leithoff
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
Klaus Leithoff
c4e46dc172
typo in comment, while debugging ACLFilter
2010-09-28 14:58:30 +00:00
Nathan Gray
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
Ralf Becker
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
Nathan Gray
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
Klaus Leithoff
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
Klaus Leithoff
d5962bd0ed
allow bcc in header print (may be set on outgoing mails)
2010-09-20 14:33:19 +00:00
Klaus Leithoff
0f5e8d53bf
fix typo, remove unneeded instance of mailPreferences
2010-09-20 11:45:54 +00:00
Klaus Leithoff
fbdbfda46a
quiten warning when missing entrys for (to/cc/bcc)
2010-09-20 09:42:44 +00:00
Klaus Leithoff
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
Jörg Lehrke
901f5873bc
Fix GroupDAV ctag issues
2010-09-18 11:28:12 +00:00
Klaus Leithoff
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
Ralf Becker
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
Ralf Becker
50c43deec9
updating verson to 1.8
2010-09-05 15:24:34 +00:00
Klaus Leithoff
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
Klaus Leithoff
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
Oscar Manuel Gómez Senovilla
65f1702caa
Tracker #2657
2010-08-25 16:23:17 +00:00
Oscar Manuel Gómez Senovilla
2f0df89b4f
Tracker #2703
2010-08-25 16:14:29 +00:00
Klaus Leithoff
3597959259
show infolog id in linktitle too (,if show_id is switched on)
2010-08-23 11:44:30 +00:00