• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    /lams_common/src/java/org/lamsfoundation/lams/tool/SimpleURL.java
  1. … 18 more files in changeset.
statements needed to update moodle tool adapters to ~20090605; they dno't have autopatch

    • -0
    • +37
    /tool_adapters/moodle/dbupdate20090605.sql
update tool versions

change to ascii

  1. … 32 more files in changeset.
LDEV-2399 Adding error checking for wookie tool author

    • -3
    • +4
    /lams_tool_wookie/web/pages/authoring/basic.jsp
Changing webutil to always log requests to external servers

update patch level due to new patch file

    • -2
    • +2
    /lams_common/db/sql/insert_types_data.sql
moving/creating post-2.3.1 db modification statements into new patch file

LDEV-2398 Removing pixlr language keys

    • -30
    • +1
    /lams_tool_wookie/web/pages/learning/wookie.jsp
LDEV-2398 Small adjustments to make the author interface nicer

    • -23
    • +19
    /lams_tool_wookie/web/pages/authoring/basic.jsp
LDEV-2398 Developing the wookie author module

    • -19
    • +78
    /lams_tool_wookie/db/sql/create_lams_tool_wookie.sql
    • -2
    • +2
    /lams_tool_wookie/db/sql/tool_insert.sql
  1. … 20 more files in changeset.
LDEV-2396 getting rid of config version

    • -22
    • +0
    /lams_tool_dimdim/web/pages/admin/edit.jsp
LDEV-2372 modified ant builds to support Selenium tests

also added selenium server port property to common.properties

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

LDEV-2396 stopped checking the version in learning

file ApplicationResources_ja_JP.properties was added on branch lams2_3_release on 2010-03-03 06:35:52 +0000

Updating Japanese

    • -73
    • +73
    /lams_tool_assessment/conf/language/lams/ApplicationResources_ja_JP.properties
    • -46
    • +46
    /lams_tool_videorecorder/conf/language/lams/ApplicationResources_ja_JP.properties
Updating Japanese

    • -28
    • +28
    /lams_tool_spreadsheet/conf/language/lams/ApplicationResources_ja_JP.properties
Updating Japanese

  1. … 4 more files in changeset.
LDEV-2397: Fixed a bug in create nomination sequence.

LDEV-2387 simplified rendering of FCKEditor

* removed commented JS part from FCKEditor jsp tag

* removed fckeditorheader.jsp

* got rid of any references to fckeditor.js, fckcontroller.js, fckeditor.css

    • -23
    • +0
    /lams_monitoring/web/WEB-INF/tags/FCKEditor.tag
  1. … 83 more files in changeset.
LDEV-2395 First commit for the wookie tool

    • -0
    • +18
    /lams_tool_wookie/.classpath
    • -0
    • +5
    /lams_tool_wookie/.cvsignore
    • -0
    • +49
    /lams_tool_wookie/.project
    • -0
    • +20
    /lams_tool_wookie/build.properties
    • -0
    • +541
    /lams_tool_wookie/build.xml
    • -0
    • +3
    /lams_tool_wookie/conf/jar/META-INF/MANIFEST.MF
    • -0
    • +125
    /lams_tool_wookie/conf/language/lams/ApplicationResources.properties
    • -0
    • +125
    /lams_tool_wookie/conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +125
    /lams_tool_wookie/conf/language/lams/ApplicationResources_en_AU.properties
  1. … 160 more files in changeset.
LDEV-2372 Testing framework

* modifications to tool's Selenium tests due to the changes in core classes

* Assessment and Notebook tools: tests moved to the new packages

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: Fixed a bug - maxInputs were not saved into DB.

Merging a small fix for assessment mark export

Fixing up small issue causing a nullpointer for some assessment mark exports

LDEV-2185: Merging from branch to head

LDEV-2185: Fixing output when reviewing the vote after finishing activity

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. … 35 more files in changeset.