OSDN Git Service

Merge branch 'release/2.6.0beta2'
[ethna/ethna.git] / class / Ethna_Plugin.php
2010-12-26 Sotaro KARASAWAMerge branch 'release/2.6.0beta1' 2.6.0beta1
2010-12-26 Sotaro KARASAWAMerge branch 'feature/php5.3-compatible2' into develop
2010-12-26 Sotaro KARASAWAMerge branch 'feature/rename-files' into feature/php5...
2010-12-26 Sotaro KARASAWAMerge remote branch 'origin/rename_files' into feature...
2010-12-25 Sotaro KARASAWAMerge branch 'feature/php5.3-compatible' into develop
2010-12-25 Sotaro KARASAWAreplace constructor from class name method to __constuct()
2010-12-25 Sotaro KARASAWAfixed E_DEPRECATED errors and E_STRICT errors
2009-10-18 Sotaro KARASAWArename files
2009-10-17 Sotaro KARASAWAMerge branch 'plugin_preload'
2009-10-06 Sotaro KARASAWAtrigger warning when the plugin alias name is conflict...
2009-09-11 Sotaro KARASAWAimplement plugin preloader. #18417
2009-09-11 Sotaro KARASAWAMerge branch 'plugin_preload' of sotarok@ethnagit:...
2009-09-10 Sotaro KARASAWAadd test for searchAllPluginType
2009-09-09 Sotaro KARASAWAIf parent plugin was not included then include that...
2009-09-09 Sotaro KARASAWAadd default value to parameter
2009-08-26 Sotaro KarasawaRemove PHP closing tag
2009-07-21 Sotaro KARASAWA古いバージョンの命名規則に従ったプラグインの検索は無視
2009-07-14 Sotaro KARASAWAFixed: Not call logger before set instance.
2009-07-13 Sotaro KARASAWAMerge branch 'plugin_abstract'
2009-07-08 Sotaro KARASAWAincludePlugin の実装が実体に即していなかったので修正
2009-06-04 maru_cc- fixd bug plugin parent class load
2009-05-17 sotarokdelete wrong return
2009-05-16 sotarokExtlibアイデアブランチのマージ (#16100)
2008-08-04 mumumu-org- Underbar character is now allowed as Ethna Plugin...
2008-07-03 mumumu-org- moved ETHNA_UTF8_BRANCH to trunk.
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-07-04 ichii386- don't search files if wanted classes are already...
2006-11-28 ichii386- fix require/include style.
2006-11-17 ichii386- retab, indent, fix comments.
2006-09-24 ichii386- update list-plugin handler.
2006-09-23 ichii386In constructor of Ethna_Plugin, avoid dependency on...
2006-09-19 ichii386unify master/local handlers.
2006-08-18 ichii386- search plugins in application tree prefixed with...
2006-08-03 ichii386make public.
2006-08-02 ichii386more restraint of messages without parent classes.
2006-07-27 ichii386- avoid warning when using app-specific plugin without...
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 fujimoto- fix misc bug@Ethna_Plugin::getPluginList()
2006-07-10 fujimoto- [breaking B.C.] Ethna_Loggerリファクタリング