Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Panel

Quick Links to:

Table of Contents
minLevel4

CSF

...

SNAPSHOT Version 2.0.52

  • Snapshot 2.0.52 is based on CSF Release version 2.0.51 - Aug 18, 2017.

CSF Release Version 2.0.51 - Released on Aug 18, 2017

  • Snapshot 2.0.51 is based on CSF Release Version of 2.0.50
  • change the description for the grad education office hold in StudentHold - JIRA REGREC 459 Patch submitted by Srikanth on 8/16/2017 and commited by Felicia Leung on 8/17/2017

CSF SNAPSHOT Version 2.0.50

  • Snapshot 2.0.50 is based on CSF Release version 2.0.49 - May 30, 2017. 

CSF Release Version 2.0.49 - Released on May 30, 2017

  • Snapshot 2.0.49 is based on CSF Release version 2.0.48 - October 25, 2016
  • Modify csf-email: EmailService, EmailEvent, etc. and unit tests. Fix for race condition in bulk email - ESINT-78.

 CSF Release Version 2.0.48 - Released on October 25, 2016

  • Snapshot 2.0.48 is based on CSF Release version 2.0.47 - May 12, 2016
  • Modify csf-common-legacy: StudentHold and unit tests. Additional hold types for REGREC-244 and REGREC-384.

CSF Release Version 2.0.47 - Released on May 12, 2016

  • Snapshot 2.0.47 is based on CSF Release version 2.0.46 - March 8, 2016
  • Modify csf-email: EmailService, EmailServiceImpl  and unit tests. For ENROLL-1460. srondla OFS-115 new method to get evaluationsubjectregistration object based on subject group

CSF Release Version 2.0.46 - Released on March 8, 2016

  • Snapshot 2.0.46 is based on CSF Release version 2.0.45 - November 17, 2015
  • Modify EvaluationSubjectRegistrationDao, HibernateEvaluationSubjectRegistrationDao and unit tests: srondla OFS-115 new method to get evaluationsubjectregistration object based on subject group

CSF Release Version 2.0.45 - Released on Nov 17. 2015

  • Modify TestHibernateEmailEventDao to retrieve a smaller set of sample data for testing so as to cut the process time of the unit test - Committed by Felicia Leung on Oct 15, 2015
  • Modify Example2WorkFlowTest to fix occasional test failure when the nextFireTime of the trigger created for workflow step 60 by osworkflow is set to null.  Committed by Felicia Leung on Oct 15, 2015
  • Patch  to modify EmailServiceImpl to fix the send email object back feature implemented for pe-reg.  Submitted by Vandana Gangisetty on Nov 9, 2015  Committed by Felicia Leung on Nov 11, 2015

CSF Release Version 2.0.42 - Released on Jan 15, 2015

  • Snapshot 2.0.42 is based on CSF Release version 2.0.41 - January 12, 2015.
  • Modify EmailService and EmailServiceImpl to add a new method: sendBulkEmailWithTemplateAndAttachmentsFromDataSourceto generate a message from the template and send it to one or multiple recipients with attachments. Patch submitted by Prasad Vadlamudi on January 14, 2015.  Committed by Felicia Leung on January 15, 2015.
  • Add Shibboleth Delegated Authentication. This functionality is mostly in a separate module, csf-shib-delegation.jar which now appears as a dependency in csf-security. The ApiFilter in CSF Security was significantly refactored. CSF HttpClient was tweaked also.

CSF Release Version 2.0.41 - Released on Jan 12, 2015

  • Snapshot 2.0.41 is based on CSF Release version 2.0.40 - Jan 6, 2015.
  • Modify modify StudentTermLoadLevelServiceImpl to fix a null pointer exception encountered in Add Drop production environment when Students trying to change their 2015FA sophomore exploratory registration to listener. The exception was caused by the student's enrollment profile has null values in sfbst_enrl_profile.fin_trm_sr. Also add the checking for eligibility as a final term senior in the logic to avoid creating a final term senior StudentEnrollmentCharacteristicHistory record incorrectly. Patch submitted by Jennifer Weiss on January 8, 2015.  Committed by Felicia Leung on Jan 12, 2015.

CSF Release Version 2.0.40 - Released on Jan 6, 2015

  •  Snapshot 2.0.40 is based on CSF Release version 2.0.39 - October 28, 2014.
  •  Deprecate class edu.mit.common.grading.SubjectInstructorResult in csf-common-legacy and move the class to the csf-registration module.   Patch submitted by Vandana Gangisetty on November 25, 2014.  Committed by Felicia Leung on November 26, 2014.
  •  Add additional logging at info and error levels to EmailServiceImpl so as to capture additional information that will help to debug a bulk email problem in hassform production environment.     Committed by Felicia Leung on December 24, 2014.    

CSF Release Version 2.0.39 - Released on October 28, 2014

  •  Snapshot 2.0.39 is based on CSF Release version 2.0.38 - October 13, 2014
  •  Added user.dir environment variable to csf-test for use with unit tests.   Committed by David Tanner on October 16, 2014.

