lams-github

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

LDEV-1937 try another method of getting spring bean when NoSuchBeanDefinitionException encountered

LDEV-1959 *ranking implemented (version of star-rating control downgraded) * voting introduced *improved error handling *improved workability with only one image in the imagegallery

    • -4
    • +19
    /lams_tool_images/conf/xdoclet/struts-actions.xml
    • -5
    • +198
    /lams_tool_images/db/model/imageGallery.clay
    • -0
    • +13
    /lams_tool_images/db/sql/create_lams_tool_imageGallery.sql
    • -2
    • +8
    /lams_tool_images/db/sql/table-schema.sql
  1. … 25 more files in changeset.
LDEV-1968 servlet name should be suffixed with 'Servlet' to be picked up by webdoclet

Updating English and Spanish

Updating French

Updating Greek and French

LDEV-1968 should probably rename servlet if its mapping is going to be renamed

LDEV-1968 change to make flash call lams for each startLesson so we don't run into weird weird problem with the last lesson's single activity's activityId being null.

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