lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4364 Properly save question after another one was removed

The problem comes from MCQ incorrectly assigning question's orderId

after some question was removed.

Merge branch 'LDEV-4363'

LDEV-4363 Adding stub for old lams_tool_dimdim

Adding lams_tool_dimdim to GitHub as we need to use it for other site

and we didn't import it originally from CVS.

    • -0
    • +2
    /lams_tool_dimdim/.gitignore
    • -0
    • +28
    /lams_tool_dimdim/db/sql/activity_insert.sql
    • -0
    • +3
    /lams_tool_dimdim/db/sql/create_lams_tool_dimdim.sql
    • -0
    • +14
    /lams_tool_dimdim/db/sql/library_insert.sql
    • -0
    • +42
    /lams_tool_dimdim/db/sql/tool_insert.sql
  1. … 6 more files in changeset.
Merge branch 'LDEV-4361'

LDEV-4361 Remove Pedagocial Planner auto deployment

From now on the Planner has to be deployed manually using its "deploy"

Ant task.

LDEV-4362: adding LICENSE.txt (GNU GPL V2)

Adding GNU GPL v2 license to LAMS repository to follow GitHub practices.

LDEV-4305 adding new labels. LDEV-4217 Removing labels

Adding new labels for upload widget and dropping labels for LDEV-4305

Removing labels for LDEV-4217

Merge branch 'LDEV-4360'

Ignore unnecessary resources when committing to repository

LDEV-4360 Adjust Ant build paths

Since public and private projects are not in the same dir now,

we need to make sure Ant commands point to proper resources.

Ignore build.properties file so everyone can set his/her own Ant build configuration without having to commit it.

Ignore build.properties file so everyone can set his/her own Ant build configuration without having to commit it.

LDEV-4305 Using the standard upload widget and validation for user/role/organisation upload - added method to check for .xls extension.

LDEV-4305 Using the standard upload widget and validation for user/role/organisation upload.

    • -18
    • +36
    /lams_admin/web/import/importGroups.jsp
    • -8
    • +33
    /lams_admin/web/import/importexcel.jsp
    • -23
    • +23
    /lams_admin/web/import/status.jsp
Ignore build dir in Vote tool

    • -0
    • +2
    /lams_tool_vote/.gitignore
After migration clean up

After migration clean up

After migration clean up

  1. … 25930 more files in changeset.
Ignore build dir in Vote too

After migration clean up

    • -0
    • +5
    /TestHarness4LAMS2/.gitignore
    • -0
    • +2
    /lams_central/.gitignore
    • -1
    • +0
    /lams_central/web/images/icons/.cvsignore
  1. … 300 more files in changeset.
LDEV-4359 Add logs to OAuth library

LDEV-4274: Use service proxy bean instead of concrete implementation, so methods called from child threads are transactional.

LDEV-4351:Submit Files: include delete file button for student to remove the old file and reload a new one.

LDEV-4359 Add logs to OAuth library

    • -0
    • +130
    /3rdParty_sources/oauth/net/oauth/ConsumerProperties.java
    • -0
    • +381
    /3rdParty_sources/oauth/net/oauth/OAuth.java
    • -0
    • +100
    /3rdParty_sources/oauth/net/oauth/OAuthAccessor.java
    • -0
    • +68
    /3rdParty_sources/oauth/net/oauth/OAuthConsumer.java
    • -0
    • +53
    /3rdParty_sources/oauth/net/oauth/OAuthException.java
    • -0
    • +393
    /3rdParty_sources/oauth/net/oauth/OAuthMessage.java
    • -0
    • +148
    /3rdParty_sources/oauth/net/oauth/OAuthProblemException.java
    • -0
    • +81
    /3rdParty_sources/oauth/net/oauth/OAuthServiceProvider.java
    • -0
    • +27
    /3rdParty_sources/oauth/net/oauth/ParameterStyle.java
    • -0
    • +16
    /3rdParty_sources/oauth/net/oauth/consumer.properties.sample
  1. … 15 more files in changeset.
LDEV-4350 :Include delete file button for student to remove the old file and reload a new one.

LDEV-4352: Adding mark charts to Monitoring for Scratchie and MCQ.

LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

    • -1
    • +4
    /lams_tool_lamc/web/common/monitoringheader.jsp
    • -53
    • +4
    /lams_tool_lamc/web/monitoring/Stats.jsp
    • -0
    • +163
    /lams_tool_lamc/web/monitoring/parts/statsPart.jsp
LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

LDEV-4352: Adding mark charts to Monitoring for Scratchie and MCQ. Moved more to the css file to be shared across tools.