Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2329 When editing in monitor if press the "Cancel" button, the define_later flag *does* get removed.

  1. … 28 more files in changeset.
LDEV-2459 LDEV-2462 use double quotes when enclosing i18n text in javascript

LDEV-2459 use double quotes when enclosing i18n text in javascript

    • -11
    • +11
    ./pages/monitoring/wikiDisplay.jsp
  1. … 44 more files in changeset.
LDEV-2152: Changes to make it work with IE6

    • -2
    • +6
    ./pages/learning/parts/finishButton.jsp
LDEV-2387 simplified rendering of FCKEditor

* removed commented JS part from FCKEditor jsp tag

* removed fckeditorheader.jsp

* got rid of any references to fckeditor.js, fckcontroller.js, fckeditor.css

  1. … 94 more files in changeset.
LDEV-2372 Adding more tests to the wiki tool

Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 166 more files in changeset.
LDEV-2225: Wiki monitor page now using appropriate CSS

Merging wiki greek characters fix with head

Merging wiki greek characters fix with head

  1. … 6 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 117 more files in changeset.
LDEV-2152: includes next activity icon - fixing error: by mistake added the nextActivity span tag to Continue. Removed now

    • -1
    • +1
    ./pages/learning/parts/finishButton.jsp
LDEV-2152: includes next activity icon

    • -12
    • +3
    ./pages/learning/parts/finishButton.jsp
  1. … 5 more files in changeset.
LDEV-2150: added icons to save/cancel buttons

  1. … 25 more files in changeset.
LDEV-1998: Adjusted layout of tools' PedPlanner form contents.

  1. … 13 more files in changeset.
LDEV-2005: updating FCKEditor.tag to pass contentfolder id to video reorder fckeditor plugin

  1. … 21 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1 - displayExpanded default set to true

  1. … 25 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

    • -200
    • +114
    ./WEB-INF/fckeditor/tlds/FCKeditor.tld
  1. … 83 more files in changeset.
LDEV-1998: Added FCKeditors for several tools. Adjusted styles for IE.

  1. … 20 more files in changeset.
LDEV-2113: Update FCKEditor.tag

  1. … 21 more files in changeset.
LDEV-1998: Added support for Wiki tool.

    • -0
    • +49
    ./pages/authoring/pedagogicalPlannerForm.jsp
  1. … 8 more files in changeset.
LDEV-2020 adding refresh button to learner and monitor for wiki

  1. … 7 more files in changeset.
LDEV-1996 Adding help icons to wiki learner and monitor modules so people will have a chance of noticing that you can use the wiki link fckeditor plugin

LDEV-1984 history only shows first name twice

LDEV-1986 Wiki doesn't enforce minimum number of edits - fixed

LDEV-1987 Export portfolio not exporting images

this was related to LDEV-1971:, the image urls were not being adjusted properly in export becuse the "lams/www/secure" url was instead "rams/www/sevure" because this tool was developed in rams.

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

  1. … 1 more file in changeset.
LDEV-1894 Small bug in monitor, makes the edit by column display the first name twice - fixed

LDEV-1985 - Inserting a url link breaks wiki links

This was actually happening because the FCKEditor would escape the quotation characters the next time it was edited, fixed by making the link:

javascript:changeWikiPage(&quot;<wikiPage>&quot;);

Fixing up the wiki icon and a few minor cosmetic issues

LDEV-1972 - adding notifications for the wiki tool

implemented for teachers and students

Required the completion of LDEV1977, which allowed direct linking to the wiki from outside LAMS, so the link could be sent in emails

  1. … 16 more files in changeset.