Skip to content

Releases: bgcarlisle/Numbat

Import and export of extraction forms

27 Mar 12:04
36408a9
Compare
Choose a tag to compare

What's new in 2.12

  • Bug fixes (many)
  • Button to automate copying of all rows in table to final during reconciliation
  • Markdown codebook export now provides informative name for exported file
  • Import extractions allows user to set status of imported rows
  • Optional regex validation for open text field in main extraction and in sub-extractions
  • Exact dates rather than just months for date selection elements
  • More sophisticated randomization tools for assignment selection
  • Extraction form export and import as .json file

"Final override," markdown codebook export, assignment editor, extraction importer

30 Nov 12:21
Compare
Choose a tag to compare

Changes for this version

  • Bug fixes
  • Refactoring code for easier maintenance
  • “Final override” to allow extractors to override extracted data at the point of reconciliation
  • Codebook export as Markdown document
  • Improved assignment editor
  • Improved reference set importer (no mandatory columns)
  • Import extractions form
  • Extraction timer reference element

After upgrading the Numbat code, be sure to run db-migrations.php when logged in as an admin user

User-facing "master" language has been removed, replaced with "final"

22 Sep 09:27
Compare
Choose a tag to compare

Now with reference data prompts!

02 Nov 20:42
Compare
Choose a tag to compare

This version contains a brand-new feature: reference data prompts, which pull data from a pre-specified column in the reference set table, and display it inline in the extraction/reconciliation form.

Sub-extractions with toggles that work

16 Dec 18:50
Compare
Choose a tag to compare

I fixed the bug in the sub-extraction toggles.

Sub-extractions with tables in them (improved!)

19 Nov 21:03
Compare
Choose a tag to compare

This version puts the Javascript in the footer, eliminating the need for a separate Javascript directory, and streamlining the installation process.

It also allows for table data within repeated sub-extraction elements.

Various bug fixes.

Note that if you want to upgrade from a previous version, you need to do the following:

ALTER TABLE `tabledatacolumns` ADD COLUMN `subelementid` INT(11) NULL DEFAULT NULL AFTER `elementid`;

Sub-extractions with tables in them

19 Nov 18:44
Compare
Choose a tag to compare

This version puts the Javascript in the footer, eliminating the need for a separate Javascript directory, and streamlining the installation process.

It also allows for table data within repeated sub-extraction elements.

Note that if you want to upgrade from a previous version, you need to do the following:

ALTER TABLE `tabledatacolumns` ADD COLUMN `subelementid` INT(11) NULL DEFAULT NULL AFTER `elementid`;

More bug fixes; might even be compatible with Excel now!

07 Jul 21:41
Compare
Choose a tag to compare

What's new in 2.6.2

  • In 2.6: New automatic export to CSV for extractions, sub-extractions, tabled data and citations
  • Moved "Add new reference" button
  • Re-wrote some database queries for efficiency
  • Minor formatting changes
  • Fixed bug in Excel import

All manner of bug fixes

18 Jun 02:39
Compare
Choose a tag to compare
  • New automatic export to CSV for extractions, sub-extractions, tabled data and citations
  • Fixed sub-extractions bug
  • In 2.6.1: all manner of bug fixes

Export to CSV

18 Jun 00:48
Compare
Choose a tag to compare
  • New automatic export to CSV for extractions, sub-extractions, tabled data and citations
  • Fixed sub-extractions bug