Skip to content

2.3.2

Latest
Compare
Choose a tag to compare
@filipesmg filipesmg released this 16 Dec 11:48

Added

  • Added possibility for links to status page (and current status) on all headers (file containing status should be updated externally, e.g. via cronjob)
  • Added possibility to link to user profile (e.g.: JuDoor)
  • Added parsing of pre-set filter options and button besides the top search (max. filters per column: 3)
  • Added possibility to open login page in another window/tab when using middle mouse or ctrl+click on "home" button
  • Add a check if user of 'loginasuser' exists or not
  • Added 'jump to project' field on login
  • Added helper function to convert number to hhmm
  • Added graph for slider (used at the moment for 'Queue Analysis')

Changed

  • Improved grid columns sizing
  • Automatically open grid column group when a hidden column uses a filter
  • Compressed external js libraries and added js.gz to .htaccess
  • Removed deflate from .htaccess
  • Turned off cache on .htaccess to avoid large memory consumption
  • Improved style when viewwidth is reduced
  • Improved filters (especially for dates)
  • Made username in project page clickable
  • Other small changes

Fixed

  • Fixed grid filter size
  • Fixed link of 'jump to jobid' field
  • Fixed buttons when loginasuser is used
  • Fixed column show/hide
  • Fixed grid filter containing '-' that is not a range
  • Other small fixes