Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 34 more files in changeset.
LDEV-3188 * improve reflections display format

  1. … 2 more files in changeset.
LDEV-3188: better put instructions within its own div instead

LDEV-3188: removing h2s on instructions

LDEV-3188 Improvements to Monitor UI

LDEV-3188 Improvements to Monitor UI

    • -22
    • +15
    ./pages/export/exportportfolio.jsp
    • -0
    • +138
    ./pages/monitoring/advanceoptions.jsp
    • -15
    • +25
    ./pages/monitoring/monitoring.jsp
    • -0
    • +37
    ./pages/monitoring/reflections.jsp
    • -282
    • +174
    ./pages/monitoring/summary.jsp
  1. … 21 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

    • -131
    • +0
    ./pages/authoring/instructions.jsp
    • -65
    • +0
    ./pages/authoring/parts/instructionfilelist.jsp
    • -95
    • +0
    ./pages/learning/mobile/runoffline.jsp
    • -96
    • +0
    ./pages/monitoring/instructions.jsp
  1. … 333 more files in changeset.
LDEV-3153 * Enlarge instructions field for Share Resource * removed prototype.js and rewrite methods to use jquery to avoid JS errors * improved UI

    • -11
    • +38
    ./includes/javascript/rsrcresourceitem.js
    • -13
    • +0
    ./pages/authoring/parts/addfile.jsp
    • -13
    • +1
    ./pages/authoring/parts/addlearningobject.jsp
    • -12
    • +1
    ./pages/authoring/parts/addwebsite.jsp
    • -20
    • +16
    ./pages/authoring/parts/instructions.jsp
    • -29
    • +21
    ./pages/itemreview/instructionsnav.jsp
  1. … 3 more files in changeset.
LDEV-3142: Add help icon which fixes padding problem as well.

  1. … 10 more files in changeset.
LDEV-3113: Remove Flash Learner. Remove unnecessary SWF, tag and other files, along with methods in service classes.

  1. … 158 more files in changeset.
LDEV-3107: Shared Resources icons

    • binary
    ./images/icon_rsrc.png
    • -0
    • +114
    ./images/icon_rsrc.svg
    • -0
    • +114
    ./images/icon_rsrc_16.svg
LDEV-3095: Display item list in top or parent window, but never in current.

  1. … 37 more files in changeset.
LDEV-3080: Escape text in mulitple places, preventing quotes from distrupting HTML tag parsing.

  1. … 41 more files in changeset.
LDEV-3070: Use window.parent if required in Tools. Make single activity lesson wizard optional, set in sysadmin menu.

    • -2
    • +13
    ./includes/javascript/rsrcresourceitem.js
    • -1
    • +4
    ./pages/authoring/parts/instructions.jsp
    • -5
    • +10
    ./pages/authoring/parts/itemlist.jsp
  1. … 57 more files in changeset.
LDEV-3080: Escape quotes in instructions in Share Resources.

    • -2
    • +2
    ./pages/authoring/parts/instructions.jsp
LDEV-3070: Add single activity lessons wizard, first implementation iteration. Some changes were not committed as they interfere with old index page design.

    • -3
    • +6
    ./includes/javascript/rsrcresourceitem.js
    • -1
    • +4
    ./pages/authoring/parts/instructions.jsp
  1. … 119 more files in changeset.
LDEV-3057 force IE9 for compatibility mode

  1. … 28 more files in changeset.
LDEV-3049 change the order we reference css files to the following <link rel="stylesheet" href="${lams}css/jquery.mobile.css" /> <link rel="stylesheet" href="${lams}css/defaultHTML_learner_mobile.css" /> to allow override JQM css styles in defaultHTML_learner_mobile.css

  1. … 21 more files in changeset.
LDEV-3028 Created a mobile interface for Share Resources Tool

LDEV-3028 Created a mobile interface for Share Resources Tool

    • -0
    • +40
    ./WEB-INF/urlrewrite.xml
    • -0
    • +15
    ./common/mobileheader.jsp
    • -0
    • +24
    ./pages/itemreview/mobile/initnav.jsp
    • -0
    • +156
    ./pages/itemreview/mobile/instructionsnav.jsp
    • -0
    • +26
    ./pages/itemreview/mobile/mainframe.jsp
    • -0
    • +26
    ./pages/itemreview/mobile/openurl.jsp
    • -0
    • +62
    ./pages/learning/mobile/addfile.jsp
    • -0
    • +64
    ./pages/learning/mobile/addurl.jsp
    • -0
    • +31
    ./pages/learning/mobile/definelater.jsp
    • -0
    • +16
    ./pages/learning/mobile/finish.jsp
    • -0
    • +255
    ./pages/learning/mobile/learning.jsp
    • -0
    • +70
    ./pages/learning/mobile/notebook.jsp
    • -0
    • +95
    ./pages/learning/mobile/runoffline.jsp
    • -0
    • +21
    ./pages/learning/mobile/start.jsp
    • -0
    • +25
    ./pages/learning/mobile/success.jsp
  1. … 1 more file in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

  1. … 180 more files in changeset.
LDEV-2928 Removed tiles plug-in and all its dependencies from tools that don't use tiles

  1. … 75 more files in changeset.
LDEV-2868 move tigra library to lams_central

  1. … 8 more files in changeset.
LDEV-2887 destroy old CKEditor instances on Ajax refresh to prevent JS exceptions

  1. … 30 more files in changeset.
LDEV-2974 all tools should contain identical LAMS tags in order to make calling ANT target copy-tags painless

  1. … 26 more files in changeset.
LDEV-2974 all tools should contain identical LAMS tags in order to make calling ANT target copy-tags painless

    • -0
    • +136
    ./WEB-INF/tags/TextSearch.tag
  1. … 29 more files in changeset.
LDEV-2868 * updated jquery.js, jquery-ui.js and jqgrid.js, jquery.layout.js, jqury.mobile.js, jqeury.form.js, jquery.autocomplete.js * removed repetitions of those libraries throughout all Lams * fixed some issues brought up by these updates * jquery.sizzle.js cut out from jquery.js and now it's a separate file

  1. … 762 more files in changeset.
LDEV-2929 fixed problem: Tablesorter with 0 rows throws JS error

  1. … 6 more files in changeset.
CNG-12, CNG-21, CNG-28, CNG-29, CNG-36: Add comments in original files so when they are altered, copies made for CNG should also be updated so they work fine with rest of subprojects.

  1. … 16 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -0
    • +212
    ./WEB-INF/tlds/struts/struts-bean-el.tld
    • -0
    • +3302
    ./WEB-INF/tlds/struts/struts-html-el.tld
    • -0
    • +382
    ./WEB-INF/tlds/struts/struts-logic-el.tld
    • -0
    • +343
    ./WEB-INF/tlds/struts/struts-tiles-el.tld
  1. … 1308 more files in changeset.