OSDN Git Service

Add Ethna_Plugin_Abstract for all plugins abstract
[ethna/ethna.git] / class / Ethna_Controller.php
2009-07-08 Sotaro KARASAWAAdd Ethna_Plugin_Abstract for all plugins abstract
2009-06-17 mumumu-org- added generic view implementation of 403 status code.
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-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-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-01-17 mumumu-org- added Ethna_ActionForm#setFormDef_PreHelper for dynam...
2009-01-01 mumumu-org- deleted B.C code about filter, now gets all filter...
2008-12-29 mumumu-org- added Ethna_Controller#end method.
2008-10-10 mumumu-org- changed Ethna_Controller#_setLanguage method call...
2008-08-20 mumumu-org- deleted small B.C code.
2008-08-04 mumumu-org- Underbar character is now allowed as Ethna Plugin...
2008-07-03 mumumu-org- moved ETHNA_UTF8_BRANCH to trunk.
2008-06-30 mumumu-org- added [get|set]Locale method to Ethna_Controller...
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-14 mumumu-org- fixed bug number was allowd as application id's first...
2008-06-03 mumumu-org- fixed bug smarty_modifier_plugin array could not...
2008-06-03 mumumu-org- added client encoding accessor api.
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-20 mumumu-org- replaced language variables with *locale name*. This...
2008-05-12 mumumu-org- changed default language setting, array(LANG_JA,...
2008-05-01 mumumu-org- ETHNA_UTF8_BRANCH followed r519 in trunk.
2008-04-30 mumumu-org- fixed typo of configuration file name.
2008-04-30 mumumu-org- now we can automatically register testcase to [Appid...
2008-04-28 mumumu-org- followed r513 in trunk.
2008-04-25 mumumu-org- divided error message into another function when...
2008-04-25 mumumu-org- improved error check in running ethna manager.
2008-04-24 mumumu-org- added ethna "add-test" command for normal unit testca...
2007-12-13 mumumu-orgNewly import UTF-8 code
2007-12-13 mumumu-orgrecreate UTF-8 Branch Directory
2007-12-13 mumumu-orgnewly import UTF-8 code
2007-02-18 ichii386- get param before constructing request.
2007-01-24 ichii386- fix the condition to detect root directory.
2007-01-17 ichii386- use 'php://input' instead of $GLOBALS['HTTP_RAW_POST_...
2007-01-05 ichii386- check argument (not opt) at add-something handlers.
2006-11-28 ichii386- fix require/include style.
2006-11-17 ichii386- ethnaコマンドのハンドラ再編
2006-11-13 ichii386- forgotten commit.
2006-11-06 ichii386- misc fixes.
2006-10-24 ichii386- some fixes (indent etc.)
2006-10-10 ichii386- add "--state" option to install/upgrade-plugin handlers.
2006-09-25 ichii386- fix bug with forgotten '&'s [#9056]
2006-09-23 ichii386In constructor of Ethna_Plugin, avoid dependency on...
2006-08-23 fujimoto- Ethna_UrlHandlerクラスを追加(ステキurl対応)
2006-08-23 fujimoto- アクション定義のform_pathが正しく動作していなかった問題を修正
2006-08-22 fujimoto- Ethna_ClassFactory::getObject()でクラス定義に無いキーが渡された場合はEth...
2006-08-18 ichii386- search plugins in application tree prefixed with...
2006-07-20 fujimoto- [breaking B.C.] Ethna_ClassFactoryのリファクタリング
2006-07-19 ichii386- don't normalize $type, $name of plugin in Ethna_Plugin.
2006-07-13 ichii386- fix unchanged 'app_plugin's.
2006-07-12 cocoitibanfix notice undefined BASE
2006-07-12 cocoitibanfix notice
2006-07-12 cocoitibanfix same warning
2006-07-10 fujimoto- [breaking B.C.] Ethna_Loggerリファクタリング
2006-06-12 fujimoto- ethnaコマンドにアクション名、ビュー名のチェック処理を追加(Ethna_Controller...
2006-06-07 fujimoto- Ethna_Controller::getActionRequest()メソッドのデフォルト状態の振舞いを修正
2006-06-05 fujimoto- [[#8079>sourceforge.jp/tracker/index.php?func=detail...
2006-05-02 fujimoto- {form}プラグイン対応引数追加
2006-05-01 fujimoto- [breaking B.C.] Ethna_ActionClassのpreforward()サポート...
2006-05-01 fujimoto- (ぷち)省エネブロックプラグイン{form}...{/form}追加
2006-05-01 fujimoto- ethnaコマンドにadd-action-cliを追加
2006-03-25 fujimoto- XMLRPCゲートウェイにfaultCodeサポートを追加
2006-03-24 fujimoto- XMLRPCゲートウェイサポート追加(experimental)
2006-03-13 fujimoto- なげやり便利関数file_exists_ex(), is_absolute_path()を追加
2006-03-11 halt1983Fixed Bug#8130
2006-03-09 halt1983- add ethna command(add-action-test,add-view-test)
2006-03-09 halt1983fixed typo in getDSN
2006-03-07 fujimoto- (draft commit:)
2006-03-01 halt1983fix bug #7729
2006-01-16 halt1983- Fix typo
2005-09-09 fujimoto- BASE定数の影響でコントローラの継承が困難な問題を修正
2005-08-18 fujimoto- Ethna_Controller::main_CLI()メソッドにフィルタを無効化させるオプションを追加
2005-07-29 fujimoto- セッションを復帰させるタイミングを遅延(無限ループする問題を修正)
2005-04-07 fujimoto- misc fixes
2005-04-07 fujimoto- Ethna_Filter::preFilter()、Ethna_Filter::postFilter...
2005-04-07 fujimoto- misc fixes
2005-04-07 fujimoto- Ethna_DBクラスを抽象クラス(扱い)として新たにEthna_DBクラスを実装したEthna_DB_P...
2005-04-06 fujimoto- considering safe_mode
2005-03-01 fujimoto- Ethna_Controller::getCLI()(CLIで実行中かどうかを返すメソッド)を追加
2005-01-18 fujimoto- メールテンプレートエンジンのフックメソッドを追加
2005-01-06 fujimoto- Ethna_ClassFactoryクラスを追加
2005-01-04 fujimoto- Ethna_ActionClassにauthenticateメソッドを追加
2004-12-27 fujimoto- 組み込みSmarty関数is_error()を追加
2004-12-23 fujimoto- __ethna_info__アクションを追加
2004-12-16 fujimoto- fix path
2004-12-15 fujimoto- SOAP/Mobile(AU)でアクションパスが正しく取得できない問題を修正
2004-12-14 fujimoto- suppress notice
2004-12-14 fujimoto- fix notes in comment
2004-12-14 fujimoto- fixed encoding
2004-12-13 fujimoto- fix wording
2004-12-10 fujimoto- bug fix: remove asterisk in default action name
2004-12-10 fujimoto- ビューオブジェクトのpreforward()が呼ばれないことがある問題を修正
2004-12-09 fujimoto- added pre/post filter
next