[Devel] [GIT] OpenBioMaps GIT repository, branch master updated: map area and filter area sizes and animations updates

git at vocs.unideb.hu git at vocs.unideb.hu
Sat Feb 16 08:27:29 CET 2019


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  d46e7d50a48859fdd54bb3f34fef1eee058ea876 (commit)
       via  55c4a839067baecf75a13939ca8cc5d75cb7bebc (commit)
       via  c825235eb2a678f55048be8756cec7a121fa2363 (commit)
      from  6c5b06748b0d5536c670c2a274a41dac480da0c6 (commit)


- Log -----------------------------------------------------------------
commit d46e7d50a48859fdd54bb3f34fef1eee058ea876
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sat Feb 16 08:27:22 2019 +0100

map area and filter area sizes and animations updates

commit 55c4a839067baecf75a13939ca8cc5d75cb7bebc
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Feb 15 18:37:38 2019 +0100

.

commit c825235eb2a678f55048be8756cec7a121fa2363
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Fri Feb 15 16:16:18 2019 +0100

MainPage Grid updated

- New structure for grid functions
- Functions moved to mainpage_functions.php
- Custom mainpage functions can be included using mainpage_local_functions.php
- Existing functions can be extended by using mainpage_functions class and many new parameters

Updates:
e.g.
count_uploads() should be updated to
$mf->count_uploads();

and class should be defined:
$mf = new mainpage_functions();

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

Summary of changes:
 resources/css/mapsdata.css                         |   6 +-
 resources/css/style.css                            |   5 +
 resources/js/functions.js                          |  19 ++
 resources/js/maps.js                               |  44 ++-
 resources/js/maps_functions.js                     |   6 +
 resources/libs/common_pg_funcs.php                 | 271 +-----------------
 resources/libs/mainpage_content1.php               |  74 +++--
 resources/libs/mainpage_functions.php              | 313 +++++++++++++++++++++
 resources/libs/mainpage_sidebar1.php               |  14 +-
 resources/libs/mainpage_sidebar2.php               |   4 +-
 resources/libs/mainpage_sidebar3.php               |   9 +-
 resources/pages/index.php                          |   1 +
 .../var/www/html/biomaps/projects/sablon/index.php |   1 +
 .../var/www/html/biomaps/supervisor.php            |   3 +
 14 files changed, 439 insertions(+), 331 deletions(-)
 create mode 100644 resources/libs/mainpage_functions.php

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list