Skip to content

Releases: kenirwin/Weeding-Helper

Version 2.4.1

25 Jul 20:39
Compare
Choose a tag to compare
  • on ingest, delete RDA authority URLs in Author and LCSH fields
  • fixed bug that lost field headers on CSV export

Version 2.4.0

21 May 19:50
Compare
Choose a tag to compare
  • updated to PDO + PHP 7.x
  • updated simple_html_dom parser for php7
  • updated ajaxCRUD to 9.2
  • fixed bug in keeping previous operators after advanced search
  • plus updates from 2.3.0:
    • fixed issue 8: advanced search + ajaxcrud filter -- forgets advanced search
    • fixed issue 9: losing catalog-link arrows on AJAX data reload
    • added copy-two detection
    • HTTPS-friendly -- use https for CDN calls, etc.

Version 2.2.01 - Important Security Update

14 Jul 15:58
Compare
Choose a tag to compare
  • IMPORTANT SECURITY UPDATE & CONFIG CHANGE: new config variable $secure_upload_path identifies a path outside the webroot for the 'upload' and 'prepped' directories. Please see item 4 in the "Installation" section of the Documentation for details on implementation. Moving the upload directory out of the web root closes a previously-unrecognized security liability.
  • added link to local catalog record at beginning of row & end, instead of appended to bib_record column (which only worked when that column was set to show
  • updated tagcloud to show clouds weighted by circ as well as keyword
  • if updating from a version prior to 2.1.01, please note that there are other important configuration and import format changes to consider as well.

Version 2.1.05

01 Jun 15:38
Compare
Choose a tag to compare

changes in version 2.1.05

  • fixed broken css call in cloud.php
  • added call_type column to controller table creation
If upgrading from a version prior to 2.1.0, please also note other important changes
  • Two important changes in v. 2.1.x over 2.0.x
    • CHANGED IMPORT FORMAT -- see documentation for new format; previously-imported data will still work
    • CHANGED CONFIG FILE -- added $local_cat_url to $innreach array in config file to allow linking to local catalog record
  • Improved call number sorting on import
  • added an age-of-collection and recency-of-circulation graphs to the graph page
  • added .gitignore
  • switched to generalized '/usr/bin/env php' instead of '/usr/bin/php' in cronjobs
  • added config setting to allow/disallow managing files
  • added explanatory text to the file management page
  • changed default settings in config-sample.php to disallow upload, manage, delete files

Version 2.1.04

28 May 16:27
Compare
Choose a tag to compare

changes in version 2.1.04

  • Allow Dewey (DDC) or Library of Congress (LC) call number
    • NOTE: New config variable $default_call_type to set default call number type
  • updated ajaxCRUD to version 9.0
  • Usage By Title graph groups titles by LC call number class
  • changed all <? shorttags to <?php
If upgrading from a version prior to 2.1.0, please also note other important changes
  • Two important changes in v. 2.1.x over 2.0.x
    • CHANGED IMPORT FORMAT -- see documentation for new format; previously-imported data will still work
    • CHANGED CONFIG FILE -- added $local_cat_url to $innreach array in config file to allow linking to local catalog record
  • Improved call number sorting on import
  • added an age-of-collection and recency-of-circulation graphs to the graph page
  • added .gitignore
  • switched to generalized '/usr/bin/env php' instead of '/usr/bin/php' in cronjobs
  • added config setting to allow/disallow managing files
  • added explanatory text to the file management page
  • changed default settings in config-sample.php to disallow upload, manage, delete files

Version 2.1.03

15 May 18:16
Compare
Choose a tag to compare
  • Two important changes in v. 2.1.x over 2.0.x
    • CHANGED IMPORT FORMAT -- see documentation for new format; previously-imported data will still work
    • CHANGED CONFIG FILE -- added $local_cat_url to $innreach array in config file to allow linking to local catalog record
  • Improved call number sorting on import
  • added an age-of-collection and recency-of-circulation graphs to the graph page
  • added .gitignore
  • switched to generalized '/usr/bin/env php' instead of '/usr/bin/php' in cronjobs
  • added config setting to allow/disallow managing files
  • added explanatory text to the file management page
  • changed default settings in config-sample.php to disallow upload, manage, delete files

Version 2.0.a.12

04 May 13:55
Compare
Choose a tag to compare
Version 2.0.a.12 Pre-release
Pre-release
  • switched to google hosted version of jqueryui; removed local jqueryui directory
  • confirm on delete file
  • fixed punctuation on some error_reporting calls
  • use LOAD DATA LOCAL INFILE (instead of LOAD DATA INFILE) if the local_infile config is turned on

Version 2.0.a.10

28 Oct 17:16
Compare
Choose a tag to compare
Version 2.0.a.10 Pre-release
Pre-release
  • exact match only when searching on integer-type fields (so "1" doesn't find "14")

Version 2.0.a.09

23 Oct 18:33
Compare
Choose a tag to compare
Version 2.0.a.09 Pre-release
Pre-release
  • removed Display Settings button from nav when no default table selected
  • corrected the link to upload format instructions from upload.php

Version v.2.0.a.08

28 Aug 18:47
Compare
Choose a tag to compare
Version v.2.0.a.08 Pre-release
Pre-release
  • Removes duplication of index.php and controller.php by making index and pointer to the controller.
  • Adds long-awaited CSV-download functionality
  • Makes nav behavior less confusing on controller page
  • Minor display improvement for IE