OSDN Git Service

ethna/ethna.git
15 years ago- supplement fix of r624 (Ethna_Plugin_CacheManager_Memcache default conneciton is...
mumumu-org [Tue, 5 Aug 2008 00:35:51 +0000 (00:35 +0000)]
- supplement fix of r624 (Ethna_Plugin_CacheManager_Memcache default conneciton is now " non-persistent")

15 years ago- replaced PEAR OS_WINDOWS constant with ETHNA_OS_WINDOWS one.
mumumu-org [Mon, 4 Aug 2008 23:11:28 +0000 (23:11 +0000)]
- replaced PEAR OS_WINDOWS constant with ETHNA_OS_WINDOWS one.

15 years ago- removed misused PEAR::isError routine.
mumumu-org [Mon, 4 Aug 2008 22:14:08 +0000 (22:14 +0000)]
- removed misused PEAR::isError routine.
- comment tweaks.

15 years ago- fixed E_NOTICE Error related to OS_WINDOWS constant.
mumumu-org [Mon, 4 Aug 2008 21:20:06 +0000 (21:20 +0000)]
- fixed E_NOTICE Error related to OS_WINDOWS constant.

15 years ago- Underbar character is now allowed as Ethna Plugin {$name}.
mumumu-org [Mon, 4 Aug 2008 21:06:10 +0000 (21:06 +0000)]
- Underbar character is now allowed as Ethna Plugin {$name}.

15 years ago- Ethna_Plugin_CacheManager_Memcache default conneciton is now "non-persistent".
mumumu-org [Sat, 2 Aug 2008 00:13:31 +0000 (00:13 +0000)]
- Ethna_Plugin_CacheManager_Memcache default conneciton is now "non-persistent".

15 years ago- fixed missed 'selected="selected"' fix.
mumumu-org [Fri, 1 Aug 2008 23:58:49 +0000 (23:58 +0000)]
- fixed missed 'selected="selected"' fix.

15 years ago- Dependency on PEAR in Ethna.php, Ethna_Error.php was removed.
mumumu-org [Tue, 22 Jul 2008 22:07:14 +0000 (22:07 +0000)]
- Dependency on PEAR in Ethna.php, Ethna_Error.php was removed.

15 years ago- Changed Ethna_Getopt's LICENSE (Public Domain).
mumumu-org [Fri, 18 Jul 2008 20:31:27 +0000 (20:31 +0000)]
- Changed Ethna_Getopt's LICENSE (Public Domain).

15 years ago- added some test of Ethna_Getopt
mumumu-org [Fri, 18 Jul 2008 20:27:37 +0000 (20:27 +0000)]
- added some test of Ethna_Getopt

15 years ago- replaced PEAR::Console_Getopt with Ethna_Getopt absolutely except for Ethna_PearWra...
mumumu-org [Fri, 18 Jul 2008 19:55:43 +0000 (19:55 +0000)]
- replaced PEAR::Console_Getopt with Ethna_Getopt absolutely except for Ethna_PearWrapper.php and ethna_make_package.php

15 years ago- fixed disabled option's value interpretation.
mumumu-org [Fri, 18 Jul 2008 19:50:47 +0000 (19:50 +0000)]
- fixed disabled option's value interpretation.

15 years ago- fixed bug Ethna_UnitTestManger emits WARNING shortly before user changes general...
mumumu-org [Wed, 16 Jul 2008 10:11:17 +0000 (10:11 +0000)]
- fixed bug Ethna_UnitTestManger emits WARNING shortly before user changes general test directory.

15 years ago- added Ethna_Getopt.php as replacement of PEAR::Console_Getopt.
mumumu-org [Sun, 13 Jul 2008 23:37:04 +0000 (23:37 +0000)]
- added Ethna_Getopt.php as replacement of PEAR::Console_Getopt.

15 years ago- optimization for Ethna_Util#getRandom function.
mumumu-org [Tue, 8 Jul 2008 08:48:00 +0000 (08:48 +0000)]
- optimization for Ethna_Util#getRandom function.

15 years ago- follows r611 changes.
mumumu-org [Sat, 5 Jul 2008 01:17:20 +0000 (01:17 +0000)]
- follows r611 changes.

15 years ago- fixed bug flock routine did not work properly.
mumumu-org [Sat, 5 Jul 2008 01:13:48 +0000 (01:13 +0000)]
- fixed bug flock routine did not work properly.

15 years ago- skipped no read permission test on Windows because chmod function work properly...
mumumu-org [Fri, 4 Jul 2008 23:56:23 +0000 (23:56 +0000)]
- skipped no read permission test on Windows because chmod function work properly.(PHP 5.2.6, PHP 4.4.8 on Windows XP)

15 years ago- added Windows testcase for testIsAbsolute().
mumumu-org [Fri, 4 Jul 2008 11:03:13 +0000 (11:03 +0000)]
- added Windows testcase for testIsAbsolute().

15 years ago- supress unlink permission error on windows.
mumumu-org [Fri, 4 Jul 2008 10:36:25 +0000 (10:36 +0000)]
- supress unlink permission error on windows.

15 years ago- version number tweaks.
mumumu-org [Thu, 3 Jul 2008 21:08:07 +0000 (21:08 +0000)]
- version number tweaks.

15 years ago- moved ETHNA_UTF8_BRANCH to trunk.
mumumu-org [Thu, 3 Jul 2008 20:55:23 +0000 (20:55 +0000)]
- moved ETHNA_UTF8_BRANCH to trunk.

15 years ago- fixed minor bug when looking into debug_backtrace function output. (ethna-users...
mumumu-org [Thu, 3 Jul 2008 15:06:44 +0000 (15:06 +0000)]
- fixed minor bug when looking into debug_backtrace function output. (ethna-users:1024, thanks:sfio)

15 years ago- fixed Ethna_ViewClass#_setLanguage method invokation sequence.
mumumu-org [Tue, 1 Jul 2008 12:48:18 +0000 (12:48 +0000)]
- fixed Ethna_ViewClass#_setLanguage method invokation sequence.

15 years ago- added _setLanguage(protected) method to Ethna_ViewClass.
mumumu-org [Mon, 30 Jun 2008 23:12:42 +0000 (23:12 +0000)]
- added _setLanguage(protected) method to Ethna_ViewClass.

15 years ago- added [-e|--encoding] [-l|--locale] option to "ethna add-[view|template]" command.
mumumu-org [Mon, 30 Jun 2008 22:51:59 +0000 (22:51 +0000)]
- added [-e|--encoding] [-l|--locale] option to "ethna add-[view|template]" command.

15 years ago- added missing encoding macro to skel/template.index.tpl
mumumu-org [Mon, 30 Jun 2008 19:16:42 +0000 (19:16 +0000)]
- added missing encoding macro to skel/template.index.tpl

15 years ago- added [get|set]Locale method to Ethna_Controller class.
mumumu-org [Mon, 30 Jun 2008 14:43:54 +0000 (14:43 +0000)]
- added [get|set]Locale method to Ethna_Controller class.

15 years ago- added [-e|encoding] option to "ethna add-project" command.
mumumu-org [Mon, 30 Jun 2008 14:12:24 +0000 (14:12 +0000)]
- added [-e|encoding] option to "ethna add-project" command.

15 years ago- followed r594 change which deleted UPGRADE file.
mumumu-org [Mon, 30 Jun 2008 13:57:21 +0000 (13:57 +0000)]
- followed r594 change which deleted UPGRADE file.

15 years ago- deleted because upgrade documentation is on website.
mumumu-org [Mon, 30 Jun 2008 07:38:28 +0000 (07:38 +0000)]
- deleted because upgrade documentation is on website.

15 years ago- modified for ethna.jp's wiki.
mumumu-org [Wed, 25 Jun 2008 01:14:52 +0000 (01:14 +0000)]
- modified for ethna.jp's wiki.

15 years ago- added r591 change description.
mumumu-org [Tue, 24 Jun 2008 23:32:41 +0000 (23:32 +0000)]
- added r591 change description.

15 years ago- now Ethna_ClassFactory#getManger first parameter is CASE-INSENSITIVE, because PHP...
mumumu-org [Tue, 24 Jun 2008 23:23:30 +0000 (23:23 +0000)]
- now Ethna_ClassFactory#getManger first parameter is CASE-INSENSITIVE, because PHP class name is case-insensitive too.

15 years ago- added UPGRADE documentation for migrating old project.
mumumu-org [Sun, 22 Jun 2008 20:12:06 +0000 (20:12 +0000)]
- added UPGRADE documentation for migrating old project.

15 years ago- added mbstring enabled check on Ethna_Controller#__construct.
mumumu-org [Sun, 22 Jun 2008 20:05:42 +0000 (20:05 +0000)]
- added mbstring enabled check on Ethna_Controller#__construct.

15 years ago- forgot committing because smarty_modifier_select test is too simple ... orz
mumumu-org [Tue, 17 Jun 2008 20:22:55 +0000 (20:22 +0000)]
- forgot committing because smarty_modifier_select test is too simple ... orz

15 years ago- fixed bug Ethna could not switch locale properly.
mumumu-org [Tue, 17 Jun 2008 19:29:17 +0000 (19:29 +0000)]
- fixed bug Ethna could not switch locale properly.

15 years ago- reimplemented ethna specific message catalog processing routine.
mumumu-org [Tue, 17 Jun 2008 15:53:12 +0000 (15:53 +0000)]
- reimplemented ethna specific message catalog processing routine.

15 years ago- recovered deleted test function by error, sorry.
mumumu-org [Tue, 17 Jun 2008 15:43:47 +0000 (15:43 +0000)]
- recovered deleted test function by error, sorry.

15 years ago- code formatting.
mumumu-org [Tue, 17 Jun 2008 15:33:59 +0000 (15:33 +0000)]
- code formatting.

15 years ago- fixed bug Ethna_Util#getRandom emits warning when "open_basedir" directive enabled.
mumumu-org [Mon, 16 Jun 2008 19:30:31 +0000 (19:30 +0000)]
- fixed bug Ethna_Util#getRandom emits warning when "open_basedir" directive enabled.

16 years ago- fixed bug number was allowd as application id's first string.
mumumu-org [Sat, 14 Jun 2008 00:52:48 +0000 (00:52 +0000)]
- fixed bug number was allowd as application id's first string.

16 years ago- fixed bug Str[max|min][compat] Plugin could not be invoked standalone. (thanks...
mumumu-org [Fri, 13 Jun 2008 19:01:26 +0000 (19:01 +0000)]
- fixed bug Str[max|min][compat] Plugin could not be invoked standalone. (thanks: maru_cc)

16 years ago- fixed bug smarty_modifier_select plugin return value is imcompatible with HTML...
mumumu-org [Fri, 13 Jun 2008 15:52:53 +0000 (15:52 +0000)]
- fixed bug smarty_modifier_select plugin return value is imcompatible with HTML Standards. (thanks: maru_cc)

16 years ago- added [Mb]Str[Max|Min] validator error message.
mumumu-org [Thu, 12 Jun 2008 19:13:49 +0000 (19:13 +0000)]
- added [Mb]Str[Max|Min] validator error message.

16 years ago- implicitly set invalid value to VAR_TYPE_DATETIME tests because strtotime function...
mumumu-org [Thu, 12 Jun 2008 18:18:26 +0000 (18:18 +0000)]
- implicitly set invalid value to VAR_TYPE_DATETIME tests because strtotime function behavior is heavily inconsistent.
-- PHP 4.4.8
---  $ php -r 'var_dump(strtotime("2009-91-111"));'
---- int(1476802800)   <- valid time.
-- PHP 5.2.6
---  $ php -r 'var_dump(strtotime("2009-91-111"));'
---- bool(false)       <- invalid time.

16 years ago- avoided E_NOTICE when user sets http input via Ethna_ActionForm#set only.
mumumu-org [Thu, 12 Jun 2008 00:24:37 +0000 (00:24 +0000)]
- avoided E_NOTICE when user sets http input via Ethna_ActionForm#set only.

16 years ago- fixed bug select box array can't keep input value.
mumumu-org [Mon, 9 Jun 2008 22:27:55 +0000 (22:27 +0000)]
- fixed bug select box array can't keep input value.

16 years ago- 2.3.x backward compatibility applies to eucJP-win, too.
mumumu-org [Mon, 9 Jun 2008 22:16:57 +0000 (22:16 +0000)]
- 2.3.x backward compatibility applies to eucJP-win, too.

16 years ago- fixed param help string.
mumumu-org [Sun, 8 Jun 2008 02:08:06 +0000 (02:08 +0000)]
- fixed param help string.

16 years ago- deleted unused [Ethna|appid]ActionForm#use_validator_plugin member variable.
mumumu-org [Sun, 8 Jun 2008 01:43:28 +0000 (01:43 +0000)]
- deleted unused [Ethna|appid]ActionForm#use_validator_plugin member variable.

16 years ago- version number tweaks. it's 2.5.0-preview1(alpha).
mumumu-org [Sun, 8 Jun 2008 01:31:35 +0000 (01:31 +0000)]
- version number tweaks. it's 2.5.0-preview1(alpha).

16 years ago- Now you can set "alpha" state to Ethna Package.
mumumu-org [Sun, 8 Jun 2008 01:09:28 +0000 (01:09 +0000)]
- Now you can set "alpha" state to Ethna Package.

16 years ago- implemented String [Max|Min] Validator with newly arranged Plugins.
mumumu-org [Sun, 8 Jun 2008 00:45:48 +0000 (00:45 +0000)]
- implemented String [Max|Min] Validator with newly arranged Plugins.

16 years ago- added tests except for validate() method.
mumumu-org [Sat, 7 Jun 2008 23:29:53 +0000 (23:29 +0000)]
- added tests except for validate() method.

16 years ago- deleted unused [Ethna|appid]ActionForm#use_validator_plugin member variable.
mumumu-org [Sat, 7 Jun 2008 22:55:10 +0000 (22:55 +0000)]
- deleted unused [Ethna|appid]ActionForm#use_validator_plugin member variable.

16 years ago- added changed for r566.
mumumu-org [Sat, 7 Jun 2008 22:46:43 +0000 (22:46 +0000)]
- added changed for r566.

16 years ago- rearranged String [Max|Min] Plugin and Tests.
mumumu-org [Sat, 7 Jun 2008 22:30:55 +0000 (22:30 +0000)]
- rearranged String [Max|Min] Plugin and Tests.

16 years ago- changed to use Ethna_Controller#getClientEncoding.
mumumu-org [Wed, 4 Jun 2008 11:12:39 +0000 (11:12 +0000)]
- changed to use Ethna_Controller#getClientEncoding.

16 years ago- fixed bug smarty_modifier_plugin array could not register as plugins.
mumumu-org [Tue, 3 Jun 2008 21:30:09 +0000 (21:30 +0000)]
- fixed bug smarty_modifier_plugin array could not register as plugins.

16 years ago- fixed italic tag mismatch.
mumumu-org [Tue, 3 Jun 2008 20:04:40 +0000 (20:04 +0000)]
- fixed italic tag mismatch.

16 years ago- implemented smarty_modifier_wordwrap_i18n with encoding independent way.
mumumu-org [Tue, 3 Jun 2008 14:21:37 +0000 (14:21 +0000)]
- implemented smarty_modifier_wordwrap_i18n with encoding independent way.

16 years ago- added client encoding accessor api.
mumumu-org [Tue, 3 Jun 2008 11:43:04 +0000 (11:43 +0000)]
- added client encoding accessor api.

16 years ago- Ethna_UnitTestReporter constructor parameter is now client encoding.
mumumu-org [Tue, 3 Jun 2008 08:06:02 +0000 (08:06 +0000)]
- Ethna_UnitTestReporter constructor parameter is now client encoding.

16 years ago- added Validation test for Input type.
mumumu-org [Mon, 26 May 2008 18:25:34 +0000 (18:25 +0000)]
- added Validation test for Input type.

16 years ago- added supplement comment.
mumumu-org [Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)]
- added supplement comment.

16 years ago- divided test cases into (form)type function.
mumumu-org [Mon, 26 May 2008 17:36:48 +0000 (17:36 +0000)]
- divided test cases into (form)type function.

16 years ago- added Array Test in case of required.
mumumu-org [Mon, 26 May 2008 14:08:18 +0000 (14:08 +0000)]
- added Array Test in case of required.

16 years ago- supplement comment added.
mumumu-org [Mon, 26 May 2008 14:06:58 +0000 (14:06 +0000)]
- supplement comment added.

16 years ago- added Custom Validator test from ActionForm.
mumumu-org [Mon, 26 May 2008 11:23:27 +0000 (11:23 +0000)]
- added Custom Validator test from ActionForm.

16 years ago- added multibyte testing for Ethna_Plugin_Validator_M[in|ax].
mumumu-org [Sat, 24 May 2008 23:26:53 +0000 (23:26 +0000)]
- added multibyte testing for Ethna_Plugin_Validator_M[in|ax].

16 years ago- deleted unused Ethna_ActionForm#_validate method.
mumumu-org [Sat, 24 May 2008 22:53:26 +0000 (22:53 +0000)]
- deleted unused Ethna_ActionForm#_validate method.

16 years ago- changed language getting method from _getDefaultLanguage to getLanguage.
mumumu-org [Sat, 24 May 2008 22:43:16 +0000 (22:43 +0000)]
- changed language getting method from _getDefaultLanguage to getLanguage.

16 years ago- changed default encoding of Ethna_Plugin_Validator_Mbregexp is now UTF-8 which...
mumumu-org [Sat, 24 May 2008 22:24:26 +0000 (22:24 +0000)]
- changed default encoding of Ethna_Plugin_Validator_Mbregexp is now UTF-8 which is default client encoding.
- added Ethna_Plugin_Validator_Mbregexp test code.

16 years ago- added Regexp Test from ActionForm.
mumumu-org [Sat, 24 May 2008 21:45:56 +0000 (21:45 +0000)]
- added Regexp Test from ActionForm.

16 years ago- added Validator Required and Filter Test.
mumumu-org [Sat, 24 May 2008 21:21:17 +0000 (21:21 +0000)]
- added Validator Required and Filter Test.

16 years ago- fixed encoding dependent method in Ethna_Plugin_Validator_Max.php
mumumu-org [Fri, 23 May 2008 20:30:00 +0000 (20:30 +0000)]
- fixed encoding dependent method in Ethna_Plugin_Validator_Max.php

16 years ago- fixed encoding dependent method in Ethna_Plugin_Validator_Min.php
mumumu-org [Fri, 23 May 2008 20:02:17 +0000 (20:02 +0000)]
- fixed encoding dependent method in Ethna_Plugin_Validator_Min.php

16 years ago- [Breaking B.C] deleted non-plugin validation code.
mumumu-org [Fri, 23 May 2008 19:47:20 +0000 (19:47 +0000)]
- [Breaking B.C] deleted non-plugin validation code.

16 years ago- added mb_regex_encoding. it's default value is $this->client_encoding.
mumumu-org [Fri, 23 May 2008 16:39:29 +0000 (16:39 +0000)]
- added mb_regex_encoding. it's default value is $this->client_encoding.

16 years ago- comment tweaks.
mumumu-org [Fri, 23 May 2008 11:37:35 +0000 (11:37 +0000)]
- comment tweaks.

16 years ago- changed default internal encoding from EUC_JP to UTF-8.
mumumu-org [Fri, 23 May 2008 11:28:06 +0000 (11:28 +0000)]
- changed default internal encoding from EUC_JP to UTF-8.

16 years ago- added 'use_gettext' setting to [appid]/etc/[appid]-ini.php skelton.
mumumu-org [Thu, 22 May 2008 00:43:17 +0000 (00:43 +0000)]
- added 'use_gettext' setting to [appid]/etc/[appid]-ini.php skelton.

16 years ago- ethna_sysmsg.ini parse bug fix.
mumumu-org [Thu, 22 May 2008 00:23:32 +0000 (00:23 +0000)]
- ethna_sysmsg.ini parse bug fix.

16 years ago- added _getDefaultLanguage method to skel/app.controller.php.
mumumu-org [Wed, 21 May 2008 23:53:35 +0000 (23:53 +0000)]
- added _getDefaultLanguage method to skel/app.controller.php.

16 years ago- added locale option to "ethna add-project command".
mumumu-org [Wed, 21 May 2008 23:37:02 +0000 (23:37 +0000)]
- added locale option to "ethna add-project command".

16 years ago- moved japanese message to newly added locale file.
mumumu-org [Wed, 21 May 2008 22:21:53 +0000 (22:21 +0000)]
- moved japanese message to newly added locale file.

16 years ago- replaced language variables with *locale name*. This change breaks backward compati...
mumumu-org [Tue, 20 May 2008 20:46:16 +0000 (20:46 +0000)]
- replaced language variables with *locale name*. This change breaks backward compatibility about directory naming.
- now we require [appid]-ini.php setting explicitly in case of using gettext.
- deleted unused constant in Ethna.php

16 years ago- changelog tweaks about r534 changes.
mumumu-org [Mon, 19 May 2008 08:21:47 +0000 (08:21 +0000)]
- changelog tweaks about r534 changes.

16 years ago- added [-s|skeldir] option to "ethna add-project" command. This is useful for those...
mumumu-org [Mon, 19 May 2008 08:12:08 +0000 (08:12 +0000)]
- added [-s|skeldir] option to "ethna add-project" command. This is useful for those who have custom skeltons already.

16 years ago- Now, [appid]_Controller's include_path gives preference to [appid]/lib over ini_get...
mumumu-org [Fri, 16 May 2008 16:54:25 +0000 (16:54 +0000)]
- Now, [appid]_Controller's include_path gives preference to [appid]/lib over ini_get('include_path').

16 years ago- Now, [appid]_Controller's include_path gives preference to [appid]/lib over ini_get...
mumumu-org [Fri, 16 May 2008 16:54:25 +0000 (16:54 +0000)]
- Now, [appid]_Controller's include_path gives preference to [appid]/lib over ini_get('include_path').

16 years ago- converted skel encodings from UTF-8 to ASCII for i18n improvement.
mumumu-org [Tue, 13 May 2008 22:41:22 +0000 (22:41 +0000)]
- converted skel encodings from UTF-8 to ASCII for i18n improvement.

16 years ago- changed default language setting, array(LANG_JA, 'UTF-8', 'UTF-8');
mumumu-org [Mon, 12 May 2008 13:01:01 +0000 (13:01 +0000)]
- changed default language setting, array(LANG_JA, 'UTF-8', 'UTF-8');

16 years ago- converted basic system error message from japanese to ascii.
mumumu-org [Mon, 12 May 2008 12:50:34 +0000 (12:50 +0000)]
- converted basic system error message from japanese to ascii.

16 years ago- ETHNA_UTF8_BRANCH followed r528 in trunk.
mumumu-org [Wed, 7 May 2008 23:57:32 +0000 (23:57 +0000)]
- ETHNA_UTF8_BRANCH followed r528 in trunk.

16 years ago- comment tweaks, TODO added about getObject|getManager method.
mumumu-org [Wed, 7 May 2008 02:40:15 +0000 (02:40 +0000)]
- comment tweaks, TODO added about getObject|getManager method.

16 years ago- added PEAR::DB as an optional dependency.
mumumu-org [Wed, 7 May 2008 02:16:33 +0000 (02:16 +0000)]
- added PEAR::DB as an optional dependency.

16 years ago- fixed typo.
mumumu-org [Thu, 1 May 2008 20:08:31 +0000 (20:08 +0000)]
- fixed typo.