LISTSERV mailing list manager LISTSERV 16.5

Help for CODE4LIB Archives


CODE4LIB Archives

CODE4LIB Archives


CODE4LIB@LISTS.CLIR.ORG


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CODE4LIB Home

CODE4LIB Home

CODE4LIB  October 2015

CODE4LIB October 2015

Subject:

SobekCM Version 4.9.0 Announcement

From:

"Sullivan, Mark V" <[log in to unmask]>

Reply-To:

Code for Libraries <[log in to unmask]>

Date:

Mon, 5 Oct 2015 02:05:52 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (1 lines)

All,


We are proud to announce the release of the latest version of the SobekCM open-source digital repository software<http://sobekrepository.org/sobekcm>. This version includes the addition of a robust web content system, useful for online exhibits, general announcements related to your digital collection, or documentation. This module is the largest single addition to the SobekCM system in the last five years, with more than 10 new administrative screens. In addition, all of the administrative and public pages are supported by the SobekCM Engine REST APIs. This makes this module the first to be supported 100% by the new architecture. As a result of this work, the architecture of the SobekCM Engine continued to evolve.


In addition to the web content work, several changes occurred to searching and browsing material, a new video viewer was added, and the system realize many small improvements. In addition, the efforts towards the cleanest code possible was continued and additional support for PostgreSQL and MySQL continued to be added. The ability to customize several messages, including the 404 missing page and no results pages was added. Finally, many community reported bugs have been corrected.


SobekCM releases are available at the following locations:

  *   SobekRepository.org: http://sobekrepository.org/software/download
  *   Sourceforge (digitally signed and protected MSIs): https://sourceforge.net/projects/sobekcm/
  *   GitHub (Daily Builds): https://github.com/MarkVSullivan/SobekCM-Web-Application

A complete list of changes appears below and is available online at http://sobekrepository.org/sobekcm/development/history.


Mark V. Sullivan
Sobek Digital
​[log in to unmask]<mailto:[log in to unmask]>

Web Content (Exhibits) Module

  *   Changed the way the URL is parsed to the web content pages
     *   Web Content Hierarchy is now stored in the engine application state
     *   Web Content Hierarchy is now checked for any possible calls before aggregation call checks
     *   Only web content pages in the database will function now
  *   Added ability to set a redirect, so that a user hitting this page is redirected to another (internal or external) URL
  *   New single page administration
     *   Enabled online editing of the HTML, including image upload, similar to the aggregation-level static HTML pages
     *   Added new internal header for logged on, permissioned users
     *   Added usage statistics viewer for one page online
     *   Added milestone/history viewer to see all the changes through time
     *   Permissions viewer to see assigned rights for page online (currently admin and portal admins)
     *   Management menu to access all the new single page admins screens
     *   Admin view:
        *   Allows all of the SEO metadata to be edited
        *   Manage the display characteristics for the page
        *   Associate the page with a web content navigation unit
        *   View all the child pages
        *   Bulk manage uploaded images and documents
  *   New top level administration
     *   View list of all pages and redirects
     *   View usage statistics for all pages
     *   View history of changes across all web content pages
     *   Ability to add a new web content page
  *   New REST API endpoints are used for all of this, both public and admin access

Video Item Viewer

  *   Added new item viewer for MP4, OGG, and WEBM formats
  *   Automatically added when those files are available for download
  *   Includes ability to select the video to view if multiple

PostgreSQL and MySQL support

  *   Engine agnostic layer pulled into its own class library
  *   Resource object library database now uses this library for all database calls
  *   Removed reference to old Microsoft.ApplicationBlocks.Data library
  *   Fixed OAI-PMH saving error introduced with new support for PostgreSQL
  *   Support for selecting MySQL as database type

General REST API endpoint / SobekCM Engine updates

  *   General endpoints are now passed a debug flag, so debug eligibility can be defined at the microservice handler level
  *   Fix for the IP restriction check when there are more than 3 IP ranges included
  *   Engine config file and config reader updates
     *   Config reader now reads BOTH the default and user config files and merges them
     *   Now supports ClearAll and RemoveAll elements to clear what was previously loaded at any level
     *   Documentation parts moved into an AutoDoc tag, and can now reside at the path level
     *   IPs can be added in the user config to those standard ranges from the default config
  *   Multiple verbs ( POST / PUT / DELETE )
     *   A single endpoint can now map each verb differently, for REST API endpoints
     *   Tested and implemented this new architecture with the web content endpoints
  *   Error catching
     *   Errors encountered by the client are now written to the trace route as well as re-thrown
     *   If endpoint is not found, that is also written to the trace route

