4b8e873d0f
Send along edit link / settings as well as view
2010-12-10 20:04:59 +00:00
bbe5a682d0
Add checkbox to skip notifications of multiple entry actions
2010-12-08 22:09:59 +00:00
27d22befe0
* Infolog: Fix problem Delegated user was not able to edit infolog entrys owned by Groups, if he was not member of that group, and had no grouprights. Implicit rights where not applied; reported in Stylite Tracker#8255;
2010-10-27 08:42:52 +00:00
8be41b7976
When deleting but keeping infolog entries, hold on to links as well so they can be restored if contact is restored
2010-09-27 19:18:21 +00:00
3597959259
show infolog id in linktitle too (,if show_id is switched on)
2010-08-23 11:44:30 +00:00
544c522904
additional statusfilters: open and upcoming, own open and upcoming, delegated open and upcoming, responsible open and upcoming
2010-07-15 10:09:35 +00:00
b135848f33
Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists
2010-06-28 14:45:58 +00:00
e1a1f1f9de
Using "Due $typ" or "Starting $typ" as prefix for async notifications
2010-05-20 16:13:55 +00:00
b161002ab4
fix warning regarding unsupported operand types; translations provided by mkk
2010-05-11 12:59:47 +00:00
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
7db0cf9d0c
missing information in notification mails, when assigning infolog to projekt
2010-04-12 14:12:58 +00:00
de947ef466
"fix an other case of empty enddate get set to \"something\""
2010-03-24 08:15:36 +00:00
39e2710b24
"fixed infolog loosing links: wrong placed bracket"
2010-03-18 10:00:39 +00:00
14f55a35ed
"fixed 01.01.1970 problem with empty infolog enddate"
2010-03-18 08:56:51 +00:00
de36a7d40a
Fix Infolog timezone issue again
2010-03-16 07:00:56 +00:00
e9cdcbcac8
Fix Infolog timezone issue (Bug 8002)
2010-03-15 18:05:33 +00:00
7220d96847
Use iterator approach in GroupDAV; fix various issues
2010-03-15 09:55:16 +00:00
a8804a44ef
GroupDAV updates
2010-03-06 23:06:43 +00:00
b6097fa156
SyncML Content Handling
...
* Improved find-methods
* Timezone support for InfoLog
* SyncML Preferences
- addressbook and address list are now joined
- Primary User Group for addressbook and calendar
* SlowSync uses old mapping information (can be disabled within the preferences)
2010-02-09 21:56:39 +00:00
12aa69def3
Fix modifier issue
2010-02-05 16:32:30 +00:00
338192689c
Fix modification timestamp issue
2010-02-05 14:07:59 +00:00
75746226a4
Use egw_time for InfoLog, tracking backend and Tracker
2010-02-04 12:08:03 +00:00
721ccb80d8
Implement options so link_query() can be limited
2009-12-08 21:47:49 +00:00
af38e6e62a
"fixed warning when saving new entries introduced by r28408"
2009-12-08 10:07:53 +00:00
fda9c4f5f0
Fix infolog category issue
2009-12-07 09:00:58 +00:00
dd92e60180
Use UID for find_content(); code cleanups
2009-12-01 10:24:55 +00:00
6c25590e9e
fixing various problems regarding the notification via close shortlink (klick on close/close all button in infolog list view)
2009-11-23 16:15:16 +00:00
6eab77b15f
"commented permanent error_log in async_notifications, as it creates mail to root when async service is run via cron"
2009-11-19 11:38:37 +00:00
2e65cf977a
use new categories check_perms() on export and merge preserved categories with imported ones. This functionality is limited in infolog because infolog only supports having just one category at the moment.
2009-11-19 10:40:54 +00:00
73e2f3721e
fix typos
2009-11-18 17:41:54 +00:00
0bfb18470d
feature to be able to filter by startdate
2009-11-10 08:11:41 +00:00
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
051b00b199
added new filter for projects
2009-09-19 13:58:24 +00:00
f85cb3c0d0
fixed 100% also allowed with status archive
2009-09-04 12:39:23 +00:00
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
587cf2f1f5
bugfix for files got lost, while converting to infolog immediately after send, if attached via vfs
2009-06-22 14:46:10 +00:00
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
7bc380fab9
Moved filter labels to BO
2009-05-05 12:48:38 +00:00
bd3e6ca818
fixing check_default, setting info_percent to 100, when status is done or billed
2009-04-27 12:54:40 +00:00
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
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
a7b3ed7902
moved xmlrpc code to own class boinfolog, to keep the old xmlrpc
...
functions and get a cleaner code for no xmlrpc
2008-10-07 14:01:33 +00:00
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