[Solar-svn] Revision 2926

pmjones at solarphp.com pmjones at solarphp.com
Fri Nov 9 10:25:45 CST 2007


updated comments and keywords, started removing file-level docblocks (class-level only is OK when it's 1 class per file)




Modified: trunk/Solar/Access/Adapter/File.php
===================================================================
--- trunk/Solar/Access/Adapter/File.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Access/Adapter/File.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Class for reading access privileges from a text file.
  * 
- * @category Solar
- * 
- * @package Solar_Access
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Class for reading access privileges from a text file.
- * 
  * The file format is ...
  * 
  *     0:flag 1:type 2:name 3:class 4:action 5:process
@@ -34,6 +18,12 @@
  * 
  * @package Solar_Access
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Access_Adapter_File extends Solar_Access_Adapter {
     

Modified: trunk/Solar/Access/Adapter/None.php
===================================================================
--- trunk/Solar/Access/Adapter/None.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Access/Adapter/None.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Class for denying all access to all users.
- * 
- * @category Solar
- * 
- * @package Solar_Access
- * 
- */
 class Solar_Access_Adapter_None extends Solar_Access_Adapter {
     
     /**

Modified: trunk/Solar/Access/Adapter/Open.php
===================================================================
--- trunk/Solar/Access/Adapter/Open.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Access/Adapter/Open.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Class for allowing open access to all users.
- * 
- * @category Solar
- * 
- * @package Solar_Access
- * 
- */
 class Solar_Access_Adapter_Open extends Solar_Access_Adapter {
     
     /**

Modified: trunk/Solar/Access/Adapter.php
===================================================================
--- trunk/Solar/Access/Adapter.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Access/Adapter.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Abstract adapter for reading access privileges.
- * 
- * @category Solar
- * 
- * @package Solar_Access
- * 
- */
 abstract class Solar_Access_Adapter extends Solar_Base {
     
     /**

Modified: trunk/Solar/Access.php
===================================================================
--- trunk/Solar/Access.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Access.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Factory class for reading access privileges.
- * 
- * @category Solar
- * 
- * @package Solar_Access
- * 
- */
 class Solar_Access extends Solar_Base {
     
     /**

Modified: trunk/Solar/App/Base/Helper/Head.php
===================================================================
--- trunk/Solar/App/Base/Helper/Head.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Base/Helper/Head.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,19 +11,9 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Link.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Helper for <head> elements, with specific additions to help jQuery scripts.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- */
 class Solar_App_Base_Helper_Head extends Solar_View_Helper_Head {
     
     /**


Property changes on: trunk/Solar/App/Base/Helper/Head.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/App/Base/Helper/JsHighlight.php
===================================================================
--- trunk/Solar/App/Base/Helper/JsHighlight.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Base/Helper/JsHighlight.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,19 +11,9 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Link.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Helper to call jQuery for highlighting on a CSS-selected element.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- */
 class Solar_App_Base_Helper_JsHighlight extends Solar_View_Helper {
     
     /**


Property changes on: trunk/Solar/App/Base/Helper/JsHighlight.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/App/Base.php
===================================================================
--- trunk/Solar/App/Base.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Base.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Abstract base class for Solar application classes.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- */
 abstract class Solar_App_Base extends Solar_Controller_Page {
     
     /**

Modified: trunk/Solar/App/Bookmarks/Locale/en_US.php
===================================================================
--- trunk/Solar/App/Bookmarks/Locale/en_US.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Bookmarks/Locale/en_US.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Provides locale strings for the app.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Bookmarks
- * 
- */
 return array(
     
     'ACTION_ADD'            => 'Add new bookmark.',

Modified: trunk/Solar/App/Bookmarks/Locale/fr_FR.php
===================================================================
--- trunk/Solar/App/Bookmarks/Locale/fr_FR.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Bookmarks/Locale/fr_FR.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Provides locale strings for the app.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Bookmarks
- * 
- */
 return array(
     'ADD_NEW_BOOKMARK'      => 'Ajouter un nouveau signet.',
     'BACKLINK'              => 'Retour',

Modified: trunk/Solar/App/Bookmarks/Locale/pt_BR.php
===================================================================
--- trunk/Solar/App/Bookmarks/Locale/pt_BR.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Bookmarks/Locale/pt_BR.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Provides locale strings for the app.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Bookmarks
- * 
- */
 return array(
     
     'ACTION_ADD'            => 'Novo bookmark.',

Modified: trunk/Solar/App/Bookmarks.php
===================================================================
--- trunk/Solar/App/Bookmarks.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Bookmarks.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Anti-social bookmarking application.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Bookmarks
- * 
- */
 class Solar_App_Bookmarks extends Solar_App_Base {
     
     /**

Modified: trunk/Solar/App/Hello.php
===================================================================
--- trunk/Solar/App/Hello.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/Hello.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Absolute minimal "hello world" application for benchmarking.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Hello
- * 
- */
 class Solar_App_Hello extends Solar_Controller_Page {
     
     /**

Modified: trunk/Solar/App/HelloApp.php
===================================================================
--- trunk/Solar/App/HelloApp.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/App/HelloApp.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -7,7 +7,7 @@
  * 
  * @package Solar_App
  * 
- * @subpackage Solar_App_HelloApp
+ * @subpackage Solar_App_Hello
  * 
  * @author Paul M. Jones <pmjones at solarphp.com>
  * 
@@ -16,18 +16,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Simple "hello world" application with actions, views, and localization.
- * 
- * @category Solar
- * 
- * @package Solar_App
- * 
- * @subpackage Solar_App_Hello
- * 
- */
 class Solar_App_HelloApp extends Solar_App_Base {
     
     /**


Property changes on: trunk/Solar/App/Public/scripts/jquery/color.js
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/App/Public/scripts/jquery/highlight.js
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/App/Public/scripts/jquery/jquery.js
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/App/Public/styles/app/bookmarks.css
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Auth/Adapter/Htpasswd.php
===================================================================
--- trunk/Solar/Auth/Adapter/Htpasswd.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Htpasswd.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Authenticate against a file generated by htpasswd.
  * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Authenticate against a file generated by htpasswd.
- * 
  * Format for each line is "username:hashedpassword\n";
  * 
  * Automatically checks against DES, SHA, and apr1-MD5.
@@ -34,6 +18,12 @@
  * 
  * @package Solar_Auth
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Auth_Adapter_Htpasswd extends Solar_Auth_Adapter {
     

Modified: trunk/Solar/Auth/Adapter/Ini.php
===================================================================
--- trunk/Solar/Auth/Adapter/Ini.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Ini.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,22 +1,6 @@
 <?php
 /**
  * 
- * Authenticate against .ini style files (not very secure).
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
  * Authenticate against .ini style files.
  * 
  * Each group is a user handle, with keys for 'passwd', 'moniker', 'email',
@@ -32,6 +16,12 @@
  * 
  * @package Solar_Auth
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Auth_Adapter_Ini extends Solar_Auth_Adapter {
     

Modified: trunk/Solar/Auth/Adapter/Ldap.php
===================================================================
--- trunk/Solar/Auth/Adapter/Ldap.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Ldap.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Authenticate against an LDAP server.
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 class Solar_Auth_Adapter_Ldap extends Solar_Auth_Adapter {
     
     /**

Modified: trunk/Solar/Auth/Adapter/Mail.php
===================================================================
--- trunk/Solar/Auth/Adapter/Mail.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Mail.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Authenticate against an IMAP or POP3 mail server.
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 class Solar_Auth_Adapter_Mail extends Solar_Auth_Adapter {
     
     /**

Modified: trunk/Solar/Auth/Adapter/None.php
===================================================================
--- trunk/Solar/Auth/Adapter/None.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/None.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,7 +1,7 @@
 <?php
 /**
  * 
- * Authenticate against nothing; defaults all authentication to "failed."
+ * Authenticate against nothing; defaults all authentication to "failed".
  * 
  * @category Solar
  * 
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Authenticate against nothing; defaults all authentication to "failed".
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 class Solar_Auth_Adapter_None extends Solar_Auth_Adapter {
     
     /**

Modified: trunk/Solar/Auth/Adapter/Post.php
===================================================================
--- trunk/Solar/Auth/Adapter/Post.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Post.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,6 +3,12 @@
  * 
  * Authenticate via simple HTTP POST request-and-reply.
  * 
+ * Based in part on php.net user comments ...
+ * 
+ * - <http://us3.php.net/manual/en/function.fsockopen.php#57275>
+ * 
+ * - <http://us3.php.net/manual/en/function.fopen.php#58099>
+ * 
  * @category Solar
  * 
  * @package Solar_Auth
@@ -14,22 +20,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Authenticate via simple HTTP POST request-and-reply.
- * 
- * Based in part on php.net user comments ...
- * 
- * - <http://us3.php.net/manual/en/function.fsockopen.php#57275>
- * 
- * - <http://us3.php.net/manual/en/function.fopen.php#58099>
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 class Solar_Auth_Adapter_Post extends Solar_Auth_Adapter {
     
     /**

Modified: trunk/Solar/Auth/Adapter/Sql.php
===================================================================
--- trunk/Solar/Auth/Adapter/Sql.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Sql.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,18 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Authenticate against an SQL database table.
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- * @todo add support for email, moniker, uri retrieval
- * 
- */
 class Solar_Auth_Adapter_Sql extends Solar_Auth_Adapter {
     
     /**

Modified: trunk/Solar/Auth/Adapter/Typekey.php
===================================================================
--- trunk/Solar/Auth/Adapter/Typekey.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter/Typekey.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,24 +3,6 @@
  * 
  * Authentication adapter for TypeKey.
  * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- * @author Daiji Hirata <hirata at uva.ne.jp>
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Authentication adapter for TypeKey.
- * 
  * Requires that PHP have been compiled using "--enable-bcmath" or
  * '--with-gmp'.
  * 
@@ -44,6 +26,10 @@
  * 
  * @author Paul M. Jones <pmjones at mashery.com>
  * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Auth_Adapter_Typekey extends Solar_Auth_Adapter {
     

Modified: trunk/Solar/Auth/Adapter.php
===================================================================
--- trunk/Solar/Auth/Adapter.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth/Adapter.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Abstract authentication adapter.
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 abstract class Solar_Auth_Adapter extends Solar_Base {
     
     /**

Modified: trunk/Solar/Auth.php
===================================================================
--- trunk/Solar/Auth.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Auth.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,7 +1,7 @@
 <?php
 /**
  * 
- * Class for checking user authentication credentials.
+ * Factory class for authentication adapters.
  * 
  * @category Solar
  * 
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Class for checking user authentication credentials.
- * 
- * @category Solar
- * 
- * @package Solar_Auth
- * 
- */
 class Solar_Auth extends Solar_Base {
     
     /**

Modified: trunk/Solar/Base.php
===================================================================
--- trunk/Solar/Base.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Base.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Abstract base class for all Solar objects.
  * 
- * @category Solar
- * 
- * @package Solar
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Abstract base class for all Solar objects.
- * 
  * This is the class from which almost all other Solar classes are
  * extended.  Solar_Base is relatively light, and provides ...
  * 
@@ -42,6 +26,12 @@
  * 
  * @package Solar
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 abstract class Solar_Base {
     

Modified: trunk/Solar/Cache/Adapter/Apc.php
===================================================================
--- trunk/Solar/Cache/Adapter/Apc.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/Apc.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * APC cache controller.
  * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * APC cache controller.
- * 
  * Requires APC 3.0.13 or later.
  * 
  * The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
@@ -33,6 +17,12 @@
  * 
  * @package Solar_Cache
  * 
+ * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Cache_Adapter_Apc extends Solar_Cache_Adapter {
     

Modified: trunk/Solar/Cache/Adapter/Eaccelerator.php
===================================================================
--- trunk/Solar/Cache/Adapter/Eaccelerator.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/Eaccelerator.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,22 +1,6 @@
 <?php
 /**
  * 
- * eAccelerator cache controller.
- * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
  * eAccellerator cache controller.
  * 
  * eAccelerator is a free open-source PHP accelerator, optimizer,
@@ -32,6 +16,12 @@
  * 
  * @package Solar_Cache
  * 
+ * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  * @todo Does not work with objects.  Need to add custom support for them.
  * <http://bart.eaccelerator.net/doc/phpdoc/eAccelerator/_shared_memory_php.html#functioneaccelerator_put>
  * 

Modified: trunk/Solar/Cache/Adapter/File.php
===================================================================
--- trunk/Solar/Cache/Adapter/File.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/File.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * File-based cache controller.
  * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * File-based cache controller.
- * 
  * This is the file-based adapter for [Solar_Cache:HomePage Solar_Cache].
  * In general, you never need to instantiate it yourself; instead,
  * use Solar_Cache as the frontend for it and specify
@@ -42,6 +26,12 @@
  * 
  * @package Solar_Cache
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  * @todo Add CRC32 to check for cache corruption?
  * 
  */

Modified: trunk/Solar/Cache/Adapter/Memcache.php
===================================================================
--- trunk/Solar/Cache/Adapter/Memcache.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/Memcache.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Memcache cache controller.
  * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Memcache cache controller.
- * 
  * This adapter lets you connect to a
  * [memcached](http://www.danga.com/memcached/) server, which uses system
  * memory to cache data. In general, you never need to instantiate it 
@@ -37,6 +21,12 @@
  * 
  * @package Solar_Cache
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Cache_Adapter_Memcache extends Solar_Cache_Adapter {
     

Modified: trunk/Solar/Cache/Adapter/Var.php
===================================================================
--- trunk/Solar/Cache/Adapter/Var.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/Var.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,6 +3,10 @@
  * 
  * Variable (in-memory) cache controller.
  * 
+ * Stores cache entries to an object variable.  This means that entries are
+ * available for the duration of the script, but are cleared out at the end
+ * of the script.
+ * 
  * @category Solar
  * 
  * @package Solar_Cache
@@ -14,20 +18,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Variable (in-memory) cache controller.
- * 
- * Stores cache entries to an object variable.  This means that entries are
- * available for the duration of the script, but are cleared out at the end
- * of the script.
- * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- */
 class Solar_Cache_Adapter_Var extends Solar_Cache_Adapter {
     
     /**


Property changes on: trunk/Solar/Cache/Adapter/Var.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cache/Adapter/Xcache.php
===================================================================
--- trunk/Solar/Cache/Adapter/Xcache.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter/Xcache.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,22 +1,6 @@
 <?php
 /**
  * 
- * Xcache cache controller.
- * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
  * XCache cache controller.
  * 
  * XCache is a fast, stable PHP opcode cacher tested and supported on
@@ -30,6 +14,12 @@
  * 
  * @package Solar_Cache
  * 
+ * @author Rodrigo Moraes <rodrigo.moraes at gmail.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  * @todo Does not work with objects.  Need to add custom support for them.
  * <http://trac.lighttpd.net/xcache/wiki/XcacheApi>
  * 

Modified: trunk/Solar/Cache/Adapter.php
===================================================================
--- trunk/Solar/Cache/Adapter.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache/Adapter.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,20 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Abstract cache adapter.
- * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- * @todo Memcache, Apc support some form of "add" vs "set".  Xcache can check
- * with isset() to emulate.  Eaccelerator could emulate with an added get() call?
- * File could emulate with a lookup?  Call new method "add()"?
- * 
- */
 abstract class Solar_Cache_Adapter extends Solar_Base {
     
     /**

Modified: trunk/Solar/Cache.php
===================================================================
--- trunk/Solar/Cache.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cache.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Factory class for cache adapters.
- * 
- * @category Solar
- * 
- * @package Solar_Cache
- * 
- */
 class Solar_Cache extends Solar_Base {
     
     /**

Modified: trunk/Solar/Class/Map.php
===================================================================
--- trunk/Solar/Class/Map.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Class/Map.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Creates an array of class-to-file mappings for a class hierarchy.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Class_Map extends Solar_Base {
     
     /**

Modified: trunk/Solar/Class/Stack/Exception/ClassNotFound.php
===================================================================
--- trunk/Solar/Class/Stack/Exception/ClassNotFound.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Class/Stack/Exception/ClassNotFound.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Class-stack exception: the requested class name was not found in the stack.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Class_Stack_Exception_ClassNotFound extends Solar_Class_Stack_Exception {}
\ No newline at end of file

Modified: trunk/Solar/Class/Stack/Exception/ClassNotValid.php
===================================================================
--- trunk/Solar/Class/Stack/Exception/ClassNotValid.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Class/Stack/Exception/ClassNotValid.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Class-stack exception: the requested class name is not valid.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Class_Stack_Exception_ClassNotValid extends Solar_Class_Stack_Exception {}
\ No newline at end of file

Modified: trunk/Solar/Class/Stack/Exception.php
===================================================================
--- trunk/Solar/Class/Stack/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Class/Stack/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Generic class-stack exception.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Class_Stack_Exception extends Solar_Exception {}
\ No newline at end of file

Modified: trunk/Solar/Class/Stack.php
===================================================================
--- trunk/Solar/Class/Stack.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Class/Stack.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,6 +3,9 @@
  * 
  * Stack for loading classes from user-defined hierarchies.
  * 
+ * As you add classes to the stack, they are searched-for first when you 
+ * call [[Solar_Stack_Class::load()]].
+ * 
  * @category Solar
  * 
  * @package Solar
@@ -14,19 +17,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Stack for loading classes from user-defined hierarchies.
- * 
- * As you add classes to the stack, they are searched-for first when you 
- * call [[Solar_Stack_Class::load()]].
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Class_Stack extends Solar_Base {
     
     /**


Property changes on: trunk/Solar/Cli/Base/Info/help.txt
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/Base/Info/options.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/Base/Locale/en_US.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/Base.php
===================================================================
--- trunk/Solar/Cli/Base.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/Base.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,19 +11,9 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Auth.php 2428 2007-04-02 00:44:19Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Base Solar command class.
- * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- */
 class Solar_Cli_Base extends Solar_Controller_Command {
     
     /**


Property changes on: trunk/Solar/Cli/Base.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/Help/Info/help.txt
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/Help.php
===================================================================
--- trunk/Solar/Cli/Help.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/Help.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,19 +11,9 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Auth.php 2428 2007-04-02 00:44:19Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Solar "help" command.
- * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- */
 class Solar_Cli_Help extends Solar_Cli_Base {
     
     /**


Property changes on: trunk/Solar/Cli/Help.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeDocs/Info/options.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/MakeDocs.php
===================================================================
--- trunk/Solar/Cli/MakeDocs.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/MakeDocs.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -9,20 +9,12 @@
  * 
  * @subpackage Solar_Cli_MakeDocs
  * 
- * @version $Id$
+ * @author Paul M. Jones <pmjones at solarphp.com>
  * 
- */
- 
-/**
+ * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * Generates package and API documentation files.
+ * @version $Id$
  * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- * @subpackage Solar_Cli_MakeDocs
- * 
  */
 class Solar_Cli_MakeDocs extends Solar_Cli_Base {
     


Property changes on: trunk/Solar/Cli/MakeDocs.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeModel/Data/collection.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeModel/Data/model.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeModel/Data/record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeModel/Info/options.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/MakeModel.php
===================================================================
--- trunk/Solar/Cli/MakeModel.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/MakeModel.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,19 +11,9 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Auth.php 2428 2007-04-02 00:44:19Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Solar command to make a model class from an SQL table.
- * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- */
 class Solar_Cli_MakeModel extends Solar_Controller_Command {
     
     /**


Property changes on: trunk/Solar/Cli/MakeModel.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/classAbstract.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/classAdapter.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/classConcrete.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/classFactory.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/methodAbstract.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Data/methodConcrete.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/MakeTests/Info/options.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/MakeTests.php
===================================================================
--- trunk/Solar/Cli/MakeTests.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/MakeTests.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,22 +1,6 @@
 <?php
 /**
  * 
- * Command to make a test class (or set of classes) from a named class.
- * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id: Base.php 2498 2007-06-01 19:36:45Z pmjones $
- * 
- */
-
-/**
- * 
  * Command to make a test class (or set of classes) from a given class.
  * 
  * The class should be in the include_path.
@@ -59,6 +43,12 @@
  * 
  * @package Solar_Cli
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Cli_MakeTests extends Solar_Cli_Base {
     


Property changes on: trunk/Solar/Cli/MakeTests.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Cli/RunTests/Info/options.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Cli/RunTests.php
===================================================================
--- trunk/Solar/Cli/RunTests.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Cli/RunTests.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Command to run a Solar test series.
  * 
- * @category Solar
- * 
- * @package Solar_Cli
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id: Base.php 2498 2007-06-01 19:36:45Z pmjones $
- * 
- */
-
-/**
- * 
- * Command to run a Solar test series.
- * 
  * Synopsis
  * ========
  * 
@@ -71,6 +55,12 @@
  * 
  * @package Solar_Cli
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Cli_RunTests extends Solar_Cli_Base {
     


Property changes on: trunk/Solar/Cli/RunTests.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Controller/Command/Exception.php
===================================================================
--- trunk/Solar/Controller/Command/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Command/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,17 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Command controller exception.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Command_Exception extends Solar_Controller_Exception {}


Property changes on: trunk/Solar/Controller/Command/Exception.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Controller/Command.php
===================================================================
--- trunk/Solar/Controller/Command.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Command.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,8 +1,8 @@
 <?php
 /**
  * 
- * The CLI equivalent of a page-controller; a single command to be invoked from
- * the command-line.
+ * The CLI equivalent of a page-controller; a single command to be invoked
+ * from the command-line.
  * 
  * @category Solar
  * 
@@ -17,17 +17,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * The CLI equivalent of a page-controller; a single command to be invoked from
- * the command-line.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Command extends Solar_Base {
     
     /**


Property changes on: trunk/Solar/Controller/Command.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Controller/Console/Exception.php
===================================================================
--- trunk/Solar/Controller/Console/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Console/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,17 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
-
-/**
- * 
- * Generic console exception.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Console_Exception extends Solar_Controller_Exception {}


Property changes on: trunk/Solar/Controller/Console/Exception.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Controller/Console/Locale/en_US.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Controller/Console.php
===================================================================
--- trunk/Solar/Controller/Console.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Console.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -15,17 +15,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * The CLI equivalent of a front-controller to find and invoke a command
- * (technically a sub-command).
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Console extends Solar_Base {
     
     /**
@@ -276,6 +265,8 @@
         } else {
             throw $this->_exception('ERR_COMMAND_NOT_FOUND', array(
                 'cmd' => $cmd,
+                'classes' => $this->_config['classes'],
+                'routing' => $this->_config['routing'],
             ));
         }
     }


Property changes on: trunk/Solar/Controller/Console.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Controller/Exception.php
===================================================================
--- trunk/Solar/Controller/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Generic controller exception.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Exception extends Solar_Exception {}

Modified: trunk/Solar/Controller/Front.php
===================================================================
--- trunk/Solar/Controller/Front.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Front.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Front-controller class to find and invoke a page-controller.
  * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Front-controller class to find and invoke a page-controller.
- * 
  * An example bootstrap "index.php" for your web root using the front
  * controller ...
  * 
@@ -34,6 +18,12 @@
  * 
  * @package Solar_Controller
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Controller_Front extends Solar_Base {
     

Modified: trunk/Solar/Controller/Page/Exception/ActionNotFound.php
===================================================================
--- trunk/Solar/Controller/Page/Exception/ActionNotFound.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception/ActionNotFound.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Page-controller could not find the class method for a named action.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception_ActionNotFound extends Solar_Controller_Page_Exception {}

Modified: trunk/Solar/Controller/Page/Exception/DuringFetch.php
===================================================================
--- trunk/Solar/Controller/Page/Exception/DuringFetch.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception/DuringFetch.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Page-controller encountered an exception during the fetch() routine.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception_DuringFetch extends Solar_Controller_Page_Exception {}

Modified: trunk/Solar/Controller/Page/Exception/LayoutNotFound.php
===================================================================
--- trunk/Solar/Controller/Page/Exception/LayoutNotFound.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception/LayoutNotFound.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Page-controller could not find the file for a named layout.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception_LayoutNotFound extends Solar_Controller_Page_Exception {}

Modified: trunk/Solar/Controller/Page/Exception/PropertyNotDefined.php
===================================================================
--- trunk/Solar/Controller/Page/Exception/PropertyNotDefined.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception/PropertyNotDefined.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Page-controller could not find a property name.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception_PropertyNotDefined extends Solar_Controller_Page_Exception {}

Modified: trunk/Solar/Controller/Page/Exception/ViewNotFound.php
===================================================================
--- trunk/Solar/Controller/Page/Exception/ViewNotFound.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception/ViewNotFound.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Page-controller could not find the file for a named view.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception_ViewNotFound extends Solar_Controller_Page_Exception {}

Modified: trunk/Solar/Controller/Page/Exception.php
===================================================================
--- trunk/Solar/Controller/Page/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,14 +14,4 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Generic page-controller exception.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- */
 class Solar_Controller_Page_Exception extends Solar_Controller_Exception {}

Modified: trunk/Solar/Controller/Page.php
===================================================================
--- trunk/Solar/Controller/Page.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Controller/Page.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,22 +1,6 @@
 <?php
 /**
  * 
- * Abstract page controller class for Solar.
- * 
- * @category Solar
- * 
- * @package Solar_Controller
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
  * Abstract page controller class.
  * 
  * Expects a directory structure similar to the following ...
@@ -67,6 +51,12 @@
  * 
  * @package Solar_Controller
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 
 abstract class Solar_Controller_Page extends Solar_Base {

Modified: trunk/Solar/Debug/Timer.php
===================================================================
--- trunk/Solar/Debug/Timer.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Debug/Timer.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Tracks code execution times.
  * 
- * @category Solar
- * 
- * @package Solar_Debug
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Tracks code execution times.
- * 
  * This class allows you to profile the execution time of your script:
  * you start the timer, set marks within your script, then stop the
  * timer and display the profile.
@@ -67,6 +51,12 @@
  * 
  * @package Solar_Debug
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Debug_Timer extends Solar_Base {
     

Modified: trunk/Solar/Debug/Var.php
===================================================================
--- trunk/Solar/Debug/Var.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Debug/Var.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -3,22 +3,6 @@
  * 
  * Class to help examine and debug variables.
  * 
- * @category Solar
- * 
- * @package Solar_Debug
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Class to help examine and debug variables.
- * 
  * Captures the output of
  * [[php::var_dump() | ]] and outputs it to the screen either as
  * plaintext or in HTML format.
@@ -56,6 +40,12 @@
  * 
  * @package Solar_Debug
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Debug_Var extends Solar_Base {
     

Modified: trunk/Solar/Dir.php
===================================================================
--- trunk/Solar/Dir.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Dir.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Utility class for static directory methods.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
 class Solar_Dir {
     
     /**


Property changes on: trunk/Solar/Dir.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Docs/Apiref.php
===================================================================
--- trunk/Solar/Docs/Apiref.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Docs/Apiref.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -13,16 +13,6 @@
  * 
  * @version $Id$
  * 
- */
-
-/**
- * 
- * Recursively parses a class directory for API reference documentation.
- * 
- * @category Solar
- * 
- * @package Solar_Docs
- * 
  * @todo parse constants
  * 
  * @todo report when a method is missing documentation (at least a summary)

Modified: trunk/Solar/Docs/Phpdoc.php
===================================================================
--- trunk/Solar/Docs/Phpdoc.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Docs/Phpdoc.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -4,23 +4,6 @@
  * Parses a single PHPDoc comment block into summary, narrative, and
  * technical portions.
  * 
- * @category Solar
- * 
- * @package Solar_Docs
- * 
- * @author Paul M. Jones <pmjones at solarphp.com>
- * 
- * @license http://opensource.org/licenses/bsd-license.php BSD
- * 
- * @version $Id$
- * 
- */
-
-/**
- * 
- * Parses a single PHPDoc comment block into summary, narrative, and
- * technical portions.
- * 
  * http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#format
  * 
  * Supported technical tags are ...
@@ -77,6 +60,12 @@
  * 
  * @package Solar_Docs
  * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Docs_Phpdoc extends Solar_Base {
     

Modified: trunk/Solar/Example/Controller/Page.php
===================================================================
--- trunk/Solar/Example/Controller/Page.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Controller/Page.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Example page-controller to support unit tests.
- * 
- * @category Solar
- * 
- * @package Solar_Example
- * 
- */
 class Solar_Example_Controller_Page extends Solar_Controller_Page {
     
     /**

Modified: trunk/Solar/Example/Model/Areas/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Areas/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Areas/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Areas/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Areas/Record.php
===================================================================
--- trunk/Solar/Example/Model/Areas/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Areas/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Areas/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Areas/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Areas/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Areas.php
===================================================================
--- trunk/Solar/Example/Model/Areas.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Areas.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Areas.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Metas/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Metas/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Metas/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Metas/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Metas/Record.php
===================================================================
--- trunk/Solar/Example/Model/Metas/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Metas/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Metas/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Metas/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Metas/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Metas.php
===================================================================
--- trunk/Solar/Example/Model/Metas.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Metas.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Metas.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Nodes/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Nodes/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Nodes/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Nodes/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Nodes/Record.php
===================================================================
--- trunk/Solar/Example/Model/Nodes/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Nodes/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Nodes/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Nodes/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Nodes/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Nodes.php
===================================================================
--- trunk/Solar/Example/Model/Nodes.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Nodes.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Nodes.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Taggings/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Taggings/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Taggings/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Taggings/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Taggings/Record.php
===================================================================
--- trunk/Solar/Example/Model/Taggings/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Taggings/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Taggings/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Taggings/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Taggings/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Taggings.php
===================================================================
--- trunk/Solar/Example/Model/Taggings.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Taggings.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Taggings.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Tags/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Tags/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Tags/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Tags/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Tags/Record.php
===================================================================
--- trunk/Solar/Example/Model/Tags/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Tags/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Tags/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Tags/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Tags/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Tags.php
===================================================================
--- trunk/Solar/Example/Model/Tags.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Tags.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Tags.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarDib/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarDib/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarDib.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarDib.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarDib.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarDib.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarFoo/Bar/Record.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarFoo/Bar/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarFoo/Bar/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Bar/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarFoo/Bar.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarFoo/Bar.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarFoo/Bar.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Bar.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarFoo/Collection.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarFoo/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarFoo/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarFoo/Record.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarFoo/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarFoo/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarFoo/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarFoo.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarFoo.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarFoo.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarFoo.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSpecialCols/Collection.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSpecialCols/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSpecialCols/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSpecialCols/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSpecialCols/Record.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSpecialCols/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSpecialCols/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSpecialCols/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarSpecialCols/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarSpecialCols/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSpecialCols.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSpecialCols.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSpecialCols.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSpecialCols.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSqlDescribe/Collection.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSqlDescribe/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSqlDescribe/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSqlDescribe/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSqlDescribe/Record.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSqlDescribe/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSqlDescribe/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSqlDescribe/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarSqlDescribe/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/TestSolarSqlDescribe/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/TestSolarSqlDescribe.php
===================================================================
--- trunk/Solar/Example/Model/TestSolarSqlDescribe.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/TestSolarSqlDescribe.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/TestSolarSqlDescribe.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Users/Collection.php
===================================================================
--- trunk/Solar/Example/Model/Users/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Users/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Users/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Users/Record.php
===================================================================
--- trunk/Solar/Example/Model/Users/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Users/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Users/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Users/Setup/table_cols.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Example/Model/Users/Setup/table_name.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example/Model/Users.php
===================================================================
--- trunk/Solar/Example/Model/Users.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example/Model/Users.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Example/Model/Users.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Example.php
===================================================================
--- trunk/Solar/Example.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Example.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -14,16 +14,6 @@
  * @version $Id$
  * 
  */
-
-/**
- * 
- * Example class to support unit tests.
- * 
- * @category Solar
- * 
- * @package Solar_Example
- * 
- */
 class Solar_Example extends Solar_Base {
     
     /**

Modified: trunk/Solar/Exception/AutoloadFailed.php
===================================================================
--- trunk/Solar/Exception/AutoloadFailed.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Exception/AutoloadFailed.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: ConnectionFailed.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Exception/AutoloadFailed.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/File/Exception/NotReadable.php
===================================================================
--- trunk/Solar/File/Exception/NotReadable.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/File/Exception/NotReadable.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: ConnectionFailed.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/File/Exception/NotReadable.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/File/Exception.php
===================================================================
--- trunk/Solar/File/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/File/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: ConnectionFailed.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/File/Exception.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/File.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/Abstract.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Filter/Locale/pt_BR.php
===================================================================
--- trunk/Solar/Filter/Locale/pt_BR.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Filter/Locale/pt_BR.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: pt_BR.php 939 2007-07-29 20:19:04Z moraes $
+ * @version $Id$
  * 
  */
 return array(


Property changes on: trunk/Solar/Filter/Locale/pt_BR.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeAlnum.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeAlpha.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeBool.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeFloat.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeInt.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeIpv4.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeIsoDate.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeIsoTime.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeIsoTimestamp.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeNumeric.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizePregReplace.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeStrReplace.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeString.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeTrim.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/SanitizeWord.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateAlnum.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateAlpha.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateBlank.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateBool.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateCompare.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateCtype.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateEmail.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateFloat.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateInKeys.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateInList.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateInt.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateIp.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateIpv4.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateIsoDate.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateIsoTime.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateIsoTimestamp.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateLocaleCode.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateMax.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateMaxLength.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateMimeType.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateMin.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateMinLength.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateNotBlank.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateNotInKeys.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateNotInList.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateNotZero.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateNumeric.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidatePregMatch.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateRange.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateRangeLength.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateSepWords.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateSizeScope.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateString.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateUri.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Filter/ValidateWord.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Form/Load/Model.php
===================================================================
--- trunk/Solar/Form/Load/Model.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Form/Load/Model.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Table.php 2646 2007-07-29 15:49:30Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Form/Load/Model.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Getopt.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Areas/Collection.php
===================================================================
--- trunk/Solar/Model/Areas/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Areas/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Areas/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Areas/Record.php
===================================================================
--- trunk/Solar/Model/Areas/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Areas/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Areas/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Areas.php
===================================================================
--- trunk/Solar/Model/Areas.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Areas.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Areas.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Collection.php
===================================================================
--- trunk/Solar/Model/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes/Bookmarks/Collection.php
===================================================================
--- trunk/Solar/Model/Nodes/Bookmarks/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes/Bookmarks/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes/Bookmarks/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Model/Nodes/Bookmarks/Locale/en_US.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes/Bookmarks/Record.php
===================================================================
--- trunk/Solar/Model/Nodes/Bookmarks/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes/Bookmarks/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes/Bookmarks/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes/Bookmarks.php
===================================================================
--- trunk/Solar/Model/Nodes/Bookmarks.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes/Bookmarks.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Mime.php 2826 2007-10-06 15:55:03Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes/Bookmarks.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes/Collection.php
===================================================================
--- trunk/Solar/Model/Nodes/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes/Record.php
===================================================================
--- trunk/Solar/Model/Nodes/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Nodes.php
===================================================================
--- trunk/Solar/Model/Nodes.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Nodes.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Mime.php 2826 2007-10-06 15:55:03Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Nodes.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Record.php
===================================================================
--- trunk/Solar/Model/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Taggings.php
===================================================================
--- trunk/Solar/Model/Taggings.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Taggings.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Mime.php 2826 2007-10-06 15:55:03Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Taggings.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Tags/Collection.php
===================================================================
--- trunk/Solar/Model/Tags/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Tags/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Tags/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Tags/Record.php
===================================================================
--- trunk/Solar/Model/Tags/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Tags/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Tags/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model/Tags.php
===================================================================
--- trunk/Solar/Model/Tags.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model/Tags.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Mime.php 2826 2007-10-06 15:55:03Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model/Tags.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Model.php
===================================================================
--- trunk/Solar/Model.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Model.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Mime.php 2826 2007-10-06 15:55:03Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Model.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Registry.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Collection.php
===================================================================
--- trunk/Solar/Sql/Model/Collection.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Collection.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Collection.php 918 2007-07-24 00:30:40Z moraes $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Collection.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Exception.php
===================================================================
--- trunk/Solar/Sql/Model/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Exception.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Sql/Model/Filter/ValidateConfirm.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Sql/Model/Filter/ValidateUnique.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Filter.php
===================================================================
--- trunk/Solar/Sql/Model/Filter.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Filter.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Filter.php 889 2007-07-21 16:09:34Z moraes $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Filter.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Sql/Model/Locale/en_US.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/Sql/Model/Locale/pt_BR.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Record/Exception/Invalid.php
===================================================================
--- trunk/Solar/Sql/Model/Record/Exception/Invalid.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Record/Exception/Invalid.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Record/Exception/Invalid.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Record/Exception.php
===================================================================
--- trunk/Solar/Sql/Model/Record/Exception.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Record/Exception.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Record/Exception.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Record.php
===================================================================
--- trunk/Solar/Sql/Model/Record.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Record.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Record.php 920 2007-07-24 04:53:21Z moraes $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Record.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Related/BelongsTo.php
===================================================================
--- trunk/Solar/Sql/Model/Related/BelongsTo.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Related/BelongsTo.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -12,7 +12,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Related/BelongsTo.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Related/HasMany.php
===================================================================
--- trunk/Solar/Sql/Model/Related/HasMany.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Related/HasMany.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -12,7 +12,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Related/HasMany.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Related/HasOne.php
===================================================================
--- trunk/Solar/Sql/Model/Related/HasOne.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Related/HasOne.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -12,7 +12,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Related/HasOne.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model/Related.php
===================================================================
--- trunk/Solar/Sql/Model/Related.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model/Related.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -11,7 +11,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Exception.php 2440 2007-04-21 14:33:44Z pmjones $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model/Related.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar/Sql/Model.php
===================================================================
--- trunk/Solar/Sql/Model.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar/Sql/Model.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -12,7 +12,7 @@
  * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
- * @version $Id: Model.php 926 2007-07-24 10:22:08Z moraes $
+ * @version $Id$
  * 
  */
 


Property changes on: trunk/Solar/Sql/Model.php
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/Solar/View/Helper/Head.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/Solar.php
===================================================================
--- trunk/Solar.php	2007-11-09 03:13:37 UTC (rev 2925)
+++ trunk/Solar.php	2007-11-09 16:25:44 UTC (rev 2926)
@@ -1,7 +1,33 @@
 <?php
 /**
+ * Make sure Solar_Base is loaded even before Solar::start() is called.
+ * DO NOT use spl_autoload() in this case, it causes segfaults from recursion
+ * in some environments.
+ */
+if (! class_exists('Solar_Base', false)) {
+    require dirname(__FILE__) . DIRECTORY_SEPARATOR
+          . 'Solar' . DIRECTORY_SEPARATOR . 'Base.php';
+}
+
+/**
+ * Make sure Solar_File is loaded even before Solar::start() is called.
+ * DO NOT use spl_autoload() in this case, it causes segfaults from recursion
+ * in some environments.
+ */
+if (! class_exists('Solar_File', false)) {
+    require dirname(__FILE__) . DIRECTORY_SEPARATOR
+          . 'Solar' . DIRECTORY_SEPARATOR . 'File.php';
+}
+
+/**
+ * Register Solar::autoload() with SPL.
+ */
+spl_autoload_register(array('Solar', 'autoload'));
+
+/**
  * 
- * Solar: Simple Object Library and Application Repository for PHP5.
+ * The Solar arch-class provides static methods needed throughout the
+ * framework environment.
  * 
  * @category Solar
  * 
@@ -9,6 +35,8 @@
  * 
  * @author Paul M. Jones <pmjones at solarphp.net>
  * 
+ * @version $Id$
+ * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
  * 
  * Copyright (c) 2005-2007, Paul M. Jones.  All rights reserved.
@@ -42,46 +70,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  * 
- * @version $Id$
- * 
  */
-
-/**
- * Make sure Solar_Base is loaded even before Solar::start() is called.
- * DO NOT use spl_autoload() in this case, it causes segfaults from recursion
- * in some environments.
- */
-if (! class_exists('Solar_Base', false)) {
-    require dirname(__FILE__) . DIRECTORY_SEPARATOR
-          . 'Solar' . DIRECTORY_SEPARATOR . 'Base.php';
-}
-
-/**
- * Make sure Solar_File is loaded even before Solar::start() is called.
- * DO NOT use spl_autoload() in this case, it causes segfaults from recursion
- * in some environments.
- */
-if (! class_exists('Solar_File', false)) {
-    require dirname(__FILE__) . DIRECTORY_SEPARATOR
-          . 'Solar' . DIRECTORY_SEPARATOR . 'File.php';
-}
-
-/**
- * Register Solar::autoload() with SPL.
- */
-spl_autoload_register(array('Solar', 'autoload'));
-
-/**
- * 
- * The Solar arch-class provides static methods needed throughout the Solar environment.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- * @version @package_version@
- * 
- */
 class Solar {
     
     /**




More information about the Solar-svn mailing list