OSDN Git Service

ethna/ethna.git
2009-10-17 Yoshinari Takaoka- fixed bug long option except for "--version" emits... 2.5.0
2009-10-17 Yoshinari Takaoka- added test for prior to PHP 5.1.0. ETHNA_2_5_0
2009-10-17 Yoshinari Takaoka- CHANGES tweaks.
2009-10-16 Yoshinari Takaoka- followed Smarty 2.6.26 release.
2009-10-16 Yoshinari Takaoka- fixed bug could not set "name" attribute of form...
2009-10-16 Yoshinari Takaoka- added test for Ethna_ActionForm::setDef().
2009-10-16 Yoshinari Takaoka- fixed bug Ethna_ActionForm::setDef sets empty key...
2009-10-16 Yoshinari Takaoka- fixed bug "ethna i18n" command did not work when...
2009-10-16 Yoshinari Takaoka- fixed bug newly introduced E_DEPRECATED in PHP 5...
2009-10-16 Yoshinari Takaoka- fixed problem when setlocale is called without system...
2009-10-16 Yoshinari Takaoka- fixed bug Ethna_Session::start emits E_NOTICE in...
2009-10-16 Yoshinari Takaoka- fixed bug debug_backtrace entry sometimes gets improp...
2009-10-16 Yoshinari Takaoka- fixed bug non-existent ethna command emits PHP FATAL...
2009-10-16 Yoshinari Takaoka- fixed symbolic link name matching failed in running...
2009-10-16 Yoshinari Takaoka- fixed bug directory creation fails when you specify...
2009-10-16 Yoshinari Takaoka- added .gitattributes file.
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- initially set default timezone for PHP 5.3.0.
2009-10-16 Yoshinari Takaoka- replaced "cp -a" option with "-pR" to be use in Mac.
2009-10-16 Yoshinari Takaoka- added missing 2.3.[6|7] changes.
2009-10-16 Yoshinari Takaoka- added blog description to README.
2009-10-16 Yoshinari Takaoka- fixed bug ethna add-test command help did not work.
2009-10-16 Yoshinari Takaoka- rename filename: misc/_ethna -> misc/ethna_zsh_config.
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- fixeb bug debug.tpl was missing from Smarty.
2009-10-16 Yoshinari Takaoka- added changed about zip archive destribution.
2009-10-16 Yoshinari Takaoka- added description about bug tracker.
2009-10-16 Yoshinari Takaoka- run help command automatically in case of no argument...
2009-10-16 Yoshinari Takaoka- merged 2009-05-18 changes
2009-10-16 Yoshinari Takaoka- merged changes from 2009-05-17 to 2009-05-18
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- tagging Ethna 2.5.0 preview4 ETHNA_2_5_0_PREVIEW4
2009-06-15 mumumu-org- followed r856 changes.
2009-06-15 mumumu-org- added security release branch.
2009-05-26 mumumu-org- added zip archive support for older version. ETHNA_2_5_0_PREVIEW3
2009-01-29 mumumu-org- tagging 2.5.0 preview3.
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-21 mumumu-org- release branch for 2.5.0 preview3. this will be merge...
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 mumumu-org- moved plugin related Test file to "Plugin" dir.
2009-01-19 maru_ccseparated Smarty plug-in.
2009-01-17 mumumu-org- now version number is Ethna 2.5.0 preview3.
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-04 mumumu-org- reset client encoding to UTF-8 when test case finishe...
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- changelog tweaks.
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- Add description of changing priority of smarty plugin...
2008-12-30 sotarok- smarty plugin の優先順位を変更。ユーザ定義のsmarty pluginが優先されます
2008-12-29 mumumu-org- added Ethna_Controller#end method.
2008-12-18 mumumu-org- replaced Smarty version 2.6.22 released 17th December...
2008-12-06 mumumu-org- deleted because it will be replaced immediately.
2008-12-04 mumumu-org- followed Smarty 2.6.21 release.
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- added supplemental IRC information.
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-14 mumumu-org- replaced ETHNA_BASE with ETHNA_INSTALL_BASE.
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- changelog 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- newly added "ethna i18n" command regression test.
2008-10-06 mumumu-org- newly added ethna command emulation class.
2008-10-06 mumumu-org- fixed template parser in case of multiple modifiers.
2008-10-04 mumumu-org- changed ethna testing root directory constant name...
2008-10-04 mumumu-org- added comment.
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-20 mumumu-org- vim ending comment brace missing.
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-13 mumumu-org- version number tweaks, 2.5.0-preview2 from now on.
2008-09-12 mumumu-org- newly implemented smarty template analyzing method.
2008-09-12 mumumu-org- deleted Ethna_ViewClass#_getTemplateEngine which...
next