• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 280 more files in changeset.
LDEV-2829 Lesson intro page

  1. … 16 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 31 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 23 more files in changeset.
WVI-15 Add ability for monitors to email students based on selected criteria

  1. … 18 more files in changeset.
WVI-14 adding Lesson time limits feature

  1. … 24 more files in changeset.
LDEV-2544 adding Timezone Manager

  1. … 33 more files in changeset.
LDEV-2517 Merging head theme changes with 2.3 branch for 2.3.4

  1. … 64 more files in changeset.
LDEV-2475 Meging changes with head

  1. … 7 more files in changeset.
LDEV-2475 Temp dir issue

- Only files with "lams" prefix deleted on startup

- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:

- Creates the directory if writable and exists

- Returns the specified temp if its writeable

- Otherwise returns the java temp

  1. … 7 more files in changeset.
LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

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

  1. … 5 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()

    • -0
    • +69
    ./org/lamsfoundation/lams/selenium/SeleniumTestSuite.java
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 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.

updating selenium some changes made by andrey in the notebook module - mergin with lams_common

LDEV-2372 Small changes to the comon abstact selenium test to allow for seperated tests

LDEV-2372 Adding the core selenium testing clasess to lams_common instead of notebook tool

    • -0
    • +182
    ./org/lamsfoundation/lams/selenium/DefaultSeleniumFlex.java
LDEV-2074 Improved validation and added floating activities index field to Learning Design (table/class).

  1. … 14 more files in changeset.
LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well

LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 35 more files in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

  1. … 31 more files in changeset.
LDEV-523, LDEV-1527: The tool's help urls need to be modified to include the language code before sending to Flash.

  1. … 19 more files in changeset.
LDEV-750: Adding insert sequence into sequence functionality. Basic functionality done - still yet to do the Flash side and some security checking.

  1. … 35 more files in changeset.
Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

  1. … 9 more files in changeset.
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
merge with lams2_0_3 tag on HEAD

  1. … 127 more files in changeset.
implement getFedServerGroups and getFedServerLessons, methods to call remote server

  1. … 6 more files in changeset.
file TestFederationService.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./org/lamsfoundation/lams/federation/TestFederationService.java
LDEV-1241: Problem with progess engine getting stuck when a user is in a parallel activity within an optional activity required a change to the setProgressState method call. Test classes changed to match,