• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 31 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

  1. … 35 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.

  1. … 219 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1024 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1346 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.

  1. … 420 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 371 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

  1. … 42 more files in changeset.
LDEV-3207: Remove unnecessary gate columns in each tool's initial insertion SQL.

  1. … 27 more files in changeset.
LDEV-2899 There is no need for /db/sql/updatescripts/** sql updates anymore as we use autopatch ever since. So we can remove according folders

    • -130
    • +0
    ./updatescripts/UpdateLAMS202Chat.java
  1. … 44 more files in changeset.
LDEV-2949: Revert DB creation script for Chat Tool as autopatch takes care of changes. The update script should be merged to creation script on 2.4.1 release and Tool version in build.properties file should be updated.

LDEV-2949: Use Ajax to poll and send messages, instead of Jabber.

Remove code supporting Jabber from Chat Tool.

Adjust chat layout.

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

  1. … 1191 more files in changeset.
LDEV-2807: Support for MySQL 5.5

  1. … 41 more files in changeset.
LDEV-2657 Date restrictions for Chat (merge to HEAD)

  1. … 12 more files in changeset.
LDEV-2657: Date and time restrictions for Chat

  1. … 13 more files in changeset.
change to ascii

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

  1. … 118 more files in changeset.
LDEV-2174:

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

  1. … 80 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 111 more files in changeset.
LDEV-1945: Added text search based conditions to Chat tool.

  1. … 35 more files in changeset.
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

    • -0
    • +2
    ./db_version_insert.sql
  1. … 71 more files in changeset.
2.1.1 version updates

    • -0
    • +2
    ./updatescripts/updateTo20080813.sql
  1. … 2 more files in changeset.
LDEV-1511

This has been changed again to prevent the tool deployer code failing during the update

Now all innodb alterations and adding contraints required for LDEV-1511 are done in this one script, in lams common alter_21_engine.sql which is allowed to fail.

    • -14
    • +0
    ./updatescripts/updateTo20080229.sql
  1. … 4 more files in changeset.
LDEV-1511 use original constraint names for consistency, and so that we don't get multiple constraints on the same keys if the tables happen to already be innodb and have their constraints (i.e. script failure is ok in this case)

  1. … 3 more files in changeset.
LDEV-1511 add foreign key constraints to innodb tables

  1. … 4 more files in changeset.
LDEV-1511 make tables created as MyISAM into InnoDB by modifying create table statements and creating update scripts.

    • -0
    • +8
    ./updatescripts/updateTo20080229.sql
  1. … 10 more files in changeset.
made changes so this java class xcan communicate with the installer/updater

    • -8
    • +44
    ./updatescripts/UpdateLAMS202Chat.java
LDEV-1233. Script to update the database chat session table from version 2.02 to 2.03

    • -0
    • +94
    ./updatescripts/UpdateLAMS202Chat.java