Skip to content

Releases: bigprof-software/resources-utilization-viewer

RUView 4.7

03 Mar 16:01
Compare
Choose a tag to compare

As generated by AppGini 22.12

For full change log, please refer to AppGini change log

RUView 4.6

12 Feb 02:03
Compare
Choose a tag to compare
  • Add Projects chart (displays projects span over a year)
  • Hide prev/next year in print-preview of charts, and enforce bg colors in same.
  • For new assignment records, set resource duration same as project when a project is selected.
  • In editable assignments DV of an existing record, add a 'Reset resource duration' button to do the same manually.

RUView 4.5

10 Feb 23:54
Compare
Choose a tag to compare
  • As generated by AppGini 22.11
  • Fix gitignore rule and add images folder to avoid setup errors.
  • Fix gitignore rule that prevented chart icon from commits.
  • Add support for HTTPS proxies.
  • Include query logs page in admin area.
  • Fix resources displacement in RU chart in case resource IDs have gaps.
  • Responsive resources utilization chart.
  • Add button for toggling the display of today indicator.
  • Encapsulate resources chart in a div.chart-area for easier scripting.

RUView 4.4

14 Jun 15:12
Compare
Choose a tag to compare
  • Fix SameSite value of remember_me cookie for future compatibility with browsers.
  • Re-order admin utilities menu for better organization.
  • Add pageQueryLogs.php to view log of slow and error queries for debugging (Admin area > Utilties menu > Query logs)
  • Add 'nothing' table icon (useful when you want no icons for a table)
  • Refactor tablename_view to delegate code for applying membership permissions to DataList.
  • Add DataList::applyPermissionsToQuery() and DataList::fieldIsDateTime().
  • Refactor various parts of DataList.
  • Fix filtering query error for non-admin users that don't have full view permissions.
  • Add logSlowQuery() and logErrorQuery() functions to help diagnose problematic queries executed by sql().
  • Refactor sql() function by separating dieErrorPage() and openDBConnection().
  • Add new options to the $o array passed to sql() to suppress logging if set to true: 'noSlowQueryLog' and 'noErrorQueryLog'.
  • Add CSS classes .signed-in-as and .username to the 'Signed in as ..' text and the username link in the navigation bar for easier scripting.
  • Fix issue where TVDV page with 0 records in TV has missing date pickup components.
  • Render read-only checkboxes in DVP in all cases.
  • makeSafe(): return an empty string for 0-length inputs without further checks.
  • UX fix: don't automatically sign out a user when they access a table they have no access to.
  • Show 'table access denied' error if user is accessing a DV record they don't have access to, rather than a blank page.
  • Fix issue with empty lookup values for lookup fields of short char/varchar datatype.
  • CSS rule to hide empty email links.
  • Show "Don't rename uploaded files" and "Delete files from server when removed from record" options in image options window.
  • checkMemberID.php: change the way availability is reported to prevent minifying services that strip comments from ruining the result.
  • Render read-only (rather than editable) check-boxes in DVP.
  • Enable auto-increasing rich editor height for long content.
  • Add more randomness to generated file names by randomly seeding microtime() to hinder brute force filename guesses.
  • Sanitize filterer_* against reflected XSS in 'Add new' form.
  • Misc syntax fixes.

RUView 4.3

28 Mar 16:52
Compare
Choose a tag to compare
  • Add .sum CSS class to sum row and each sum cell in TV.
  • Fix tooltip appearance in admin/pageRebuildFields
  • Fix PHP8 error on filtering lookup fields.
  • Fix sorting bug in admin/pageViewRecords.php
  • Filter data when exporting to CSV to prevent CSV injection in Excel.
  • Sanitize group description in groups list page
  • Fix localStorage clearing issue that leads to disabling enabled shortcut keys

RUView 4.2

21 Jan 10:45
Compare
Choose a tag to compare

Fix 'no direct access allowed' in CSV import page.

RUView 4.1

19 Jan 19:14
Compare
Choose a tag to compare
  • As generated by AppGini 5.93
  • Implement instant search in admin settings page to quickly find a setting by label.
  • Add button for clearing date fields in detail view.
  • Usability and layout fixes to various pages.
  • Move server-side code from common.js.php to header.php, and rename as common.js for better performance through native server/browser caching.
  • Rename dynamic.css.php to dynamic.css for speedier processing and better loading performance.
  • Add checks during setup for PHP extensions: xml and mbstring, and a more descriptive error message if images folder is misconfigured.
  • Quick search: fix highlight behavior when no matches are found.
  • Fix js bug in admin/pageViewMembers.php that prevents confirmation dialog when deleting a user.
  • Fix bug in Save changes button locking behavior during ajax requests.
  • Update CI_Input to prevent recently revealed XSS vulnerabilities, CVE-2021-21260.
  • Prevent potential minor reflected XSS vulnerability in CSVImportUI.php.

RUView 4.0

26 Nov 19:30
Compare
Choose a tag to compare
  • App as generated by AppGini 5.92
  • Move chart.php to hooks and update homepage and navmenu links.