Update of /cvsroot/phpcms-plugins/admin4phpCMS/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/include
Modified Files:
class.actionhandler.php class.eventhandler.php
class.framework.php class.module.php
Log Message:
several changes
Index: class.module.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/include/class.module.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.module.php 4 Jun 2004 11:11:57 -0000 1.4
+++ class.module.php 4 Jun 2004 11:32:07 -0000 1.5
@@ -2,6 +2,8 @@
/**
* basic module-class
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -25,6 +27,9 @@
**/
/*
* $Log$
+* Revision 1.5 2004/06/04 11:32:07 mjahn
+* several changes
+*
* Revision 1.4 2004/06/04 11:11:57 mjahn
* several changes
*
Index: class.actionhandler.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/include/class.actionhandler.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.actionhandler.php 4 Jun 2004 11:11:57 -0000 1.4
+++ class.actionhandler.php 4 Jun 2004 11:32:07 -0000 1.5
@@ -5,6 +5,8 @@
* The actionhandler is the connection between the action and the correspondending
* registered methods and functions. He also manages the objects of the framework.
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -22,12 +24,15 @@
* @author Martin Jahn <mj...@us...>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright Copyright (c) 2004, Martin Jahn
-* @version $$
+* @version $Id$
* @package admin4phpCMS
**/
/*
* $Log$
+* Revision 1.5 2004/06/04 11:32:07 mjahn
+* several changes
+*
* Revision 1.4 2004/06/04 11:11:57 mjahn
* several changes
*
@@ -36,7 +41,7 @@
*
*/
/**
-* actionhandler-class
+* Actionhandler-class
*
* The actionhandler class hides the complete action- and object-managment from the framework.
*
Index: class.framework.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/include/class.framework.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- class.framework.php 4 Jun 2004 11:11:57 -0000 1.5
+++ class.framework.php 4 Jun 2004 11:32:07 -0000 1.6
@@ -9,6 +9,8 @@
* An integrated user- und permission-managment let administrator work fast
* and prevents the normal user from destroying the website
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -26,12 +28,15 @@
* @author Martin Jahn <mj...@us...>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright Copyright (c) 2004, Martin Jahn
-* @version $$
+* @version $Id$
* @package admin4phpCMS
**/
/*
* $Log$
+* Revision 1.6 2004/06/04 11:32:07 mjahn
+* several changes
+*
* Revision 1.5 2004/06/04 11:11:57 mjahn
* several changes
*
Index: class.eventhandler.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/include/class.eventhandler.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.eventhandler.php 4 Jun 2004 11:11:57 -0000 1.4
+++ class.eventhandler.php 4 Jun 2004 11:32:07 -0000 1.5
@@ -5,6 +5,8 @@
* The eventhandler manages the relations between event and actions.
* This is a very flexible way of modularizing the framework.
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -22,12 +24,15 @@
* @author Martin Jahn <mj...@us...>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright Copyright (c) 2004, Martin Jahn
-* @version $$
+* @version $Id$
* @package admin4phpCMS
**/
/*
* $Log$
+* Revision 1.5 2004/06/04 11:32:07 mjahn
+* several changes
+*
* Revision 1.4 2004/06/04 11:11:57 mjahn
* several changes
*
|