Commit Graph

376 Commits

Author SHA1 Message Date
71149c972f - fixed not copied constrains and milestones in PM templates
- fixed not creatable milestones in templates
- when deleting a project you can now choose to delete the datasources
  of the elements (eg. InfoLog entries) too
- new stati 'template', 'nonactive' and 'archive' for InfoLog, which get
  not displayed by any standard filter, but choosing them from the
  status column filter
- InfoLog tasks in PM templates get now automatic activated, there stati
  is set depending of the percentage to not-started, in-progress or done
- changing the status of a project you can now choose to change the
  stati of InfoLog tasks (or other types having the needed stati) too
--> these features have been sponsored by Arne Reith from Reith-IT
2007-10-05 15:06:27 +00:00
7b6a1013fc SyncML patches from patrick.bihan-faou-AT-mindstep.com (without
logout+mbstring stuff), small modification to use the already exiting
methodes to generate full name and fileas)
The code is commited to trunk only at the moment to allow testing of it.
If everything goes well, we intend to commit it to 1.4 branch too.
Here's the original description of the patch by Patrick:
- handles the default config for current versions of funambol (i.e. the
scard/stask/snote/scal locations)
- tries to be a bit smarter on how the data content should be encoded
based on what the client specified (sif+base64/vcard, / fragmented or
not, etc.)
- workaround a bug in some versions of funambol, where funambol does not
specify the proper sif type for the type of requested data
- imported patch #117 from egw's tracker
- make sure that the logs generated by the horde code go to stderr so
they can be view in the webserver's logs
- as much as possible reduce code duplication. For example, the
categories are handled in the parent classes for both the SIF avn VCAL
formats for each type of data (addressbook,infolog,calendar).
- make sure the code can handle more than one categories in each
  direction
- treat the 'sony ericsson' vendor string just like 'sonyericsson', the
newer phones apparently have a space in the vendor string... (this
touches some files in the icalsrv as well)
- handle notes: these should now work with everything (funambol or
  other)
- remove more code duplication: the syncml "api" for the various data
types (calendar, contacts, infolog) is now common for both the vcard and
sif data formats (cf the files that need to be removed)
- handle the "privat" filter in infolog like the "private" filter (some
part of the code use the name without the trailing e)
- imported patch # 267 from egw's tracker
2007-09-29 10:29:48 +00:00
3beb483c09 CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names. 2007-09-22 14:58:10 +00:00
4a77931db0 fixed not shown custom fields tab in edit, if there's no field shown only for that type (fields shown for multiple types were not taken into account) 2007-09-14 07:33:32 +00:00
9fa586cb73 100% done causes status to set to done again in mail2infolog 2007-09-13 09:17:47 +00:00
61270a0e0f fixed two mail2infolog problems: 1. instead of default status of email type done was used, 2. long lines of line-chars (-_+=~) stalled the infolog layout, they get now truncated to 40 of these chars 2007-09-13 08:12:56 +00:00
56774aaee5 using uid to fetch infolog entries like in calendar, used by icalsrv, requires a schema update to store the uid 2007-08-27 13:04:05 +00:00
240b8eac31 some new features for the infolog-widget to improve form printting: 1) fetching contact fields from linked infolog entries, 2) formatting content with preg_replace 2007-08-27 13:00:45 +00:00
30bf7c6f06 widget to fetch infolog fields from linked infolog, eg. for advanced infolog forms (has also the ability to print an X if a compare value is given or to specify alternative fields if the original one is empty) 2007-08-20 08:17:07 +00:00
d4910c0e0a small layout fix: limit width of owner and responsible selectbox to 100px, using selected category when creating new entries 2007-07-29 06:55:36 +00:00
eadc1c7b38 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:39:41 +00:00
c452b9f1c1 "fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB" 2007-07-03 04:37:06 +00:00
fe58bfc0e3 "fix for bug reported on the developers list" 2007-06-22 12:49:21 +00:00
5d9ff65391 - fixed not being able to switch off notification for responsible
- new preference for htmlmail with larger fontsize
- new preference for notification of responsible: only when I get assigned or removed
- notifications are now suppressed, if no changes made (according to save_history)
2007-06-21 16:25:08 +00:00
04ba662494 small enhancement to keep the attachments, 'til the infolog entry gets finally deleted 2007-06-14 06:16:19 +00:00
9e49e8c50d History for InfoLog (incl. the ability to disable real deletes) and delete notifications 2007-06-13 21:37:05 +00:00
2d0eac55b7 InfoLog notifcations for due or to start entries (You need to run Admin>>Register hooks!) 2007-06-10 09:21:04 +00:00
349b8c521a "fix for bug #866: private InfoLog entries are shown in the calendar day-view, if looking on someone elses calendar" 2007-06-09 16:10:20 +00:00
f2fb5fad4b 2007-05-28 21:17:15 +00:00
6310fff2af phpDoc headers 2007-05-22 13:40:35 +00:00
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
c60811c353 missing date/time customfield type 2007-05-17 06:04:24 +00:00
16f85bf1e4 fix for bug in email2infolog: date was not set 2007-05-14 15:37:25 +00:00
f9d1b30d89 fixed typo: custome --> custom 2007-05-11 19:59:28 +00:00
957ebfb698 "found an other uncommited php5.2 fix" 2007-05-08 08:36:06 +00:00
3e8c4b1dd3 fix: mail2infolog, wrong contact link when mail from sent folder 2007-05-02 09:34:13 +00:00
1bb9f539eb fixed html spechialchars in mailtoinfolog 2007-04-26 21:30:26 +00:00
b95addb87c "bugfix: InfoLog types were NOT translated (unless you save the infolog site config)" 2007-04-26 15:42:51 +00:00
f760107ff7 fixed bug #517: Bug in s/p view when closing infolog 2007-04-26 12:53:03 +00:00
668640f9a3 "fix for bug #469: Empty entry when deleting infolog from calendar dayview" 2007-04-26 12:03:44 +00:00
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
6bacbb1eca "fixed bug: InfoLog's delegated to a group, could not be changed from group-members" 2007-04-26 11:24:43 +00:00
5c37c5551f "fix for bug #354: Task with status \"offer\" not possible" 2007-04-26 07:56:38 +00:00
bc14510ae1 "including the eTemplate css file" 2007-03-13 13:43:11 +00:00
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
c0b6563e17 adaption for the new nextmatch feature plus some nice extra columns 2007-03-07 12:31:48 +00:00
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
95ecc4748e fix: mail2infolog: sender / from was not detected, strip_tags was not working as expected 2007-01-13 14:11:30 +00:00
e677e8979d sorting infolog types (incl. custom ones) alphabetically 2006-12-08 15:14:20 +00:00
c0c28b5af1 fix for PostgreSQL, thanks to Mark Stosberg 2006-12-08 07:10:27 +00:00
76ebb5167f strstr -> strpos fix by thomas koch 2006-12-07 12:47:11 +00:00
e800b75362 kill php5.2 warnings 2006-12-02 11:05:05 +00:00
dbfe6f6d91 we can now have multiple comma-separated types for each custom field 2006-11-23 14:20:48 +00:00
4a19aaa1ff fixed warning if nothing checked in responsible edit 2006-11-15 10:33:06 +00:00
00134ab430 fixed bug: editing infolog >> site config deletes custom fields 2006-11-15 10:24:58 +00:00
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
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
34fb07492b added possebility to delegate to groups and filter by groups 2006-10-24 10:08:21 +00:00
208d226bf1 InfoLog view for organisations or multiple contacts 2006-10-23 11:50:30 +00:00
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