lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • -0
    • +455
    /lams_learning/web/includes/JavaScriptFlashGateway.js
    • binary
    /lams_learning/web/includes/JavaScriptFlashGateway.swf
    • -0
    • +3
    /lams_learning/web/includes/jsjac-1.3.1/AUTHORS
    • -0
    • +11
    /lams_learning/web/includes/jsjac-1.3.1/COPYING
    • -0
    • +143
    /lams_learning/web/includes/jsjac-1.3.1/ChangeLog
    • -0
    • +470
    /lams_learning/web/includes/jsjac-1.3.1/MPL-1.1.txt
    • -0
    • +57
    /lams_learning/web/includes/jsjac-1.3.1/Makefile
    • -0
    • +87
    /lams_learning/web/includes/jsjac-1.3.1/README
    • -0
    • +339
    /lams_learning/web/includes/jsjac-1.3.1/gpl-2.0.txt
    • -0
    • +506
    /lams_learning/web/includes/jsjac-1.3.1/jsjac.js
    • -0
    • +33
    /lams_learning/web/includes/jsjac-1.3.1/jsjac.packed.js
  1. … 22 more files in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • binary
    /lams_flash/src/central/flash/lam_addseq_wiz.fla
    • -7
    • +34
    /lams_flash/src/central/flash/main2.as
  1. … 8 more files in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • -0
    • +3
    /lams_build/conf/j2ee/lams.application.xml
    • -0
    • +3
    /lams_build/conf/j2ee/rams.application.xml
    • binary
    /lams_build/lib/jabber/JabberHTTPBind-1.1.1.jar
    • -0
    • +7
    /lams_central/conf/xdoclet/servlets.xml
  1. … 19 more files in changeset.
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -0
    • +131
    /lams_tool_wiki/web/wikilink/fck_wikilink.jsp
    • -0
    • +19
    /lams_tool_wiki/web/wikilink/fckplugin.js
    • -0
    • +7
    /lams_tool_wiki/web/wikilink/lang/en.js
    • binary
    /lams_tool_wiki/web/wikilink/wikilink.gif
Switched to unpacked jsjac file.

    • -1
    • +1
    /lams_tool_chat/web/pages/learning/learning.jsp
LDEV-1657 - Wikilinking, with dan's help, used an FCKEditor property to store the wikilink array and fix cross-browser problems

    • -0
    • +23
    /lams_tool_wiki/web/pages/authoring/basic.jsp
Cleanup and commenting

LDEV-1969

Moved jsjac library to lams central

    • -0
    • +506
    /lams_central/web/includes/javascript/jsjac.js
    • -0
    • +33
    /lams_central/web/includes/javascript/jsjac.packed.js
  1. … 18 more files in changeset.
LDEV-1969

Moved createId and createMultiUserChat from the chat tool to lams_common

Updating language files and confinguration files

LDEV-1951 - Block images and insert link in learner from advanced options

    • -168
    • +144
    /lams_tool_wiki/web/pages/authoring/basic.jsp
    • -274
    • +258
    /lams_tool_wiki/web/pages/learning/wiki.jsp
LDEV-1966 Implemented a special workspace folder for each session of the wiki

Monitor and learner modules adjuested to point to this folder

Export portfolio adjusted to export folder images and point to the correct location

    • -2
    • +2
    /lams_tool_wiki/db/sql/create_lams_tool_wiki.sql
    • -4
    • +4
    /lams_tool_wiki/db/sql/table-schema.sql
Formatted code.

Adding reflection to export portfolio

Fixing reflection in learning

changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;

wikiArray = window.top.opener.top.wikiLinkArray; was not working in learner because of the frames

LDEV-1954 Do export portfolio

Done for teacher.

Also fixed problem with grouping causing wiki pages to be copied for each new group.

    • -0
    • +241
    /lams_tool_wiki/web/pages/export/exportPortfolioTeacher.jsp
LDEV-1954 Do export portfolio

