phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php,1.20,1.21 cl


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php,1.20,1.21 class.bolink.inc.php,1.1,1.2 class.solink.inc.php,1.1,1.2 class.uilink.inc.php,1.1,1.2 class.vfs.inc.php,1.4,1.5
Date: Mon, 02 Sep 2002 07:14:33 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv23621

Modified Files:
        class.boinfolog.inc.php class.bolink.inc.php 
        class.solink.inc.php class.uilink.inc.php class.vfs.inc.php 
Log Message:
some corrections for the inline-doc-parser

Index: class.boinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.boinfolog.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.boinfolog.inc.php     2 Sep 2002 09:21:35 -0000       1.20
--- class.boinfolog.inc.php     2 Sep 2002 11:14:30 -0000       1.21
***************
*** 447,451 ****
                }
                /*!
!               @function link_title( $id )
                @abstract get title for an infolog entry identified by $id
                */
--- 447,453 ----
                }
                /*!
!               @function link_title
!               @syntax link_title(  $id  )
!               @author ralfbecker
                @abstract get title for an infolog entry identified by $id
                */
***************
*** 460,464 ****
  
                /*!
!               @function link_query( $pattern )
                @abstract query infolog for entries matching $pattern
                */
--- 462,468 ----
  
                /*!
!               @function link_query
!               @syntax link_query(  $pattern  )
!               @author ralfbecker
                @abstract query infolog for entries matching $pattern
                */

Index: class.bolink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.bolink.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.bolink.inc.php        2 Sep 2002 08:57:35 -0000       1.1
--- class.bolink.inc.php        2 Sep 2002 11:14:30 -0000       1.2
***************
*** 21,29 ****
        /*!
        @class bolink
        @abstract generalized linking between entries of phpGroupware apps - BO 
layer
        @discussion This class is the BO-layer of the links
!       @note Links have to ends each pointing to an entry, an entry is a 
double:
!       @note app   app-name or directory-name of an phpgw application, eg. 
'infolog'
!       @note id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class bolink extends solink
--- 21,30 ----
        /*!
        @class bolink
+       @author ralfbecker
        @abstract generalized linking between entries of phpGroupware apps - BO 
layer
        @discussion This class is the BO-layer of the links
!       @discussion Links have to ends each pointing to an entry, an entry is a 
double:
!       @discussion app   app-name or directory-name of an phpgw application, 
eg. 'infolog'
!       @discussion id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class bolink extends solink
***************
*** 86,92 ****
  
                /*!
!               @function query($app,$pattern)
                @abstract Searches for a $pattern in the entries of $app
!               @returns an array of $id => $title pairs
                */
                function query($app,$pattern)
--- 87,95 ----
  
                /*!
!               @function query
!               @syntax query( $app,$pattern )
!               @author ralfbecker
                @abstract Searches for a $pattern in the entries of $app
!               @result an array of $id => $title pairs
                */
                function query($app,$pattern)
***************
*** 102,108 ****
  
                /*!
!               @function title($app,$id)
                @abstract returns the title (short description) of entry $id 
and $app
!               @returns the title
                */
                function title($app,$id)
--- 105,113 ----
  
                /*!
!               @function title
!               @syntax title( $app,$id )
!               @author ralfbecker
                @abstract returns the title (short description) of entry $id 
and $app
!               @result the title
                */
                function title($app,$id)
***************
*** 118,122 ****
  
                /*!
!               @function calendar_title( $id )
                @abstract get title for an event, should be moved to 
bocalendar.link_title
                */
--- 123,129 ----
  
                /*!
!               @function calendar_title
!               @syntax calendar_title(  $id  )
!               @author ralfbecker
                @abstract get title for an event, should be moved to 
bocalendar.link_title
                */
***************
*** 143,147 ****
  
                /*!
!               @function calendar_query( $pattern )
                @abstract query calendar for an event $matching pattern, should 
be moved to bocalendar.link_query
                */
--- 150,156 ----
  
                /*!
!               @function calendar_query
!               @syntax calendar_query(  $pattern  )
!               @author ralfbecker
                @abstract query calendar for an event $matching pattern, should 
be moved to bocalendar.link_query
                */
***************
*** 163,167 ****
  
                /*!
!               @function addressbook_title( $id )
                @abstract get title for an address, should be moved to 
boaddressbook.link_title
                */
