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

git at vocs.unideb.hu git at vocs.unideb.hu
Wed Sep 5 18:24:01 CEST 2018


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  1b595907c9765d6b50df2a277daa0917694eeef1 (commit)
       via  71dfe78a79523931d687a057d36e039d87b2bcb7 (commit)
       via  4150a3c77f23b5dfaa9b46710b3a8e3b80f7c2bd (commit)
       via  72dd4a00c90fec15d2c666a18946a1644188ffc4 (commit)
       via  778f32f260b724817494b2bb18a4fe51c90a3982 (commit)
       via  89f5a754968393a7a3ef62b277d2bd947c6579d6 (commit)
       via  a41924e5b479ed54ca771f74e7429bb340e303b5 (commit)
       via  97f3a759a011780144eb474ff559040aae51a8a0 (commit)
       via  fb7b2f9e49bcf8575aa8342693541d24fb9d1efa (commit)
       via  46cd2932435ddc846161e060f4b0c28508bfa1a4 (commit)
       via  fd5ba2fa45b59ff4b2a34ccbd396867265f6b644 (commit)
      from  ac837528050a06199125f770be756f92591e429d (commit)


- Log -----------------------------------------------------------------
commit 1b595907c9765d6b50df2a277daa0917694eeef1
Merge: ac837528 71dfe78a
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Wed Sep 5 19:23:52 2018 +0300

Merge branch 'custom-admin-pages'

commit 71dfe78a79523931d687a057d36e039d87b2bcb7
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Wed Sep 5 19:23:27 2018 +0300

final details

commit 4150a3c77f23b5dfaa9b46710b3a8e3b80f7c2bd
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Tue Sep 4 11:38:39 2018 +0300

Custom admin pages module finished

commit 72dd4a00c90fec15d2c666a18946a1644188ffc4
Merge: 778f32f2 a41924e5
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Tue Sep 4 07:43:55 2018 +0300

Merge branch 'custom-admin-pages' of vocs.unideb.hu:/home/git/openbiomaps into custom-admin-pages

commit 778f32f260b724817494b2bb18a4fe51c90a3982
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Mon Aug 27 22:53:03 2018 +0300

error handling

commit 89f5a754968393a7a3ef62b277d2bd947c6579d6
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Mon Aug 27 16:10:22 2018 +0300

custom admin pages

if a module has getMenuItem() and adminPage() public methods, returning
the menu label, url, and the admin page html, a new menu is created with
this module

commit a41924e5b479ed54ca771f74e7429bb340e303b5
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Tue Aug 28 10:46:01 2018 +0300

.

commit 97f3a759a011780144eb474ff559040aae51a8a0
Merge: fb7b2f9e fd5ba2fa
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Tue Aug 28 10:45:18 2018 +0300

Merge branch 'custom-admin-pages' of vocs.unideb.hu:/home/git/openbiomaps into custom-admin-pages

commit fb7b2f9e49bcf8575aa8342693541d24fb9d1efa
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Mon Aug 27 22:53:03 2018 +0300

error handling

commit 46cd2932435ddc846161e060f4b0c28508bfa1a4
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Mon Aug 27 16:10:22 2018 +0300

custom admin pages

if a module has getMenuItem() and adminPage() public methods, returning
the menu label, url, and the admin page html, a new menu is created with
this module

commit fd5ba2fa45b59ff4b2a34ccbd396867265f6b644
Author: Bóné Gábor <gabor.bone at milvus.ro>
Date:   Mon Aug 27 16:10:22 2018 +0300

custom admin pages

if a module has getMenuItem() and adminPage() public methods, returning
the menu label, url, and the admin page html, a new menu is created with
this module

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

Summary of changes:
 libs/css/style.css                                 |  17 +++
 libs/default_modules.php                           |  23 ++++
 libs/interface.php                                 |  11 ++
 libs/modules.js.php                                |   6 +
 libs/modules/custom_admin_pages.php                | 121 +++++++++++++++++++++
 .../custom_module_with_admin_page_example.php      |  12 ++
 libs/project_admin.php                             |  11 +-
 templates/initial/root/index.php                   |   2 +-
 8 files changed, 201 insertions(+), 2 deletions(-)
 create mode 100644 libs/modules/custom_admin_pages.php
 create mode 100644 libs/modules/examples/custom_module_with_admin_page_example.php

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list