Ralf Becker
dbbee206a4
added default implicit add right for responsible
2006-03-27 15:33:25 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
9a0ddd8d76
fixing the fix - now it works ;-)
...
search without start param returns now all entries
2006-03-15 19:08:40 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Cornelius Weiß
65748ab3e8
php < 5.1 fix
2005-11-11 22:36:34 +00:00
Ralf Becker
3b57b96316
fixed SQL introduced for the multiple responsibles
2005-10-13 15:26:45 +00:00
Ralf Becker
938a25ebeb
fixed SQL introduced for the multiple responsibles
2005-10-13 15:24:48 +00:00
Ralf Becker
84b969586e
reworked patch from Vincent Cuirassier from Mandriva
...
- multiple responsibles
- closing action
2005-10-05 07:50:47 +00:00
Ralf Becker
b31e40e067
moved InfoLog's link class and it's table into the api
2005-10-01 20:18:41 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
3b32bccc49
documentation update and the usual code modernization (phpgw-->egw, ...)
2005-04-06 11:05:57 +00:00
Ralf Becker
7fe8459ced
using clone() to create copies of the db-object for php5 compatibility
2005-02-08 17:53:03 +00:00
Ralf Becker
d6f9fd8a99
fix for bug [ 1059619 ] SQL Error: cannot be null
2004-11-04 21:39:23 +00:00
Ralf Becker
7cc7965eea
reworked infolog so-layer to use new db-functions to allow updates under MaxDB
2004-09-19 16:26:08 +00:00
Ralf Becker
bd15c88efb
reworked infolog so-layer to use new db-functions to allow updates under MaxDB
2004-09-19 16:15:53 +00:00
Ralf Becker
69ba028568
fix for bug [ 1023559 ] Infolog does not search all entries while linking
2004-09-08 16:04:37 +00:00
Ralf Becker
735f8e4036
fixed ACL for status offer, it respects now the regular read-access restrictions
2004-08-22 19:22:53 +00:00
Ralf Becker
25ba714000
not using distinct on MaxDB too
2004-08-07 12:10:12 +00:00
Ralf Becker
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
Ralf Becker
a88c3fb9fd
fix for bug [ 955489 ] CustomFields fails: for new entries the info_id was unset
2004-05-19 07:16:11 +00:00
Ralf Becker
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
Ralf Becker
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
Lars Kneschke
38fb73e9b0
fic for Call-time pass-by-reference
2004-03-24 15:13:48 +00:00
Ralf Becker
b43b27f6fa
fixed (after xmlrpc changes) not working search
2004-03-23 08:22:46 +00:00
Ralf Becker
62a060d028
some changes for xmlrpc:
...
- removed the info_ prefix from all value-names
- ...
2004-03-13 17:58:37 +00:00
Ralf Becker
c5dd013f18
first version of xmlrpc support for infolog
2004-03-10 00:58:18 +00:00
Ralf Becker
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
Ralf Becker
d4952f1a2b
infolog now explicitly asks to deleted sub-entries and allows not to delete them
2003-12-19 02:26:17 +00:00
Ralf Becker
173eb70fea
sort- and filter-headers for infolog's index page
2003-12-09 00:08:31 +00:00
Ralf Becker
8b6206c225
added an implicite read-right for the responsible user
2003-11-14 12:05:47 +00:00
Ralf Becker
3a2d147bb0
register globals fix: List no sub-entrys from the prefs is working again
2003-11-05 16:44:56 +00:00
Ralf Becker
88d2c07fe8
corrected a typo, thanks to sdietzel@northcc.net
2003-09-10 16:41:18 +00:00
Ralf Becker
8f355ef32c
fixed tz_offset and creating new entries with time 0:0
2003-09-08 00:40:42 +00:00
Ralf Becker
3de5eed23a
fixed sql-error on deleting an infolog entry with custom-fields
2003-09-07 18:37:22 +00:00
Ralf Becker
3a5d9ed79f
included other timed events (eg. phonecalls) and (untimed) todo's into the calendar dayview
2003-09-07 16:55:36 +00:00
Lars Kneschke
ec432051ff
removed little typo
2003-08-31 21:24:51 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
Ralf Becker
bfc88e430d
fix for pgsql 7.3
2003-07-08 23:19:18 +00:00
Ralf Becker
8cb7c8bb47
changed db2data to copy only the numerical values
2003-07-06 08:52:35 +00:00
Ralf Becker
78d0caebdd
fixed a type in the sql of delete
2003-06-15 22:21:52 +00:00
Ralf Becker
1095c64709
1) so-layers now run every parameter through either addslashes of intval, to prevent query-insertion and for pgSql 7.3 compatibility
...
2) corrected the escapeing of " and '
3) added some inline-docs
2003-06-14 13:51:53 +00:00
Ralf Becker
839e094117
added a hook_deleteaccount
2002-11-20 19:58:15 +00:00
Ralf Becker
0df9d71782
got infolog working:
...
- referers are handled now correct
- hooks are working again (only addressbook::view ported so far)
2002-10-16 00:23:39 +00:00
Ralf Becker
e7048b5fb5
lots of fixes and additions:
...
- load_via works now in boetemplate::read
- included templates are relative to the includeing tpl, if they contain no '.'
- xul_io is alway writing the comple/absolute name
- HBox gets width=100% if alignment other then left set (new!)
- added links as 2. option to label
- added header function to uietemplate
2002-10-14 00:39:47 +00:00
Ralf Becker
eea5281759
first steps on infolog port to etemplates
2002-10-08 00:10:18 +00:00