--- 172,178 ----
  
                /*!
!               @function addressbook_title
!               @syntax addressbook_title(  $id  )
!               @author ralfbecker
                @abstract get title for an address, should be moved to 
boaddressbook.link_title
                */
***************
*** 196,200 ****
  
                /*!
!               @function addressbook_query( $pattern )
                @abstract query addressbook for $pattern, should be moved to 
boaddressbook.link_query
                */
--- 207,213 ----
  
                /*!
!               @function addressbook_query
!               @syntax addressbook_query(  $pattern  )
!               @author ralfbecker
                @abstract query addressbook for $pattern, should be moved to 
boaddressbook.link_query
                */
***************
*** 214,218 ****
  
                /*!
!               @function projects_title( $id )
                @abstract get title for a project, should be moved to 
boprojects.link_title
                */
--- 227,233 ----
  
                /*!
!               @function projects_title
!               @syntax projects_title(  $id  )
!               @author ralfbecker
                @abstract get title for a project, should be moved to 
boprojects.link_title
                */
***************
*** 233,237 ****
  
                /*!
!               @function projects_query( $pattern )
                @abstract query for projects matching $pattern, should be moved 
to boprojects.link_query
                */
--- 248,254 ----
  
                /*!
!               @function projects_query
!               @syntax projects_query(  $pattern  )
!               @author ralfbecker
                @abstract query for projects matching $pattern, should be moved 
to boprojects.link_query
                */

Index: class.solink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.solink.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.solink.inc.php        1 Sep 2002 18:58:35 -0000       1.1
--- class.solink.inc.php        2 Sep 2002 11:14:30 -0000       1.2
***************
*** 15,23 ****
        /*!
        @class solink
        @abstract generalized linking between entries of phpGroupware apps - DB 
layer
        @discussion This class is to access the links in the DB
!       @note Links have to ends each pointing to an entry, an entry is a 
double:
!       @note app   app-name or directory-name of an phpgw application, eg. 
'infolog'
!       @note id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class solink                            // DB-Layer
--- 15,24 ----
        /*!
        @class solink
+       @author ralfbecker
        @abstract generalized linking between entries of phpGroupware apps - DB 
layer
        @discussion This class is to access the links in the DB
!       @discussion Links have to ends each pointing to an entry, an entry is a 
double:
!       @discussion app   app-name or directory-name of an phpgw application, 
eg. 'infolog'
!       @discussion id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class solink                            // DB-Layer
***************
*** 36,40 ****
  
                /*!
!               @function solink( )
                @abstract constructor
                */
--- 37,43 ----
  
                /*!
!               @function solink
!               @syntax solink(   )
!               @author ralfbecker
                @abstract constructor
                */
***************
*** 46,55 ****
  
                /*!
!               @function link( 
$app1,$name1,$id1,$app2,$name2,$id2,$remark='',$user=0 )
                @abstract creats a link between $app1,$name1,$id1 and 
$app2,$name2,$id2
                @param $remark Remark to be saved with the link (defaults to '')
                @param $owner Owner of the link (defaults to user)
!               @note Does NOT check if link already exists
!               @returns db-errno or -1 (for param-error) or 0 for success
                */
                function link( $app1,$id1,$app2,$id2,$remark='',$owner=0 )
--- 49,60 ----
  
                /*!
!               @function link
!               @syntax link(  
$app1,$name1,$id1,$app2,$name2,$id2,$remark='',$user=0  )
!               @author ralfbecker
                @abstract creats a link between $app1,$name1,$id1 and 
$app2,$name2,$id2
                @param $remark Remark to be saved with the link (defaults to '')
                @param $owner Owner of the link (defaults to user)
!               @discussion Does NOT check if link already exists
!               @result db-errno or -1 (for param-error) or 0 for success
                */
                function link( $app1,$id1,$app2,$id2,$remark='',$owner=0 )
