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)
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-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
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: - 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.
LDEV-2387 Changed rendering of FCKEditor in Assessment and Notebook tool* removed commented script part from FCKEditor.tag* removed all references to fckeditor.js, fckcontroller.js, fckeditor.css