Totara Talent Experience Platform Release Notes

Totara 1.1.9 Released 26th January 2012

 
Simon Coggins
Totara 1.1.9 Released 26th January 2012
par Simon Coggins, Thursday 5 March 2015, 15:12
Groupe Totara

Here's the changelog:

Release 1.1.9 (26 January 2012):
==================================================

Database upgrades
    T-9381      Major alterations to program assignments to fix exceptions                                              Simplify backend processing of program assignments
    T-9323      Correctly handle "first login" completion dates for learners who haven't logged in yet in programs      Exceptions are no longer generated
    T-9536      Warn and remove saved search from scheduled reports when saved search is deleted

Improvements:
    T-8485      Additions to Arabic, Dutch, Finnish, French, Italian, Portuguese Brazilian, Spanish,
                Castilian Spanish, Swedish and US English packs
    T-9430      Refactor datepickers with international date format support
    T-9541      Make dialog code more flexible

Bug fixes:
    T-9510      Certificate not appearing on SSL sites for IE users
    T-9539      Remove unnecessary files from certificate module
    T-9545      "Cancel unsaved changes" link should return to program overview tab
    T-9538      Course completion report not appearing on SSL sites for IE users
    T-9543      Fix bug in scorm report content restriction
    T-9549      Remove duplicate help files
    T-9508      Minimise changes with upstream Moodle                                                                   In order to make porting to Moodle 2 easier
    T-9507      Update phpdoc for assign_user_position
    T-9553      Fix conversion of html entities in exports
    T-9426      Can't view recurring program report directly
    T-9551      Remove duplicate call to report builder cron
    T-6710      Missing language string in course edit form
    T-9540      Single select dialog now obeys specified disabled_items
    T-9312      Added grade columns to Record of Learning course source
    T-5879      Fixed typo in waitlist email message
    T-9557      Long category name breaks layout of program list in IE
    T-9563      Selected Items links are clickable during ajax requests and after a search
    T-9566      MySQL error when updating program assignments
    T-9562      Improve performance when retrieving a completion status
    T-9568      Fix bug that prevents exceptions being resolved
    T-9567      Add position type check to assignment query
    T-9561      Fixing display of course sets after completion of a program
 

 

? ?
Re: Totara 1.1.9 Released 26th January 2012
par ? ?, Saturday 7 March 2015, 04:19
 

Hi Simon,

Do you have any more detail about the exception report changes please?

 

Cheers,

Andy

 

   " T-9381      Major alterations to program assignments to fix exceptions "

 

Simon Coggins
Re: Totara 1.1.9 Released 26th January 2012
par Simon Coggins, Monday 9 March 2015, 15:29
Groupe Totara

Hi Andy,

There were a few issues with the way exceptions were handled that you can read about here:

https://totara.community/mod/forum/discuss.php?d=5478

The main ones fixed by this issue is that exceptions that had been cleared by an administrator would return every time the cron ran. There is also another patch in this release that fixes the behaviour of "first login".

The "major alterations" were only really on the backend, to let us store which exceptions had already been handled, to a user things are pretty much the same, except (hopefully) without the bugs!

Simon