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

Compare with Current View Page History

« Previous Version 215 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.42

  •  Snapshot 2.0.42 is based on CSF Release version 2.0.41 - Jan 12, 2015.

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 Jan 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.

CSF Release Version 2.0.30 - Released March 13, 2014

  • Snapshot 2.0.30 is based on CSF Release version 2.0.29 - February 26, 2014.
  • Corrected TestHibernateAdvisorDao and TestHibernateStudentDao.  - Committed by Felicia Leung on March 3, 2014.
  • Added new method, listRolesByCategoryFunctionQualifier(...), to RoleswsSao.java and WebServiceRoleswsSao.java in csf-webservices.  Committed by David Tanner on March 12, 2014.

CSF Release Version 2.0.29 - Released February 26, 2014

  • Snapshot 2.0.29 is based on CSF Release version 2.0.28 - December 19, 2013.
  • Add new fields regForm, batchUserId, and batchDate StudentEnrollProfile and its mapping. Also, add new classes StudentProfileRegFormType and StudentProfileRegFormTypeUserType for validation of the newly added regForm field. The changes allow addDrop to update those fields during the IAP period (the normal process undertaken by REG LOAD) to ensure subsequent processes are ok. - submitted by Dan Toomey  - Committed by Felicia Leung on February 26, 2014.

CSF Release Version 2.0.28 - Released December 19, 2013

  • Snapshot 2.0.28 is based on CSF Release version 2.0.27 - December 16, 2013.
  • Modify the findByPidmAndAterm method to do a evict and flush before the read. It is to address the problem of Hibernate does not know the data has been changed for the StudentSubjectRegistrationEnrollmentCharacteristicRule object as the object is mapped to a view and the hibernate mapping does not specify the underlying tables for the view - submitted by Jennifer Weiss.  Committed by Felicia Leung on December 17, 2013.
  • change the type of the activity date column to edu.mit.common.dao.core.hibernate. TruncatedDateUserType to eliminate concurrency errors caused by a mismatch between the presence of milliseconds in Hibernates timestamp and lack there of in Oracle date columns - submiited by Jennifer Weiss..  Committed by Felicia Leung on December 17, 2013.

CSF Release Version 2.0.27 - Released December 16, 2013

  • Snapshot 2.0.27 is based on CSF Release version 2.0.26 - November 25, 2013.
  • added new security filter SsoX509SecurityContextPersistenceFilterFilter.java to correct a security violation reported by Jennifer Weiss.  Committed by David Tanner, November 27, 2013.
  • Fixed the problem of not calculating correctly the lengths of all items in the cc and bcc arrays in EmailServiceImpl.java. (Jira - CSF-7).  Committed by Felicia Leung, December 6, 2013.
  • added getSessionFactory() to daoFoundation.  Requested by Stuart Brown.  Committed by David Tanner, December 10, 2013.
  • added new api.proxy.username property to apiFilter.  Used to over-ride the REFERRED_USER http request attribute.  Requested by Jennifer Weiss.  Committed by David Tanner, December 10, 2013.
  • reworked SsoX509SecurityContextPersistenceFilter to always create a new security context for each inbound http request.  This filter is used solely for rest web services.  Requested by the CSF team. &nbspCommitted by David Tanner, December 10, 2013.

CSF Release Version 2.0.26 - Released November 25, 2013

  • Snapshot 2.0.26 is based on CSF Release version 2.0.25 - November 14, 2013.
  • added new authentication filter SsoX509AuthenticationProcessingFilter.java for processing x509 certificates.  Committed by David Tanner, November 15, 2013.
  • modify HibernateAdvisorDao to create records in spriden_emp ( spriden_id_type=’M’) when advisors and supervisors are assigned (Jira REGREC-146).  Submitted by Monica Menlibai on November 22, 2013.  Committed by Felicia Leung on November 25, 2013.

CSF Release Version 2.0.25 - Released November 14, 2013

  • Snapshot 2.0.25 is based on CSF Release version 2.0.24 - October 31, 2013.
  • increase the length of the email_subject field as requested from powerfaids in database and remove the length attributes in all the string fields in hibernate mappings: EmailEvent.hbm.xml & EmailAttachment.hbm.xml.  Committed by Felicia Leung, November 12, 2013.
  • corrected sql in getRegRegularTerms method of HibernateStudentEnrollProfileDao.java - patch submitted by Jennifer Weiss. November 6, 2013.  Committed by David Tanner, November 14, 2013.

CSF Release Version 2.0.24 - Released October 31, 2013

  • Snapshot 2.0.24 is based on CSF Release version 2.0.22 - September 24, 2013.
  • Added processing for REFERRED_USER to SSOAuthenticationProcessingFilter required by esapis rest services.  Committed by David Tanner on October 22, 2013.
  • Removed csf-notes module from CSF.   Committed by Felicia Leung, October 23, 2013.
  • Added check for application certificates in MitRolesAuthorizationService.java.  Required by the scheduling project.  Committed by David Tanner on October 28, 2013.
  • Added new authenticatedVoter to the accessDecisionManager.  Required by esapis rest service.  Committed by David Tanner on October 28, 2013.
  • Added new csf-httpclient module to CSF.  Committed by David Tanner on October 28, 2013.
  • Adding ApiFilter and unit tests. New dependency on csf-httpclient. Committed by Stephen Turner, October 28, 2013.
  • Removing try/catch from DepartmentalAdministratorAuthorizationService - exception was being caught & logged instead of thrown. This led to unauthorized access to data in Reg Control List. Jira ticket CSFU-63. Committed by Stephen Turner, October 30, 2013.

CSF Release Version 2.0.23 - Version Number Skipped

  • Version 2.0.23 was skipped due to technical problems with the Moves application. Use 2.0.24 instead.

CSF Release Version 2.0.22 - Released September 24, 2013

  • Snapshot 2.0.22 is based on CSF Release version 2.0.21 - August 30, 2013.
  • Modify the EmailServiceImpl to resolve the MailPrepartaionException when the email subject field is null or empty string. The exception causes the emails to remain in the database tables as "queued" and are never sent to the recipients.  Committed by Felicia Leung on September 23, 2013.
  • Modify the EmailServiceImpl to resolve an exception thrown when the report recipient is an single-item array and the only item is null or blank or empty string.  Committed by Felicia Leung on September 24, 2013.

CSF Release Version 2.0.21 - Released August 30, 2013

  • Snapshot 2.0.21 is based on CSF Release version 2.0.20 - August 2, 2013.
  • Change to HibernateStudentEnrollmentCharacteristicsHistoryDao to fix Jira REGREC-85. Also new unit test class. Changes from sais-common patch submitted by Monica Menlibai on August 6, 2013. Committed by Stephen Turner on August 7, 2013.
  • Course - added CipCode to domain and hbm files.  Patch submitted by Shawn Dunn on August 20, 2013.  Committed by David Tanner on August 22, 2013.
  • Nationality / EthnicityGroup – fixed issue where hbm files were mapped to wrong objects (Nationality.hbm had mapping to EthnicityGroup table, and vice versa).  Patch submitted by Shawn Dunn on August 20, 2013.  Committed by David Tanner on August 22, 2013.
  • Modify SMTPMessagePublisher - comment out the logic to request the server to authenticate before sending out emails. The change is to resolve the email sending problem encountered by pe-registraiton -web.  Patch submitted by Ramkrishna Gundraju on August 30, 2013.   Committed by Felicia Leung on August 30, 2013.

CSF Release Version 2.0.20 - Released August 2, 2013

  • Snapshot 2.0.20 is based on CSF Release version 2.0.19 - July 9, 2013.
  • Changes to csf-notes to resolve the problems in notes Text formatted in paragraphs, mismatch in privacy mouse-over text and display text, and missing instructions for student with no notes. (Jira tickets: OREG-1103, OREG-1140 and OREG-1142).    Committed by Felicia Leung on July 9, 2013.
  • Changes to csf-notes to resolve the problem of double quotes display problem reported in Jira ticket: OREG - 1126.   Committed by Felicia Leung on July 11, 2013
  • Changes to csf-notes to resolve the problem of displaying a more graceful message when user attempts to print an empty note. (Jira ticket: OREG - 1144).   Committed by Felicia Leung on July 12, 2013.
  • Changes to csf-notes to display the error(s) more gracefully when exception is encountered and fix IE 7 or IE 10 compatibility mode display issues.   Committed by Felicia Leung on July 15, 2013.
  • Changes to textbookService.  Added new Edition field.   Patch submitted by Ben Cole on July 17, 2013.  Committed by David Tanner on July 18, 2013.
  • Changes to csf-notes to fix the name of the log file.   Committed by Felicia Leung on July 18, 2013.
  • Changes to csf-notes to add /notes.htm as one of the RequestMapping values      Committed by Felicia Leung on Aug 2, 2013.

CSF Release Version 2.0.19 - Released July 9, 2013

  • Snapshot 2.0.19 is based on CSF Release version 2.0.18 - June 26, 2013.
  • Modify EmailServiceImpl for tomcat environment. The system now will set the path to retrieve the velocity template as /velocity/(name of the template) if the server is a Tomcat server. Committed by Felicia Leung on July 3, 2013
  • Changes to csf-notes to resolve problems reported in Jira tickets: OREG-1115, OREG-1122, OREG-1124 and OREG-1125. Committed by Felicia Leung on July 1, 2013
  • Changes to csf-notes to resolve problems reported in Jira tickets: OREG-1103 and some IE 7 formatting issues.  Committed by Felicia Leung on July 13, 2013.

CSF Release Version 2.0.18 - Released June 26, 2013

  • Snapshot 2.0.18 is based on CSF Release version 2.0.17 - June 24, 2013.
  • Moved all studentaccount objects from csf-common-legacy jar to the sfs-ssb project csf-studentaccounts jar.  Patches for csf-common-legacy and csf-studentaccounts submitted by Viswanath Raghava on June 19 and 20, 2013.  Committed by David Tanner on June 25, 2013.

