OSDN Git Service

ethna/ethna.git
2006-11-13 ichii386- pass filter before validation. (thx: sfio)
2006-11-13 ichii386- fix condition (thx: itoh)
2006-11-13 ichii386- add Ethna_UnitTestBase class.
2006-11-13 ichii386- get test list from cmdline args.
2006-11-13 ichii386- add ethna_version to $app_dir/.ethna
2006-11-10 ichii386- add helper_skip_form (merge from Flare)
2006-11-09 cocoitibanadd Csrf Session isStart check
2006-11-09 halt1983str_replace('unkown', 'unknown');
2006-11-08 cocoitibanfixd bug bug sorry
2006-11-08 cocoitibanfixd bug
2006-11-08 halt1983- getPropを引数なしで実行するとwarningが出る問題を修正
2006-11-06 cocoitibanfixd permission
2006-11-06 cocoitibanfix permission
2006-11-06 cocoitibanchange permission
2006-11-06 cocoitibanskel hardtab -> softtab
2006-11-06 ichii386- add test for Ethna_UrlHandler.
2006-11-06 ichii386- fixed bug with selector options from manager.
2006-11-06 ichii386- hide verbose output.
2006-11-06 ichii386- misc fixes.
2006-11-02 halt1983fixed foldname
2006-11-01 cocoitibantiny fixd Plugin_Csrf, Ethna_Util
2006-11-01 halt1983- さらにメソッドを分離
2006-11-01 halt1983- テストケースをこまかくした
2006-10-31 cocoitiban- Ethna_Plugin_Csrf(CSRF?\027$BBP:v%3!<%I?\027(B)?...
2006-10-31 cocoitiban- Ethna_Session?\027$B$K?\027(Bregenerate_id?\027$B...
2006-10-31 ichii386- fix 'option' parsing in _getSelectorOptions(). (thx...
2006-10-31 ichii386edit CHANGES.
2006-10-31 ichii386- fix bugs in {form}, {form_input}
2006-10-31 ichii386commit forgotten file.
2006-10-31 ichii386- fix use of wrong controller in Ethna_Plugin_Generator...
2006-10-31 ichii386- add af::clearFormVars().
2006-10-30 halt1983add test_getFormInput_Checkbox
2006-10-30 halt1983retab and add test
2006-10-30 halt1983- FORM_TYPE_SUBMITにおいてvalueが反映されない問題を修正
2006-10-28 ichii386- fix bugs of Ethna_AppObject.
2006-10-28 ichii386- remove var_dump().
2006-10-28 ichii386- add ethna & pear mixed style at Ethna_ClassFactory...
2006-10-28 ichii386- fix PEAR's style naming.
2006-10-27 ichii386- remove strtotime specific tests.
2006-10-27 ichii386- set default value in {form_input} without outer ...
2006-10-27 ichii386- fix some bugs. (thx: bobpp, halt)
2006-10-26 halt1983add test forminput_textarea
2006-10-26 halt1983added test
2006-10-25 ichii386- fix typo (thx bobpp-san).
2006-10-24 ichii386- set $attr['value'] only if a certain value was given.
2006-10-24 ichii386- implement {form_input} helper for select list, check...
2006-10-24 ichii386- add Logwriter_Alertmail.
2006-10-24 ichii386- some fixes (indent etc.)
2006-10-17 ichii386add $smarty_block_plugin skelton. (thx: Konet-san)
2006-10-13 ichii386- fix notice. (#8681)
2006-10-10 ichii386fix bugs at dealing with package state.
2006-10-10 ichii386fix typo.
2006-10-10 ichii386- add "--state" option to install/upgrade-plugin handlers.
2006-10-07 ichii386fix fatal at ethna_error_handler() call with no control...
2006-10-05 naogree*** empty log message ***
2006-10-04 ichii386- add Ethna_Plugin_Handle_ClearCache.php
2006-10-02 halt1983fixed Bug9009
2006-10-02 halt1983added test for Bug#9009
2006-10-02 halt1983conforms to the PEAR coding rule
2006-09-28 naogreeEthna_Plugin周りのテストケース
2006-09-28 naogree*** empty log message ***
2006-09-28 naogreeethna_run_test.phpに標準入力データを渡す
2006-09-25 ichii386- fix bug with forgotten '&'s [#9056]
2006-09-24 ichii386- update list-plugin handler.
2006-09-23 ichii386In constructor of Ethna_Plugin, avoid dependency on...
2006-09-22 ichii386fix prefix of base classes in skel files. [#8902]
2006-09-19 ichii386unify master/local handlers.
2006-09-19 fujimoto- fix typo
2006-09-14 halt1983add Ethna_DB_ADOdb_Test
2006-09-14 halt1983-テストの結果表示を詳細にした。
2006-09-06 cocoitibanfixed bug Initialization of variable
2006-09-02 halt1983add Ethna_Util test
2006-09-02 halt1983fixed error
2006-08-24 halt1983added execute
2006-08-24 halt1983added getCol
2006-08-23 fujimoto- Ethna_UrlHandlerクラスを追加(ステキurl対応)
2006-08-23 fujimoto- アクション定義のform_pathが正しく動作していなかった問題を修正
2006-08-22 fujimoto- Ethna_ClassFactory::getObject()でクラス定義に無いキーが渡された場合はEth...
2006-08-22 fujimoto- アプリケーションスケルトン生成時にアプリケーション固有のActionClass, ActionForm...
2006-08-22 fujimoto- Ethna_SkeltonGeneratorクラスをEthna_Generatorクラスに名称変更
2006-08-22 fujimoto- Ethna_Config::get()で引数を指定しないと全設定を格納した配列を返すように変更
2006-08-21 halt1983replace argments to arguments
2006-08-18 ichii386- search plugins in application tree prefixed with...
2006-08-11 ichii386fix typo.
2006-08-03 ichii386- add Ethna_PearWrapper.
2006-08-03 ichii386add util functions (currently) proper to Ethna_Handle.
2006-08-03 ichii386- add clearErrorCallback().
2006-08-03 ichii386make public.
2006-08-03 ichii386remove '@' operator.
2006-08-03 ichii386fix double asignment of action errors in custom check.
2006-08-02 ichii386more restraint of messages without parent classes.
2006-07-28 halt1983fixed Bug #8691
2006-07-27 ichii386- avoid warning when using app-specific plugin without...
2006-07-23 fujimoto- fix logger reference bugs
2006-07-22 fujimoto- fix notice (Only variable references should be return...
2006-07-22 fujimoto- fix skelton
2006-07-22 fujimoto- fix bugs in Ethna_MailSender
2006-07-20 ichii386fix unclosed comment.
2006-07-20 fujimoto- [breaking B.C.] Ethna_ClassFactoryのリファクタリング
2006-07-19 ichii386Ethna_ActionError::add() returns error object.
next