• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-72: added methods to process DictionaryDates, will put values in a hashmap and will place this hashmap in the main hashmap

LDEV-72: added constants for the new values which are in the config file.

LDEV-72: added helper method to get the date a particular dictionary was created

email from author of DnD tree allowing us to use it

some 3rd party components, not all are being used at the moment...

    • binary
    ./src/flash/assets/3rd party components/TabBar.swc
Added licenseID to learning designs in the FolderContentDTO. This allows the Flash client to list the license type in the workspace window, rather than having to request the whole learning design just to get the license details.

  1. … 1 more file in changeset.
wsp now allows saving and opeining of designs from folders

  1. … 1 more file in changeset.
LDEV-73: The creative commons license icons are made up four components. assets/license_images are the original files used to make up the icons - the gifs are the component images and the xcf files are the Gimp files (with layers) that are used for making up the combined images and saved as jpegs. The jpegs are in the images/license directory in lams-central.

    • binary
    ./src/flash/assets/license_images/by.gif
    • binary
    ./src/flash/assets/license_images/bync.xcf
    • binary
    ./src/flash/assets/license_images/byncnd.xcf
    • binary
    ./src/flash/assets/license_images/byncsa.xcf
    • binary
    ./src/flash/assets/license_images/bynd.xcf
    • binary
    ./src/flash/assets/license_images/bysa.xcf
    • binary
    ./src/flash/assets/license_images/nc.gif
    • binary
    ./src/flash/assets/license_images/nd.gif
    • binary
    ./src/flash/assets/license_images/sa.gif
LDEV-73: Updated license data to include references to the license images (stored in lams-central/web/images/licence) and updated urls and names for the 2.5 creative commons licenses.

LDEV-73: Added method to check that two licenses are the "same" for import purposes ie compares license id and name.

  1. … 1 more file in changeset.
Add param LEARNINGDESIGN_ID

adding save as functionality

add isEmpty function

Add save As, also now uses Dictionary Definitions

locaol themes relatively

return ? for unknown items

serverURL issues

*** empty log message ***

    • binary
    ./src/flash/assets/icons/Waste_Paper_Basket.jpg
    • binary
    ./src/flash/assets/icons/lock closed.png
    • binary
    ./src/flash/assets/icons/lock open.png
    • binary
    ./src/flash/assets/icons/locks.ai
    • binary
    ./src/flash/assets/icons/missing_icon.fla
    • binary
    ./src/flash/assets/icons/squareBin.jpg
    • binary
    ./src/flash/assets/icons/squareBin.psd
    • binary
    ./src/flash/assets/icons/squareBinOver.png
    • binary
    ./src/flash/assets/icons/squareBinUp.png
    • binary
    ./src/flash/assets/icons/squareBin_over.psd
    • binary
    ./src/flash/assets/icons/squareBin_up.psd
    • binary
    ./src/flash/assets/tools/CreateDictionary.as
    • binary
    ./src/flash/assets/tools/CreateDictionary.fla
LDEV-73: Added LicenseDTO for passing License data back to Flash. Having a separate DTO allows us to tweak the data before sending - in this case we make sure the picture url is a complete url (maybe relative to the current server in db).

This is used in the authoring call to get all the license details.

  1. … 1 more file in changeset.
LDEV-75 Implemented a Flash client crash dump utility. Writes out the wddx packet from Flash to a file in the LAMS dump directory. The DumpDirectory is configured via DumpDir in the LAMS configuration file.

  1. … 5 more files in changeset.
Moved the WDDX null entry checking to the base packet handling servlet (AbstractStoreWDDXPacketServlet) so that all packets will be checked, not just authoring packets.

  1. … 1 more file in changeset.
LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getLessonsForUser() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.

  1. … 1 more file in changeset.
Fixed javadoc comments. Previous CVS comment should have referred to getLessonsForUser() rather than getActiveLessonsForLearner()

LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getActiveLessonsForLearner() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.

Add DISABLE_LESSON to lesson_state table

Add DISABLED_STATE status

new utility to grab the list of stylesheets used by the user.

used by css tag and export portfolio

    • -0
    • +64
    ./src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java
the argument for creating the UserDTO object refers to a CSSThemeBriefDTO object instead of the actual CSSThemeVisualElement object

modified the call to getUserDTO

the argument for creating the UserDTO object refers to a CSSThemeBriefDTO object instead of the actual CSSThemeVisualElement object

added a new constructor containing id, name and description