1

Re: Version 0.5

We are on the cusp of releasing Indicia version 0.5. It is already operating on http://testwarehouse.indicia.org.uk and we plan to install it on http://warehouse1.indicia.org.uk on Monday morning.
While the upgrade is in progress the server will be unavailable. It is expected to take about an hour.

Jim Bacon.

2

Re: Version 0.5

Indicia 0.5.0 is now ready for download, at http://code.google.com/p/indicia/downloads/list

As usual there are lots of bug fixes. Here are the main feature changes, with full details of all changes being available on the Google code site at http://code.google.com/p/indicia/source/list

New MNHNL Butterfly monitoring card available in the prebuilt forms library.

CSV upload of occurrences now possible, but only through the Warehouse.

Occurrence image records and taxon group records can be updated via web services.

Custom attributes can now specify a default control type and default value on a per-survey basis. These settings are respected by the dynamic form.

The species checklist control formatting is now more configurable including column width control.

Error handling in CSV upload improved.

IndiciaMapPanel and the distribution map 1 prebuilt form now support getFeatureInfo requests to click on distribution points and view the underlying data.

Significant improvements to SPIPOLL (the pollinators recording system) via cached search tables.

New option for species_checklist, rowInclusionCheck, making it much more flexible in the way it decides whether a row is to become an occurrence.

Wizard interface style now supports a progress indicator bar above the wizard.

IForm proxy now supports POST as well as GET operations.

John van Breda
Biodiverse IT

3

Re: Version 0.5

The upgrade of http://warehouse1.indicia.org.uk has been completed.
Jim.

4

Re: Version 0.5

I recently worked through the basic tutorial using Client Helpers version 0.5 and encountered a bug. I have committed a fix for this which will be included in the next release.

Until this is released if, on adding the map control, you receive errors of the type Undefined index: fieldname in data_entry_helper.php on line 3538 then you can patch this by editing line 3537 to read

if ($error && in_array('message', $options['validation_mode'])) {

Jim Bacon