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

git at vocs.unideb.hu git at vocs.unideb.hu
Mon Jun 4 10:33:46 CEST 2018


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  80a35d7d8da860c7df686ccd2de4b01503541059 (commit)
       via  f6b25bba865c8a51fc0534277d6800b4bfafb70b (commit)
      from  346a0801a7e4b7826b48795e9ff5e7bfa2027117 (commit)


- Log -----------------------------------------------------------------
commit 80a35d7d8da860c7df686ccd2de4b01503541059
Merge: f6b25bba 346a0801
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Jun 4 10:33:41 2018 +0200

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

commit f6b25bba865c8a51fc0534277d6800b4bfafb70b
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Mon Jun 4 10:20:29 2018 +0200

Bug fix, new pds functions, module updates

In wfs_processing.php there was an interesting bug related with 'load saved
results' query - which caused empty results table. It was the postgres
geometry string which was copied into the temporary table in the
following format: xxxxx::geometry I'm sure it worked previously...

last_data module extended with two new features.
1) my last upload option
2) custom reports
The Custom Reports was previously available only from the profile menu.

New PDS options were developed according to the needs of mobile application development.
See the documents/api section for more details.
The pds.php which placed in the project directories has been changed:

define('PROJECT_DIR',basename(__DIR__));
define('CALL',dirname(__DIR__,2)); # php5 !!!
require_once(CALL."/oauth/resource.php");
require_once(CALL."/pds/service.php");

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

Summary of changes:
 docs                                               |  2 +-
 libs/common_pg_funcs.php                           |  8 +--
 libs/languages/en.php                              |  3 +-
 libs/languages/hu.php                              |  3 +-
 libs/languages/ro.php                              | 40 ++++++-------
 libs/modules/box_filter.php                        | 18 +++++-
 libs/modules/box_load_last_data.php                | 16 +++++-
 libs/query_builder.php                             | 48 ++++++++++------
 libs/wfs_processing.php                            |  4 +-
 oauth/resource.php                                 | 25 ++++-----
 pds/pds_class.php                                  | 65 +++++++++++++++++-----
 pds/service.php                                    | 11 ++++
 .../initial/root/UMS_REPOSITORY/repository.db      |  5 ++
 13 files changed, 170 insertions(+), 78 deletions(-)

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list