Learner done using a special export page. Wiki pages are separated into divs, and are displayed/blocked using javascript

    • -0
    • +107
    /lams_tool_wiki/web/pages/export/exportPortfolioLearner.jsp
Fixed bug introduced by import/export. Now all new instance or copies of wiki content use the same method so we can maintain stability and have shorter code

LDEV-1955 - Doing export tool content for wiki tool

LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters.

    • -2
    • +2
    /lams_tool_wiki/db/sql/create_lams_tool_wiki.sql
    • -6
    • +5
    /lams_tool_wiki/web/pages/authoring/basic.jsp
LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters. Also, the comma problem is solved by getting the javascript object directly from the window rather than saving it as a string in a hidden field, like so:

wikiArray = window.top.opener.top.wikiLinkArray;

LDEV-1958 introducing the first scratch of the image gallery tool

    • -0
    • +22
    /lams_tool_images/.classpath
    • -0
    • +3
    /lams_tool_images/.cvsignore
    • -0
    • +56
    /lams_tool_images/.project
    • -0
    • +25
    /lams_tool_images/build.properties
    • -0
    • +514
    /lams_tool_images/build.xml
    • -0
    • +1
    /lams_tool_images/conf/hibernate/mappings/.cvsignore
    • -0
    • +3
    /lams_tool_images/conf/jar/META-INF/MANIFEST.MF
    • -0
    • +180
    /lams_tool_images/conf/language/lams/ApplicationResources.properties
    • -0
    • +183
    /lams_tool_images/conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +171
    /lams_tool_images/conf/language/rams/ApplicationResources.properties
    • -0
    • +171
    /lams_tool_images/conf/language/rams/ApplicationResources_en_AU.properties
    • -0
    • +4
    /lams_tool_images/conf/war/META-INF/MANIFEST.MF
    • -0
    • +8
    /lams_tool_images/conf/xdoclet/global-exceptions.xml
    • -0
    • +6
    /lams_tool_images/conf/xdoclet/global-forwards.xml
  1. … 179 more files in changeset.
LDEV-1952 implement tool output for wiki tool

number of edits,

number of adds

    • -1
    • +2
    /lams_tool_wiki/db/sql/create_lams_tool_wiki.sql
    • -0
    • +18
    /lams_tool_wiki/db/sql/table-schema.sql
    • -2
    • +4
    /lams_tool_wiki/db/sql/tool_insert.sql
LDEV-1956 Do reflection for wiki

Reflection done in monitor and learner

    • -0
    • +1
    /lams_tool_wiki/web/common/taglibs.jsp
    • -0
    • +33
    /lams_tool_wiki/web/pages/learning/notebook.jsp
    • -0
    • +67
    /lams_tool_wiki/web/pages/learning/parts/finishButton.jsp
    • -0
    • +13
    /lams_tool_wiki/web/pages/learning/wiki.jsp
LDEV-1611 and LDEV-1953 Monitor and learner modules completed for wiki tool, apart from reflection, see LDEV-1954

    • -2
    • +3
    /lams_tool_wiki/db/sql/create_lams_tool_wiki.sql
    • -15
    • +1
    /lams_tool_wiki/db/sql/table-schema.sql
  1. … 9 more files in changeset.
LDEV-1891: Added code that sends notifications to all monitoring teachers, not only those who started monitoring the chosen tool.

  1. … 6 more files in changeset.
LDEV-1950: Learner can no longer choose two groups using browser navigation.

LDEV-1657 - Updating the wiki link plugin for the fckeditor.

To attempt to resolve issues with certain browsers, I removed any ajax calls to get the list of wiki links. Instead, they are retrieved from the opening page. ie a javascript array of wikilinks is created on the page where the fckeditor is, then it is retrieved by the plugin with the following command:

wikiArray = window.top.opener.top.document.getElementById("wikiLinks").value.split(',');

LDEV-1925 Added support for complex conditions

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf