Skip to content

Releases: r7-labs/R7.University

R7.University 1.6.1

19 Nov 12:54
Compare
Choose a tag to compare
  • DivisionDirectory, EmployeeDirectory: Use Bootstrap styles for grids in search mode.
  • DivisionDirectory, EmployeeDirectory: Hide not published divisions in search treeviews.
  • DivisionDirectory: Hide not published divisions from regular users, mark them for editors.

Developer changes:

  • MSBuild.Community.Tasks dependency resolved via NuGet.
  • Changes to allow build project using xbuild on Mono 4.
  • Include module controls and resources in local deploy (project source files now relocatable).

R7.University 1.6.0

17 Nov 06:49
Compare
Choose a tag to compare
  • Add EduProgramDirectory module.
  • Add sort index to the educational level model.
  • Educational level and document type models now cacheable.

R7.University 1.5.1

03 Nov 10:08
Compare
Choose a tag to compare
  • Fix null reference exception then accessing empty viewstate.

R7.University 1.5.0

29 Oct 10:59
Compare
Choose a tag to compare

Version 1.5.0

Main goal: Enhance DivisionDirectory module obrnadzor.gov.ru mode.

  • Add ability loose-link divisions and head employees by specifying required position.
  • Partial support for virtual divisions (which generally w/o employees).
  • EditDivision: support for new division properties.
  • Implement hierarchical sorting of divisions.
  • Some visual enhancements - indents, block dividers.
  • Other small updates and fixes.

Version 1.4.0

Main goal: Add support for documents and document types and allow to manage educational program documents.

R7.University 1.3.1

14 Oct 08:30
Compare
Choose a tag to compare
  • Fix #77: EditEmployee: crash when opening in DNN 7.4.2.
  • Update uninstall script to drop tables and views added in 1.3.0.
  • Set library and module CoreVersion dependency to DNN 7.4.0.

R7.University 1.3.0

09 Oct 10:35
Compare
Choose a tag to compare

Important changes: Educational programs and educational profiles were separated. Install script perform DB schema update and also safely move data between new tables.

Before upgrade: Make sure, what University_EduProgram table don't have any records with null or empty Code field and all Code values strictly relate to certain educational program. Also make database backup before upgrading!

  • Add audit and StartDate/EndDate properties to educational program.
  • Removed obsolete employee properties: NamePrefix, Disciplines, AcademicDegree, AcademicTitle and corresponding UI/code parts.
  • Workaround for #74: External links in achievements not working.
  • AjaxControlToolkit.ComboBox upgraded to 15.3.1.
  • Code and DB schema refactoring.

R7.University 1.1.8

17 Apr 09:27
Compare
Choose a tag to compare
  • Implemented #63: Added EmployeeDetails module.
  • EmployeeDetails: Optimize & fix table painting script.
  • Localization updated.
  • Other small improvements and fixes.

R7.University 1.1.7

13 Apr 08:53
Compare
Choose a tag to compare

Version 1.1.7

  • Fixed #65: DivisionDirectory shows unpublished head employees.
  • Implemented / fixed #64: Employee: Cross-portal Tab URLs.
  • EditEmployee: Fixes and some refactoring of the UI.
  • EmployeeList: Fix wrong edit control invoked.
  • Employee, EmployeeList, Division: Added module URL to the search.
  • Use separate CSS files for view and edit/settings controls.
  • Packaging project renamed to avoid conflicts with NuGet.

R7.University 1.1.6

12 Dec 10:16
Compare
Choose a tag to compare

Version 1.1.6

  • New DivisionDirectory module.
  • EmployeeDirectory, DivisionDirectory: Added edit links to the search results.
  • Make sure that shared employee / division controls have same key names in different modules.
  • Other small improvements and fixes.

R7.University 1.1.5

10 Dec 11:47
Compare
Choose a tag to compare

Version 1.1.5

  • EditEmployee: Control now fully localizable.
  • EditEmployee: Added russian localization resources.
  • EditEmployee: Display document URL in achievements edit form.
  • Implemented #55: ViewEmployeeDetails: Added edit button.
  • Implemented #56: EmployeeDirectory: Mark unpublished employees.
  • Implemented #58: ViewEmployeeDetails: Paint tables with dnnGrid classes.
  • Implemented #32: Now short titles also optional for division and position entities.
  • Fixed #59: EmpoyeeDirectory: Missing division link.
  • EmployeeList: DB requests reduced from (1 + 2*NEmployees) to 3.
  • EditDivision: Use treeview to select parent division.
  • Other small improvements and fixes.