lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed the basePath attribute in the two instances of FCKeditor from lams/fckEditor to lams/fckeditor. since the directory in lams_central is also lowercase letters

    • -2
    • +2
    /lams_tool_laqa/web/InstructionsContent.jsp
changed the directory name from fckEditor to fckeditor. Now standardising on lowercase letters for the fckeditor directory.

updated this tld version from 2.1 to 2.3

moved this file to the directory web/WEB-INF/fckeditor/tlds

    • -194
    • +0
    /lams_tool_laqa/web/WEB-INF/FCKeditor.tld
Changed db username and password to standard team values

Was missing the DOCTYPE statement, which caused an exception on startup

Removed the fckeditor connector and upload servlet definition

upgrade to taglib version 2.3

removed the fckeditor connector and upload servlet mappings. these are now located in lams_central's web.xml

    • -15
    • +1
    /lams_tool_nb/conf/xdoclet/servlets.xml
changed the default toolbar to a limited set, instead of the original default toolbar

    • -2
    • +2
    /lams_central/web/fckeditor/fckconfig.js
added tool_lanb_dir

changed the fckeditor directory to all lowercases. added NB tool, in the deploy-tools target

Updated the FCKeditor Java package from version 2.2 to 2.3

    • binary
    /lams_build/lib/fckeditor/FCKeditor-2.3.jar
Updated the FCKeditor Java package from version 2.2 to 2.3 changed module to reference FCKeditor-2.3.jar instead of FCKeditor2.2

added FCKeditor Connector and Upload Servlet COnfiguration settings. These were previously placed in individual tool's web.xml, however they can now be removed.

jsp folder not needed. checked into cvs by mistake

update from fckEditor 2.0 fc to fckEditor 2.0

  1. … 152 more files in changeset.
Update fckEditor directory capital problem : all to lowercase

Update fckEditor directory capital problem : all to lowercase

    • -1
    • +1
    /lams_tool_sbmt/conf/xdoclet/taglibs.xml
1. Refactoring 2.Add retain control in authoring for 3 tabs ( to keep same tab when upload files sucess/failed) 3.Fix bug: upload file to not exist content in authoring, now works.

the z-index is 0, as anything greater causes the fckeditor problem

updated so that fckEditor tabs work

*** empty log message ***

changed the basePath of fckeditor from lams/fckEditor to lams/fckeditor

changed the taglib uri for fckeditor

    • -1
    • +1
    /lams_tool_nb/conf/xdoclet/taglibs.xml
under the ant target build-war, changed the directory name of fckEditor to fckeditor

changed the directory name from fckEditor to fckeditor (all lowercase)

  1. … 768 more files in changeset.
*** empty log message ***

files that are not needed

All testcases will run except in TestToolContentManager and TestToolSessionManager when the supplied parameter is null and the default content id is needed. The default content id is no longer NoticeboardConstants.DEFAULT_CONTENT_ID, but it is determined by calling getDefaultToolCOntentId (in service bean) In order for it to work, in getContextConfigLocation(), need to uncomment the values and in the testApplicationContext.xml need to uncomment the toolService and learnerService property under nbService. This however, will run only if you allocate more memory to ant, otherwise it will just hang. The test cases run, however the test-report cannot be generated. I need to find a reason behind this.

Otherwise if you leave it as is and run the test, the tests will fail in some of the testcases in TestToolContentManager and TestToolSessionManager, and the error is that you get a null pointer exception, this is

because it doesnt have the toolService in order to make the call to get the default content id