RADICORE v1.62.0 released

This version adds the ability to specify favourite tasks, the 'run at end' and 'run at cancel' options, and a few bug fixes

This version contains the following changes:

  • fixed bug in unFormatNumber() where it processed an empty field.
  • fixed bug in getWhere() where it returned multiple selections when the current task only displayed one.
  • fixed bug in 'append2ScriptSequence()' which caused the 'prepend' option to fail if the $_SESSION['script_sequence'] array did not currently exist.
  • created some extra popups for 'Choose Task'. You will need to run the following script:
    • radicore\menu\sql\menu.menu_export(2010-07-18).sql in order to update the contents of your MENU database.
  • updated the MNU_TASK table in the MENU database to include columns for 'task_id_run_at_end' and 'task_id_run_at_cancel'. You will need to run the following script:
    • radicore\menu\sql\mysql\alter_table(2010-07-18).sql in order to update the structure of your MENU database.
  • added the MNU_FAVOURITE table to the MENU database. This stores a user's favourite tasks which are displayed as buttons on the Menu/Home Page screen. You will need to run the following scripts:
    • radicore\menu\sql\mysql\alter_table(2010-07-20).sql in order to update the structure of your MENU database.
    • radicore\menu\sql\menu.menu_export(2010-07-20).sql in order to update the contents of your MENU database.
  • added navigation buttons to the 'List To-Do' screens to set the selection criteria to either COMPLETE or INCOMPLETE. You will need to run the following script:
    • radicore\menu\sql\menu.menu_export(2010-07-24).sql in order to update the contents of your MENU database.
  • added task 'Delete Logon Errors' to AUDIT subsystem. You will need to run the following script:
    • radicore\audit\sql\audit.menu_export(2010-07-31).sql in order to update the contents of your MENU database.

Published: 01 August 2010