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
389596faa8
added call to bolink::notify_update($app,$id,$data=null) method on updated of infolog entries
2005-04-08 18:51:59 +00:00
Ralf Becker
3b32bccc49
documentation update and the usual code modernization (phpgw-->egw, ...)
2005-04-06 11:05:57 +00:00
Lars Kneschke
f6c2029094
changes to keep track of changed content
2005-02-27 23:33:14 +00:00
Ralf Becker
b6cc2d6d7b
fixed bug reported by Reinhard Gustavik on the german list: custom status get's not saved and not used
2005-02-14 10:39:10 +00:00
Ralf Becker
8518892d9a
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
...
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
2005-02-09 10:13:24 +00:00
Ralf Becker
a45cf2cd0a
boinfolog::write: allow to (un)set touch_modified and set_default parameters via the values array (eg. for xmlrpc)
2005-02-07 07:09:33 +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
955eeca795
killed debug message
2004-08-28 19:02:26 +00:00
Ralf Becker
9e50e0f07d
fix for bug [ 1007297 ] Time offsets incorrect
...
==> all tz-conversation is done now in the bo-class, as I handle it in the new calendar too
2004-08-28 18:02:16 +00:00
reinerj
5587b0ba11
replace the crap
2004-08-09 11:43:57 +00:00
Ralf Becker
9a58928b81
fix for bug [ 1000255 ] Todo with progress screw formating in calender:
...
- partialy caused by a <div ... /> with no closing </div>
- a table around the icons and title, puts them in one line now
2004-08-07 18:32:03 +00:00
Ralf Becker
a4ad3b46c0
killed htmlentities warning
2004-08-01 19:28:03 +00:00
Ralf Becker
517865a274
fix for bug reported by Patrick Fraley: status changes of responsible user do not get save, if that user has no write grant
2004-07-08 13:26:06 +00:00
Ralf Becker
d8c602e654
fixed the categories xmlrpc signature
2004-03-15 21:38:09 +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
348770c1cd
useing the updated vfs_sql class from the API now
2004-02-08 22:31:31 +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
c823ffc3a6
fix to generate link-title from description for an empty subject
2003-11-23 13:33:21 +00:00
Ralf Becker
6596f08060
updated cvs-import with charset-conversation and automatialy run some string to id conversations
2003-10-07 23:58:48 +00:00
Ralf Becker
ee7ec2bcd3
moved the html-class to the API
2003-09-14 10:25:05 +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
65d4d6b484
small fix
2003-09-07 17:56:05 +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
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
Ralf Becker
d2f6dbb043
manual contact was deleted when entering edit
2003-07-31 09:21:47 +00:00
Ralf Becker
6a8f193c24
set info_link_title with info_from if no info_link_id
2003-07-06 09:01:13 +00:00
Ralf Becker
c32a7e5d94
write: setting info_from, everytime info_link_id > 0 and info_from is set and == ''
2003-07-06 08:54:13 +00:00
Ralf Becker
cb9f3526c9
make boinfolog::write return the id
2003-06-29 23:03:07 +00:00
Ralf Becker
0c4a8b5323
removed old call to delete_attachted
2003-06-29 20:23:37 +00:00
Ralf Becker
213b3b5aad
.16 conform app-headers
...
added display of all links to the list-page (configurable in the preferences)
2003-06-29 17:03:47 +00:00
Ralf Becker
d7db5b4903
fixed writeing of temp. alphanumerical info_link_id to the db, as pgSql complains about the wrong type
2003-03-20 17:31:01 +00:00
Ralf Becker
74fc92f617
fixed writeing of temp. alphanumerical info_link_id to the db, as pgSql complains about the wrong type
2003-03-20 17:22:53 +00:00
Ralf Becker
db368a186d
fixed not working infolog-global configuration:
...
no more serialize/unserialize of arrays needed
2002-11-05 16:00:01 +00:00
Ralf Becker
6e17b96dd9
some fixes to get the links working in case the entry is not yet created
2002-10-18 20:20:35 +00:00
Ralf Becker
2004bf5c58
update with new table-structure for infolog
2002-10-17 22:02:44 +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
Ralf Becker
014df2eabf
corrected some typos in the link-support-functions
2002-09-02 21:40:44 +00:00
Ralf Becker
569a3672b0
some corrections for the inline-doc-parser
2002-09-02 11:14:30 +00:00
Ralf Becker
c698632d44
corrected some typos in the link-class support functions
2002-09-02 09:21:35 +00:00
Ralf Becker
4a25ce8bc0
inital import of UI and BO-layer of new link-class and the functions in boinfolog to make infolog a fully supported app
2002-09-02 08:57:35 +00:00
Ralf Becker
f27c38c42c
get infolog to work with (new 3-tier) projects
2002-09-01 18:11:57 +00:00
Ralf Becker
26cc517d8a
enable infolog to associate entries to calendar-events
2002-05-12 07:14:01 +00:00
Ralf Becker
b6d1e36b3d
added/changed the way parameters are passed to uiinfolog.get_list and soinfolog.readIdArray
2002-05-01 17:16:27 +00:00
Ralf Becker
5cd22d9a37
using boproject- insted of (no longer existing) project-class
2002-02-14 20:14:15 +00:00