• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use Sun 120 formatting standard

LDEV-1899 conditionally unmark learner's completed flag depending on whether cancel or apply changes was clicked (boolean sent by flash)

Adding a command to the update script for 2.2 to ensure that the spreadsheet tool is left as disabled for the 2.2 update

LI-161 - Fixing so a custom DEFAULT_DIR does not break the tool deployer

LI-167 Check if mysql works for a non-default port

updater is now changed to not prompt user for mysql port, it is retrieved either from lams.properties or the stored lams.properties instead

New database dump for 2.2

LI-172 uddating applicaion.xml and context.xml to comply with 2,2 requirements

LI-161 Making sure that all the directory variables point to the correct location, if one is edited, it is the user responsibility to make sure it still works

LI-168 making sure only the required files are included in the package

Updating the version numbers

    • binary
    /unix_installer/installer-package/license
    • binary
    /unix_installer/installer-package/readme
Adding an extra script for removing config items like the gmap key, that way they dont have to be done every time you need to dump a new version of the database

The limitation of this is that you still have to delete the unused users and start the sample lessons

Un-commenting the script that updates the lams versions. This was going to be handled by autopatch, but that would mean that the server version numbers would not be updated for a normal build

Removing the following commands from the autopatch script so that the server versions are updated with the current date

-- Update the configuration table to have the current version of LAMS

UPDATE lams_configuration SET config_value='2.2' WHERE config_key='Version';

UPDATE lams_configuration SET config_value='2.2.0.200811310000' WHERE config_key='AuthoringClientVersion' OR config_key='MonitorClientVersion' OR config_key='LearnerClientVersion' OR config_key='ServerVersionNumber';

UPDATE lams_configuration SET config_value='2008-11-31' WHERE config_key='DictionaryDateCreated';

LDEV-1967

Replaced IndexLessonBean with Lesson.

LDEV-1967

Rewrite to improve performance.

LDEV-1967

Added searchUserSingleTerm variant. Search returns users belong to a organisation with the option to include sub organisations.

LDEV-1967

Modified query such that lessons belonging to and sub group are also returned.

LDEV-1967

Changed method name for clarity.

LDEV-1970

Removed RuntimeExceptions.

LI-167 Check if mysql test works for a non-default mysql port

the problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick

changing version numbers to 2.2

and a few little bug fixes for the main script

LI-172 Changing the conf files that need updating for 2.2

    • -0
    • +5
    /unix_installer/upgrader-package/conf/context.xml
LI-167 Check if mysql test works for a non-default mysql port

the problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick

Changing a small comment in copyllid.java

changing version numbers to 2.2

    • -1
    • +1
    /unix_installer/upgrader-package/license
    • binary
    /unix_installer/upgrader-package/readme
LI-170 Autopatch now takes care of db updates, so alot of the old ant update task have now been commented

LI-171 New tools added to ant build to use the tool deployer

LI-172 application.xml updated to include new builds

Removing some 2.1 specific updates

Updating library language files for combined activities

  1. … 57 more files in changeset.
LI-170 Removing most of the update scripts as autopatch will now handle that stuff

LI-171 - Add new tools to the updater for 2.2

As of 2.2, we only need to use the tool deployer to add new tools, autopatch will handle any updaters thereafter

  1. … 439 more files in changeset.
Requests from Spyros to change the width of the wizard dialog in the config page,

and to add furhter entries to the qa wizard

    • -0
    • +12
    /lams_tool_laqa/db/sql/create_lams_tool_qa.sql
    • -5
    • +24
    /lams_tool_laqa/web/admin/config.jsp