Skip to content

Releases: r7-labs/R7.University

R7.University 1.1.4

04 Dec 13:38
Compare
Choose a tag to compare

Version 1.1.4

This release brings some feature changes and stabilization fixes for 1.1.0.

  • Fixed #52: Pressing Enter in the search entry should activate search.
  • Fixed #54: EmployeeDirectory: Could search with empty search phrase including subdivisions.
  • Implemented #51: EmployeeDirectory: Search by position titles.
  • Other small improvements and fixes.

Version 1.1.3 (not published):

This release brings some feature changes and stabilization fixes for 1.1.0.

  • New EmployeeDirectory module provides search for employees.
  • ViewEmployeeDetails: fixes for non-popup mode.

R7.University 1.1.2

10 Nov 10:40
Compare
Choose a tag to compare

Version 1.1.2

This release brings some feature changes and stabilization fixes for 1.1.0.

  • Ability to lookup for photo by employee name (also supports transliteration for cyrillic (russian) names).
  • Implemented #39: Position entity: Added IsTeacher field and corresponding UI.
  • Implemented #45: Employee entity: Added Disciplines field and corresponding UI.
  • Implemented #47: Employee entity: Default employee photo images.
  • Partially implemented #46: Launchpad: Search / filter functionality by employees.
  • Other small improvements and fixes.

R7.University 1.1.1

06 Nov 06:19
Compare
Choose a tag to compare

Version 1.1.1

This release brings some feature changes and stabilization fixes for 1.1.0.

  • EmployeeList module: Better employee sorting by adding some weight to the prime positions in the current division (applies to sorting by max. weight only).
  • Employee module: Shows edit / details actions only when employee exists, not just defined in module settings.
  • Employee entity: OtherName now optional.
  • EditEmployee control: Employee name fields now properly validated.
  • EditEmployee control: Cancel buttons in position and achievement edit forms always visible now.
  • Implemented #10: Employee, Division entities: Added WebSiteLabel field to make website links more readable.
  • Implemented #36: Employee module: Ability to display employee info by userid querystring param on the profile page.
  • Implemented #38: Division entity: Added DocumentURL field for the division's main (regulations) document.
  • Implemented #44: EditEmployee control: Clear achievement form when editing is done.
  • Fixed #42: EditEmployee control: Document URL doesn't always set properly when editing employee achievements.
  • Fixed #43: EditEmployee control: Missing currently selected tab on postback.
  • Other small improvements and fixes.

R7.University 1.0.7

28 May 12:58
Compare
Choose a tag to compare

This release brings some new features and more stabilization fixes for 01.00.00.

  • Solution for global issue #17: Employee and EmployeeList modules now use custom data cache.
  • Added popup with details about employee to the Employee and EmployeeList modules.
  • Added ModuleBase classes to simplify access to controller and settings to Employee and Division modules.
  • Fix issue #19: Then editing division from division's tab, HomePage reset to main page.
  • EditEmployee control moved to Employee module from Launchpad.
  • Fix issue #20: You can now add new division right from Division module.
  • Launchpad pager mode changed to simplify access to the last records.
  • More friendly SearchByTerm link in Division module.
  • Reworked short title display logic in Division module.
  • Remove endline after END:VCARD in generated vCards.
  • Other small fixed and improvements.

R7.University 1.0.6

19 Mar 11:11
Compare
Choose a tag to compare

This release brings some new features and more stabilization fixes for 01.00.00.

  • Added Division module to display information about specified division.
  • EditDivision control moved to Division module from Launchpad.
  • Added VCard class to base library with partial vCard implementation.
  • Added QuotedPrintable class to base library to encode/decode QP-strings.
  • Added vCard export to Division and Employee modules (in edit mode).
  • Show QR-code in Division module with vCard info.
  • Use Skin.AddModuleMessage() in Utils.Message() which mess with a ViewState before.
  • Added Tweaks.SqlDataProvider script with temporary DB tweaks to execute manually.
  • Fix issue #9: Working hours TermID saved instead of term Name.
  • Localization updated, more messages moved to SharedResources.resx.
  • Other small fixed and improvements.

R7.University 1.0.5

14 Apr 09:02
Compare
Choose a tag to compare

This is stabilization release for 01.00.00.

  • Added basic search by employee data in Employee and EmployeeList modules.
  • Possible fix for issue #5: EditEmployee crashes if photo file was deleted.
  • Fix for issue #6: Now employee positions grouped by division.
  • Fix wrong sort order of employee positions.
  • Fix for issue #7: Allow more chars for phone number fields in a DB.
  • Fix for issue #8: Click on "Add position" button no longer results in a crash in EditEmployee positions tab if no division was selected.
  • Trim string values then updating records in all forms.
  • EditEmployee: Allow select commonly used working hours from a list.
  • EditEmployee: About tab moved to the right.
  • EditEmployee: Always select tab 0 then open new form.
  • EditEmployee: Add separate "Add prime position" button instead of button + checkbox.
  • EditEmployee: Autoselect division in a tree then editing from EmployeeList module.
  • Launchpad: Load data tables in the session if it is empty.
  • EditEmployee, Launchpad: Fix dnnGridHeader class doesn't apply to th element of gridview.
  • Other small fixed and improvements.

R7.ImageHandler 1.0.4

01 Apr 09:03
Compare
Choose a tag to compare

This is stabilization release for 01.00.04.

  • Photo thumbnails now generated with R7.ImageHandler.
  • Added settings to photo thumbnail width to Employee and EmployeeList modules.
  • Fix for issue #4: University_Positions.ShortTitle field length expanded to 64.

Note: R7.ImageHandler is not required if photo width settings in Employee and EmployeeList modules is not set - original photos are used instead.

R7.University 1.0.3

25 Mar 06:36
Compare
Choose a tag to compare

This is stabilization release for 01.00.00.

  • Make setting and realize ability to select tables to display in Launchpad module.
  • Added page size option for Launchpad module.
  • Removed text wrapping around photo and edit link in EmployeeList module.
  • Ability to display secondary email and profile links in Employee and EmployeeList modules.
  • Lauchpad now preserve selected tab between page loads using session variable.
  • Ability to add new employee right from Employee module.
  • Added package script.

R7.University 1.0.2

17 Mar 12:19
Compare
Choose a tag to compare

This is stabilization release for 01.00.00.

  • Fix for issue #1 - DnnFilePickerUploader misses it's state between postbacks.
  • Fix for issue #2 - DivisionsHierarchy table function returns wrong results.
  • Added missing binding parameter to treeview.
  • Cut biography string to 16 chars max.

R7.University 1.0.1

13 Mar 11:34
Compare
Choose a tag to compare

This is stabilization release for 01.00.00.

  • Then edit employee positions, select division from a tree instead of combobox.
  • Employee about / biography moved to a separate tab.
  • Use richtext editor for employee about / biography.
  • Some style changes in Employee module.
  • Allow update employee if no occupied positions defined.