[Devel] [GIT] OpenBioMaps GIT repository, branch master updated: bug fixes, custom spatial query box updates

git at vocs.unideb.hu git at vocs.unideb.hu
Mon Aug 20 14:41:15 CEST 2018


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  8db90542c3d594eabc4b2ef5c52b422eba38b67a (commit)
       via  e3528458e2489c279db8393f50f4b5b65c36d886 (commit)
       via  a095c8ba60bd633d3e74fc077ab77ef8c6229312 (commit)
       via  c55997c05a19af0b6efbf18b0e06f72eb1489afe (commit)
       via  236988a1953366519f815156c7ec4afddcda3cdc (commit)
       via  35e00971548f3e2e82a13c721d9f00142864e648 (commit)
      from  a2e99c84e30fd91bcb00b74c5c6a0a70afec7124 (commit)


- Log -----------------------------------------------------------------
commit 8db90542c3d594eabc4b2ef5c52b422eba38b67a
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Aug 20 14:37:54 2018 +0200

bug fixes, custom spatial query box updates

autoskip fixes, soft error fixes

custom spatial query box is not ready yet

commit e3528458e2489c279db8393f50f4b5b65c36d886
Merge: a095c8ba a2e99c84
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Aug 20 14:36:53 2018 +0200

Merge branch 'master' of vocsi:/home/git/openbiomaps

commit a095c8ba60bd633d3e74fc077ab77ef8c6229312
Merge: 0cf385ef c55997c0
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sun Aug 19 23:54:08 2018 +0200

Merge branch 'customizable_filterbox'

commit c55997c05a19af0b6efbf18b0e06f72eb1489afe
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sun Aug 19 22:09:24 2018 +0200

Filterbox dynamic menus updated

There were some ugly solutions related to dynamic menus
1) non-sense ajax calls removed
2) select_input_template chenged to more general
3) general create_dynamic_menu ajax call added
4) encrypted string support added for javascript variables:
Previously, I used SESSION variables to avoid
show private variables in the javascript scode. Nowi, I've introduced a
private_key for every session which can be used for encrypting and
decrpyting private strings which pass through visible javascript
codes. This let simplify the server side of isome Ajax functions.

commit 236988a1953366519f815156c7ec4afddcda3cdc
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Aug 17 13:49:33 2018 +0200

main.js.php fixing translations in javascript obj

custom box filter functions

commit 35e00971548f3e2e82a13c721d9f00142864e648
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Thu Aug 16 20:18:26 2018 +0200

textfilter new options added

- autocomplete
- single/multi select

eg:
d.szamossag::autocomplete

d = table alias
:: = no extra filter
autocomplete = select menu displayed as autocomplete

d.szamossag::single
single select - select menu

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

Summary of changes:
 libs/.afuncs.php.swk                | Bin 16384 -> 0 bytes
 libs/.common_pg_funcs.php.swi       | Bin 278528 -> 0 bytes
 libs/afuncs.php                     | 111 +++++++++++++++++++++----------
 libs/common_pg_funcs.php            | 126 ++++++++++++++++++++++++++----------
 libs/default_modules.php            |   6 +-
 libs/getList.php                    |   2 +-
 libs/js/functions.js                |   7 +-
 libs/js/main.js                     |  11 ----
 libs/js/maps.js                     | 123 +++++++++++++++++++++++++++++++----
 libs/js/uploader.js                 |   1 +
 libs/main.js.php                    |  10 +--
 libs/modules/box_filter.php         |  60 +++++++++--------
 libs/modules/box_load_selection.php |   4 +-
 libs/query_builder.php              |   8 +++
 libs/upload_funcs.php               |  28 +++++++-
 pds/pds_class.php                   |   6 +-
 templates/initial/root/index.php    |   3 +
 17 files changed, 369 insertions(+), 137 deletions(-)
 delete mode 100644 libs/.afuncs.php.swk
 delete mode 100644 libs/.common_pg_funcs.php.swi

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list