Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Use version 3 of JSP and JSTL and their schemas

Make IntelliJ understand the Web aspect of LAMS projects.

  1. … 2102 more files in changeset.
LDEV-5397 Migrate old Bootstrap3 class names into Bootstrap5 in *all* tools' learning

* Did this following 2 guides:

https://getbootstrap.com/docs/4.1/migration/

https://getbootstrap.com/docs/5.2/migration/

* Apart from changing class names, also performed other updates required in aforementioned guides.

For instance, checkboxes, radios, selects have now proper Bootstrap5 structure; removed "media" objects.

* Replaced some outdated LAMS class names

  1. … 105 more files in changeset.
LDEV-5257 Fix Wiki CKEditor toolbars and links

  1. … 2 more files in changeset.
LDEV-4953 Set pageEncoding and contentType in web.xml instead of jsps

  1. … 172 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

  1. … 170 more files in changeset.
LDEV-3296 Upgrade CKEditor to version 4.4.3

  1. … 326 more files in changeset.
LDEV-3296 Upgrade CKEditor to version 4.4.3

  1. … 326 more files in changeset.
LDEV-2824: Fix quotes problem when editing a WikiPage with an existing link to another page.

LDEV-2743: Change the way the function opening dialog gets registered in setup process.

Plugins Paint, MoviePlayer and WikiLink were bidning to their commands functions with the same name, causing clash and incorrect registration of one function to multiple plugins.

The function was removed from each Tool and an anonymous function was used instead.

  1. … 2 more files in changeset.
LDEV-2577: Removed some unnecessary code.

LDEV-2577: Workaround for Firefox limitation of inserting malicious HTML.

LDEV-2577: Rewrote WikiLink for new CKEditor. For Firefox 3.6.10 inserting HTML is not working: https://bugzilla.mozilla.org/show_bug.cgi?id=596300 https://bugzilla.mozilla.org/show_bug.cgi?id=597784 https://bugzilla.mozilla.org/show_bug.cgi?id=597784

Maybe future releases of FF will allow to insert any content into editor area.

  1. … 2 more files in changeset.
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;);

Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -0
    • +131
    ./fck_wikilink.jsp
  1. … 5 more files in changeset.