lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added basic theme access support. Needed for <lams:css> tag.

Include authoring client that has toolContentID, no userID in authoring calls, and expects libraryActivityUIImage. Some problems with the version built last night, so did a rebuild.

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Missed listing the new field in the lams(fields) list at the top of the file.

    • -1
    • +1
    /lams_build/conf/windows/lams/lams.dtd
1)stop sending nulls (only in design, still to do activity and transitions) 2)send toolContentID, and remove userID 3)Expect libraryActivityUIImage for toolkit's TemplateActivities

    • binary
    /lams_central/web/lams_authoring.swf
remove nulls from DTO.

Added admin to the build

change all library tags following the best practices article "Tag Library Definitions" on the wiki

    • -47
    • +55
    /lams_learning/conf/xdoclet/taglibs.xml
    • -393
    • +0
    /lams_learning/web/WEB-INF/jstl/c-rt.tld
    • -416
    • +0
    /lams_learning/web/WEB-INF/jstl/c.tld
    • -442
    • +0
    /lams_learning/web/WEB-INF/jstl/fmt.tld
    • -213
    • +0
    /lams_learning/web/WEB-INF/jstl/sql.tld
    • -0
    • +393
    /lams_learning/web/WEB-INF/jstl/tlds/c-rt.tld
    • -0
    • +416
    /lams_learning/web/WEB-INF/jstl/tlds/c.tld
    • -0
    • +403
    /lams_learning/web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -0
    • +442
    /lams_learning/web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +188
    /lams_learning/web/WEB-INF/jstl/tlds/sql-rt.tld
    • -0
    • +213
    /lams_learning/web/WEB-INF/jstl/tlds/sql.tld
    • -0
    • +256
    /lams_learning/web/WEB-INF/jstl/tlds/x-rt.tld
  1. … 43 more files in changeset.
Added new tags to help with the lams url, the local tool url + the stylesheets.

    • -0
    • +107
    /lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java
    • -0
    • +21
    /lams_monitoring/web/WEB-INF/lams.tld
Fixed context-param entry for the resource file. The <context-param> tags were in the wrong places.

changed the values of the constants, to reflect the new field names in the wddx packet

Made themeName and imgRoot variables that must be set by calling code.

for any values that are null, it will return null instead of sending the special null values.

changed libraryActivityUiImage to libraryActivityUIImage

for any properties that are null, it will return null, instead of sending the special null value

Added checks, so that it will only set the value if the field is present in the wddx packet. Will also update any activities that exist in a learning design, and delete unused ones. instead of creating new entries each time al earning design is saved

Working version.

    • -35
    • +17
    /lams_tool_forum/db/model/forum.clay
    • -10
    • +4
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -6
    • +4
    /lams_tool_forum/db/sql/table-schema.sql
    • -1
    • +17
    /lams_tool_forum/src/java/forumApplicationContext.xml
Working version.

    • -9
    • +36
    /lams_tool_forum/conf/xdoclet/struts-actions.xml
    • -1
    • +1
    /lams_tool_forum/src/java/forumApplicationContext.xml
  1. … 20 more files in changeset.
added validation for SbmtAuthoringForm

added errors.maxfilesize

use Configuration class to obtain baseURL instead of using spring

added new custom validator to validate uploaded filesize

use env variable to lookup LAMS configuration file

Change Hibernate mapping for relation between message and forum user.

    • -1
    • +8
    /lams_tool_forum/src/java/forumApplicationContext.xml
*** empty log message ***

    • -2
    • +2
    /lams_tool_lamc/web/AdvancedContent.jsp
    • -1
    • +1
    /lams_tool_lamc/web/OptionsContent.jsp
Working on learner page

    • -35
    • +19
    /lams_tool_forum/conf/xdoclet/struts-actions.xml
    • -20
    • +122
    /lams_tool_forum/db/model/forum.clay
    • -4
    • +6
    /lams_tool_forum/db/sql/cleanup_lams_tool_forum.sql
    • -3
    • +20
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -0
    • +1
    /lams_tool_forum/db/sql/drop_lams_tool_forum.sql
    • -3
    • +18
    /lams_tool_forum/db/sql/table-schema.sql
    • -0
    • +1
    /lams_tool_forum/src/java/forumApplicationContext.xml
  1. … 25 more files in changeset.
Added TODO to cover the remove of the user from the cache, when user is updated.

fixed the value for UPLOAD_FILE_LARGE_MAX_SIZE and UPLOAD_FILE_MAX_SIZE

Renamed master-build.xml to build.xml, and put in a comment on copying the JBoss cache jars in copyfiles.

    • -0
    • +272
    /lams_build/build.xml
Removed copyfiles as no longer needed - written up in wiki and master build as a manual task.

Changed library references to use the internal reference, rather than the full directory path.

Changed library references to use the internal reference, rather than the full directory path.