OSDN Git Service

- fixed bug directory creation fails when you specify non-existent directory with...
[ethna/ethna.git] / class /
2009-10-16 Yoshinari Takaoka- fixed bug directory creation fails when you specify...
2009-10-16 Yoshinari Takaoka- added 'mail_func_workaround' setting to avoid mail...
2009-10-16 Yoshinari Takaoka- added Ethna_I18N::setTimeZone API.
2009-10-16 Yoshinari Takaoka- fixed bug ethna add-test command help did not work.
2009-10-16 Yoshinari Takaoka- fixed bug Ethna_Session#isAnonymous method returns...
2009-10-16 Yoshinari Takaoka- deleted app/filter directory in creating new project.
2009-10-16 Yoshinari Takaoka- added new Smarty modifier plugin: explode.
2009-10-16 Yoshinari Takaoka- merged 2009-05-18 changes
2009-10-16 Yoshinari Takaoka- merged 2009-04-30 changes partially.
2009-10-16 Yoshinari Takaoka- merged changes from 2009-01-30 to 2009-04-29.
2009-06-15 mumumu-org- followed r856 changes.
2009-01-29 mumumu-org- followed r702-704 changes to release branch. ETHNA_RELEASE_2_5_0_PREVIEW3
2009-01-23 mumumu-org- followed r698-700 to Ethna-2.5.0 preview3 release...
2009-01-20 sotarok - oops, missing set directory
2009-01-20 sotarok * set default Smarty plugin directory for project...
2009-01-19 mumumu-org- deleted needless function on Ethna_Renderer_Smarty.
2009-01-19 maru_ccseparated Smarty plug-in.
2009-01-17 mumumu-org- added Ethna_ActionForm#setFormDef_PreHelper for dynam...
2009-01-17 mumumu-org- changed method name from Ethna_ActionForm#_setFormDef...
2009-01-05 mumumu-org- reverted form value set routine in case of <input...
2009-01-03 mumumu-org- added syntax sugar for form definition supplement...
2009-01-03 mumumu-org- added implemention of ActionForm multidimentional...
2009-01-02 mumumu-org- array form counter is now reset in every {form}.
2009-01-02 mumumu-org- improved form value supplement routine in case of...
2009-01-01 mumumu-org- deleted B.C code about filter, now gets all filter...
2008-12-31 mumumu-org- fixed bug smarty_modifier_unique did not follow speci...
2008-12-31 mumumu-org- fixed bug "ethna add-app-manager" command result...
2008-12-30 sotarok- smarty plugin の優先順位を変更。ユーザ定義のsmarty pluginが優先されます
2008-12-29 mumumu-org- added Ethna_Controller#end method.
2008-11-16 mumumu-org- fixed bug required check did not work in uploading...
2008-11-15 mumumu-org- fixed error handling bug in executing "ethna add...
2008-11-08 mumumu-org- added some comment.
2008-11-08 mumumu-org- followed Rhaco 1.6.1 template API. (thanks: id:akiraneko)
2008-10-27 mumumu-org- fixed bug "ethna add-view" command sets invalid local...
2008-10-20 mumumu-org- fixed bug Ethna_View_Unittest emits error when safe...
2008-10-10 mumumu-org- fixed bug "ethna i18n" command did not work on windows.
2008-10-10 mumumu-org- use bind_textdomain_codeset to convert gettext output...
2008-10-10 mumumu-org- deleted Ethna_Viewclass#_setLanguage(protected) metho...
2008-10-10 mumumu-org- changed Ethna_Controller#_setLanguage method call...
2008-10-08 mumumu-org- fixed bug Ethna_ActionError#_getActionForm method...
2008-10-08 mumumu-org- fixed bug "ethna i18n" command parses all locale...
2008-10-08 mumumu-org- "ethna i18n" command usage tweaks.
2008-10-07 mumumu-org- comment tweaks.
2008-10-07 mumumu-org- fixed bug "ethna i18n" command could not generate...
2008-10-07 mumumu-org- added Ethna_Controller as a member of Ethna_ViewClass.
2008-10-07 mumumu-org- Oops, fixed bug "ethna i18n" command could not specif...
2008-10-06 mumumu-org- fixed template parser in case of multiple modifiers.
2008-09-30 mumumu-org- added $logger object for Ethna_ActionClass member.
2008-09-20 mumumu-org- message catalog parser is now multiple line parser.
2008-09-19 mumumu-org- fixed bug smarty_modifier_checkbox function cause...
2008-09-19 mumumu-org- fixed bug sending empty mail when template does not...
2008-09-12 mumumu-org- newly implemented smarty template analyzing method.
2008-09-12 mumumu-org- deleted Ethna_ViewClass#_getTemplateEngine which...
2008-08-20 mumumu-org- deleted small B.C code.
2008-08-20 mumumu-org- added implementation of ActionForm class analyze...
2008-08-17 mumumu-org- implemented msgmerge like routine for Ethna embedded...
2008-08-17 mumumu-org- refactoring, message catalog parse function was devided.
2008-08-16 mumumu-org- added initial implementation of "ethna i18n" command.
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- 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- 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- fixed bug flock routine did not work properly.
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 [get|set]Locale method to Ethna_Controller...
2008-06-30 mumumu-org- added [-e|encoding] option to "ethna add-project...
2008-06-24 mumumu-org- now Ethna_ClassFactory#getManger first parameter...
2008-06-22 mumumu-org- added mbstring enabled check on Ethna_Controller...
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-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- 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- implemented String [Max|Min] Validator with newly...
2008-06-07 mumumu-org- deleted unused [Ethna|appid]ActionForm#use_validator_...
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- 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- supplement comment added.
2008-05-24 mumumu-org- deleted unused Ethna_ActionForm#_validate method.
next