Klaus Leithoff
b161002ab4
fix warning regarding unsupported operand types; translations provided by mkk
2010-05-11 12:59:47 +00:00
Ralf Becker
f0f6047658
skip notifications on second write in infolog_ui::edit(), used to update just the link_id: causes double notification for new infologs
2010-05-05 15:53:34 +00:00
Ralf Becker
012d7d23e4
"- fixed not exported custom fields, if field is valid for more then one type
...
- fixed not exported regular fields: info_datemodified, info_modifier, info_id"
2010-04-23 12:10:36 +00:00
Ralf Becker
70c7ad3516
"directly cache link titles, to query them all at once (per app)"
2010-04-04 09:15:25 +00:00
Nathan Gray
5e2d3f4739
Fix for lost links when copying. All links get copied now, including the one in the header.
2010-02-22 21:25:00 +00:00
Ralf Becker
936c636ffd
display upload failed (because post_max_size of webserver exceeded) message from etemplate, could be nicer but way better then before
2010-02-05 03:34:17 +00:00
Klaus Leithoff
e5978c32a1
fix missing startdate, when importing mail from compose
2009-12-15 16:05:48 +00:00
Stefan Becker
086edcac9b
fixed promblem with infolog save of copyed infolog
2009-12-13 13:58:01 +00:00
Stefan Becker
80f02187a6
added print template to infolog
2009-12-13 13:36:09 +00:00
Stefan Becker
d11469f91f
added copy function to infolog and action box, more actions will follow
2009-12-11 08:34:47 +00:00
Nathan Gray
1524b6670f
Implement new link hook view_list, to be able to be taken to a list of entries
2009-12-08 21:48:10 +00:00
Klaus Leithoff
8de55a88f4
support CC in import of saved email-messages too
2009-11-28 18:55:26 +00:00
Klaus Leithoff
0473f987ad
fixing a problem regarding the import of draft-messages with attachments into infolog (, fixing a display issue with getAttachments in uicompose as well)
2009-11-28 18:16:18 +00:00
Klaus Leithoff
5ff54af20b
make the datefilter stay when filter by day is active (stick it with the sessiondata)
2009-11-16 09:49:50 +00:00
Klaus Leithoff
0bfb18470d
feature to be able to filter by startdate
2009-11-10 08:11:41 +00:00
Ralf Becker
00ca396066
Added filter to list, which allows to show infologs linked to an entry
...
of any other applications, eg:
- infologs linked to a certain project
- infologs linked to a contact
2009-09-25 08:03:01 +00:00
Stefan Becker
051b00b199
added new filter for projects
2009-09-19 13:58:24 +00:00
Klaus Leithoff
9a42ca2fbb
removing deprecated/not needed '=&' for CreateObject
2009-08-28 13:11:03 +00:00
Klaus Leithoff
46b0a0ea98
improvement of the import of eMails if bodystructure is cascaded deeper than expected
2009-08-28 13:07:32 +00:00
Ralf Becker
93f99c8e58
"fixed not displayed time sum, if \"time, planned\" column was selected:
...
-> only check used&planned time (not replanned) to work for both time cols"
2009-08-25 13:17:29 +00:00
Ralf Becker
ae33932f0b
"fixed not savable empty site configuration 'responsible_edit', once a value was set before"
2009-08-19 14:59:58 +00:00
Ralf Becker
ced14e2c15
"removed depricated calltime pass reference, it's unnecessary in these cases anyway"
2009-08-19 13:56:35 +00:00
Klaus Leithoff
ff1c884e65
feature to convert to infolog emails with attached emails and their content
2009-08-13 10:07:34 +00:00
Ralf Becker
036b2cd14e
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/infolog@27329 ^/branches/SyncML-1.2/infolog .
- completly reverted changes in inc/class.boinfolog.inc.php, as they are
not related to SyncML at all:
svn revert inc/class.boinfolog.inc.php
2009-07-15 20:04:17 +00:00
Klaus Leithoff
7d0184e9ea
you need to have current_app modified when importing mail
2009-07-13 10:47:19 +00:00
Klaus Leithoff
b731dcbfe0
loading infolog translations if current_app is NOT infolog
2009-07-13 10:33:26 +00:00
Klaus Leithoff
aa1d033532
preserve the col_filter within the active session
2009-07-09 12:14:35 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
1585a36fdf
used&planned time or used,planned&replanned time incl. icons
2009-05-11 09:19:16 +00:00
Ralf Becker
701fe5661b
- icon linking to filemanager of entry
...
- configurable limit of height of describtion in list
2009-05-08 16:01:33 +00:00
Ralf Becker
7bc380fab9
Moved filter labels to BO
2009-05-05 12:48:38 +00:00
Klaus Leithoff
c5ba464ffa
Handling completion via fastlink action button better by offering close and close_all buttons.
...
Preventing setting the status to done if that status does not exist for the given infolog type.
Listview (offering the fastlink action button for closing):
Regarding an infolog as done if it is cancelled.
Regarding an infolog as done if the stati done/billed/cancelled do not exist for that type, but the percentage is 100
2009-04-23 14:47:26 +00:00
Ralf Becker
6ef914fbbb
"using etemplate::$hooked instead of $GLOBALS['egw_info']['etemplate']['hooked']"
2009-03-16 13:00:45 +00:00
Klaus Leithoff
e4f6c3c488
conditional replace of all CarriageReturnLinefeeds, since, if it is done always, a sendmail looses its linebreaks
2009-03-09 10:43:25 +00:00
Klaus Leithoff
023f3b6326
handling a problem while importing mails as infolog, if they contain no text/plain part; this implied the move of some functionality from bocompose to bofelamimail
2009-03-06 14:39:34 +00:00
Ralf Becker
1d549d1dcc
"fix for bug #1467 : sorting get lost using green close icon"
2008-10-22 06:51:01 +00:00
Ralf Becker
876649fe6f
Big performance improvment by:
...
- using egw_link::set_cache() for entries read or searched
--> eliminates an excessive number of single entry reads, when the links
need titles or file_access permissions
- removing sub-query for number of sub-entries from search (Bug #1613 )
- method to query the number of sub-entries of all displayed entries in
one go
2008-10-19 11:34:12 +00:00
José Luis Gordo Romero
bad25ee249
Fix not correctly set of $this->prefs['show_times'] pref (because of addition of info_replanned_time columnt to the header)
2008-10-08 09:40:23 +00:00
José Luis Gordo Romero
fdb1b050f7
Infolog renaming classes minor fix (botimesheet -> timesheet_bo)
2008-10-08 08:13:17 +00:00
Ralf Becker
98a1d706ae
"an other uiinfolog"
2008-10-07 13:00:03 +00:00
Ralf Becker
7f9df0d051
- renamed class to new naming convention
...
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00