insert_lams_windows_config_data.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4180: Merge Windows and Unix configuration SQL script into one file.

    • -302
    • +0
    ./insert_lams_windows_config_data.sql
  1. … 4 more files in changeset.
LDEV-3254, LDEV-4180: Fix a typo in a configuration key.

  1. … 3 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches. Get rid of unnecessary tables and keys. Modify boolean columns to tinyint(1) Simplify patches where possible.

    • -39
    • +60
    ./insert_lams_windows_config_data.sql
  1. … 223 more files in changeset.
LDEV-4180: Updating release details to version 3.0

  1. … 2 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

    • -12
    • +0
    ./insert_lams_windows_config_data.sql
  1. … 420 more files in changeset.
LDEV-3471: Set session timeout to 30 minuts.

  1. … 3 more files in changeset.
LDEV-3471: Set session timeout to 30 minuts.

  1. … 3 more files in changeset.
LDEV-3219 Update database only using autopatch

  1. … 1 more file in changeset.
LDEV-3219 Added sysadmin option to turn validation off for user details

  1. … 5 more files in changeset.
LDEV-3172: Changing the inactive user timeout setting to 3hrs.

  1. … 2 more files in changeset.
LDEV-3083: update executable script extensions

  1. … 1 more file in changeset.
LDEV-2915: Add tokens to LAMS DB scripts. The tokens are replaced during build with properties taken from lams_build/*.properties files.

Make lams_build/build.properties an optional file included before OS-specific property file, so computer-specific paths can be defined there.

    • -10
    • +10
    ./insert_lams_windows_config_data.sql
  1. … 8 more files in changeset.
LDEV-2907: adding kaltura default settings

    • -12
    • +12
    ./insert_lams_windows_config_data.sql
  1. … 2 more files in changeset.
LDEV-2889, LDEV-2890, CNG-26: Revert changes in the SQL scripts for LAMS clean build as DB structure will be updated by Autopatch scripts anyway.

  1. … 1 more file in changeset.
LDEV-2890, CNG-26: Adding blank line after last statement to fix SQL execution errors.

  1. … 1 more file in changeset.
LDEV-2890, CNG-26: Recommit suspicious SQL entries.

  1. … 1 more file in changeset.
LDEV-2890, CNG-26: Make Sysadmin option a part of standar LAMS distribution, not only one customised for MindTap.

  1. … 2 more files in changeset.
LDEV-2889: Add collapsible west pane in Learner containig Flash progress bar. Make its appearance optional with sysadmin settings. Externalise mainflash.jsp CSS.

  1. … 8 more files in changeset.
LDEV-2813: set mobile interface to flashless learner by default

  1. … 2 more files in changeset.
LDEV-2747: Adding a configkey for server2server registration

  1. … 7 more files in changeset.
LDEV-2756 introducing Kaltura CKEditor plugin

    • -0
    • +18
    ./insert_lams_windows_config_data.sql
  1. … 10 more files in changeset.
LDEV-2664 Switch learner interface for learners if they use a mobile device

*merge from lams2_3_release

  1. … 8 more files in changeset.
LDEV-2639 adding autopatch script

*merge from lams2_3_release

  1. … 2 more files in changeset.
LDEV-2639 Made print button in LAMS learner optional

*merge from lams2_3_release

  1. … 2 more files in changeset.
LDEV-2577: Reverting to previous configuration.

LDEV-2577 The new CKEditor does not have Java Integration library (yet). We have been using it to: a) get the tag library to create our own tag <lams:FCKeditor> But the new CKEditor uses AJAX to get the contents, so the library is not needed anymore. The references to it has been deleted from every tool. FCKEditor.tag has been rewritten to use the new syntax. b) get a FCKEditor internal file manager by a Connector from the jar The new CKEditor does not provide a file manager - the license became commercial and the whole thing became a separate project, CKFinder. There were alternatives suggested on the web: jasfinder - http://sourceforge.net/projects/jasfinder/support kcfinder - http://kcfinder.sunhater.com/ some other - http://www.miguelmanchego.com/2009/gestor-de-archivos-ckeditor/ but we have already nicely integrated with the old file manager. This page: http://jacek-kromski.jogger.pl/2009/09/25/integracja-ckeditor-z-przegladarka-plikow-z-fckeditor/ in polish says how to use the file manager from the old FCKEditor. The steps that have to be done: - download the new CKEditor - download the old FCKEditor - copy the filemanager to ckeditor directory - in the file browser/default/frmresourceslist.html, line 92 (with SetUrl call) needs to be replaced to: window.top.opener.CKEDITOR.tools.callFunction( window.top.document.CKEditorFuncNum, fileUrl, '' ); - in the file browser/default/browser.html add in line 80: document.CKEditorFuncNum = GetUrlParam( 'CKEditorFuncNum');

FCKeditor has been used in version 2.6.6, the last one before switching to CKEditor project.

Changes required to use newer version of Java Integration library

for FCKEditor so it was upgraded to the latest (for FCKEditor, because one for CKEditor does not exist) version 2.6.

This also required the Prototype to be upgraded to the latest 1.6.1.

The CKEditor code also needed to be changed, so if another upgrade to a newer version occurs, we need to remember to repeat these steps:

http://cksource.com/forums/viewtopic.php?f=5&t=15750

It says:

/ckeditor/plugins/link/dialogs/link.js

Changes

label:a.lang.common.target,'default':'notSet' --> label:a.lang.common.target,'default':'_blank'

label:a.lang.link.targetFrameName,'default':'' --> label:a.lang.link.targetFrameName,'default':'_blank'

It is also worth mentioning that if you include the ckeditor.js file twice in the same page, sometimes it causes trouble, thus detection in the CKEditor.tag files.

  1. … 1096 more files in changeset.
LDEV-2564 add Option in "Edit configuration settings" for not displaying the "All My Lesson" option in My Profile tab

  1. … 5 more files in changeset.
fix clientversion version numbers

  1. … 1 more file in changeset.
LDEV-2509 Embedded SMTP server

  1. … 16 more files in changeset.
LDEV-1616 configuration to allow profile editing

  1. … 11 more files in changeset.