[Devel] [GIT] OpenBioMaps GIT repository, branch master_3.0 updated: Improvements

git at vocs.unideb.hu git at vocs.unideb.hu
Mon Dec 17 15:31:17 CET 2018


    The project "OpenBioMaps GIT repository":

    The branch, master_3.0 has been updated
       via  b03f2dbef640f1fcb10c3cd7127ca73f96c46802 (commit)
       via  056ec59ef5c3dae47918629a5c846436e992b061 (commit)
       via  f473382f7c1f08455760492b15d532a13374e8e4 (commit)
       via  6f371e2a78368b486cbfe658e865b48b332fb2fb (commit)
      from  f6233642d9dcf45c47d16001b7f93d345c83ff4e (commit)


- Log -----------------------------------------------------------------
commit b03f2dbef640f1fcb10c3cd7127ca73f96c46802
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Dec 17 15:31:03 2018 +0100

Improvements

commit 056ec59ef5c3dae47918629a5c846436e992b061
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Dec 17 15:30:27 2018 +0100

Bug fixes and corrections

commit f473382f7c1f08455760492b15d532a13374e8e4
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Dec 17 15:14:49 2018 +0100

Missing data on map? New "add record here module.. "

In the modal box produced by the geometry selector, if there was no result, a new message may be
used to redirect the user to the upload interface.
This will be somethng like:
Add data <a href='/upload/?form=...'>here</a> ?

Following the link, users can upload data with the previously selected geometry.

The module does not exist, but the interface already does.

commit 6f371e2a78368b486cbfe658e865b48b332fb2fb
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Dec 17 15:10:01 2018 +0100

multiselect select-input in upload table

New function added: multiple select
mark list for multiple select with: "multiselect": "true",
Also new option added to list function to mark selected item:
"selected": [ "val1" ],

The multiple selected items will be listed as comma separated list in
the input field.

-----------------------------------------------------------------------

Summary of changes:
 resources/css/sumoselect.min.css          |  1 +
 resources/js/functions.js                 | 10 ++++--
 resources/js/jquery.sumoselect.min.js     |  6 ++++
 resources/libs/afuncs.php                 |  2 +-
 resources/libs/common_pg_funcs.php        | 23 +++++++++-----
 resources/libs/main.js.php                | 20 +++++++++---
 resources/libs/project_admin.php          |  5 +--
 resources/libs/upload.php                 | 51 +++++++++++++++++++------------
 resources/libs/upload_show-table-form.php | 35 +++++++++++++--------
 supervisor.php                            | 11 +++++--
 10 files changed, 113 insertions(+), 51 deletions(-)
 create mode 100644 resources/css/sumoselect.min.css
 create mode 100644 resources/js/jquery.sumoselect.min.js

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list