lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2839: Allow JSP precompilation in Notebook Tool.

LDEV-2839: Notebook Tool clean up: Remove duplicate MANIFEST.

  1. … 94 more files in changeset.
LDEV-1737 Modified Define in Monitor so it doesn't show the "Re-Edit" or "Close" page

    • -16
    • +34
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2842: fixing typos

  1. … 11 more files in changeset.
LDEV-2755: Updating labels

  1. … 49 more files in changeset.
LDEV-2755: Updating labels

  1. … 388 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build. Make all Tools use MXJ connectors if needed. Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot. Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
LDEV-2755: Updating labels

    • -0
    • +123
    ./conf/language/lams/ApplicationResources_es_MX.properties
  1. … 83 more files in changeset.
LDEV-2749 Introduced mobile version of Notebook tool

    • -7
    • +2
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +26
    ./web/WEB-INF/urlrewrite.xml
    • -0
    • +33
    ./web/layouts/mobileLearningLayout.jsp
    • -0
    • +19
    ./web/pages/learning/mobile/defineLater.jsp
    • -0
    • +112
    ./web/pages/learning/mobile/notebook.jsp
    • -0
    • +58
    ./web/pages/learning/mobile/runOffline.jsp
LDEV-2807: Support for MySQL 5.5

    • -5
    • +5
    ./db/sql/create_lams_tool_notebook.sql
  1. … 51 more files in changeset.
LDEV-2798: Adding nogo to finishbutton

  1. … 67 more files in changeset.
LDEV-2755: Updating translations

  1. … 14 more files in changeset.
LDEV-2755: Updating translations

  1. … 233 more files in changeset.
LDEV-2751: Change default width of CKEditor to "100%" so it is the same as in old FCKeditor.

  1. … 29 more files in changeset.
LDEV-2732: Copy the modified CKEditor tag to all Tools.

  1. … 28 more files in changeset.
CNG-1: Shrink Planner content horizontally so unnecessary scrollbars in Mindapp are not displayed.

  1. … 11 more files in changeset.
CNG-1: Single activity LD configuration opens authoring for only that activity instead of Planner with the whole LD. Parameter "notifyCloseURL" support has been added to each Tool's authoring saved page in order to redirect back to MindApp.

    • -92
    • +105
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 30 more files in changeset.
LDEV-2702 moving css properties from TabName.tag to .css files

merge from lams2_3_release

  1. … 34 more files in changeset.
LDEV-2664 LearnerFlashEnabled.tag has been reimplemented as Java class (this is done in order to prevent updating list of mobile devices in all modules )

*merged from lams2_3_release

    • -53
    • +0
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 59 more files in changeset.
LDEV-2664 update LearnerFlashEnabled tag with detecting mobile devices

    • -1
    • +9
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 24 more files in changeset.
LDEV-2657 pull up JavaScript methods to monitorToolSummaryAdvanced.js

    • -70
    • +12
    ./web/pages/monitoring/summary.jsp
  1. … 7 more files in changeset.
LDEV-2657 Date restrictions for Notebook (merge to HEAD)

    • -1
    • +1
    ./db/sql/create_lams_tool_notebook.sql
    • -4
    • +15
    ./web/pages/learning/runOffline.jsp
    • -0
    • +43
    ./web/pages/monitoring/daterestriction.jsp
LDEV-2642, LDEV-2616: Move Planner activity metadata (hidden, collapsed, expanded) to a separate table, as it may grow in the future and we don't want to make ToolActivity too complex. Move Editing Advice content from Online Instructions in activities to the metadata table. Allow editing the Editing Advice straight from the planner. Use jquery_ui instead of cluetip (dispose the last one completely). While creating a node, the Learning Design is imported just once from ZIP into DB, instead of importing it each time someone opens it in Planner. This allows less unnecessary copies of the LD and allows easier modfication of the original design. Change the way a Teacher gets a copy of the design. When opening the template in Planner, a copy is made in common folder ("Planner preview"). When the user saves the design, the same copy is *moved* to user's folder, rather than copying it again. Futhermore, each subsequent save modifies the same LD rather than making another copy.

  1. … 24 more files in changeset.
LDEV-2577: Fixed a bug preventing multiple CKEditor instances on one page to be properly reinitialized after form submit.

  1. … 27 more files in changeset.
LDEV-2617 Displaying user's response in monitor

*merge from lams2_3_release

    • -27
    • +2
    ./web/WEB-INF/struts/tiles-defs.xml
    • -34
    • +62
    ./web/pages/monitoring/notebookDisplay.jsp
LDEV-2577: Added extra safety measure preventing plain textarea from being show instead of CKEditor instance.

  1. … 27 more files in changeset.
LDEV-2577: Set default height for CKEditor instances, as in IE it was minimal.

  1. … 27 more files in changeset.
LDEV-2601: An attempt to fix Chrome ignoring CSS width.

  1. … 1 more file in changeset.
LDEV-2595: As CSS parameter "display: none" does not work in IE, the initial textarea for CKEditor has height = 0px which does the trick instead.

  1. … 27 more files in changeset.