From: <ki...@us...> - 2012-02-08 06:52:05
|
Revision: 536 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=536&view=rev Author: kilica Date: 2012-02-08 06:51:59 +0000 (Wed, 08 Feb 2012) Log Message: ----------- Fix Bug : get all Detail data, not 20 data. Fix Bug : english language file Modified Paths: -------------- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/actions/PollDetailAction.class.php modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/main.php modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/modinfo.php modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt 2011-08-01 04:14:40 UTC (rev 535) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt 2012-02-08 06:51:59 UTC (rev 536) @@ -18,6 +18,10 @@ \x8DX\x90V\x97\x9A\x97\xF0 -------- +0.25(2012.02.08) +\x81E\x83o\x83O\x8FC\x90\xB3\x81i\x89p\x8Cꌾ\x8C\xEA\x83t\x83@\x83C\x83\x8B\x81j +\x81E\x83o\x83O\x8FC\x90\xB3\x81i\x8FW\x8Cv\x83f\x81[\x83^\x82\xF020\x8C\x8F\x82\xB5\x82\xA9\x8E擾\x82\xB5\x82Ă\xA2\x82Ȃ\xA9\x82\xC1\x82\xBD\x81j + 0.24(2011.04.21) \x81E\x83J\x83e\x83S\x83\x8A\x96\xA2\x90ݒ莞\x82ɃA\x83\x93\x83P\x81[\x83g\x82\xF0\x8D쐬\x82\xB5\x82悤\x82Ƃ\xB7\x82\xE9\x82ƃG\x83\x89\x81[\x82ɂȂ\xC1\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3 \x81EPHP5.3\x82ŏo\x82\xE9 & new \x82\xCC Warning \x82\xF0\x8FC\x90\xB3 Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/actions/PollDetailAction.class.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/actions/PollDetailAction.class.php 2011-08-01 04:14:40 UTC (rev 535) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/actions/PollDetailAction.class.php 2012-02-08 06:51:59 UTC (rev 536) @@ -103,7 +103,7 @@ $this->mEnqId = $this->_getId(); $handler =& $this->_getHandler(); - $criteria=$this->mFilter->getCriteria(); + $criteria=$this->mFilter->getCriteria(0, 0); //set enq_id request $criteria->add(new Criteria('enq_id', $this->_getId())); Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/main.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/main.php 2011-08-01 04:14:40 UTC (rev 535) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/main.php 2012-02-08 06:51:59 UTC (rev 536) @@ -8,7 +8,7 @@ define('_MD_BIZPOLL_ERROR_REQUIRED', '{0} is required.'); define('_MD_BIZPOLL_ERROR_MINLENGTH', 'Input {0} with {1} or more characters.'); define('_MD_BIZPOLL_ERROR_MAXLENGTH', 'Input {0} with {1} or less characters.'); -define('_MD_BIZPOLL_ERROR_EXTENSION', 'Uploaded file's extension does not match any entry in the allowed list.'); +define('_MD_BIZPOLL_ERROR_EXTENSION', 'Uploaded file\'s extension does not match any entry in the allowed list.'); define('_MD_BIZPOLL_ERROR_INTRANGE', 'Incorrect input on {0}.'); define('_MD_BIZPOLL_ERROR_MIN', 'Input {0} with {1} or more numeric value.'); define('_MD_BIZPOLL_ERROR_MAX', 'Input {0} with {1} or less numeric value.'); Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/modinfo.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/modinfo.php 2011-08-01 04:14:40 UTC (rev 535) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/english/modinfo.php 2012-02-08 06:51:59 UTC (rev 536) @@ -84,6 +84,6 @@ define('_MI_BIZPOLL_BLOCK_NAME_POLLNEW', "Latest Enquete"); define('_MI_BIZPOLL_BLOCK_DESC_POLLNEW', ""); define('_MI_BIZPOLL_TITLE_CHART', "Google Chart API Setting"); -define('_MI_BIZPOLL_DESC_CHART', "Set Chart Type, Width(px), Height(px), separated with ','. Default Value:"p,400,100". 'Type' is bhs(Horizontal Bar), bvs(Vertical Bar), p(Pie) or p3(3D Pie)"); +define('_MI_BIZPOLL_DESC_CHART', "Set Chart Type, Width(px), Height(px), separated with ','. Default Value:\"p,400,100\". 'Type' is bhs(Horizontal Bar), bvs(Vertical Bar), p(Pie) or p3(3D Pie)"); ?> Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php 2011-08-01 04:14:40 UTC (rev 535) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php 2012-02-08 06:51:59 UTC (rev 536) @@ -21,7 +21,7 @@ // Define a basic manifesto. // $modversion['name'] = _MI_BIZPOLL_LANG_BIZPOLL; -$modversion['version'] = 0.24; +$modversion['version'] = 0.25; $modversion['description'] = _MI_BIZPOLL_DESC_BIZPOLL; $modversion['author'] = _MI_BIZPOLL_LANG_AUTHOR; $modversion['credits'] = _MI_BIZPOLL_LANG_CREDITS; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |