Skip to content

Releases: lcnetdev/bfe

v1.3.0

06 Jan 21:21
37364aa
Compare
Choose a tag to compare

Additional Features/fixes:
Milestone 4

DLC and HeldBy

  • "ERROR: FAILED to load external source"
  • index county of publication code in editor
  • Profile Editor issues
  • hasSeries in Series label
  • Electronic Type issues
  • series title takes precedence in editor display

Milestone 5

  • Fix Provision Activity Label
  • Adding rdftype to suggest service
  • Slavic Diacritics
  • Move Save button on Admin Metadata template
  • Close behavior changes
  • literal-lang function loses autodetect-ability
  • Text Areas
  • Test profiles problems
  • UI changes
  • Reorder Admin Metadata
  • More spinner problems
  • Agents failing
  • Colors
  • Ligature issues
  • Default searches
  • Typeahead popups speed up
  • Tooltip error
  • Duplicate triples
  • Auto Save
  • Spinner issues
  • Getty Lookups
  • Proc Info issues

v1.2.1

24 May 17:22
Compare
Choose a tag to compare

v1.2.1 (2019-05-24)

• Work posting & Table updates: Stopped assuming works had LCCNs, N/A doesn’t prevent linking to LDS work
• unposted description: pick the right work when there was more than one (stubs, etc.)
• Issues displaying Classification numbers: Classification was split into two profiles, moving the resource templates into a single profile fixed this
• Posting not working w/o preview: Preview was generating the RDF+XML, fixed it so RDF+XML happens outside of preview
• BFE lookup: add pop-up to children's subjects: added
• Load error handling: Load features now fail gracefully if you input an invalid string in the load box
• Script dropdown issues: For the lit-lang, script is blank and allows no script, which would be common for latin script languages (e.g. @en)
• IBC description drops LCCN: Fixed situation where the table load process clears out the bfestore
• Resource templates can be non-repeatable, set this way with generated AdminMetadta
• madsrdf and rdfs:label text regenerated when subjects are edited
• Added NEWS file

v1.2.0

26 Apr 19:34
Compare
Choose a tag to compare

v1.2.0 (2019-04-26)

  • Configuration modifications
    • Starting points have been moved to be served from a file or from verso
    • Config methods have been pushed into src/bfe.js
    • properties have been externalized into env variables
  • Support for Literal Languages added
  • OCLC is now an allowed type of lookup for loading MARC from Worldcat in addition to bibids and LCCN from catalog.loc.gov via metaproxy
  • Many types of labels have been modified to display more consistently
  • Based on user feedback Primary contribution has been added to the table
  • UI improved to remove static menu sidebar and replace it with a creation button, along with a consistent toolbar
  • Various other bug fixes

v1.1.1

01 Apr 19:37
b1a1210
Compare
Choose a tag to compare

Add option to link to external database, externalize database urls.
Various bug fixes

v1.1.0

01 Mar 21:14
Compare
Choose a tag to compare

v1.1.0 (2019-03-01)

  • Admin Metadata enhancements
  • Enter key fixed, no longer refreshes browser in single property modal windows.
  • Implement lists in bfestore
  • Fix date rendering
  • Implement user templates
  • Fix headings
  • Speedup jQuery Datatable loading

v1.0.0

18 Oct 13:50
Compare
Choose a tag to compare

Update to major version to match profile-edit, recto and verso

Release notes:

  • Fixes for labels
  • Set rectoBase using env variable; use env.sh to populate
  • Updated documentation

v0.4.0

24 Sep 18:43
Compare
Choose a tag to compare

This release contains fixes for #13, #14, #15, #16, #17, #18, #19.

This release is incorporated into Recto lcnetdev/recto as a submodule.

After installation, please change the rectoBase variable in static/js/config.js and static/js/config.js to your path.

Example:

 * Editor profiles are read from a WS endpoint
 * The data are expected to be in a JSON array, with each object
 * in the array containing a "json" property that has the profile
 * itself. The "versoURL" variable is a convenience for setting the
 * base URL of verso in the "config" definition below.
 */
var rectoBase = "http://bibframe.org/bibliomata"; \\Your base url here

Thanks to @cledvina @wafschneider and @skomorokh for all your hard work!

v0.3.1

26 Mar 20:10
Compare
Choose a tag to compare

Fixes for index.html, minor profile and code fixes.

v.0.3.0

21 Mar 19:49
Compare
Choose a tag to compare

LC BIBFRAME 2.0 Pilot version.

Includes BIBFRAME 2.0 Profiles.

v0.2.0

26 Oct 16:59
Compare
Choose a tag to compare
  • 0.2.0 (2015-10-20)
    • Replace dryice with grunt
    • Refactor build w/o request.js (deprecated)
    • Support LC Pilot w/many new lookups added
    • Lookups in single file.
    • Bug fixes