lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixing small layout change

LI-164 - Adding a comment in the readme informing the sysadmin that they will need to re-install the flv player if they want it to work with 2.2

    • -0
    • +4
    /unix_installer/upgrader-package/readme
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

Updating the version numbers

    • -1
    • +1
    /unix_installer/installer-package/license
    • -15
    • +15
    /unix_installer/installer-package/readme
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

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

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
Changing a small comment in copyllid.java

changing version numbers to 2.2

    • -1
    • +1
    /unix_installer/upgrader-package/license
    • -16
    • +16
    /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