[puntoengine] r103 committed - Change author email of all classes

1 view
Skip to first unread message

punto...@googlecode.com

unread,
Nov 4, 2011, 8:24:10 PM11/4/11
to punto...@googlegroups.com
Revision: 103
Author: jba...@gmail.com
Date: Fri Nov 4 17:23:09 2011
Log: Change author email of all classes
http://code.google.com/p/puntoengine/source/detail?r=103

Modified:
/trunk/puntoengine/config/admin.xml
/trunk/puntoengine/config/database.xml
/trunk/puntoengine/config/web.xml
/trunk/puntoengine/controllers/ExampleController.php
/trunk/puntoengine/core/Kernel.php
/trunk/puntoengine/core/Object.php
/trunk/puntoengine/core/admin/AdminController.php
/trunk/puntoengine/core/database/Database.php
/trunk/puntoengine/core/exceptions/CoreException.php
/trunk/puntoengine/core/exceptions/ExceptionCodes.php
/trunk/puntoengine/core/exceptions/IOException.php
/trunk/puntoengine/core/exceptions/NotImplementedException.php
/trunk/puntoengine/core/exceptions/XmlException.php
/trunk/puntoengine/core/http/HttpController.php
/trunk/puntoengine/core/http/HttpMethods.php
/trunk/puntoengine/core/http/HttpRequest.php
/trunk/puntoengine/core/http/HttpResponse.php
/trunk/puntoengine/core/http/HttpServlet.php
/trunk/puntoengine/core/http/HttpWebConnection.php
/trunk/puntoengine/core/http/Url.php
/trunk/puntoengine/core/plugin/Hook.php
/trunk/puntoengine/core/plugin/HookTypes.php
/trunk/puntoengine/core/plugin/Plugin.php
/trunk/puntoengine/core/plugin/PluginManager.php
/trunk/puntoengine/core/xml/XmlDocument.php
/trunk/puntoengine/core/xml/XmlNode.php
/trunk/puntoengine/engine.php
/trunk/puntoengine/install.php

=======================================
--- /trunk/puntoengine/config/admin.xml Thu Jun 9 03:02:23 2011
+++ /trunk/puntoengine/config/admin.xml Fri Nov 4 17:23:09 2011
@@ -2,7 +2,7 @@
<!--
Configuration xml to administrator access
@category config
- @author Juan Benavides Romero <juan.benav...@gmail.com>
+ @author Juan Benavides Romero <jba...@gmail.com>
@since 0.3
-->
<Admin>
=======================================
--- /trunk/puntoengine/config/database.xml Thu Jun 9 03:02:23 2011
+++ /trunk/puntoengine/config/database.xml Fri Nov 4 17:23:09 2011
@@ -2,7 +2,7 @@
<!--
Configuration xml to access to database
@category config
- @author Juan Benavides Romero <juan.benav...@gmail.com>
+ @author Juan Benavides Romero <jba...@gmail.com>
@since 0.3
-->
<Database>
=======================================
--- /trunk/puntoengine/config/web.xml Tue Aug 23 02:26:03 2011
+++ /trunk/puntoengine/config/web.xml Fri Nov 4 17:23:09 2011
@@ -2,7 +2,7 @@
<!--
Configuration xml to call servlet controllers
@category config
- @author Juan Benavides Romero <juan.benav...@gmail.com>
+ @author Juan Benavides Romero <jba...@gmail.com>
@since 0.3
-->
<Web>
=======================================
--- /trunk/puntoengine/controllers/ExampleController.php Tue Nov 1
14:34:57 2011
+++ /trunk/puntoengine/controllers/ExampleController.php Fri Nov 4
17:23:09 2011
@@ -3,7 +3,7 @@
* Source code of ExampleController class controller
* @category puntoengine
* @package controllers
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/