CSF Release Version 2.0.17 - Released June 24, 2013

  • Snapshot 2.0.17 is based on CSF Release version 2.0.16 - June 19, 2013.
  • modify EmailServiceImpl for tomcat environment. It will now set the path to retrieve the velocity template as /(name of velocity template from the input parameter) if the server is a Tomcat server.   Committed by Felicia Leung on June 24, 2013.

CSF Release Version 2.0.16 - Released June 19, 2013

  • Snapshot 2.0.15 is based on CSF Release version 2.0.15 - June 10, 2013.
  • Changes for printing individual note in pdf format.   Committed by Felicia Leung on June 18, 2013.

CSF Release Version 2.0.15 - Released June 10, 2013

  • Snapshot 2.0.15 is based on CSF Release version 2.0.14 - May 20, 2013.
  • Add a new field ruleSequence to the RuleMetatdata table and modify the getMsgRuleMetadataList method in HibernateRuleDao to retrieve an ordered list of RuleMetadata objects sorted according to the values of the ruleSequence of the records The new field enables the ordering of rules that is required in implementing onlinereg Fall 2013-2014 Intelligent Messaging functions. Committed by Felicia Leung on May 29, 2013.
  • csf-notes initial check-in as one of the modules within csf.   Committed by Felicia Leung on May 31, 2013.
  • Adding daoFoundation property to departmentalAdministratorAccessDao bean definition.  Committed by Stephen Turner on June 4, 2013.
  • Allowing apps to pass in null Cc and Bcc string arrays. If they do pass in null, we are replacing with empty string arrays.  This will avoid apps getting NPEs.  Committed by Stephen Turner on June 7, 2013.
  • Replaced the filterChainProxy bean in applicationContext-csf-security-spring.xml with a new version.  Committed by David Tanner on June 10, 2013.

CSF Release Version 2.0.14 - Released May 20, 2013

  • Snapshot 2.0.14 is based on CSF Release version 2.0.13 - May 13, 2013.
  • Batchadmin UROP patch submitted by Leo Larson on May 16, 2013.  Committed by David Tanner on May 17, 2013..
  • Changed the default email addresses in CSF-EMAIL from rjones@mit.edu to csf-support@mit.edu.  Committed by Stephen Turner on May 17, 2013.

CSF Release Version 2.0.13 - Released May 13, 2013

  • Snapshot 2.0.13 is based on CSF Release version 2.0.12 - May 3, 2013.
  • Moved the data files used by ComplexNameGenerator from test resources into main resources.  This is necessary for external unit tests using the ComplexNameGenerator.  Committed by Stephen Turner on May 8, 2013.
  • Modify the MitsisStudentService.extractAddressFromWebAddress method to fix the problem of international address not displaying correctly on Student Landing Page. (OREG - 1111) - Committed by Felicia Leung on May 13, 2013. 

CSF Release Version 2.0.12 -  Released May 2, 2013

  • Snapshot 2.0.12 is based on CSF Release version 2.0.11 - April 22, 2013.
  • Adding dependency on csf-registration to pick up SubjectWarehouse classes that have been moved out of csf-common-legacy. Tweaked spring config to find csf-registration hibernate mappings.  Committed by Stephen Turner on April 26, 2013.
  • Add a DEGREE_DEPTOPTIONLVL_COMPARATOR  to StudentDegreeProgram to fix the issue of sorting of the course column not working properly on the online registration application "Select Students to Email" page (OREG - 1101). Committed by Felicia Leung on May 2, 2013.

CSF Release Version 2.0.11 - Released April 22, 2013

  • Snapshot 2.0.11 is based on CSF Release version 2.0.10 - April 3, 2013.
  • add field gradesheetFacultySource to GradeSheetSection object - patch submitted by Leo Larson for InstructorAssignment. Commited by Felicia Leung on 4/5/2013 
  • moved slf4j-api and slf4j-log4j12 dependencies (version 1.6.6) into csf-base and removed dependencies from csf-email and csf-workflow.  Also added exclusions for earlier versions in csf-email, csf-orm and csf-workflow.  Committed by David Tanner on April 18, 2013.

CSF Release Version 2.0.10 - Released April 03, 2013

  • Snapshot 2.0.10 is based on CSF Release version 2.0.9 - March 29, 2013.
  • Consolidated all CSF dependencies.  Moved commonly used dependencies into the csf-base pom.xml.  Verified inherited dependencies of all CSF modules and applications which depend on CSF for consistancy.  Committed by David Tanner on April 2, 2013.
  • Corrected TestHibernateStudentEnrollProfileDao.java unit test.  Comitted by David Tanner on April 2, 2013.

CSF Release Version 2.0.9 - Released March 29, 2013

  • 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.
  • Move the StudentAuditSummary object and its related services, dao(s), mapping, configuration and unit tests to csf-registraiton. Commited by Felicia Leung on March 29, 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 changeswhere 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