Releases: r7-labs/R7.University
Releases · r7-labs/R7.University
R7.University 2.4.1
R7.University 2.3
v2.3 Bump version
R7.University 2.2.2
Important fixes
- GH-320 DivisionDirectory tables missing obrnadzor.gov.ru root tags
- GH-323 Cannot edit edu. program from edu. profile edit form
Small UI improvements
- EditDocuments: Display filename as a link, add support for pages and general URL links
- HACK: GH-315 Hide buggy "Upload file" button (documents edit form only).
- GH-321 Increase width of file/URL selection controls (documents edit form only).
Changes in config
- Introduce
R7.University.development.yml
(deploy it locally to DNN install on build), which replacesR7.University.yml
with default values. - Let default images path for faces be just
Images/
, notImages/faces/
. - GH-322 Introduce config option for default languages to add to the new edu. program profiles:
edu-program-profiles:
default-languages: "en"
Other changes
- More safe
[id $= ...]
attribute selectors in JS - Add EditorConfig file
R7.University 2.2.1
- GH-312 Contingent views except for vacant places are empty
R7.University 2.2
Big one
GH-263, GH-266 Switched to Entity Framework Core, DAL code moved to R7.Dnn.Extensions
Dependencies
- Depend on R7.Dnn.Extensions 0.13.0
- Depend on R7.Dnn.Extensions.EFCore 1.1.0
New features
- GH-298 Support for eLibrary.ru counter in employee details
- GH-292 Implement R7.Dnn.Extensions FolderHistory support
- GH-288 User-friendly search URLs
- GH-148 New EmployeeList sorting by position weight only in current division
- Add "Edit Division" action for EmployeeList
Important changes
- GH-233 Use single (square) photo for employees, provide alternate one for details,
Remove photo lookup functionality - require some manual steps on upgrade - GH-300 Drop obsolete document types and corresponding columns in tables
- GH-287 Properly sort employee achievements in edit form
Bug fixes
- GH-301 Non-admins can delete edu. volume and contingent records
- GH-299 Crash then opening edit forms from EduProgramProfileDirectory and other modules
- GH-296 Unpublished divisions displayed in employee positions
- GH-294 Wrong position display in employee modules
- GH-286 Don't create new term then creating new division if term with same name already exists
- GH-225 Try to resolve cache invalidation issues
- Fix data cache time value must be in minutes
R7.University 2.1.2
- GH-297 Partial compat with Robsobrnadzor recs v3.2.0
R7.University 2.1.1
R7.University 2.1.0
- GH-270 Implement return to the last edited record after editing for ContingentDirectory, EduVolumeDirectory and ScienceDirectory modules.
- GH-272 Show course number along with the year in the page titles and EditEduFormYears control.
- Fix GH-268 EduProgramProfileDirectory shows not published edu. forms / years.
- Fix edu. form / learning time formatting in EduProgramProfileDirectory module.
- Fix GH-278 Decimal values truncated to 2 decimal digits.
- GH-275 Allow to select divisions, positions and achievements by the short title.
- GH-260 Remove ScienceInfo document type.
- Even better sorting of edu. program profile form years.
- Better formatting for decimal values.
- Increase max. value for avg. admission score to 300.
- Allow more that 2 decimal digits in FinancingByScientist decimal value.
- Updated note for potentially deprecated column for the work programs of practice.
- Added labels to obsolete document types for contingent admission and movement.
- Cleanup old dependencies on R7.DotNetNuke.Extensions and DotNetNuke.R7 packages.
R7.University 2.0.1
GH-269 Sort entries by edu. forms first, then by years
R7.University 2.0.0
This is a major release dedicated to the transition to new obrnadzor.gov.ru recommendations.
- Updated information structure and obrnadzor.gov.ru microdata markup across all affected modules to match new recommendations.
- New models: Year, EduVolume, Contingent.
- Convert EduProgramProfileForm model to the EduProgramProfileFormYear model.
- New modules: ScienceDirectory, EduVolumeDirectory (2 modes), ContingentDirectory (4 modes).
- DivisionDirectory module: New mode to display governing divisions.
- Add Created/LastModified fields to documents (#220).
- Mark edu. programs adopted for peoples with disabilities and implemented using E-learning and distance education technologies (#190).
- Add IsGoverning flag to the Divison model, convert IsVirtual flag to IsSingleEntity.
- Do not display division title/link for occupied positions in single-entity divisions.
- EduProgramProfileDirectory module: Practices, admission and contingent movement column are visible for editors only, will be removed later.
- EduProgram module: Support for displaying edu. forms available for admission.
- UI, Security: Extract EditEduProgramProfileDocuments control (#250).
- UX: Close Bootstrap modal popup by ESC key, add vertical scrollbars when content is too large.
- Bugfixes: EditAchievements: UrlControl state persists even after loading new item (#231).
- Performance: DivisionDirectory: Greatly improve performance by reducing database calls to just one per request.
- Configuration: Allow to configure vocabulary names for organization structure and stored working hours (#212).
Installation notes
Due to project structure changes, following module folders inside the DesktopModules/MVC/R7.University/
folder are no longer needed
and you should remove them after install: Employee
, EmployeeList
, EmployeeDirectory
, Division
, DivisionDirectory
,
EduProgram
, EduProgramDirectory
, EduProgramProfileDirectory
.