- renamed package name from LetoDMЅ to LetoDMS_Core

This commit is contained in:
steinm 2011-01-20 14:03:10 +00:00
parent 43070c48e6
commit fd41c75698
11 changed files with 26 additions and 26 deletions

View File

@ -3,7 +3,7 @@
* Some definitions for access control * Some definitions for access control
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>

View File

@ -3,7 +3,7 @@
* Implementation of user and group access object * Implementation of user and group access object
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -17,7 +17,7 @@
* This class cannot be used to modify access rights. * This class cannot be used to modify access rights.
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann * 2010 Uwe Steinmann
@ -47,7 +47,7 @@ class LetoDMS_Core_UserAccess { /* {{{ */
* This class cannot be used to modify access rights. * This class cannot be used to modify access rights.
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann
* @version Release: @package_version@ * @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of the document management system * Implementation of the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -63,7 +63,7 @@ require_once("inc.ClassNotification.php");
* </code> * </code>
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2010, Uwe Steinmann * @copyright Copyright (C) 2010, Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of a document in the document management system * Implementation of a document in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL2 * @license GPL2
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
@ -26,7 +26,7 @@ define("S_EXPIRED", -3);
* Class to represent a document in the document management system * Class to represent a document in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
@ -1469,7 +1469,7 @@ class LetoDMS_Core_Document { /* {{{ */
* {@link LetoDMS_Core_Document::removeContent()}. * {@link LetoDMS_Core_Document::removeContent()}.
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, * @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2186,7 +2186,7 @@ class LetoDMS_Core_DocumentContent { /* {{{ */
* to another document. * to another document.
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, * @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2247,7 +2247,7 @@ class LetoDMS_Core_DocumentLink { /* {{{ */
* Use {@link LetoDMS_Core_Document::addDocumentFile()} to attach a file. * Use {@link LetoDMS_Core_Document::addDocumentFile()} to attach a file.
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, * @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2328,7 +2328,7 @@ class LetoDMS_Core_DocumentFile { /* {{{ */
* Class to represent a list of document contents * Class to represent a list of document contents
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, * @copyright Copyright (C) 2002-2005 Markus Westphal,

View File

@ -3,7 +3,7 @@
* Implementation of a folder in the document management system * Implementation of a folder in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL2 * @license GPL2
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx> * Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a folder in the document management system * Class to represent a folder in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,

View File

@ -3,7 +3,7 @@
* Implementation of the group object in the document management system * Implementation of the group object in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a user group in the document management system * Class to represent a user group in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann
* @version Release: @package_version@ * @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of keyword categories in the document management system * Implementation of keyword categories in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a keyword category in the document management system * Class to represent a keyword category in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann * 2010 Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of a notification object * Implementation of a notification object
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -15,7 +15,7 @@
* Class to represent a notification * Class to represent a notification
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2010 Uwe Steinmann * @copyright Copyright (C) 2010 Uwe Steinmann
* @version Release: @package_version@ * @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of the user object in the document management system * Implementation of the user object in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a user in the document management system * Class to represent a user in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann * 2010 Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of database access * Implementation of database access
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -21,7 +21,7 @@ require_once "adodb/adodb.inc.php";
* Class to represent the database access for the document management * Class to represent the database access for the document management
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, 2010 Uwe Steinmann * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, 2010 Uwe Steinmann
* @version Release: @package_version@ * @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of various file system operations * Implementation of various file system operations
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @license GPL 2 * @license GPL 2
* @version @version@ * @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx> * @author Uwe Steinmann <uwe@steinmann.cx>
@ -17,7 +17,7 @@
* Class to represent a user in the document management system * Class to represent a user in the document management system
* *
* @category DMS * @category DMS
* @package LetoDMS * @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx> * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, * @copyright Copyright (C) 2002-2005 Markus Westphal,
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,