From: Dan Wells Date: Mon, 7 Jul 2014 19:51:07 +0000 (-0400) Subject: Bumping version numbers, adding Upgrade Script and Changelog X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9699374e648efee13b8522dcdb7d625844b50587;p=working%2FEvergreen.git Bumping version numbers, adding Upgrade Script and Changelog Signed-off-by: Dan Wells --- diff --git a/ChangeLog b/ChangeLog index 1f72b2c73e..a39d0d20a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,428 @@ -Evergreen doesn't keep a GNU-style ChangeLog except in release tarballs. -Those seeking a change log are encouraged to run 'git log -v', or read -it online at: http://git.evergreen-ils.org/?p=Evergreen.git;a=log +commit 0480746c813996ed7597343924a926eb6df3d7dd +Author: Dan Wells +Date: Mon Feb 24 12:09:57 2014 -0500 + + Bump OpenILS.pm version + + Signed-off-by: Dan Wells + +1 1 Open-ILS/src/perlmods/lib/OpenILS.pm + +commit 6f3b2bfd280e1fd6c2ecebc1fb120d05f0273fe1 +Author: Dan Wells +Date: Fri Jun 6 09:19:58 2014 -0400 + + Forward port 2.5.5 and 2.6.1 upgrade scripts + + Signed-off-by: Dan Wells + +78 0 Open-ILS/src/sql/Pg/version-upgrade/2.5.4-2.5.5-upgrade-db.sql +78 0 Open-ILS/src/sql/Pg/version-upgrade/2.6.0-2.6.1-upgrade-db.sql + create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.5.4-2.5.5-upgrade-db.sql + create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.6.0-2.6.1-upgrade-db.sql + +commit e8f60481129b13ea70259845c5b08058bfc26445 +Author: Robert Soulliere +Date: Thu Jul 3 11:18:15 2014 -0400 + + Documentation: Add the authentication proxy chapter + + - Some content taken from the 2.2 release notes. + - Added a few steps on how to set up authentication proxy in Evergreen. + + Signed-off-by: Robert Soulliere + +51 0 docs/admin/authentication_proxy.txt +2 0 docs/root.txt + create mode 100644 docs/admin/authentication_proxy.txt + +commit 49478d11c3681c3049e8206ddb13853bfd963029 +Author: Remington Steed +Date: Fri Jun 6 11:59:58 2014 -0400 + + LP#968514: Revive bib/auth importing docs from 2.1, add intro + + This commit revives the following sections from the 2.1 version of the docs + and updates them for 2.6: + + - marc_export: Exporting Bibliographic Records into MARC files + - includes new options for 2.6 + - Importing Authority Records from Command Line + - Importing Authority Records from the Staff Client + + The first two are included in a new section called "Support Scripts" + within the "Developer Resources" section, with a new intro and summary + of other commonly used scripts provided with Evergreen. The third section + is moved inside the Cataloging chapter "Batch Importing MARC Records", + with slight modifications to the intro to that chapter. + + Signed-off-by: Remington Steed + +43 3 docs/cataloging/batch_importing_MARC.txt +173 0 docs/development/support_scripts.txt +2 0 docs/root.txt + create mode 100644 docs/development/support_scripts.txt + +commit 1d17d0382daf7cdd286559c3bdbf8cc1c6d1706a +Author: Erica Rohlfs +Date: Fri May 30 15:12:29 2014 -0400 + + Docs: Minor wording change + + Signed-off-by: Erica Rohlfs + Signed-off-by: Remington Steed + +1 1 docs/serials/G-Special_issue.txt + +commit 77ba7107837cee2cf9c28f099cc452847ccbb47e +Author: Robert Soulliere +Date: Wed Jul 2 14:57:16 2014 -0400 + + Documentation: Update upgrade instruction for 2.6.1 + + - Update location references for 2.6.1. + - Update database updates to include 2.6.1 update. + - Add a note regarding reingesting bib records after updates. + + Signed-off-by: Robert Soulliere + +19 15 docs/installation/server_upgrade.txt + +commit cf9cd6b795c1670f80310f3dd220f3648f3b92e5 +Author: Yamil Suarez +Date: Tue Jul 1 14:58:33 2014 -0400 + + Documentation: added "search URL" text inside of "using OPAC" section + + Replaces temporary text that was accidentally added to the "using OPAC" section. + + Signed-off-by: Yamil Suarez + +41 1 docs/opac/using_the_public_access_catalog.txt + +commit f5ad76ba83c447319e23028186d969675ed921e2 +Author: Yamil Suarez +Date: Mon Jun 30 18:05:40 2014 -0400 + + Documentation: Added 'Using the OPAC' documentation & OPAC WCAG support mention + + Older DocBook content that covered how to do searches on the OPAC was updated + to use Asciidoc. Also a simple mention of the 2.6 OPAC WCAG support was added. + + Signed-off-by: Yamil Suarez + +- - docs/media/catalogue-10.png +- - docs/media/catalogue-3.png +- - docs/media/catalogue-5.png +- - docs/media/catalogue-6.png +- - docs/media/catalogue-7.png +- - docs/media/catalogue-8.png +- - docs/media/catalogue-9.png +499 0 docs/opac/using_the_public_access_catalog.txt +3 1 docs/root.txt + create mode 100644 docs/opac/using_the_public_access_catalog.txt + +commit 0b3ccda000a135f178311fbe069f50f0e24d2b1a +Author: Kathy Lussier +Date: Fri Jun 27 15:31:56 2014 -0400 + + Documentation for Located URI Visibility + + Documentation for the new visibility options available for Located URI's + in 2.6. + + Signed-off-by: Kathy Lussier + +158 0 docs/cataloging/cataloging_electronic_resources.txt +2 0 docs/root.txt + create mode 100644 docs/cataloging/cataloging_electronic_resources.txt + +commit 571a4ad33400e272a8f6db282a7762e0f7fe5011 +Author: Dan Wells +Date: Thu Jun 26 17:46:30 2014 -0400 + + Fix syntax in filter_group_selector.tt2 + + Attempt to fix build breakage introduced by 7e4e9d669 + + Signed-off-by: Dan Wells + +1 2 Open-ILS/src/templates/opac/parts/filter_group_selector.tt2 + +commit 9d05523f6230f2006d68cebfbcc245ed6bb6b59b +Author: Dan Scott +Date: Wed Jun 4 13:09:48 2014 -0400 + + LP#1326149 Use a TPAC-settable TIME_FORMAT for local time formats + + We had tried to use the format.time library setting, but that is meant + for Dojo which uses the Unicode formats, that are incompatible with + the POSIX strftime() formats required by Template::Plugin::Date. + + At the same time, we need to expose the raw machine-readable time + for schema.org consumers, so express that in a @content attribute. + + And we might as well use a more meaningful