[Devel] [GIT] OpenBioMaps GIT repository, branch master updated: navigator styling

git at vocs.unideb.hu git at vocs.unideb.hu
Fri Apr 20 11:25:59 CEST 2018


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  a69daac6297b2e39aa4caa6e6b402ebe0a83126d (commit)
       via  dd846bebb676903f60dd3192533650441c9049b1 (commit)
       via  004813ffc5694dfa6cf8e0c138379bb57ea6da63 (commit)
       via  b6bc308c487eee03e13a26b39b63d24c08adc0c8 (commit)
       via  01a323413b2d50e85018c126f14ce7ced26ff3eb (commit)
       via  31d22ab594063a8ceb6577abf0dad3c347136b4c (commit)
       via  3526886d297353a6cb1f2657b4ec5698369ca316 (commit)
      from  17822e9812441749c97973c9c496469db7994b9e (commit)


- Log -----------------------------------------------------------------
commit a69daac6297b2e39aa4caa6e6b402ebe0a83126d
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Apr 20 11:24:42 2018 +0200

navigator styling

commit dd846bebb676903f60dd3192533650441c9049b1
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Apr 20 10:34:07 2018 +0200

right-side navigator position

bottom 5% instead of center

commit 004813ffc5694dfa6cf8e0c138379bb57ea6da63
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Apr 20 10:29:19 2018 +0200

disjoint relation added

commit b6bc308c487eee03e13a26b39b63d24c08adc0c8
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Apr 20 10:09:45 2018 +0200

bug fixes, user defined spatial relationship

Bug fixes: Thanks to Söndör and Zsófi, some bugs reveald in profile page

In the shared geometries module's interface there is a new option: set the desired
spatial relationship for the query (contains,crosses,intersect). It was important to introduce,
because previously there were applied four different spatial function
which was unusable slow in larga databases.

commit 01a323413b2d50e85018c126f14ce7ced26ff3eb
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Thu Apr 19 18:21:53 2018 +0200

sidebar function results cached

commit 31d22ab594063a8ceb6577abf0dad3c347136b4c
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Thu Apr 19 15:43:20 2018 +0200

Form groupping as in openbirdmaps.ro, fixes

In the biomaps db create a new table:

CREATE TABLE project_forms_groups (
name character varying(128) NOT NULL,
form_id smallint[],
c_order smallint,
project_table character varying(64) NOT NULL
);

ALTER TABLE project_forms_groups OWNER TO biomapsadmin;

--
-- Name: project_forms_groups_pkey; Type: CONSTRAINT; Schema: public; Owner: biomapsadmin; Tablespace:
--

ALTER TABLE ONLY project_forms_groups
ADD CONSTRAINT project_forms_groups_pkey PRIMARY KEY (project_table, name);

--
-- Name: project_forms_groups_project_table_fkey; Type: FK CONSTRAINT; Schema: public; Owner: biomapsadmin
--

ALTER TABLE ONLY project_forms_groups
ADD CONSTRAINT project_forms_groups_project_table_fkey FOREIGN KEY (project_table) REFERENCES projects(project_table) ON UPDATE CASCADE ON DELETE CASCADE;

commit 3526886d297353a6cb1f2657b4ec5698369ca316
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Thu Apr 19 09:02:07 2018 +0200

change current_query_table bug fix, form groupping module from Milvus

.

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

Summary of changes:
 libs/afuncs.php                     |  5 ++-
 libs/common_pg_funcs.php            | 58 +++++++++++++++++++++---
 libs/css/style.css                  | 36 ++++++++-------
 libs/default_modules.php            |  2 +-
 libs/interface.php                  | 17 ++++++-
 libs/js/admin.js                    |  2 +-
 libs/js/maps.js                     |  6 ++-
 libs/languages/en.php               |  5 +++
 libs/languages/hu.php               |  5 +++
 libs/languages/ro.php               |  5 +++
 libs/modules/box_filter.php         |  6 +--
 libs/modules/box_load_selection.php |  3 ++
 libs/modules/form_choose.php        | 90 +++++++++++++++++++++++++++++++++++--
 libs/prepare_vars.php               |  1 +
 libs/profile.php                    | 10 +++--
 libs/query_builder.php              | 33 ++++++++++----
 libs/upload.php                     |  4 +-
 17 files changed, 240 insertions(+), 48 deletions(-)

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list