@@ -12,7 +12,7 @@
* ExampleController is a controller class of the many examples
* @category puntoengine
* @package servlets
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/
class ExampleController extends HttpController {
=======================================
--- /trunk/puntoengine/core/Kernel.php Wed Nov 2 13:58:37 2011
+++ /trunk/puntoengine/core/Kernel.php Fri Nov 4 17:23:09 2011
@@ -3,7 +3,7 @@
* Source code of puntoengine Kernel
* @category puntoengine
* @package core
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
Kernel::import('core');
@@ -32,7 +32,7 @@
* Kernel of the puntoengine application
* @category puntoengine
* @package core
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class Kernel {
=======================================
--- /trunk/puntoengine/core/Object.php Tue Nov 1 13:34:09 2011
+++ /trunk/puntoengine/core/Object.php Fri Nov 4 17:23:09 2011
@@ -3,7 +3,7 @@
* Source code of Object class
* @category puntoengine
* @package core
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/

@@ -13,7 +13,7 @@
* Object is a base class of all class of engine and
* @category puntoengine
* @package servlets
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/
class Object {
=======================================
--- /trunk/puntoengine/core/admin/AdminController.php Wed Aug 24 01:18:43
2011
+++ /trunk/puntoengine/core/admin/AdminController.php Fri Nov 4 17:23:09
2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage admin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage admin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3
*/
class AdminController extends HttpServlet {
=======================================
--- /trunk/puntoengine/core/database/Database.php Sat Sep 25 15:43:06 2010
+++ /trunk/puntoengine/core/database/Database.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage database
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage database
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
* @todo Checks posible errors
*/
=======================================
--- /trunk/puntoengine/core/exceptions/CoreException.php Thu Jun 9
03:02:23 2011
+++ /trunk/puntoengine/core/exceptions/CoreException.php Fri Nov 4
17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class CoreException extends Exception {
=======================================
--- /trunk/puntoengine/core/exceptions/ExceptionCodes.php Thu Jun 9
03:02:23 2011
+++ /trunk/puntoengine/core/exceptions/ExceptionCodes.php Fri Nov 4
17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class ExceptionCodes {
=======================================
--- /trunk/puntoengine/core/exceptions/IOException.php Thu Jun 9 03:02:23
2011
+++ /trunk/puntoengine/core/exceptions/IOException.php Fri Nov 4 17:23:09
2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class IOException extends CoreException {
=======================================
--- /trunk/puntoengine/core/exceptions/NotImplementedException.php Thu Jun
9 03:02:23 2011
+++ /trunk/puntoengine/core/exceptions/NotImplementedException.php Fri Nov
4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class NotImplementedException extends CoreException {
=======================================
--- /trunk/puntoengine/core/exceptions/XmlException.php Thu Jun 9 03:02:23
2011
+++ /trunk/puntoengine/core/exceptions/XmlException.php Fri Nov 4 17:23:09
2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage exceptions
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class XmlException extends CoreException {
=======================================
--- /trunk/puntoengine/core/http/HttpController.php Wed Nov 2 13:58:37 2011
+++ /trunk/puntoengine/core/http/HttpController.php Fri Nov 4 17:23:09 2011
@@ -3,7 +3,7 @@
* Source code of HttpController class
* @category puntoengine
* @package core
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/

@@ -17,7 +17,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/
class HttpController extends Object {
=======================================
--- /trunk/puntoengine/core/http/HttpMethods.php Thu Jun 9 03:02:23 2011
+++ /trunk/puntoengine/core/http/HttpMethods.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class HttpMethods {
=======================================
--- /trunk/puntoengine/core/http/HttpRequest.php Thu Jun 9 03:02:23 2011
+++ /trunk/puntoengine/core/http/HttpRequest.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -16,7 +16,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class HttpRequest {
=======================================
--- /trunk/puntoengine/core/http/HttpResponse.php Wed Nov 2 13:58:37 2011
+++ /trunk/puntoengine/core/http/HttpResponse.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/
class HttpResponse extends Object {
=======================================
--- /trunk/puntoengine/core/http/HttpServlet.php Tue Aug 23 02:26:03 2011
+++ /trunk/puntoengine/core/http/HttpServlet.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
Kernel::import('core.exceptions');
@@ -18,7 +18,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class HttpServlet {
=======================================
--- /trunk/puntoengine/core/http/HttpWebConnection.php Thu Jun 9 03:02:23
2011
+++ /trunk/puntoengine/core/http/HttpWebConnection.php Fri Nov 4 17:23:09
2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class HttpWebConnection {
=======================================
--- /trunk/puntoengine/core/http/Url.php Tue Nov 1 07:39:04 2011
+++ /trunk/puntoengine/core/http/Url.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage http
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.4.0
*/
class Url extends Object {
=======================================
--- /trunk/puntoengine/core/plugin/Hook.php Wed Jun 15 07:45:58 2011
+++ /trunk/puntoengine/core/plugin/Hook.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/
class Hook {
=======================================
--- /trunk/puntoengine/core/plugin/HookTypes.php Fri Jun 10 06:00:21 2011
+++ /trunk/puntoengine/core/plugin/HookTypes.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/
class HookTypes {
=======================================
--- /trunk/puntoengine/core/plugin/Plugin.php Wed Jun 15 07:45:58 2011
+++ /trunk/puntoengine/core/plugin/Plugin.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/
abstract class Plugin {
=======================================
--- /trunk/puntoengine/core/plugin/PluginManager.php Wed Jul 13 05:01:31
2011
+++ /trunk/puntoengine/core/plugin/PluginManager.php Fri Nov 4 17:23:09
2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/

@@ -15,7 +15,7 @@
* @category puntoengine
* @package core
* @subpackage plugin
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.3.0
*/
class PluginManager {
=======================================
--- /trunk/puntoengine/core/xml/XmlDocument.php Thu Jun 9 03:02:23 2011
+++ /trunk/puntoengine/core/xml/XmlDocument.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage xml
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage xml
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class XmlDocument {
=======================================
--- /trunk/puntoengine/core/xml/XmlNode.php Fri Jun 17 02:40:52 2011
+++ /trunk/puntoengine/core/xml/XmlNode.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* @category puntoengine
* @package core
* @subpackage xml
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/

@@ -14,7 +14,7 @@
* @category puntoengine
* @package core
* @subpackage xml
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
*/
class XmlNode {
=======================================
--- /trunk/puntoengine/engine.php Fri Jun 17 02:40:52 2011
+++ /trunk/puntoengine/engine.php Fri Nov 4 17:23:09 2011
@@ -3,7 +3,7 @@
* Source code of engine base of the puntoengine application to load the
kernel
* to process all request and load the application servlet to manage the
request
* @category puntoengine
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
* @license: GPLv3 or above
*/
=======================================
--- /trunk/puntoengine/install.php Wed Aug 17 03:01:26 2011
+++ /trunk/puntoengine/install.php Fri Nov 4 17:23:09 2011
@@ -4,7 +4,7 @@
* the basic configuration of the application same the .htaccess or admin
xml
* to determinate the admin access
* @category puntoengine
- * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @author Juan Benavides Romero <jba...@gmail.com>
* @since 0.1.1
* @license: GPLv3 or above
*/

Reply all
Reply to author
Forward
0 new messages