lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added a title message bean

an independent jsp to hold authoring headers

separated the tab headers into another jsp. cleaned up.

no big changes

enabled the display of authoring tabs based on consant SHOW_AUTHORING_TABS

removed the use of TARGET_MODE

removed the use of contant TARGET_MODE

fixed a wording problem

added new method: public ActionForward cancelAuthoring(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException

removed some temp functions like public static User createMockUser()

added button.cancel

cleaned up from redundant constants. will keep doing that.

added condition for

/* determine whether the request is from Monitoring url Edit Activity

* null sourceMcStarter indicates that the request is from authoring url.

* */

added code for checking: warning to learner: the activity is offline

added method:

public static boolean isRunOffline(McContent mcContent)

added:

label.basic =Basic

label.advanced =Advanced

label.instructions =Instructions

label.summary =Summary

label.stats =Stats

label.editActivity =Edit Activity

label.authoring =MCQ Authoring

label.learning =MCQ Learning

removed redundant contant

removed redundant bottom section

separated the tabs out of the main authoring jsp content

    • -0
    • +53
    /lams_tool_lamc/web/authoring/AuthoringTabsHeader.jsp
added message keys and reformatted the view of the tabs

changed font size

redundant file, removed this

workspace changes

    • binary
    /lams_central/src/flash/lams_authoring.fla
add startLesson message

LDEV-79: Added remove lesson feature to the dummy monitoring interface.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • -0
    • +14
    /lams_monitoring/web/dummyControlFrame.jsp
Improved some of the comments

LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getLessonsForUser() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.

Fixed javadoc comments. Previous CVS comment should have referred to getLessonsForUser() rather than getActiveLessonsForLearner()

LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getActiveLessonsForLearner() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.

add some validation for createWorkspaceFolderContent so that a non-unique name doesn't result in an index violation .

deleteContentWithVersion - checks if a resource exists before deleting.

updated ack message so that it returns the folderContentID

    • binary
    /lams_build/lib/lams/lams-central.jar