Commit Graph

77 Commits

Author SHA1 Message Date
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
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
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
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
2f3d566207 using a type-specific template in the list, if it exists 2006-10-21 13:07:32 +00:00
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
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
f10d3f9826 Fixed bug reported by Jens Benner, custom fields in InfoLog were NOT saved on add 2006-05-22 22:02:15 +00:00
890237480b fixed get_status method to return the percentage for status 'ongoing', as it was before the split of status and percentage 2006-04-08 07:33:17 +00:00
dbbee206a4 added default implicit add right for responsible 2006-03-27 15:33:25 +00:00
7254bef473 bugfixes:
- search was not searching in id, phone/email, location
- setting status or percent&date completed was not working for the responsible under some conditions
- for the conversation of days to hours always 8h were used, now that's the default if nothing is configured in the PM
enhancements - some might call bug-fixes too ;-):
- configuration of the rights of the responsible:
  a) implicit edit rights (default is only read)
  b) additional fields to edit without edit rights: eg. description, used time, ...
- user preference to show status and percent again as one merged icon (default) or as two spearate ones
- user preference to show a numeric Id, can be used eg. as ticket number
2006-03-24 16:10:09 +00:00
aa8136ef60 - added percent, (date-)completed and location for better iCal / SyncML conformance
- remove a lot not needed images
2006-03-17 20:53:26 +00:00
9a0ddd8d76 fixing the fix - now it works ;-)
search without start param returns now all entries
2006-03-15 19:08:40 +00:00
4febf266fb fix for bug reported on the list: boinfolog::search returns only the first 15 entries, when called via xmlrpc or icalsrv
--> now this only happens if the set the start parameter, otherwise all entries are returned
2006-03-15 08:09:01 +00:00
20aa316f59 fix for (doublicate) bugs:
- [ 1433962 ] Custom fields information saved but not displayed
- [ 1376272 ] Contents of user defined fields not saved
2006-03-02 20:45:00 +00:00
04c44a735a 1) infolog supports now setting a price for projectmanager (like timesheet)
2) all projectmanager specific stuff is in a new tab which gets only displayed if a user has projectmanager run-rights (incl. times)
3) support to display the infolog status-icons in projectmanager
2006-02-04 07:49:47 +00:00
95a3e604b0 big InfoLog update:
- using popups for editing
- renamed filter my to responsible
- warning if a log entry has been updated, while you edit it
- improved referer handling
- optimisations for so class, less DB accesses
2005-11-12 13:25:59 +00:00
65748ab3e8 php < 5.1 fix 2005-11-11 22:36:34 +00:00
3b57b96316 fixed SQL introduced for the multiple responsibles 2005-10-13 15:26:45 +00:00
938a25ebeb fixed SQL introduced for the multiple responsibles 2005-10-13 15:24:48 +00:00
84b969586e reworked patch from Vincent Cuirassier from Mandriva
- multiple responsibles
- closing action
2005-10-05 07:50:47 +00:00
b31e40e067 moved InfoLog's link class and it's table into the api 2005-10-01 20:18:41 +00:00
a19684502e 1) added planned/used time for project-manager
2) sorting by priority
3) tables renamed to use egw_ prefix now
2005-07-14 17:12:50 +00:00
69b28c6aad 1) Possebility to filter by owner or responsible
2) new filter my: in contrast to own which filters by owner, my shows only entry where you are responsible for
2005-07-14 07:35:11 +00:00
3b32bccc49 documentation update and the usual code modernization (phpgw-->egw, ...) 2005-04-06 11:05:57 +00:00
7fe8459ced using clone() to create copies of the db-object for php5 compatibility 2005-02-08 17:53:03 +00:00
d6f9fd8a99 fix for bug [ 1059619 ] SQL Error: cannot be null 2004-11-04 21:39:23 +00:00
7cc7965eea reworked infolog so-layer to use new db-functions to allow updates under MaxDB 2004-09-19 16:26:08 +00:00
bd15c88efb reworked infolog so-layer to use new db-functions to allow updates under MaxDB 2004-09-19 16:15:53 +00:00
69ba028568 fix for bug [ 1023559 ] Infolog does not search all entries while linking 2004-09-08 16:04:37 +00:00
735f8e4036 fixed ACL for status offer, it respects now the regular read-access restrictions 2004-08-22 19:22:53 +00:00
25ba714000 not using distinct on MaxDB too 2004-08-07 12:10:12 +00:00
c591c2c221 fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
2004-07-25 01:41:37 +00:00
a88c3fb9fd fix for bug [ 955489 ] CustomFields fails: for new entries the info_id was unset 2004-05-19 07:16:11 +00:00
25a30c53c6 fix for mbstring.overload=7, ereg('.*(x|y|z).*') never ends, preg_match('/(x|y|z)') works without problem :-) 2004-05-08 22:42:38 +00:00
4b7ced6e84 fix for search to return also the entries from sub-categoris, as sugested by Stephan Hilchenbach from the german list 2004-04-04 22:23:47 +00:00
38fb73e9b0 fic for Call-time pass-by-reference 2004-03-24 15:13:48 +00:00
b43b27f6fa fixed (after xmlrpc changes) not working search 2004-03-23 08:22:46 +00:00
62a060d028 some changes for xmlrpc:
- removed the info_ prefix from all value-names
- ...
2004-03-13 17:58:37 +00:00
c5dd013f18 first version of xmlrpc support for infolog 2004-03-10 00:58:18 +00:00
32a2083cbb 1) responsible user can change status now, even if he has no write-grant
2) removed not yet used confirm-field in the delegation-tab
3) fixed counting of subs (did not take acl into account)
2004-02-05 13:37:29 +00:00
d4952f1a2b infolog now explicitly asks to deleted sub-entries and allows not to delete them 2003-12-19 02:26:17 +00:00
173eb70fea sort- and filter-headers for infolog's index page 2003-12-09 00:08:31 +00:00
8b6206c225 added an implicite read-right for the responsible user 2003-11-14 12:05:47 +00:00
3a2d147bb0 register globals fix: List no sub-entrys from the prefs is working again 2003-11-05 16:44:56 +00:00