lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Change of definitions, references and config file updates

    • -0
    • +249
    /lams_tool_vote/conf/language/ApplicationResources.properties
    • -1
    • +1
    /lams_tool_vote/conf/war/META-INF/MANIFEST.MF
    • -1
    • +1
    /lams_tool_vote/db/sql/create_lams_tool_vote.sql
  1. … 24 more files in changeset.
Add instruction navgator page to frame, and a lot refactor. No run/test yet.

    • -4
    • +18
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • -31
    • +0
    /lams_tool_larsrc/web/common/defaultFrame.jsp
    • -16
    • +0
    /lams_tool_larsrc/web/common/footerFrame.jsp
    • -1
    • +1
    /lams_tool_larsrc/web/common/header.jsp
    • -25
    • +0
    /lams_tool_larsrc/web/common/headerFrame.jsp
    • -0
    • +57
    /lams_tool_larsrc/web/layout/ frame.jsp
    • -60
    • +0
    /lams_tool_larsrc/web/layout/frame.jsp
    • -17
    • +4
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
  1. … 6 more files in changeset.
Added the locale filter.

    • -0
    • +11
    /lams_tool_nb/conf/xdoclet/filters.xml
    • -0
    • +10
    /lams_tool_sbmt/conf/xdoclet/filters.xml
    • -0
    • +14
    /lams_tool_sbmt/web/WEB-INF/web.xml
Updated Learner AS code - Learning Design model is now saved in the Lesson obj when the lesson is joined.

First draft of the translation files.

    • -174
    • +141
    /lams_tool_forum/conf/language/ApplicationResources.properties
    • -0
    • +141
    /lams_tool_forum/conf/language/ApplicationResources_bg.properties
    • -0
    • +141
    /lams_tool_forum/conf/language/ApplicationResources_es.properties
    • -0
    • +141
    /lams_tool_forum/conf/language/ApplicationResources_fr.properties
    • -0
    • +141
    /lams_tool_forum/conf/language/ApplicationResources_it.properties
    • -241
    • +233
    /lams_tool_lamc/conf/language/ApplicationResources.properties
    • -0
    • +237
    /lams_tool_lamc/conf/language/ApplicationResources_bg.properties
    • -0
    • +237
    /lams_tool_lamc/conf/language/ApplicationResources_fr.properties
    • -0
    • +237
    /lams_tool_lamc/conf/language/ApplicationResources_it.properties
    • -191
    • +167
    /lams_tool_laqa/conf/language/ApplicationResources.properties
    • -0
    • +171
    /lams_tool_laqa/conf/language/ApplicationResources_bg.properties
    • -0
    • +171
    /lams_tool_laqa/conf/language/ApplicationResources_es.properties
    • -0
    • +171
    /lams_tool_laqa/conf/language/ApplicationResources_it.properties
    • -0
    • +61
    /lams_tool_nb/conf/language/ApplicationResources_bg.properties
  1. … 7 more files in changeset.
Changed tag to suit the new resource files.

    • -2
    • +2
    /lams_tool_nb/web/authoring/authoring.jsp
Added the locale filter.

    • -0
    • +11
    /lams_admin/conf/xdoclet/filters.xml
Changed the locale filter to accept language and country (preferred) or just language.

Renaming blahResources.properties to ApplicationResources.properties

small formatting fix

Default to having the access logger on

    • -2
    • +0
    /lams_build/conf/unix/jboss/tomcat/server.xml
Flash sends and receives & as &. Changed Java end to match. Also made the code more suitable for Java 5.

Renaming blahResources.properties to ApplicationResources.properties

    • binary
    /lams_build/lib/lams/lams-admin.jar
    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Renaming SbmtResources.properties to ApplicationResources.properties

    • -0
    • +126
    /lams_tool_sbmt/conf/language/ApplicationResources.properties
    • -1
    • +1
    /lams_tool_sbmt/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/tool_insert.sql
Renaming QaResources.properties to ApplicationResources.properties

    • -0
    • +195
    /lams_tool_laqa/conf/language/ApplicationResources.properties
    • -1
    • +1
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_laqa/db/sql/tool_insert.sql
Renaming McResources.properties to ApplicationResources.properties

    • -0
    • +245
    /lams_tool_lamc/conf/language/ApplicationResources.properties
    • -1
    • +1
    /lams_tool_lamc/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_lamc/db/sql/tool_insert.sql
Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +29
    /lams_admin/conf/language/ApplicationResources.properties
    • -0
    • +58
    /lams_central/conf/language/ApplicationResources.properties
    • -0
    • +31
    /lams_common/conf/language/ApplicationResources.properties
    • -0
    • +13
    /lams_contentrepository/conf/language/ApplicationResources.properties
  1. … 17 more files in changeset.
Fix bugs in authoring page.

    • -1
    • +1
    /lams_tool_larsrc/web/layout/frame.jsp
The dummy parallel activity's language file was going to the wrong directory.

Updated language translations for Authoring

    • -1
    • +1
    /lams_central/web/flashxml/configData.xml
    • -0
    • +1
    /lams_central/web/flashxml/en_AU_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/mi_NZ_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/pt_BR_dictionary.xml
Tweaking to reduce the number of times the User object is retrieved from the database. Also partially implemented the cache clear when a user object is changed.

Added a development servlet that takes a WDDX packet, deserialises it and dumps the resulting object to the screen. Not I18N - it is just for testing problem packets.

Made a couple of methods protected so they could be used in the deserialisation test servlet.

Updated Bulgarian translation

New copyright statement attached to AS files

  1. … 31 more files in changeset.
Updated Bulgarian translation

New copyright statement attached to AS files

  1. … 25 more files in changeset.
Prototype 1.4

    • -0
    • +1781
    /lams_central/web/includes/javascript/prototype.js
changed from cvs-log.py to cvs-log.pl

added cvs-log.pl