OSDN Git Service

Ethna_ViewClass#redirect に対するテストケースの追加
[ethna/ethna.git] / class /
2009-06-23 Sotaro KARASAWAredirectメソッドに、HTTPステータスコードを指定できるオプション変数を追加
2009-06-22 mumumu- fixed bug baseinstalldir of package.xml was invalid.
2009-06-20 mumumu-org- deleted needless codes.
2009-06-20 mumumu-org- fixed package installation requirement, as Ethna...
2009-06-20 mumumu-org- re-implemented "ethna make-plugin-package" command.
2009-06-20 mumumu-org- deleted needless command line option.
2009-06-20 mumumu-org- added type check.
2009-06-20 mumumu-org- changed default plugin base directory name.
2009-06-19 mumumu-org- help message tweaks.
2009-06-19 mumumu-org- fixed bug ethna add-test command help did not work...
2009-06-19 mumumu-org- added ethna create-plugin command implementation.
2009-06-19 mumumu-org- deleted list-plugin command.
2009-06-18 mumumu-org- fixed bug Ethna_Session#isAnonymous returns invalid...
2009-06-18 mumumu-org- deleted app/filter directory in creating new project.
2009-06-17 mumumu-org- fixed bug info.php outputs invalid forward_name.
2009-06-17 mumumu-org- added generic view implementation of 403 status code.
2009-06-15 mumumu-org- [SECURITY] fixed XSS vulnerability in Ethna_ActionFor...
2009-06-05 sotarokheader 関数使うように変更
2009-06-04 maru_cc- fixd bug plugin parent class load
2009-06-04 sotarokadd smarty modifier: explode
2009-06-02 maru_cc- modify B.C. methods
2009-05-24 mumumu-org- deleted pear cache file delete routine.
2009-05-24 mumumu-org- deleted unused plugin.
2009-05-24 mumumu-org- deleted unused Plugin Generator plugin.
2009-05-24 mumumu-org- deleted unused plugin because of restructuring plugin...
2009-05-19 maru_cc- fixd bug smarty_modifier_wordwrap_i18n sourceforge...
2009-05-18 mumumu-org- followed Plugin naming convention change.
2009-05-17 sotarokdelete wrong return
2009-05-17 mumumu-org- changed to disable layout template on Ethna_View_...
2009-05-17 mumumu-org- reverted deleted merge contents.
2009-05-16 sotarokExtlibアイデアブランチのマージ (#16100)
2009-04-30 mumumu-org- [re-merge] Idea_Extended_ViewClass because of merge...
2009-04-29 maru_cc- controller での smarty_xx_plugin で Smarty プラグインを指定する機能を...
2009-04-29 maru_cc- add-project -b オプションの挙動変更 sourceforge.jp/ticket/brows...
2009-04-14 mumumu-org- fixed bug "ethna add-app-manager" generates invalid...
2009-04-13 maru_cc- deleted var_dump..
2009-04-11 maru_cc- changed action search all include.
2009-04-11 maru_cc- changed ethna command and add ethna help command.
2009-04-10 mumumu-org- added implementation of dynamic form definition helpe...
2009-04-10 mumumu-org- fixed bug auto-generated hidden tag was not enclosed...
2009-03-26 mumumu-org- fixed bug "ethna add-template" command ignored Ethna_...
2009-03-26 mumumu-org- fixed bug "ethna pear-local list -a" command emits...
2009-02-16 sotarok- fixed: default url include slash at its end if APPID...
2009-01-30 sotarok- Cachemanager doesn't make directory and make cache...
2009-01-29 mumumu-org- fixed infinite loop in case of running www/info.php...
2009-01-29 mumumu-org- fixed bug Ethna_ActionForm#getHiddenVars emits waring...
2009-01-23 mumumu-org- fixed invalid Error handling routine. (thanks: id...
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...
next