Commit Graph

363 Commits

Author SHA1 Message Date
Ralf Becker
1e3627ad51 fix for bug #658: Custom Fields - added user in list comes up as ID (number)
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
Ralf Becker
bd1a7729c5 fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB 2007-07-03 04:37:56 +00:00
Ralf Becker
6a2718b2ba fix for bug reported on the developers list 2007-06-22 12:49:59 +00:00
Ralf Becker
a5ea718ec7 merged infolog notifications from trunc 2007-06-21 18:49:57 +00:00
Ralf Becker
ad513a1351 fix for bug #866: private InfoLog entries are shown in the calendar day-view, if looking on someone elses calendar 2007-06-09 16:11:51 +00:00
Ralf Becker
f2fb5fad4b 2007-05-28 21:17:15 +00:00
Ralf Becker
6310fff2af phpDoc headers 2007-05-22 13:40:35 +00:00
Ralf Becker
00e7549186 "fixed halfway done conversation to new col-selection prefs for the times-column:
- the icon to attach timesheets is now always displayed if user has the timesheet app
- the display of the times column and the cumulated time of attached timesheets depends on the col-selection pref"
2007-05-22 13:36:32 +00:00
Ralf Becker
c60811c353 missing date/time customfield type 2007-05-17 06:04:24 +00:00
Ralf Becker
16f85bf1e4 fix for bug in email2infolog: date was not set 2007-05-14 15:37:25 +00:00
Ralf Becker
f9d1b30d89 fixed typo: custome --> custom 2007-05-11 19:59:28 +00:00
Ralf Becker
957ebfb698 "found an other uncommited php5.2 fix" 2007-05-08 08:36:06 +00:00
Cornelius Weiß
3e8c4b1dd3 fix: mail2infolog, wrong contact link when mail from sent folder 2007-05-02 09:34:13 +00:00
Cornelius Weiß
1bb9f539eb fixed html spechialchars in mailtoinfolog 2007-04-26 21:30:26 +00:00
Ralf Becker
b95addb87c "bugfix: InfoLog types were NOT translated (unless you save the infolog site config)" 2007-04-26 15:42:51 +00:00
Ralf Becker
f760107ff7 fixed bug #517: Bug in s/p view when closing infolog 2007-04-26 12:53:03 +00:00
Ralf Becker
668640f9a3 "fix for bug #469: Empty entry when deleting infolog from calendar dayview" 2007-04-26 12:03:44 +00:00
Ralf Becker
3192eaf2c6 "bugfix: not all fields were preserved, when responsible users had the right to edit partical data" 2007-04-26 11:34:46 +00:00
Ralf Becker
6bacbb1eca "fixed bug: InfoLog's delegated to a group, could not be changed from group-members" 2007-04-26 11:24:43 +00:00
Ralf Becker
5c37c5551f "fix for bug #354: Task with status \"offer\" not possible" 2007-04-26 07:56:38 +00:00
Ralf Becker
bc14510ae1 "including the eTemplate css file" 2007-03-13 13:43:11 +00:00
Ralf Becker
98ca788a6d (custom) types can have a group as owner now, which allos there acl to depend on that group and not the person who created it 2007-03-12 11:27:33 +00:00
Ralf Becker
c0b6563e17 adaption for the new nextmatch feature plus some nice extra columns 2007-03-07 12:31:48 +00:00
Cornelius Weiß
68639c69f8 fixed ishues found by jerryr: Subject was not working and saving from subfolders was not working 2007-01-14 08:09:22 +00:00
Cornelius Weiß
95ecc4748e fix: mail2infolog: sender / from was not detected, strip_tags was not working as expected 2007-01-13 14:11:30 +00:00
Ralf Becker
e677e8979d sorting infolog types (incl. custom ones) alphabetically 2006-12-08 15:14:20 +00:00
Ralf Becker
c0c28b5af1 fix for PostgreSQL, thanks to Mark Stosberg 2006-12-08 07:10:27 +00:00
Cornelius Weiß
76ebb5167f strstr -> strpos fix by thomas koch 2006-12-07 12:47:11 +00:00
Cornelius Weiß
e800b75362 kill php5.2 warnings 2006-12-02 11:05:05 +00:00
Ralf Becker
dbfe6f6d91 we can now have multiple comma-separated types for each custom field 2006-11-23 14:20:48 +00:00
Ralf Becker
4a19aaa1ff fixed warning if nothing checked in responsible edit 2006-11-15 10:33:06 +00:00
Ralf Becker
00134ab430 fixed bug: editing infolog >> site config deletes custom fields 2006-11-15 10:24:58 +00:00
Ralf Becker
6564cbc99a info_custom_from was not set for links to in new entries, causing them to have custom from 2006-10-27 10:50:08 +00:00
Ralf Becker
1f4450a34c - fixing SQL error in cal-dav-view caused by previous commit
- new InfoLog preference to not show custom types in calendar (default)
2006-10-24 11:58:14 +00:00
Ralf Becker
34fb07492b added possebility to delegate to groups and filter by groups 2006-10-24 10:08:21 +00:00
Ralf Becker
208d226bf1 InfoLog view for organisations or multiple contacts 2006-10-23 11:50:30 +00:00
Cornelius Weiß
a5d124ffad handle html messages in mail2infolog. We use the function in bocompose as we have no generalized html2text converter in the api yet 2006-10-22 18:02:15 +00:00
Ralf Becker
2f3d566207 using a type-specific template in the list, if it exists 2006-10-21 13:07:32 +00:00
Ralf Becker
c98a675df0 - using a type-specific template in the list, if it exists
- some more docu
2006-10-20 13:13:00 +00:00
Ralf Becker
877373642b convert custom from to 0 or 1, it's unset if not checked, which starts the detection 2006-10-18 09:09:18 +00:00
Cornelius Weiß
d6bf643ed2 fix not working addition of attachment in mail2info 2006-10-17 08:04:22 +00:00
Ralf Becker
1707c87d89 some bugfixes:
- InfoLogs create via the addressbook show the address as Contact again
- Mail --> InfoLog creates address as Contact now
2006-10-17 07:13:12 +00:00
Ralf Becker
3e44e466c5 translations for widget names 2006-10-05 06:37:39 +00:00
Ralf Becker
4259d8d622 - primary link / contact con now be set direct in the contact line
- checkbox to set a custom contact (additional to the linked contact)
- new select/link entry custom fields (eg. to store a contact)
- uses the stock customfield widget now
- email is now a stock infolog type
2006-10-04 17:40:33 +00:00
Cornelius Weiß
41673c935f mess protection if something went wrong in tmp dir... 2006-09-29 06:49:31 +00:00
Ralf Becker
a435f90c08 fixed bug "infolog filter 'responsible open' does not show all items the user is responsible for", it was caused by the update of existing entries writes '' into info_responsible instead of '0' 2006-09-26 04:50:37 +00:00
Ralf Becker
e6a527acc3 - use a typ-specific template for edit, if one exist
- allow typ-specific templates to show the content of the first linked contact
--> allow to create specific print-view for each template-type
2006-09-20 07:13:44 +00:00
Ralf Becker
19f8e62d10 moved to the api before 1.2, removing now the compatibility class 2006-09-20 04:47:35 +00:00
Cornelius Weiß
26802319b8 fix not working addition to links in mail_import 2006-08-31 18:38:59 +00:00
Lars Kneschke
0904b6e846 patch from christian binder
35-45: set vars for mapping prioritys from and to handheld
82: set PRIORITY attribute on export
173-181: handle PRIORITY field on import
2006-08-24 09:48:29 +00:00