lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding Arabic and updating Spanish, Italian, English, English (Australia) and Norwegian

    • -0
    • +1
    /lams_central/web/flashxml/authoring/ar_dictionary.xml
use warning css style for error messages

organise imports only

latest flash compile after removing "Cut" from the menu bar Edit

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
commented out the "Cut" edit menu bar item, as this is not needed after discussing it with Ernie

tool content id fix for first save of design (modified mode use)

tool content id fix for first save of design (modified mode use)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-496: Fix for default content setup

Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

    • -40
    • +52
    /lams_central/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_learning/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_tool_vote/web/WEB-INF/tags/HTMLEditor.tag
    • -40
    • +52
    /lams_www/web/WEB-INF/tags/HTMLEditor.tag
close file output stream finally

Changed the call to the UserDTO constructor to ensure that the null value is not used for languageCodeIso

The code now checks the user language locale, then the server language and as a last resort falls back to english (en)

use string constants

add missing Version element declaration in root element

    • -1
    • +1
    /lams_build/conf/windows/lams/lams.dtd
add language attribute to fckeditor tag

Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

copyToolContent should be able to cope with fromToolContentID = null - if this occurs then use the default content.

Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

    • -56
    • +58
    /lams_learning/web/WEB-INF/tags/HTMLEditor.tag
    • -6
    • +10
    /lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag
    • -6
    • +10
    /lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag
    • -6
    • +10
    /lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag
    • -6
    • +10
    /lams_www/web/WEB-INF/tags/HTMLEditor.tag
new class that provides menu items for authoring customised context menu

added code to return transition's x pos used for activity snap back if it does not hit bin on release

added code and made changes in the transitionDoubleClick method to fix a bug which was not allowing users from creating gate transition

added code in openEditActivityContent method to check if the acitivity is seleted

generate unique image file name to avoid browser caching

made some changes in the cursor icon position

    • binary
    /lams_central/src/flash/lams_authoring.fla
latest flash compile after resolving issue with drawing gate transition and dropping cursor on activity and transtion while drawing system activity.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
*** empty log message ***

    • -0
    • +9
    /lams_www/web/news.html
Changed name of table to suit Oracle (was too long)

No real change - just testing cvs commit

No real change - just testing cvs commit

    • -1
    • +1
    /lams_common/db/sql/create_lams_11_db.sql
table name length audit + changed table names with length greater than 30 + updated changed table references in the code (LDEV-47)

    • -29
    • +29
    /lams_tool_larsrc/db/model/resource.clay
    • -3
    • +3
    /lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql
    • -1
    • +1
    /lams_tool_larsrc/db/sql/drop_lams_tool_rsrc.sql
    • -6
    • +6
    /lams_tool_larsrc/db/sql/table-schema.sql
Clarified what should occur if fromToolContent is null in the copyToolContent call.