• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file Theme.hbm.xml was added on branch lams2_3_release on 2010-03-01 04:54:33 +0000

file Theme.java was added on branch lams2_3_release on 2010-03-01 04:54:33 +0000

LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

  1. … 35 more files in changeset.
LDEV-2426 set tutorialsDisabled field

  1. … 2 more files in changeset.
LDEV-2426 set firstLogin field

  1. … 2 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

  1. … 19 more files in changeset.
Fixing format of file

Fixing format of file

oauth support functional but not production ready (tokens currently stored in address columns of lams_user). added new share resource type for google docs which are retrieved via oauth and saved as html files in content repository.

  1. … 24 more files in changeset.
LDEV-2417 merged from head

LDEV-2417 trim returned string config values

LDEV-2420 Merging the stylesheets so there is only one defaultHTML.css file, to make it easier to implement themes

  1. … 3 more files in changeset.
LDEV-2374: Added a parameter to override repository security constraints. Now the Tool Content Handler name can be passed and a ticket will be taken from there, instead of the current tool.

Changed the way Pixlr Tool provides output for Data Flow.

  1. … 7 more files in changeset.
LDEV-2075 fixing statistics page so you can choose which group to display instead of just displaying them all

  1. … 3 more files in changeset.
LDEV-2075 creting overall statistics page for admin

using new patch level numbering system

    • -0
    • +8
    ./src/java/org/lamsfoundation/lams/dbupdates/patch02040000.sql
LDEV-2372 fixes to testing framework

* closes all windows at the end of each test.

So there is no more need in paying attention to this thing

* solved problem with IE: ability to re-login

* solved problem with timeouts in learning

* new method waitForLearning() introduced

* TestFrameworkException renamed to SeleniumException

TestFrameworkConstants renamed to SeleniumConstants

added several new constants

post 2.3.1 patch files - planner.lamscommunity.org is at patch level 18

LDEV-2374: Added outputs for Data Flow for:

* Image gallery (URL to the images uploaded by the students),

* Forum (text for the postings for a student in the forum)

* Chat (all text postings for a student in the chat)

* Pixlr (URL to the image)

* Share resources (URL to file/urls uploaded)

* Notebook (Text entered by the student)

* Submit Files (URL to files uploaded)

    • -0
    • +56
    ./src/java/org/lamsfoundation/lams/tool/SimpleURL.java
  1. … 32 more files in changeset.
Changing webutil to always log requests to external servers

update patch level due to new patch file

moving/creating post-2.3.1 db modification statements into new patch file

LDEV-2372

moving all Selenium core classes from lams_common/test/java --> lams_common/src/java.

as these classes are aimed for importing from other projects

Updating Japanese

  1. … 18 more files in changeset.
LDEV-2372 Testing framework

* switched to the approach with several test cases inside one Unit test

(using SeleniumSuiteCase)

* got rid of the majority of abstract classes

so now you're basically free to pick up testing technique that suites you best (either test suites or single tests)

* ability to tear down Selenium at the end of any test case

* fixed small bug with assertion in createNewLesson()

LDEV-2374:

- Vote now accepts nominations created by Teacher as well as ones derived from input.

- Teacher can now limit number of Learners contributing to Vote's nomination pool.

- Each tool now declares which DataOutputDefinitions it can accept for Data Flow.

  1. … 45 more files in changeset.
LDEV-2372

prevent popup window for user logging in for the first time

LDEV-2372

doing nothing except for updating formatting

  1. … 2 more files in changeset.
LDEV-2372

* removing redundant selenium libraries and updating 3rdParty.userLibraries

* adding required libs to the lams_comon classpath

  1. … 6 more files in changeset.
LDEV-2372 Updated formatting of this file. As well as a one-line change on line 498. Break; added to the for loop as this would not work for the forum tool without the break, it ended up giving a nullpointer.