OSDN Git Service

recreate UTF-8 Branch Directory
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Thu, 13 Dec 2007 22:10:20 +0000 (22:10 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Thu, 13 Dec 2007 22:10:20 +0000 (22:10 +0000)
commit1304fe5a2ef890995bd320f9b55a75e031bc6ec7
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parenteb377dbdf59e37ebd263fe454c7ec5f7cd0c4a4d
recreate UTF-8 Branch Directory
167 files changed:
.cvsignore [deleted file]
.ethna [deleted file]
CHANGES [deleted file]
Ethna.php [deleted file]
LICENSE [deleted file]
README [deleted file]
bin/ethna.bat [deleted file]
bin/ethna.sh [deleted file]
bin/ethna_handle.php [deleted file]
bin/ethna_make_package.php [deleted file]
bin/ethna_make_package.sh [deleted file]
bin/ethna_run_test.php [deleted file]
bin/ethna_run_test.sh [deleted file]
class/Action/Ethna_Action_Info.php [deleted file]
class/Action/Ethna_Action_UnitTest.php [deleted file]
class/CLI/Ethna_CLI_ActionClass.php [deleted file]
class/DB/Ethna_DB_ADOdb.php [deleted file]
class/DB/Ethna_DB_Creole.php [deleted file]
class/DB/Ethna_DB_PEAR.php [deleted file]
class/Ethna_ActionClass.php [deleted file]
class/Ethna_ActionError.php [deleted file]
class/Ethna_ActionForm.php [deleted file]
class/Ethna_AppManager.php [deleted file]
class/Ethna_AppObject.php [deleted file]
class/Ethna_AppSQL.php [deleted file]
class/Ethna_AppSearchObject.php [deleted file]
class/Ethna_Backend.php [deleted file]
class/Ethna_CacheManager.php [deleted file]
class/Ethna_ClassFactory.php [deleted file]
class/Ethna_Config.php [deleted file]
class/Ethna_Controller.php [deleted file]
class/Ethna_DB.php [deleted file]
class/Ethna_Error.php [deleted file]
class/Ethna_Filter.php [deleted file]
class/Ethna_Generator.php [deleted file]
class/Ethna_Handle.php [deleted file]
class/Ethna_I18N.php [deleted file]
class/Ethna_InfoManager.php [deleted file]
class/Ethna_Logger.php [deleted file]
class/Ethna_MailSender.php [deleted file]
class/Ethna_PearWrapper.php [deleted file]
class/Ethna_Plugin.php [deleted file]
class/Ethna_Renderer.php [deleted file]
class/Ethna_Session.php [deleted file]
class/Ethna_SmartyPlugin.php [deleted file]
class/Ethna_UnitTestCase.php [deleted file]
class/Ethna_UnitTestManager.php [deleted file]
class/Ethna_UnitTestReporter.php [deleted file]
class/Ethna_UrlHandler.php [deleted file]
class/Ethna_Util.php [deleted file]
class/Ethna_ViewClass.php [deleted file]
class/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Localfile.php [deleted file]
class/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Memcache.php [deleted file]
class/Plugin/Csrf/Ethna_Plugin_Csrf_Session.php [deleted file]
class/Plugin/Ethna_Plugin_Cachemanager.php [deleted file]
class/Plugin/Ethna_Plugin_Csrf.php [deleted file]
class/Plugin/Ethna_Plugin_Filter.php [deleted file]
class/Plugin/Ethna_Plugin_Generator.php [deleted file]
class/Plugin/Ethna_Plugin_Handle.php [deleted file]
class/Plugin/Ethna_Plugin_Logwriter.php [deleted file]
class/Plugin/Ethna_Plugin_Urlhandler.php [deleted file]
class/Plugin/Ethna_Plugin_Validator.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_Action.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_ActionTest.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_AppManager.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_AppObject.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_EntryPoint.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_Plugin.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_Project.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_Template.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_View.php [deleted file]
class/Plugin/Generator/Ethna_Plugin_Generator_ViewTest.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAction.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddActionTest.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAppManager.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAppObject.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddEntryPoint.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddProject.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddTemplate.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddView.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_AddViewTest.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_ChannelUpdate.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_ClearCache.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_InfoPlugin.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_InstallPlugin.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_ListPlugin.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_MakePluginPackage.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_PearLocal.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_UninstallPlugin.php [deleted file]
class/Plugin/Handle/Ethna_Plugin_Handle_UpgradePlugin.php [deleted file]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Alertmail.php [deleted file]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Default.php [deleted file]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Echo.php [deleted file]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_File.php [deleted file]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Syslog.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Custom.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_File.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Max.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Mbregexp.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Min.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Regexp.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Required.php [deleted file]
class/Plugin/Validator/Ethna_Plugin_Validator_Type.php [deleted file]
class/Renderer/Ethna_Renderer_Smarty.php [deleted file]
class/SOAP/Ethna_SOAP_ActionForm.php [deleted file]
class/SOAP/Ethna_SOAP_Gateway.php [deleted file]
class/SOAP/Ethna_SOAP_GatewayGenerator.php [deleted file]
class/SOAP/Ethna_SOAP_Util.php [deleted file]
class/SOAP/Ethna_SOAP_WsdlGenerator.php [deleted file]
class/View/Ethna_View_Info.php [deleted file]
class/View/Ethna_View_List.php [deleted file]
class/View/Ethna_View_UnitTest.php [deleted file]
misc/_ethna [deleted file]
misc/sample_package.ini [deleted file]
misc/sample_plugin.php [deleted file]
skel/app.action.default.php [deleted file]
skel/app.actionclass.php [deleted file]
skel/app.actionform.php [deleted file]
skel/app.controller.php [deleted file]
skel/app.error.php [deleted file]
skel/app.plugin.filter.default.php [deleted file]
skel/app.unittest.php [deleted file]
skel/app.url_handler.php [deleted file]
skel/app.view.default.php [deleted file]
skel/app.viewclass.php [deleted file]
skel/dot.ethna [deleted file]
skel/etc.ini.php [deleted file]
skel/skel.action.php [deleted file]
skel/skel.action_cli.php [deleted file]
skel/skel.action_test.php [deleted file]
skel/skel.action_xmlrpc.php [deleted file]
skel/skel.app_manager.php [deleted file]
skel/skel.app_object.php [deleted file]
skel/skel.entry_cli.php [deleted file]
skel/skel.entry_www.php [deleted file]
skel/skel.template.tpl [deleted file]
skel/skel.view.php [deleted file]
skel/skel.view_test.php [deleted file]
skel/template.index.tpl [deleted file]
skel/www.css.ethna.css [deleted file]
skel/www.index.php [deleted file]
skel/www.info.php [deleted file]
skel/www.unittest.php [deleted file]
skel/www.xmlrpc.php [deleted file]
test/Ethna_ActionError_Test.php [deleted file]
test/Ethna_ActionForm_Test.php [deleted file]
test/Ethna_Config_Test.php [deleted file]
test/Ethna_DB_ADOdb_Test.php [deleted file]
test/Ethna_Logger_Test.php [deleted file]
test/Ethna_Plugin_Cachemanager_Localfile_Test.php [deleted file]
test/Ethna_Plugin_Csrf_Session_Test.php [deleted file]
test/Ethna_Plugin_Logwriter_Echo_Test.php [deleted file]
test/Ethna_Plugin_Logwriter_File_Test.php [deleted file]
test/Ethna_Plugin_Validator_Custom_Test.php [deleted file]
test/Ethna_Plugin_Validator_Max_Test.php [deleted file]
test/Ethna_Plugin_Validator_Min_Test.php [deleted file]
test/Ethna_Plugin_Validator_Regexp_Test.php [deleted file]
test/Ethna_Plugin_Validator_Required_Test.php [deleted file]
test/Ethna_Plugin_Validator_Type_Test.php [deleted file]
test/Ethna_UnitTestBase.php [deleted file]
test/Ethna_UrlHandler_Test.php [deleted file]
test/Ethna_Util_Test.php [deleted file]
test/Ethna_ViewClass_Test.php [deleted file]
test/TextDetailReporter.php [deleted file]
test/run_test.stdin.txt [deleted file]
tpl/info.tpl [deleted file]
tpl/unittest.tpl [deleted file]