OSDN Git Service

ethna/ethna.git
2008-08-15 mumumu-org- followed Smarty 2.6.20 release
2008-08-05 mumumu-org- supplement fix of r624 (Ethna_Plugin_CacheManager_Mem...
2008-08-04 mumumu-org- replaced PEAR OS_WINDOWS constant with ETHNA_OS_WINDO...
2008-08-04 mumumu-org- removed misused PEAR::isError routine.
2008-08-04 mumumu-org- fixed E_NOTICE Error related to OS_WINDOWS constant.
2008-08-04 mumumu-org- Underbar character is now allowed as Ethna Plugin...
2008-08-02 mumumu-org- Ethna_Plugin_CacheManager_Memcache default conneciton...
2008-08-01 mumumu-org- fixed missed 'selected="selected"' fix.
2008-07-22 mumumu-org- Dependency on PEAR in Ethna.php, Ethna_Error.php...
2008-07-18 mumumu-org- Changed Ethna_Getopt's LICENSE (Public Domain).
2008-07-18 mumumu-org- added some test of Ethna_Getopt
2008-07-18 mumumu-org- replaced PEAR::Console_Getopt with Ethna_Getopt absol...
2008-07-18 mumumu-org- fixed disabled option's value interpretation.
2008-07-16 mumumu-org- fixed bug Ethna_UnitTestManger emits WARNING shortly...
2008-07-13 mumumu-org- added Ethna_Getopt.php as replacement of PEAR::Consol...
2008-07-08 mumumu-org- optimization for Ethna_Util#getRandom function.
2008-07-05 mumumu-org- follows r611 changes.
2008-07-05 mumumu-org- fixed bug flock routine did not work properly.
2008-07-04 mumumu-org- skipped no read permission test on Windows because...
2008-07-04 mumumu-org- added Windows testcase for testIsAbsolute().
2008-07-04 mumumu-org- supress unlink permission error on windows.
2008-07-03 mumumu-org- version number tweaks.
2008-07-03 mumumu-org- moved ETHNA_UTF8_BRANCH to trunk.
2008-07-03 mumumu-org- fixed minor bug when looking into debug_backtrace...
2008-07-01 mumumu-org- fixed Ethna_ViewClass#_setLanguage method invokation...
2008-06-30 mumumu-org- added _setLanguage(protected) method to Ethna_ViewClass.
2008-06-30 mumumu-org- added [-e|--encoding] [-l|--locale] option to "ethna...
2008-06-30 mumumu-org- added missing encoding macro to skel/template.index.tpl
2008-06-30 mumumu-org- added [get|set]Locale method to Ethna_Controller...
2008-06-30 mumumu-org- added [-e|encoding] option to "ethna add-project...
2008-06-30 mumumu-org- followed r594 change which deleted UPGRADE file.
2008-06-30 mumumu-org- deleted because upgrade documentation is on website.
2008-06-25 mumumu-org- modified for ethna.jp's wiki.
2008-06-24 mumumu-org- added r591 change description.
2008-06-24 mumumu-org- now Ethna_ClassFactory#getManger first parameter...
2008-06-22 mumumu-org- added UPGRADE documentation for migrating old project.
2008-06-22 mumumu-org- added mbstring enabled check on Ethna_Controller...
2008-06-17 mumumu-org- forgot committing because smarty_modifier_select...
2008-06-17 mumumu-org- fixed bug Ethna could not switch locale properly.
2008-06-17 mumumu-org- reimplemented ethna specific message catalog processi...
2008-06-17 mumumu-org- recovered deleted test function by error, sorry.
2008-06-17 mumumu-org- code formatting.
2008-06-16 mumumu-org- fixed bug Ethna_Util#getRandom emits warning when...
2008-06-14 mumumu-org- fixed bug number was allowd as application id's first...
2008-06-13 mumumu-org- fixed bug Str[max|min][compat] Plugin could not be...
2008-06-13 mumumu-org- fixed bug smarty_modifier_select plugin return value...
2008-06-12 mumumu-org- added [Mb]Str[Max|Min] validator error message.
2008-06-12 mumumu-org- implicitly set invalid value to VAR_TYPE_DATETIME...
2008-06-12 mumumu-org- avoided E_NOTICE when user sets http input via Ethna_...
2008-06-09 mumumu-org- fixed bug select box array can't keep input value.
2008-06-09 mumumu-org- 2.3.x backward compatibility applies to eucJP-win...
2008-06-08 mumumu-org- fixed param help string.
2008-06-08 mumumu-org- deleted unused [Ethna|appid]ActionForm#use_validator_...
2008-06-08 mumumu-org- version number tweaks. it's 2.5.0-preview1(alpha).
2008-06-08 mumumu-org- Now you can set "alpha" state to Ethna Package.
2008-06-08 mumumu-org- implemented String [Max|Min] Validator with newly...
2008-06-07 mumumu-org- added tests except for validate() method.
2008-06-07 mumumu-org- deleted unused [Ethna|appid]ActionForm#use_validator_...
2008-06-07 mumumu-org- added changed for r566.
2008-06-07 mumumu-org- rearranged String [Max|Min] Plugin and Tests.
2008-06-04 mumumu-org- changed to use Ethna_Controller#getClientEncoding.
2008-06-03 mumumu-org- fixed bug smarty_modifier_plugin array could not...
2008-06-03 mumumu-org- fixed italic tag mismatch.
2008-06-03 mumumu-org- implemented smarty_modifier_wordwrap_i18n with encodi...
2008-06-03 mumumu-org- added client encoding accessor api.
2008-06-03 mumumu-org- Ethna_UnitTestReporter constructor parameter is now...
2008-05-26 mumumu-org- added Validation test for Input type.
2008-05-26 mumumu-org- added supplement comment.
2008-05-26 mumumu-org- divided test cases into (form)type function.
2008-05-26 mumumu-org- added Array Test in case of required.
2008-05-26 mumumu-org- supplement comment added.
2008-05-26 mumumu-org- added Custom Validator test from ActionForm.
2008-05-24 mumumu-org- added multibyte testing for Ethna_Plugin_Validator_M...
2008-05-24 mumumu-org- deleted unused Ethna_ActionForm#_validate method.
2008-05-24 mumumu-org- changed language getting method from _getDefaultLangu...
2008-05-24 mumumu-org- changed default encoding of Ethna_Plugin_Validator_Mb...
2008-05-24 mumumu-org- added Regexp Test from ActionForm.
2008-05-24 mumumu-org- added Validator Required and Filter Test.
2008-05-23 mumumu-org- fixed encoding dependent method in Ethna_Plugin_Valid...
2008-05-23 mumumu-org- fixed encoding dependent method in Ethna_Plugin_Valid...
2008-05-23 mumumu-org- [Breaking B.C] deleted non-plugin validation code.
2008-05-23 mumumu-org- added mb_regex_encoding. it's default value is $this...
2008-05-23 mumumu-org- comment tweaks.
2008-05-23 mumumu-org- changed default internal encoding from EUC_JP to...
2008-05-22 mumumu-org- added 'use_gettext' setting to [appid]/etc/[appid...
2008-05-22 mumumu-org- ethna_sysmsg.ini parse bug fix.
2008-05-21 mumumu-org- added _getDefaultLanguage method to skel/app.controll...
2008-05-21 mumumu-org- added locale option to "ethna add-project command".
2008-05-21 mumumu-org- moved japanese message to newly added locale file.
2008-05-20 mumumu-org- replaced language variables with *locale name*. This...
2008-05-19 mumumu-org- changelog tweaks about r534 changes.
2008-05-19 mumumu-org- added [-s|skeldir] option to "ethna add-project"...
2008-05-16 mumumu-org- Now, [appid]_Controller's include_path gives preferen...
2008-05-16 mumumu-org- Now, [appid]_Controller's include_path gives preferen...
2008-05-13 mumumu-org- converted skel encodings from UTF-8 to ASCII for...
2008-05-12 mumumu-org- changed default language setting, array(LANG_JA,...
2008-05-12 mumumu-org- converted basic system error message from japanese...
2008-05-07 mumumu-org- ETHNA_UTF8_BRANCH followed r528 in trunk.
2008-05-07 mumumu-org- comment tweaks, TODO added about getObject|getManager...
2008-05-07 mumumu-org- added PEAR::DB as an optional dependency.
next