lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed synchronized from create user method. This is a carry over from the chat tool.

  1. … 1 more file in changeset.
Changed doTeacherExport to private access only. Shouldn't be visible outside the class.

  1. … 1 more file in changeset.
Changed Boolean to boolean in model classes. This is consistent with other tools.

  1. … 11 more files in changeset.
Removed unused initialisation of HashSet.

  1. … 1 more file in changeset.
Moved contentFolderID and toolContentID from AuthoringForm to the SessionMap

  1. … 4 more files in changeset.
Removed unused imports.

  1. … 15 more files in changeset.
Updated cvsignore folder.

changed url pattern on security constraint to match + added roles (authoring update + others)

  1. … 15 more files in changeset.
Updated default content.

    • -2
    • +23
    ./db/sql/create_lams_tool_notebook.sql
  1. … 3 more files in changeset.
added error page handling for notebook tool

    • -0
    • +13
    ./conf/xdoclet/error-pages.xml
Cleaned up jsp.

    • -15
    • +4
    ./web/pages/learning/defineLater.jsp
    • -46
    • +48
    ./web/pages/learning/notebook.jsp
    • -26
    • +18
    ./web/pages/learning/runOffline.jsp
  1. … 42 more files in changeset.
Cleaned up jsp.

    • -44
    • +47
    ./web/WEB-INF/tags/DefineLater.tag
  1. … 14 more files in changeset.
Removed call to initTabSize. No longer needed.

    • -4
    • +0
    ./web/includes/javascript/authoring.js
    • -1
    • +0
    ./web/includes/javascript/monitoring.js
  1. … 23 more files in changeset.
Removed the advanced and instructions tabs when authoring page opened from monitoring.

    • -28
    • +43
    ./web/pages/authoring/authoring.jsp
  1. … 2 more files in changeset.
Removed duplicate style attribute.

  1. … 15 more files in changeset.
Added border=0 style to tab middle link.

  1. … 16 more files in changeset.
Updated uploadFile method to check for zero length file name.

  1. … 2 more files in changeset.
Updated icon - had a black stroke

  1. … 5 more files in changeset.
Added highlighting for authoring tab.

  1. … 14 more files in changeset.
updated tld and tag files

    • -0
    • +56
    ./web/WEB-INF/tags/TabName.tag
  1. … 8 more files in changeset.
updated tld and tag files

  1. … 18 more files in changeset.
Fix for convertion bean:message to fmt:message

Updated authoring pages.

    • -22
    • +17
    ./web/pages/authoring/advanced.jsp
    • -193
    • +185
    ./web/pages/authoring/instructions.jsp
  1. … 32 more files in changeset.
Add from and to Version parameter to new importContent API.

  1. … 11 more files in changeset.
Renamed <P> id attribute from authoringButton to saveCancelButtons to improve clarity. This id is used by javascript to hide and show the save and cancel buttons.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 15 more files in changeset.
attachment fix (tested) LDEV-672

  1. … 12 more files in changeset.
Added contentFolderID to monitoring

    • -0
    • +1
    ./web/pages/monitoring/editActivity.jsp
  1. … 2 more files in changeset.
updated icon

  1. … 11 more files in changeset.
1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

  1. … 10 more files in changeset.
Set define later = true only when authoring is launched from the monitoring screen.

  1. … 2 more files in changeset.