***************
*** 83,91 ****
  
                /*!
!               @function get_links( 
$app,$name,$id,$only_app='',$only_name='',$order='link_lastmod DESC' )
                @abstract returns array of links to $app,$name,$id
                @param $only_app if set return only links from $only_app (eg. 
only addressbook-entries)
                @param $order defaults to newest links first
!               @returns array of links or empty array if no matching links 
found
                */
                function get_links( $app,$id,$only_app='',$order='link_lastmod 
DESC' )
--- 88,98 ----
  
                /*!
!               @function get_links
!               @syntax get_links(  
$app,$name,$id,$only_app='',$only_name='',$order='link_lastmod DESC'  )
!               @author ralfbecker
                @abstract returns array of links to $app,$name,$id
                @param $only_app if set return only links from $only_app (eg. 
only addressbook-entries)
                @param $order defaults to newest links first
!               @result array of links or empty array if no matching links found
                */
                function get_links( $app,$id,$only_app='',$order='link_lastmod 
DESC' )
***************
*** 137,145 ****
  
                /*!
!       @function unlink($link_id,$app='',$id='',$owner='')
                @abstract Remove link with $link_id or all links matching given 
params
                @param $link_id link-id to remove if > 0
                @param $app,$id,$owner if $link_id <= 0: removes all links 
matching the non-empty params
!               @returns the number of links deleted
                */
                function unlink($link_id,$app='',$id='',$owner='')
--- 144,154 ----
  
                /*!
!       @function unlink
!       @syntax unlink( $link_id,$app='',$id='',$owner='' )
!       @author ralfbecker
                @abstract Remove link with $link_id or all links matching given 
params
                @param $link_id link-id to remove if > 0
                @param $app,$id,$owner if $link_id <= 0: removes all links 
matching the non-empty params
!               @result the number of links deleted
                */
                function unlink($link_id,$app='',$id='',$owner='')
***************
*** 182,190 ****
  
                /*!
!       @function chown($owner,$new_owner)
                @abstract Changes ownership of all links from $owner to 
$new_owner
                @discussion This is needed when a user/account gets deleted
!               @note Does NOT change the modification-time
!               @returns the number of links changed
                */
                function chown($owner,$new_owner)
--- 191,201 ----
  
                /*!
!       @function chown
!       @syntax chown( $owner,$new_owner )
!       @author ralfbecker
                @abstract Changes ownership of all links from $owner to 
$new_owner
                @discussion This is needed when a user/account gets deleted
!               @discussion Does NOT change the modification-time
!               @result the number of links changed
                */
                function chown($owner,$new_owner)

Index: class.uilink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uilink.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.uilink.inc.php        2 Sep 2002 08:57:35 -0000       1.1
--- class.uilink.inc.php        2 Sep 2002 11:14:30 -0000       1.2
***************
*** 21,29 ****
        /*!
        @class uilink
        @abstract generalized linking between entries of phpGroupware apps - 
HTML UI layer
        @discussion This class is the UI to show/modify the links
!       @note Links have to ends each pointing to an entry, an entry is a 
double:
!       @note app   app-name or directory-name of an phpgw application, eg. 
'infolog'
!       @note id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class uilink extends bolink
--- 21,30 ----
        /*!
        @class uilink
+       @author ralfbecker
        @abstract generalized linking between entries of phpGroupware apps - 
HTML UI layer
        @discussion This class is the UI to show/modify the links
!       @discussion Links have to ends each pointing to an entry, an entry is a 
double:
!       @discussion app   app-name or directory-name of an phpgw application, 
eg. 'infolog'
!       @discussion id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
        */
        class uilink extends bolink
***************
*** 39,43 ****
  
                /*!
!               @function getEntry($name)
                @abstract HTML UI to query user for one side of a link: an 
entry of a supported app
                */
--- 40,46 ----
  
                /*!
!               @function getEntry
!               @syntax getEntry( $name )
!               @author ralfbecker
                @abstract HTML UI to query user for one side of a link: an 
entry of a supported app
                */
***************
*** 47,51 ****
  
                /*!
!               @function show($app,$id)
                @abstract HTML UI to show & delete existing links to $app,$id 
and to make new links
                @discussion this should be called by each link-supporting app 
at the bottom of its view-entry-page
--- 50,56 ----
  
                /*!
!               @function show
!               @syntax show( $app,$id )
!               @author ralfbecker
                @abstract HTML UI to show & delete existing links to $app,$id 
and to make new links
                @discussion this should be called by each link-supporting app 
at the bottom of its view-entry-page

Index: class.vfs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.vfs.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.vfs.inc.php   8 Apr 2002 14:23:27 -0000       1.4
--- class.vfs.inc.php   2 Sep 2002 11:14:30 -0000       1.5
***************
*** 26,29 ****
--- 26,30 ----
        /*!
        @class vfs
+       @author ralfbecker
        @abstract Virtual File System
        @description Authors: Zone
***************
*** 56,59 ****
--- 57,61 ----
        /*!
        @class path_class
+       @author ralfbecker
        @abstract helper class for path_parts
        */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]