Searching Changes

  *   New basic search type
     *   Includes a checkbox to include full text in search (USF, Auraria, SOAS)
     *   Updated the admin screens to include this and make the choice of basic searches more obvious
  *   Seaching Fixes
     *   Advanced search would return dark items in the search results list in certain situations - corrected stored procedure (UOC-7)
     *   Corrected issue where simplified search used the wrong link ( i.e., advanced search where all terms hit the same field ) (USF/SOBEK-59)
     *   Corrected issue where citation links were encoded incorrectly, which caused failure on diacritics (WOLF-35)
     *   EXACT type searches (like when you click on a term in metadata browse) were not unicode compliant throughout (SOBEK-79)
  *   Verified that temporal searching and faceting is working correctly from publication date

Geographic Support

  *   Map Searching
     *   Fixed map searching to correctly show the coordinates again, for all instances (AURARIA-21)
     *   Corrected issue with two globe icons appearing in search results ( SOAS/SOBEK-32 )
     *   Changed columns used when searching (see item level support below)
  *   Map Browse
     *   Corrected issue that thumbnails were not appearing in map browse (AURARIA-21)
     *   Fix to allow map browsing at the top, ALL collection level
  *   Item Level Support
     *   Fixed issue showing the map view at the digital resource level without a search
     *   Added new columns in database at item level for spatial footprint and distance, to replace the incorrectly named and populated Spatial_KML
     *   When the create final citation stored procedure is called at the end of item save, the complete footprint is now calculated
  *   Administrative Settings
     *   Can now set the default map in the map search and map browse, or set to extent
     *   Modified procedure to get aggregation information from the database to include geographic extent

Changes to Missing Page and No Results Pages

  *   Missing Page
     *   Customizable via a missing.html file at the top level of the web content folder for non-admins
     *   Returns a 404 code for robots and search
     *   For admins, a special screen is displayed that provides several possible actions:
        *   Add a new web content page
        *   Add a new aggregation alias
        *   Add a new aggregation using the wizard
        *   Add a new item
  *   No Results Page ( WOLF-15 / AURARIA-22 )
     *   Customizable via a noresults.html file at the top level of the web content folder
     *   Several special tokens in that file allow the same functionality as before

Reporting

  *   Added fix for item count statistics where title count was incorrect on the date range search (UF)
  *   Updated item count stats to allow users to change criteria and just get ALL items OR items with digital files, in addition to items that are milestone complete (SOAS-5)
  *   Corrected tab direction on the usage reports
  *   Corrected the styling on the private items report when more than one page of private titles
     *   Buttons use correct styling
     *   Number of titles displayed ( i.e., 1 - 20 of 45 matching titles ) now shown

Online Item Management

  *   Image (JPEG) Upload
     *   Thumbnails generated from uploaded JPEGs now
     *   Large JPEGs are saved, converted to TIFF, and then smaller versions made.
     *   Builder will then generate the JPEG2000s
  *   When deleting a PDF in the online interface, the related text and thumbnail files are also deleted (SOBEK-52/USF)
  *   Updated Rights Element - UF copyright statements edits tements edits
  *   Updating the title on a single item Bib will also update the group title, unless it is a serial or newspaper type item
  *   Quality Control
     *   Updated issue for recently uploaded images not receiving their proper name in the QC, causing an exception on final save
     *   Updated QC exception catching to work correctly and to email the error in when it occurs (WOLF-29)
  *   Corrected issue deleting existing items (MBDA-14)

Builder Changes

  *   Added more logging to the usage statistics builder module
  *   Builder image derivative creation changes
     *   Was not checking for JPEG2000 missing, only JPEGs. Now correctly checks JPEG2000s as well. (USF)
     *   No longer copies the TIFF to a local temporary folder for processing. All processing happens in situ (SOBEK-51/81)
  *   Added more logging to the copy to archive builder module

Code Cleanup

  *   Documentation and Warnings
     *   Update corrects hundreds of fairly inconsequential warnings due to incomplete XML documentation, unused variables, and other warnings. Only the SObekCM_Resource_Object is left. Also, ran the Resharper Code Cleanup routine against all the other libraries. Corrected many XML invalid comments.
     *   Finished cleaning the web code and clearing nearly all the compilation (mostly documentation) warnings
     *   Finished updating Builder_Library code for better documentation and cleaner, more conformant code with more comments and no warnings
  *   Removed Aware JPEG2000 viewer and query string stuff
  *   Removed an unnecessary call to tracking and history when showing the citation for an item for an item

Bug Fixes

  *   Fix for editing the home page text, now that child aggregations are included in the ALL
  *   Corrected issue where the host administrator check box was not saving to the database during user administration
  *   Corrected issue preventing user group changes from correctly saving (SOBEK-66/SOAS)
  *   Printing citation online now works correctly again (WOLF-34)
  *   Corrected HTML facet link for donors in the citation - ( donor ) was messing it up (WOLF-30)
  *   Corrected issue that DARK items were a little too resilient in loading downloads and images and were semi-accessible via the TOC (UOC-8)
  *   Verified that downloads with accents works just fine throughout the system (SOBEK-47)
  *   Check for null and check for existence of viewer behavior. Was causing a strange null error.

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003

ATOM RSS1 RSS2



LISTS.CLIR.ORG

CataList Email List Search Powered by the LISTSERV Email List Manager