Releases: lcnetdev/bfe
v1.3.0
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
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
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
v1.1.0
v1.0.0
v0.4.0
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!