From 4ef9cd9399cb8947372e6f61803bca0ad13dcf8e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 27 Oct 2002 18:09:12 +0000 Subject: [PATCH] ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) --- etemplate/setup/phpgw_en.lang | 1 + infolog/inc/hook_about.inc.php | 20 -------------------- infolog/setup/setup.inc.php | 22 ++++++++++++++++++++-- 3 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 infolog/inc/hook_about.inc.php diff --git a/etemplate/setup/phpgw_en.lang b/etemplate/setup/phpgw_en.lang index 3cfb06ebd1..fb4f34e5e4 100644 --- a/etemplate/setup/phpgw_en.lang +++ b/etemplate/setup/phpgw_en.lang @@ -84,6 +84,7 @@ entries etemplate en entries error: template not found !!! etemplate en Error: Template not found !!! error: webserver is not allowed to write into '%s' !!! etemplate en Error: webserver is not allowed to write into '%s' !!! error: while saveing !!! etemplate en Error: while saveing !!! +etemplate common en eTempalte etemplate '%s' imported, use save to put it in the database etemplate en eTemplate '%s' imported, use Save to put it in the database etemplate '%s' written to '%s' etemplate en eTemplate '%s' written to '%s' etemplate editor etemplate en eTemplate Editor diff --git a/infolog/inc/hook_about.inc.php b/infolog/inc/hook_about.inc.php deleted file mode 100644 index f04541ccd9..0000000000 --- a/infolog/inc/hook_about.inc.php +++ /dev/null @@ -1,20 +0,0 @@ -Info Log

InfoLog written by Ralf Becker
". - "adopted from todo written by Joseph Engo

". - "InfoLog sumarizes/replaces the 3 core-applications ToDo, Notes and PhoneLog. ". - "InfoLog is based on phpGroupWare's ToDo-List and already has the features of all 3 mentioned ". - "applications plus fully working ACL (including Add+Private attributes, add for to addreplys/subtasks) ". - "Responsibility for a task (ToDo) or a phonecall could be delegated to an other user, all entries can ". - "be linked to an addressbook entry and/or a project. This allows you to log all activity of a ". - "contact/address or project. The entries may be viewed or added from InfoLog direct or from within ". - "the contact/address or project view.
". - "It is planed to archive emails, faxes and other documents in InfoLog in the future.

". - "Their is a CSV import filter (under admin) to import existing data. It allows to interactivly ". - "assign fields, customize the values with regular expressions and direct calls to php-functions ". - "(e.g. to link the phone calls (again) to the addressbook entrys)."; - - return $s; - } diff --git a/infolog/setup/setup.inc.php b/infolog/setup/setup.inc.php index d1f3704085..584eba1725 100755 --- a/infolog/setup/setup.inc.php +++ b/infolog/setup/setup.inc.php @@ -20,8 +20,26 @@ $setup_info['infolog']['author'] = 'Ralf Becker'; $setup_info['infolog']['license'] = 'GPL'; $setup_info['infolog']['description'] = - 'CRM type app using Addressbook providing Todo List, Notes and Phonelog.'; - $setup_info['infolog']['maintainer'] = 'Ralf Becker'; + 'CRM (customer-relation-management) type app using Addressbook providing + Todo List, Notes and Phonelog. InfoLog is orininaly based on phpGroupWare\'s + ToDo-List and has the features of all 3 mentioned applications plus fully working ACL + (including Add+Private attributes, add for to addreplys/subtasks).

+ Responsibility for a task (ToDo) or a phonecall can be delegated to an other + user. All entries can be linked to addressbook entries, projects and/or calendar events. + This allows you to log all activity of a contact/address or project. + The entries may be viewed or added from InfoLog direct or from within + the contact/address, project or calendar view.

+ Other documents / files can be linked to InfoLog entries and are store in the VFS + (phpGroupWare\'s virtual file system). An extension of the VFS allows to symlink + the files to a fileserver, instead of placeing a copy in the VFS + (need to be configured in the admin-section). + It is planed to include emails and faxes into InfoLog in the future.'; + $setup_info['infolog']['note'] = + 'Their is a CSV import filter (in the admin-section) to import existing data. + It allows to interactivly assign fields, customize the values with regular + expressions and direct calls to php-functions (e.g. to link the phone calls + (again) to the addressbook entrys).'; + $setup_info['infolog']['maintainer'] = 'Ralf Becker'; $setup_info['infolog']['maintainer_email'] = 'ralfbecker@outdoor-training.de'; /* The hooks this app includes, needed for hooks registration */