lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change sbmtService to submitFilesService in isToolOnClasspath()

Finish most function in Learner page.

    • -1
    • +1
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
changed some values that are returned, instead of returning the special null value, will return null instead

added implementation for getTransitionUUID

added method getTransitionByUUID

*** empty log message ***

modified parseActivities and parseTransitions. properties of activities and transitions will only be updated if the field is sent by wddx

Finish most function in Learner page.

    • -6
    • +32
    /lams_tool_forum/db/model/forum.clay
    • -0
    • +2
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -0
    • +2
    /lams_tool_forum/db/sql/table-schema.sql
  1. … 7 more files in changeset.
*** empty log message ***

*** empty log message ***

Learner basic logic works.

Learner basic logic works.

    • -9
    • +25
    /lams_tool_forum/conf/xdoclet/struts-actions.xml
    • -0
    • +10
    /lams_tool_forum/web/jsps/learning/edit.jsp
put System.getenv() in a try/catch block to handle any exception raised due to JDK versioning problems

Default image if the toolkit activity image fails to load

    • binary
    /lams_central/web/images/icon_missing.swf
Tab javascript controller changed so authoring.jsp updated to suit.

Updating JSPs to use tag lib standard, new lams tags. Rationalising authoring down to the DHTML version (had been a DHTML and non-DHTML version). Updating URLS as per LDEV-38

    • -1
    • +83
    /lams_tool_nb/conf/xdoclet/taglibs.xml
    • -393
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/c-rt.tld
    • -416
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/c.tld
    • -403
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/fmt-rt.tld
    • -442
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/fmt.tld
    • -188
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/sql-rt.tld
    • -213
    • +0
    /lams_tool_nb/web/WEB-INF/jstl/sql.tld
  1. … 59 more files in changeset.
Cache configuration no longer required, as it is now part of lams.jar and local-service.xml

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