]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1729620 Cleanup, fix bugs
authorRemington Steed <rjs7@calvin.edu>
Thu, 2 Nov 2017 14:14:51 +0000 (15:14 +0100)
committerJane Sandberg <sandbergja@gmail.com>
Mon, 28 Mar 2022 02:57:21 +0000 (19:57 -0700)
commitc4261e4b804a50baa9477d40905f73d1c7a1c844
tree6b9aa816d0141db9162f88aabc5034075765ee5c
parent2aa490118c95457c1f3c3f75ec7bc4036f5e7b10
LP#1729620 Cleanup, fix bugs

  - Rename DB schema file to follow convention
    - Remove optional DB commands, and leave them in Release Notes (and
      possibly add to Official Docs)
  - Create DB upgrade script
    - Print optional DB commands using \qecho
  - Change variable "tcn" to "rec_id" everywhere
  - Move perl API registration to be immediately after related function
  - Remove unused parameter from sub oai_list_retrieve() in
    Application/OAI.pm, and from API calls in WWW/OAI.pm
  - Fix mislabeled parameter in API doc
  - Add missing end-comment tags in opensrf.xml.example
  - Add dependency to Ubuntu/Debian makefiles
  - Add missing init handler in apache/eg.conf.in
  - Fix reference to sysconfdir in apache/eg_startup.in
  - Undo extraneous change to .gitignore
  - Trim/rename release notes, since most of the install process is
    handled via Evergreen install instructions.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
12 files changed:
.gitignore
Open-ILS/examples/fm_IDL.xml
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/extras/install/Makefile.debian-buster
Open-ILS/src/extras/install/Makefile.debian-stretch
Open-ILS/src/perlmods/lib/OpenILS/Application/OAI.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/OAI.pm
Open-ILS/src/sql/Pg/600.schema.oai.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/oai.sql [deleted file]
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.oai_views.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/OAI2/install.adoc [deleted file]
docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc [new file with mode: 0644]