CSF Release Version 2.0.38 - Released October 13, 2014

  •  Snapshot 2.0.38 is based on CSF Release version 2.0.37 - September 24, 2014
  •  Remove the domain objects, dao modules and references in the configuration files related to the FinalExam object from csf-common-legacy. The objects deleted include: FinalExamDao, HibernateFinalExamDao, FinalExam, FinalExamId,
     FinalExam.hbm.xml, TestHibernateFinalExamDao. Configuration file applicationContext-csf-common.xml is modified to delete the bean and hibernate mappings references.   Patch submitted by Stuart W Brown. Committed by Felicia Leung on October 7, 2014
  •  Remove beans abstractMitsisSessionFactory; abstractUnitimeSessionFactory; unitimeDaoFoundation from CSF-ORM.   Patch submitted by Stuart W Brown Committed by Felicia Leung on October 7, 2014.
  •  Add the domain objects, dao modules and references in the configuration files related to the FinalExam object back to csf-common-legacy but marked the domain objects and dao modules as deprecated. The objects added and marked as 
     deprecated include: FinalExamDao, HibernateFinalExamDao, FinalExam, FinalExamId. The objects added but not marked as deprecated include FinalExam.hbm.xml, TestHibernateFinalExamDao. Configuration file applicationContext-csf-common.xml is modified 
     to add the bean and hibernate mappings references.  Committed By Felicia Leung on October 9. 2014. 
  • Added SwitchOnceFilter to csf-security for per-request impersonation in stateless ESAPIS apps. Committed by Steve Turner on October 13, 2014.

CSF Release Version 2.0.37 - Released September 24, 2014

  • Snapshot 2.0.37 is based on CSF Release version 2.0.36 - September 8, 2014
  • Patch for AcademicTerm submitted by Shawn Dunn.  Committed by David Tanner on September 19, 2014.
  • add the sendEmailWithReplyToAndTemplate method and modify the updateApplicationConfigurationParametersToEmailEvent method in csf-email to handle the scenario when application wants to specifiy a reply to for the message.  Committed by Felicia Leung on September 22, 2014.

CSF Release Version 2.0.36 - Released September 8, 2014

  • Snapshot 2.0.36 is based on CSF Release version 2.0.35 - July 26, 2014.
  • Added test.properties to CSF-TEST resources.  Committed by David Tanner on August 15, 2014.
  • Added EventDateUtils to CSF-BASE for use with Dashboard.  Committed by Viswanath Raghava on August 28, 2014.
  • Added beans for abstractMitsisSessionFactory; abstractUnitimeSessionFactory; unitimeDaoFoundation to CSF-ORM For  use with ESAPIS. Committed by David Tanner on September 1, 2014.
  • Added new class EsapisLocalSessionFactoryBean.java to CSF-ORM.  For  use with ESAPIS.  Committed by David Tanner on September 1, 2014.

CSF Release Version 2.0.35 - Released July 26, 2014

  • Snapshot 2.0.35 is based on CSF Release version 2.0.34 - July 21, 2014.
  • Merged csf-base and esapis-base.  Committed by David Tanner on July 25, 2014.

CSF Release Version 2.0.34 - Released July 21, 2014

  • Snapshot 2.0.34 is based on CSF Release version 2.0.33 - June 27, 2014.
  • Added a new method findStudentDegreesByCourseLevelAndStatusDate(...) to StudentDegreeDao.java in csf-common-legacy.  This method will be used to resend the data to SFP for anyone whose degree list status has changed.  Patch submitted by Jennifer Weiss on July 11, 2014.  Committed by David Tanner on July 16, 2014.
  • Added a new method sendEmailWithTemplateAndAttachmentsFromDataSource(...)  to EmailServiceImpl.java in csf-email which takes both a list of data sources and a velocity template.  Patch submitted by Jennifer Weiss on July 14, 2014.  Committed by David Tanner on July 16, 2014.

CSF Release Version 2.0.33 - Released June 27, 2014

  • Snapshot 2.0.33 is based on CSF Release version 2.0.32 - June 4, 2014.  
  •  Deprecated the following classes in csf-common-legacy as they are moved to csf-person and csf-advisor:
    (1)  package edu.mit.common.domain.student
          - Advisor.java
          - FacultyIdentifier.java
          - AdvisorAssignment.java
          - AdvisorInfo.java
          - AdvisorAssignmentId.java
          - FacultyPersonBase.java
    (2)  package edu.mit.common.domain.core
          - Employee.java
          - SpridenEmp.java
    (3) package edu.mit.common.service.student
          - AdvisorService.java
          - AdvisorServiceImpl.java
    (4) package edu.mti.common.service.core
          - EmployeeService.java
          - EmployeeServiceImpl.java
    (5) package edu.mit.common.dao.student & edu.mit.common.dao.student.hibernate
          - AdvisorDao.java
          - HibernateAdvisorDao.java
    (6) package edu.mit.common.dao.core & edu.mit.common.dao.core.hibernate
          - EmployeeDao.java
          - HibernateEmployeeDao.java
    Committed by Felicia Leung on June 26, 2014
  •  Deprecated the following Domain class and hibernate mapping in csf-common-legacy as they are moved to csf-term:
     (1) TermData
     (2) TermData.hbm.xml
     Committed by Viswanath Raghava on July 8, 2014

CSF Release Version 2.0.32 - Released June 4, 2014

  •  Snapshot 2.0.32 is based on CSF Release version 2.0.31 - April 2, 2014. 

...

  • Modify the activityDate type StudentSubjectGpaUnits.hbm.xml from timestamp to edu.mit.common.dao.core.hibernate.TruncatedDateUserType to resolve a problem of timestamp/date mismatch on the version field  Patch submitted by Jennifer Weiss on June 2, 2014  Committed by Felicia Leung on June 2, 2014

CSF Release Version 2.0.31 - Released April 2, 2014

  • Snapshot 2.0.31 is based on CSF Release version 2.0.30 - March 13, 2014.
  • Added two methods to NonSubjectAcademicCreditDao.java.  One methord is to find a FORM and the other to delete a FORM.  Patch submitted by Jennifer Weiss on March 18, 2014.  Committed by David Tanner on March 18, 2014.
  • Patch to csf-common-legacy for HRI.  The patch adds the housing_start_date and housing_end_date columns from the STVTERM table to the AcademicTerm object.  This is for the HRI Project. Patch submitted by Shawn Dunn on March 20, 2014.  Committed by David Tanner on March 21, 2014.

...