[geeklog-cvs] geeklog: More attempts to produce usable phpDocumentor output

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 7 18:19:44 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/3255c98b20dd
changeset: 6824:3255c98b20dd
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Mar 07 18:45:38 2009 +0100
description:
More attempts to produce usable phpDocumentor output

diffstat:

9 files changed, 45 insertions(+), 16 deletions(-)
plugins/links/language/english.php           |    2 +-
plugins/links/language/english_utf-8.php     |    2 +-
plugins/links/sql/mssql_install.php          |    2 +-
plugins/links/sql/mysql_install.php          |    2 +-
public_html/admin/plugins/links/category.php |   20 ++++++++++++++++++++
public_html/admin/plugins/links/index.php    |   11 +++++++----
public_html/links/index.php                  |    9 ++++++---
public_html/links/portal.php                 |    9 ++++++---
system/classes/story.class.php               |    4 ++--

diffs (192 lines):

diff -r 4b2e44478dd1 -r 3255c98b20dd plugins/links/language/english.php
--- a/plugins/links/language/english.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/plugins/links/language/english.php	Sat Mar 07 18:45:38 2009 +0100
@@ -35,7 +35,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 AT gmail DOT com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
diff -r 4b2e44478dd1 -r 3255c98b20dd plugins/links/language/english_utf-8.php
--- a/plugins/links/language/english_utf-8.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/plugins/links/language/english_utf-8.php	Sat Mar 07 18:45:38 2009 +0100
@@ -35,7 +35,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 AT gmail DOT com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
diff -r 4b2e44478dd1 -r 3255c98b20dd plugins/links/sql/mssql_install.php
--- a/plugins/links/sql/mssql_install.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/plugins/links/sql/mssql_install.php	Sat Mar 07 18:45:38 2009 +0100
@@ -39,7 +39,7 @@
  * @version 1.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
diff -r 4b2e44478dd1 -r 3255c98b20dd plugins/links/sql/mysql_install.php
--- a/plugins/links/sql/mysql_install.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/plugins/links/sql/mysql_install.php	Sat Mar 07 18:45:38 2009 +0100
@@ -38,7 +38,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
diff -r 4b2e44478dd1 -r 3255c98b20dd public_html/admin/plugins/links/category.php
--- a/public_html/admin/plugins/links/category.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/public_html/admin/plugins/links/category.php	Sat Mar 07 18:45:38 2009 +0100
@@ -33,6 +33,26 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
+/**
+ * Geeklog links categories administration page.
+ *
+ * @package Links
+ * @subpackage admin
+ * @filesource
+ * @version 2.1
+ * @since GL 1.5.0
+ * @copyright Copyright © 2000-2009
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+ * @author Tony Bibbs, tony AT tonybibbs DOT com
+ * @author Mark Limburg, mlimburg AT users.sourceforge DOT net
+ * @author Jason Whittenburg, jwhitten AT securitygeeks DOT com
+ * @author Dirk Haun, dirk AT haun-online DOT de
+ * @author Euan McKay, info AT heatherengineering DOT com
+ */
+
+/** 
+* Geeklog common function library and Admin authentication
+*/
 require_once '../../../lib-common.php';
 require_once '../../auth.inc.php';
 
diff -r 4b2e44478dd1 -r 3255c98b20dd public_html/admin/plugins/links/index.php
--- a/public_html/admin/plugins/links/index.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/public_html/admin/plugins/links/index.php	Sat Mar 07 18:45:38 2009 +0100
@@ -32,9 +32,6 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
-require_once '../../../lib-common.php';
-require_once '../../auth.inc.php';
-
 /**
  * Geeklog links administration page.
  *
@@ -44,13 +41,19 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
  * @author Blaine Lang <langmail at sympatico.ca>
  * @author Dirk Haun <dirk at haun-online.de>
  */
+
+/** 
+* Geeklog common function library and Admin authentication
+*/
+require_once '../../../lib-common.php';
+require_once '../../auth.inc.php';
 
 // Uncomment the lines below if you need to debug the HTTP variables being passed
 // to the script.  This will sometimes cause errors but it will allow you to see
diff -r 4b2e44478dd1 -r 3255c98b20dd public_html/links/index.php
--- a/public_html/links/index.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/public_html/links/index.php	Sat Mar 07 18:45:38 2009 +0100
@@ -34,8 +34,6 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
-require_once '../lib-common.php';
-
 /**
  * This is the links page
  *
@@ -45,7 +43,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Mark Limburg <mlimburg AT users DOT sourceforge DOT net>
  * @author Jason Whittenburg <jwhitten AT securitygeeks DOT com>
@@ -54,6 +52,11 @@
  * @author Dirk Haun <dirk AT haun-online DOT de>
  *
  */
+
+/** 
+* Geeklog common function library
+*/
+require_once '../lib-common.php';
 
 if (!in_array('links', $_PLUGINS)) {
     echo COM_refresh($_CONF['site_url'] . '/index.php');
diff -r 4b2e44478dd1 -r 3255c98b20dd public_html/links/portal.php
--- a/public_html/links/portal.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/public_html/links/portal.php	Sat Mar 07 18:45:38 2009 +0100
@@ -32,8 +32,6 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
-require_once '../lib-common.php';
-
 /** 
  * Geeklog portal page that tracks link click throughs. 
  * 
@@ -43,7 +41,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License 
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Trinity Bays <trinity93 AT gmail.com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
@@ -51,6 +49,11 @@
  * @author Dirk Haun <dirk AT haun-online DOT de>
  * 
  */
+
+/**
+* Geeklog common function library 
+*/
+require_once '../lib-common.php';
 
 if (!in_array('links', $_PLUGINS)) {
     echo COM_refresh($_CONF['site_url'] . '/index.php');
diff -r 4b2e44478dd1 -r 3255c98b20dd system/classes/story.class.php
--- a/system/classes/story.class.php	Sat Mar 07 17:41:43 2009 +0100
+++ b/system/classes/story.class.php	Sat Mar 07 18:45:38 2009 +0100
@@ -41,8 +41,8 @@
  * @filesource
  * @version 0.1
  * @since GL 1.4.2
- * @copyright Copyright © 2006
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
+ * @copyright Copyright © 2006-2009
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  * @author Michael Jervis <mike AT fuckingbrit DOT com>
  *
  */



More information about the geeklog-cvs mailing list