[pLog-svn] r6452 - in plog/trunk/class: . object

Mark Wu markplace at gmail.com
Fri May 9 13:39:37 EDT 2008


Hi Jon:

1. The classloader map is generated by script automatically, I don't you can
remove those class in this way.

2. Oscar remove "all" lt_include(), so, if you do this, some test can not
run well..

3. Please kindly make sure all scripts can run well before you commit.

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> jondaley at devel.lifetype.net
> Sent: Friday, May 09, 2008 10:39 PM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r6452 - in plog/trunk/class: . object
> 
> Author: jondaley
> Date: 2008-05-09 10:38:39 -0400 (Fri, 09 May 2008) New Revision: 6452
> 
> Modified:
>    plog/trunk/class/classloadermap.properties.php
>    plog/trunk/class/object/loader.class.php
> Log:
> remove autoloading test classes from map, and move them to 
> the end of the directories: should have some trivial 
> performance improvement
> 
> Modified: plog/trunk/class/classloadermap.properties.php
> ===================================================================
> --- plog/trunk/class/classloadermap.properties.php	
> 2008-05-09 14:38:01 UTC (rev 6451)
> +++ plog/trunk/class/classloadermap.properties.php	
> 2008-05-09 14:38:39 UTC (rev 6452)
> @@ -554,55 +554,6 @@
>  "templateset" => "class/template/templatesets/templateset.class.php",
>  "templatesets" => 
> "class/template/templatesets/templatesets.class.php",
>  "templatesetstorage" => 
> "class/template/templatesets/templatesetstorage.class.php",
> -"consolereporter" => "class/test/helpers/consolereporter.class.php",
> -"htmlreporter" => "class/test/helpers/htmlreporter.class.php",
> -"lifetypetestcase" => 
> "class/test/helpers/lifetypetestcase.class.php",
> -"testtools" => "class/test/helpers/testtools.class.php",
> -"uiscriptrunner" => "class/test/helpers/uiscriptrunner.class.php",
> -"testrunner" => "class/test/testrunner.class.php",
> -"configdbstorage_test" => 
> "class/test/tests/config/configdbstorage_test.class.php",
> -"configfilestorage_test" => 
> "class/test/tests/config/configfilestorage_test.class.php",
> -"properties_test" => 
> "class/test/tests/config/properties_test.class.php",
> -"articlecategories_test" => 
> "class/test/tests/dao/articlecategories_test.class.php",
> -"article_test" => "class/test/tests/dao/article_test.class.php",
> -"bloginfo_test" => "class/test/tests/dao/bloginfo_test.class.php",
> -"blogs_test" => "class/test/tests/dao/blogs_test.class.php",
> -"commentscommon_test" => 
> "class/test/tests/dao/commentscommon_test.class.php",
> -"permissions_test" => 
> "class/test/tests/dao/permissions_test.class.php",
> -"searchengine_test" => 
> "class/test/tests/dao/searchengine_test.class.php",
> -"trackbackclient_test" => 
> "class/test/tests/dao/trackbackclient_test.class.php",
> -"userinfo_test" => "class/test/tests/dao/userinfo_test.class.php",
> -"filterbase_test" => 
> "class/test/tests/data/filter/filterbase_test.class.php",
> -"htmlfilter_test" => 
> "class/test/tests/data/filter/htmlfilter_test.class.php",
> -"regexpfilter_test" => 
> "class/test/tests/data/filter/regexpfilter_test.class.php",
> -"textfilter_test" => 
> "class/test/tests/data/textfilter_test.class.php",
> -"arrayvalidator_test" => 
> "class/test/tests/data/validator/arrayvalidator_test.class.php",
> -"blognamevalidator_test" => 
> "class/test/tests/data/validator/blognamevalidator_test.class.php",
> -"emailvalidator_test" => 
> "class/test/tests/data/validator/emailvalidator_test.class.php",
> -"filenamematchvalidator_test" => 
> "class/test/tests/data/validator/filenamematchvalidator_test.c
> lass.php",
> -"httpurlvalidator_test" => 
> "class/test/tests/data/validator/httpurlvalidator_test.class.php",
> -"integervalidator_test" => 
> "class/test/tests/data/validator/integervalidator_test.class.php",
> -"ipformatrule_test" => 
> "class/test/tests/data/validator/rules/ipformatrule_test.class.php",
> -"stringrangerule_test" => 
> "class/test/tests/data/validator/rules/stringrangerule_test.cl
> ass.php",
> -"usernamevalidator_test" => 
> "class/test/tests/data/validator/usernamevalidator_test.class.php",
> -"sqlinjection_test" => 
> "class/test/tests/extra/sqlinjection_test.class.php",
> -"file_test" => "class/test/tests/file/file_test.class.php",
> -"zipunpacker_test" => 
> "class/test/tests/file/unpacker/zipunpacker_test.class.php",
> -"locale_test" => "class/test/tests/locale/locale_test.class.php",
> -"loggerutil_test" => 
> "class/test/tests/logger/loggerutil_test.class.php",
> -"emailservice_test" => 
> "class/test/tests/mail/emailservice_test.class.php",
> -"phpmailer_test" => 
> "class/test/tests/mail/phpmailer/phpmailer_test.class.php",
> -"glob_test" => "class/test/tests/misc/glob_test.class.php",
> -"version_test" => "class/test/tests/misc/version_test.class.php",
> -"httpclient_test" => 
> "class/test/tests/net/http/httpclient_test.class.php",
> -"url_test" => "class/test/tests/net/url_test.class.php",
> -"xmlrpcserver_test" => 
> "class/test/tests/net/xmlrpc/xmlrpcserver_test.class.php",
> -"summaryaction_test" => 
> "class/test/tests/summary/action/summaryaction_test.class.php",
> -"summarystats_test" => 
> "class/test/tests/summary/dao/summarystats_test.class.php",
> -"summarytools_test" => 
> "class/test/tests/summary/data/summarytools_test.class.php",
> -"articlecategoriesui_test" => 
> "class/test/tests/ui/articlecategoriesui_test.class.php",
> -"login_test" => "class/test/tests/ui/login_test.class.php",
> -"permissionsui_test" => 
> "class/test/tests/ui/permissionsui_test.class.php",
>  "adminadduserview" => "class/view/admin/adminadduserview.class.php",
>  "adminarticlecategorieslistview" => 
> "class/view/admin/adminarticlecategorieslistview.class.php",
>  "adminarticlecommentslistview" => 
> "class/view/admin/adminarticlecommentslistview.class.php",
> 
> Modified: plog/trunk/class/object/loader.class.php
> ===================================================================
> --- plog/trunk/class/object/loader.class.php	2008-05-09 
> 14:38:01 UTC (rev 6451)
> +++ plog/trunk/class/object/loader.class.php	2008-05-09 
> 14:38:39 UTC (rev 6452)
> @@ -95,6 +95,18 @@
>  			'template/smarty/internals',
>  			'template/smarty/plugins',
>  			'template/templatesets',
> +			'view',
> +			'view/admin',
> +			'view/admin/ajax',
> +			'view/admin/chooser',
> +			'view/ajax',
> +			'view/renderer',
> +			'xml',
> +			'xml/parser',
> +			'xml/rssparser',
> +			'xml/rssparser/magpierss',
> +			'xml/rssparser/magpierss/extlib',
> +			'xml/tree',
>  			'test',
>  			'test/helpers',
>  			'test/PHPUnit',
> @@ -121,18 +133,6 @@
>  			'test/tests/summary/dao',
>  			'test/tests/summary/data',
>  			'test/tests/ui',
> -			'view',
> -			'view/admin',
> -			'view/admin/ajax',
> -			'view/admin/chooser',
> -			'view/ajax',
> -			'view/renderer',
> -			'xml',
> -			'xml/parser',
> -			'xml/rssparser',
> -			'xml/rssparser/magpierss',
> -			'xml/rssparser/magpierss/extlib',
> -			'xml/tree'			
>  		);
>  		
>  		static function load( $className )
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list