[Using Sakai] Samigo retract date problems

Sam Ottenhoff ottenhoff at longsight.com
Fri Aug 23 06:05:33 PDT 2013


Maybe the commented lines in the 2.9.0 conversion script is helpful?

-- SAM-1550
-- Apply the following two queries only if you have SAM-988 in your instance
-- Change the date format from:
-- Wed Sep 14 11:40:53 CDT 2011 (output of Date.toString() in SAM-988)
-- to:
-- 2012-08-23T10:59:34.180-05:00 (ISO8601 format in SAM-1550)
-- Please make the corresponding time zone changes to the queries:
/*
update SAM_SECTIONMETADATA_T set entry = date_format(str_to_date(entry, '%a
%b %d %T SAST %Y'),'%Y-%m-%dT%H:%i:%S.000+02:00') where
label='QUESTIONS_RANDOM_DRAW_DATE';
update SAM_PUBLISHEDSECTIONMETADATA_T set entry =
date_format(str_to_date(entry, '%a %b %d %T SAST
%Y'),'%Y-%m-%dT%H:%i:%S.000+02:00') where
label='QUESTIONS_RANDOM_DRAW_DATE';
*/



On Fri, Aug 23, 2013 at 5:48 AM, Anders Nordkvist
<anders.nordqvist at his.se>wrote:

>  Hi all,****
>
> ** **
>
> We at University of Skövde in Sweden have a problem regarding Samigo. This
> autumn we updated from 2.7.x to 2.9.x and since then we can’t retract a
> test when we are using our locale language (Swedish). If we use English it
> works to retract.****
>
> ** **
>
> Here is a Test case:****
>
> ** **
>
> Create a test (or click on settings on an existing one) and then “Delivery
> dates”. Set all three dates here. I always get this in the log when Swedish
> locale is used:****
>
> ** **
>
> WARN http-bio-8080-exec-436
> org.sakaiproject.tool.assessment.ui.listener.util.TimeUtil - can not parse
> the string, 08/23/2013 09:28:47 AM, into a Date using format: yyyy-MM-dd
> HH:mm:ss****
>
> WARN http-bio-8080-exec-431
> org.sakaiproject.tool.assessment.ui.listener.util.TimeUtil - can not parse
> the string, 08/23/2013 09:31:50 AM, into a Date using format: yyyy-MM-dd
> HH:mm:ss****
>
> WARN http-bio-8080-exec-431
> org.sakaiproject.tool.assessment.ui.listener.util.TimeUtil - can not parse
> the string, 08/23/2013 09:31:52 AM, into a Date using format: yyyy-MM-dd
> HH:mm:ss****
>
> ** **
>
> It’s not working so I have to click the publish button to get it published
> (we can’t use timed tests).****
>
> But it’s a known bug and theres a jira about a new datepicker to solve it
> in a later version (https://jira.sakaiproject.org/browse/SAK-23662). ****
>
> ** **
>
> Then when I go in under settings again and want to retract the test (after
> it has been published and is presented as active) I get error messages
> every time I try to retract it (as you can see in my pictures). And I have
> not enabled “automatic submission”.****
>
> There is at least one  jira about this (
> https://jira.sakaiproject.org/browse/SAM-1412) that I can find.****
>
> *Samigo.autoSubmit.enabled=false* is set in properties. ****
>
> Can someone please have a look at this?****
>
> ** **
>
> ** **
>
> ** **
>
> Regards ****
>
> Anders Nordkvist ****
>
> System administrator****
>
> University Of Skövde****
>
> Sweden****
>
> ** **
>
> _______________________________________________
> sakai-user mailing list
> sakai-user at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-user
>
> TO UNSUBSCRIBE: send email to
> sakai-user-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-user/attachments/20130823/92879174/attachment.html 


More information about the sakai-user mailing list