lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LI-205: simplify the LAMS installer

    • -32
    • +29
    /win_installer/installer/src/build.xml
    • -1231
    • +667
    /win_installer/installer/src/installer.nsi
    • -2
    • +2
    /win_installer/installer/src/lams2.ini
    • -36
    • +58
    /win_installer/utils/src/lams-start.nsi
    • -4
    • +30
    /win_installer/utils/src/lams-stop.nsi
LDEV-2834 fixed fscommand work in Internet Explorer

LDEV-2765: Adding help file for Norwegian

    • binary
    /lams_www/web/help/troubleshoot-no_NO.pdf
LI-205: this file updates the database before JBoss starts for the first time. It startsup MySQL, executes the update scripts and then shuts down MySQL.

    • -0
    • +16
    /win_installer/installer/templates/update-script.bat
LI-205: service*.bat is the controller for JBoss-5.1 in Windows. It also starts and stops MySQL and the embedded Wildfire

    • -0
    • +138
    /win_installer/installer/templates/service.bat
    • -0
    • +130
    /win_installer/installer/templates/service64.bat
    • -0
    • +56
    /win_installer/installer/templates/shutdown.bat
LDEV-2861 updating svgGenerator to be able to use it standalone after LDEV-2603

    • -0
    • +4
    /lams_svggenerator/conf/jar/log4j.properties
LDEV-2755: Updating labels

  1. … 20 more files in changeset.
LDEV-2755: Updating labels

    • -0
    • +241
    /lams_tool_forum/conf/language/lams/ApplicationResources_id_ID.properties
CNG-4: Remove calls to lams_mindapp build.xml as the project is now standalone and not bundled with Central.

CNG-4: Move Struts and security control from Central to now standalone Mindapp project.

LDEV-2860 fixed exception on exporting empty video recorder activity

LDEV-2574 update required libraries names due to migrating to 2.4 version

LDEV-2836 fixed Presence and IM

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
LDEV-2836 fixed Presence and IM

LDEV-2839: Directory /build/war should be created when copying content from lams_planner. If it Planner is not included in build, the directory does not get created and build process reports an error. This was fixed by explicit directory creation.

LDEV-2839: Remove web files from Tool JARs as they belong to WARs.

LDEV-2839: Allow JSP precompilation in lams_central and lams_planner. In Central change output folder of plain Java compilation so it is the same as in other projects. Clean Central build.xml a little - integrate some minor task into build-war. Change moment of Planner injection into Central so Planner JSPs can get precompiled along with Central files. Fix a typo in Planner.

LDEV-2839: Allow JSP precompilation in lams_signup.

LDEV-2839, LDEV-2857: lams_openid: Allows JSP precompilation. Fix classpath so it uses JBoss 5.1 paths to libraries. Fix MANIFEST so it does not use unexisting JAR.

    • -1
    • +1
    /lams_openid/conf/war/META-INF/MANIFEST.MF
LDEV-2839: Remove custom ExportPortOutput and ProgressOutput tags from xdoclet source so generated lams.tld does not contain them.

    • -9
    • +1
    /lams_central/conf/xdoclet/taglib-tag.xml
LDEV-2839: lams_monitoring: Remove duplicate MANIFEST. Change output folder of plain Java compilation so it is the same as in other projects. Allows JSP precompilation.

    • -3
    • +0
    /lams_monitoring/web/META-INF/MANIFEST.MF
LDEV-2839: Allow JSP precompilation in lams_learning.

LDEV-2839: lams_learning clean up: Remove duplicate MANIFEST.

    • -3
    • +0
    /lams_learning/web/META-INF/MANIFEST.MF
LDEV-2839: Change output folder of plain Java compilation so it is the same as in other projects.

LDEV-2839: Convert custom ExportPortOutput and ProgressOutput tags to plain JSP pages. These tags call include themselves recursivly what causes errors in JSP precompilation process. This is a know bug (JBAS-7496) of JBoss 5.1, fixed in JBoss 7. These tags were used only in lams_learning, so after conversion they were left only there. They were removed from all other projects.

    • -59
    • +0
    /lams_admin/web/WEB-INF/tags/ExportPortOutput.tag
    • -79
    • +0
    /lams_admin/web/WEB-INF/tags/ProgressOutput.tag
    • -79
    • +0
    /lams_central/web/WEB-INF/tags/ProgressOutput.tag
    • -10
    • +2
    /lams_learning/web/WEB-INF/lams.tld
    • -0
    • +58
    /lams_learning/web/common/exportPortOutput.jsp
    • -0
    • +91
    /lams_learning/web/common/progressOutput.jsp
  1. … 88 more files in changeset.
LDEV-2856 added missing property

LDEV-2839: Do not remove build/WAR directory as it gets recreated in both jsp-plaincopy and jsp-precompile tasks.

LDEV-2839: Remove only unnecessary build subdirectories instead of whole build dir.