You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 52 Next »

CSF Version 2 Change Log

Help is available by sending an email to csf-support@mit.edu.
Have any suggestion on how improve this wiki?  Please give us your feedback at csf-support@mit.edu

Quick Links to:

CSF Snapshot Version 2.0.9

  • Snapshot 2.0.9 is based on CSF Release version 2.0.8 - March 26, 2013.
  • Moved registration-related code from common-legacy to csf-registration. Committed by Felicia Leung on March 27, 2013.

CSF Release Version 2.0.8 - Release March 26, 2013

  • Snapshot 2.0.8 is based on CSF Release version 2.0.7 - March 26, 2013.

CSF Release Version 2.0.7 - Release March 26, 2013

  • Snapshot 2.0.7 is based on CSF Release version 2.0.6 - March 22, 2013.
  • Change the savePhysedSwimCreditInBatch method in MitsisStudentService to reference the nonSubjectAcademicCreditDao instead of nonSubjectAcademicCreditBatchDao. Also, remove all the references to nonSubjectAcademicCreditBatchDao within csf-common-legacy.  Committed by Felicia Leung on March 25, 2013
  • Remove the EmailService and the EmailErrorService modules, unit tests and configuration from csf-common-legacy as the same modules and configuration are migrated to csf-email. It will enable other applications to use autowire for the EmailService. Committed by Felicia Leung on March 26, 2013
  • Bringing hbm mappings for UropProject and DeptHROrgUnit up to date - sais-common updates had not made it to CSF. Also, added tests for these two mappings - there are no DAOs, so the tests just use the DAO Foundation to exercise the mappings.  Committed by Stephen Turner on March 26, 2013.
  • Remove the EmailService and EmailErrorService modules from csf-common-legacy as the services are now in csf-email module. It will allow other application to use autowire.  Committed by Felicia Leung on March 26, 2013.
  • Remove all the references to nonSubjectAcademicCreditBatchDao from cssf-common-legacy.  Committed by Felicia Leung on March 25, 2013.
  • Change the savePhysedSwimCreditInBatch method to reference the nonSubjectAcademicCreditDao instead of nonSubjectAcademicCreditBatchDao. Also, remove all the references to nonSubjectAcademicCreditBatchDao.  Committed by Felicia Leung on March 26, 2013.

CSF Release Version 2.0.6 - Release March 22, 2013

  • Snapshot 2.0.6 is based on CSF Release version 2.0.5 - March 13, 2013.
  • Externalizing quartz scheduler specifications for sending and deleting email into properties. Property names are "sendEmailSchedule" and "deleteEmailSchedule". Defaults are what used to be in the xml. So individual apps can specify their own schedule for sending/deleting email, or just keep the csf-email default by not specifying the properties.  Committed by Stephen Turner on March 21, 2013.

CSF Release Version 2.0.5 - Release March 13, 2013

  • Snapshot 2.0.5 is based on CSF Release version 2.0.4 - March 7, 2013.
  • Upgrading Spring Security to 3.1.1 to get bug fix. Ths bug showed in IAP - see CSFU-8. Committed by Steve Turner on March 13, 2013.
  • Moved registration-related code from common-legacy to csf-registration. Committed by Felicia Leung on March 7, 2013.

CSF Release Version 2.0.4 - Release March 7, 2013

  • Snapshot 2.0.4 is based on CSF Release version 2.0.3 - March 7, 2013.

CSF Release Version 2.0.3 - Release March 7, 2013

  • Snapshot 2.0.3 is based on CSF Release version 2.0.2 - March 4, 2013.
  • Changed dependency version for Freemarker from 2.3.13 to 2.3.15 in csf-common-legacy's pom.xml.  See Jira CSF-3.  Committed by David Tanner on March 5, 2013.
  • Add new method, setContext(SecurityContext securityContext), to csf-security securityContextService.  Required by SFP.  Committed by David Tanner on March 6, 2013.
  • Fixing bug in csf-common-legacy for PublishingStatusUserType that manifested itself after the Hibernate 3.6 upgrade. Was not consistent with other similar user type classes.  Committed by Steve Turner on March 7, 2013.

CSF Release Version 2.0.2 - Release March 4, 2013

  • Snapshot 2.0.2 is based on CSF Release version 2.0.1 - February 20, 2013.
  • Add new method findByNamedQuery to daoFoundation.  Committed by David Tanner on February 25, 2013.
  • The following changes where committed by Felicia Leung on February 25, 2013.
    1. Move GradingMode and GradingOption objects to the csf-registration project
    2. Uncomment the @Service annotation for CatalogSubjectServiceImpl and AdvisorServiceImpl
    3. Uncomment the @Repository annotation for HibernateRuleDao
    4. Add context-component-scan for services and dao modules to the csf-ruleengine
  • Moved DaoFoundation from csf-common-legacy to csf-orm.  Committed by david Tanner on March 1, 2013.
  • Moved AuditHibernateInterceptor from csf-security to csf-orm.  Committed by david Tanner on March 1, 2013.
  • Upgraded csf-workflow from Acegi Security to Spring Security. Committed by Steve Turner on February 25, 2013.

CSF Release Version 2.0.1 - Release February 20, 2013

  • Snapshot 2.0.1 is based on CSF Release version 2.0.0 - January 25, 2013.
  • Changed hql in the testGetCurrentMitPersonByPidm() method of TestHibernatePersonDao.java from:
        from CurrentMitPerson where type='EMPLOYEE' and rownum < 20
    to:
        from CurrentMitPerson where type='EMPLOYEE' and pidm is not null and rownum < 200
    Submitted by David Tanner on January 30, 2013.
  • Added new application Id to the email db table.  Committed by Felicia Leung on February 1, 2013.
  • Created new csf-orm jar.  Moved daoFoundation from csf-common-legacy to csf-orm.  Committed by David Tanner on February 6, 2013.

CSF Release Version 2.0.0 - Released January 25, 2013

  • Snapshot 2.0.0 is based on CSF Release version 1.0.18 - January 13, 2013
  • Changed StudentDegree.hbm.xml.  property degreeCode column length changed from 6 to 8.  Change requested by Leo Larson on January 23, 2013.  Committed by David Tanner on January 23, 2013.
  • Created new Email Service.  Committed by Felicia Leung January 28, 2013.
  • Upgrade to hibernate 3.6.10.  Committed by Steve Turner January 17, 2013.
  • No labels