b195ac76e2
refractured infolog code to create links to custom field link types
2008-09-11 14:57:20 +00:00
715ad7a1bf
bugfix: fixed a remaining call to uicontacts -> addressbook_ui
2008-08-27 12:31:33 +00:00
ae025c806b
"case insensitive search (postgres)"
2008-08-12 17:42:20 +00:00
5fccf96345
"added somehow missing support for PERCENT-COMPLETE attribute, which exists in InfoLog an iCal vTodo"
2008-08-07 06:11:13 +00:00
7ce97ba699
- .ics extension for todos and events
...
- new GroupDAV v2 component-set attribute for collections
- getlastmodified & getcontentlength properties for infolog propfind
- fixed propfind on a single infolog entry to return just that entry
- getcontenttype of vevent and vtodo collection returns extra component
2008-08-04 19:08:09 +00:00
b82110bcd7
further improvement for the import of Mail messages
2008-08-01 13:03:17 +00:00
a4d50d7f30
trying to improve linebreak behavior while importing mails.
2008-07-30 14:19:31 +00:00
c76f649797
"fixed (undeletable) n type, which appears in new installations
...
to get rid of it on existing installs, you can now simply delete it (it does not get recreated, which makes it seem undeletable before)"
2008-07-18 07:16:44 +00:00
2e28640d9e
"fixed typo, wrong method name for put"
2008-07-08 07:47:16 +00:00
f108dea1cb
groupdav now uses infologs own vcalinfolog class and not longer icalsrv, also added by groupdav required support to keep the uid of the client and not use extra charset attributes which are depricated in recent iCal and some clients have problems with them
2008-07-08 05:34:10 +00:00
c5537bc107
"fixed fatal error, groupdav should be working again"
2008-07-07 08:12:54 +00:00
acefa266b4
small bugfix for linking just one entry to an infolog, when comming from addressbook multiple link to new infolog
2008-07-04 11:16:33 +00:00
c683175b1b
#bugfix: wrong contact address, when converting emails out of the sent-folder
...
if a message is converted to infolog, and it is located within the sent-folder the to-address is now applied as contact address.
2008-06-04 08:16:02 +00:00
1585195b98
passing the folder base64encoded when exporting to infolog infolog/inc/class.uiinfolog.inc.php
2008-06-04 06:53:24 +00:00
d4544daf94
patch to enable infolog to retrieve/save messages that have been part of (attachment of) another message
2008-05-23 10:51:54 +00:00
941c920783
"infolog groupdav handler (not yet CalDAV!)"
2008-05-17 18:03:33 +00:00
8c32661218
bocontacts --> addressbook_bo
2008-05-15 08:53:47 +00:00
45e293e989
class.uiinfolog.edit can handle the action_id now with multiple IDs from
...
the Addressbook. They are all linked now.
2008-04-23 08:27:49 +00:00
5a81fdcfcb
removed ip for symlinks from infolog config, as it is no longer supported by the new links
2008-04-18 11:53:55 +00:00
c7147a7388
"fixed typo, causing empty link titles from infolog"
2008-04-01 15:46:06 +00:00
12f7232ee2
an other fix for multiple infologs from addressbook
2008-03-31 17:33:32 +00:00
eaf78fec36
"fixed lost info_from attribute, if infolog has a main contact (main contact is still shown in the list, but not longer found if searching by the name)"
2008-03-31 15:47:51 +00:00
8a8f37ecff
"dont store empty cf's"
2008-03-31 14:48:49 +00:00
8c58d4c3f1
"fixed not working multiple infolog view in addressbook (was broken after the link updates)"
2008-03-31 14:39:41 +00:00
7dedec8bdc
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:46:41 +00:00
9270293b97
"fixed not exported cf's in the csv export"
2008-03-25 11:14:29 +00:00
8b235d1e2c
fixed not saving primary link (because link_id2from used incomplete array of existing links)
2008-03-10 21:04:51 +00:00
c51ea2a0f8
fetch assoc, to minimise memory usage
2008-03-10 21:03:15 +00:00
10af150055
replaced with static egw_link unnecessary infolog_link_registry-class
2008-03-09 14:46:51 +00:00
7c64936239
made all methods from html class static and removed the unnecessary singleton
2008-03-09 14:46:02 +00:00
e96a4401f2
removed left over instanciation of bolink
2008-03-09 06:58:24 +00:00
e311150947
boinfolog::search(&$param)
2008-03-08 22:39:07 +00:00
50f5c1b116
using new egw_link class and reading all links of the whole index page in one go
2008-03-08 21:43:13 +00:00
cc6f013f6f
performance optimisation for many cf's, most important was to remove the unnecessary join with the extra-table, if there's no search
2008-03-06 22:41:36 +00:00
d10607a16e
fast fix for the bug regarding infolog config, caused by the drop of the intantiation of config in boinfolog
2008-03-06 07:58:08 +00:00
60a65bb560
Added an id tag to templates, contact and infolog widget
...
New js_pseudo_function to fetch the styles of a template:
template::styles('template.name')
2008-03-05 18:38:46 +00:00
c522cd7a0b
Patch from Stefan Becker to implement a default category for new infolog entries
2008-03-04 12:50:16 +00:00
6c3b456216
renaming the admin_prefs_sidebox_hooks because of a naming convention clash with the admin applications admin_prefs_sidebox_hooks
2008-02-29 13:00:22 +00:00
75b824bced
To improve performance for people/installations with large amounts of infologs and many customfields who want to use customfields in customized
...
templates, but do not want to use the customfields in listview, reworked the logic of the retrieval of customfields.
Fix for the retrieve more fields, than selected - problem, when customfields start with the same string. Replaced stripos by in_array after a split
of the selected cols.
2008-02-26 13:16:59 +00:00
a28bfaf598
fix for infolog/inc/class.uicustomfields.inc.php, for problems with the editing of the customfields of infolog, because of the deprecated bo->config
...
object
2008-01-25 12:13:04 +00:00
ced6adf23f
reworked and generalised Klaus new custom field header feature, to use it in the addressbook too, easy to addapt for the other apps now, only requires the get_rows/search method to understand filter and order_by with cfs
2008-01-19 05:36:20 +00:00
d8cb081a1d
If filtering the infolog list by a certain type, show only the stati of that type
2008-01-15 04:18:17 +00:00
8d7d08b82d
added the option to display customfields in the infolog main view.
...
after selecting customfields with the columnselector, you can choose which customfields you want to display
in the customfields column with the columnselector. The header supports sorting and selecting.
Controling of the displayed customfields is done in uiinfolog, the action takes place in soinfolog
2007-12-14 13:11:51 +00:00
79e9038ec0
added the option to display customfields in the infolog main view.
...
after selecting customfields with the columnselector, you can choose which customfields you want to display
in the customfields column with the columnselector. The header supports sorting and selecting.
Controling of the displayed customfields is done in uiinfolog, the action takes place in soinfolog
2007-12-14 13:11:29 +00:00
d97f1eed5e
Extend the patch to get_categories in infolog submitted by matthias to the other classes as well.
...
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the
category names, so with this patch we match X-CatName just like CatName
This is only done for SyncML obviously.
2007-12-11 09:29:50 +00:00
fbc9a8806c
"fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>"
2007-12-11 06:57:15 +00:00
583be8ddab
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:17:04 +00:00
15e9c36ca6
removed option for sending html mails or not cause this is decided now by the notification backends (as discussed on the list)
2007-12-05 09:05:57 +00:00
b4bd76fbb5
"dont delete infolog, which are linked to other elements, but their project"
2007-10-30 16:18:12 +00:00
9fa24c53fc
New pref to select which type(s) to show in the calendar
2007-10-09 09:39:40 +00:00