[Devel] [GIT] OpenBioMaps GIT repository, branch devel_2.0 updated: pseudo columns ready to testing! :)
banm at vocs.unideb.hu
banm at vocs.unideb.hu
Tue Aug 15 16:03:58 CEST 2017
The project "OpenBioMaps GIT repository":
The branch, devel_2.0 has been updated
via 84943cf3a445566394f696a58fd3c8d5d4ae590c (commit)
via 40672e867af864ab7dd43f3126ab898e4d3d5984 (commit)
via 7572e6e03838bf8feaf41360e627ebca91fa9c1a (commit)
from 44ce574a64015b76827b2bdaea782cb324616c14 (commit)
- Log -----------------------------------------------------------------
commit 84943cf3a445566394f696a58fd3c8d5d4ae590c
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Tue Aug 15 16:02:52 2017 +0200
pseudo columns ready to testing! :)
whooo it was a lot of work....
commit 40672e867af864ab7dd43f3126ab898e4d3d5984
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Tue Aug 15 15:26:53 2017 +0200
upload forms:
relative columns check: function formatting slighlty changed:
( rel_field = rel_statement ) { rel_type(rel_value) } , ( rel_field
= rel_statement ) { rel_type(rel_value);... } , ...
theoretically more than one function can be passed after one
condition check, but now only the last one processed!
commit 7572e6e03838bf8feaf41360e627ebca91fa9c1a
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Tue Aug 15 11:35:10 2017 +0200
3D table model implemented!
Now it is possible to join tables in the uploading process and upload
several rows to the joined tables which extracted from the upload table.
This solution let the people to create complex data structures such this:
table1
1 | A | B | C |
2 | a | d | g |
table2
1 | A | abc | 123
1 | C | asd | 456
2 | g | dfg | 4567
New module: notify
it lets users to call custom functions when uploading data. E.g send emails
to admins.
-----------------------------------------------------------------------
Summary of changes:
libs/afuncs.php | 4 +
libs/common_pg_funcs.php | 133 +++++++++++++++++++++++++
libs/css/style.css | 4 +
libs/default_modules.php | 22 +++++
libs/js/uploader.js | 11 +--
libs/languages/en.php | 2 +
libs/languages/hu.php | 2 +
libs/languages/ro.php | 2 +
libs/modules/notify.php | 46 +++++++++
libs/project_admin.php | 10 +-
libs/upload_funcs.php | 205 ++++++++++++++++++++++++++++++---------
libs/upload_show-table-form.php | 15 ++-
12 files changed, 394 insertions(+), 62 deletions(-)
create mode 100644 libs/modules/notify.php
--
OpenBioMaps GIT repository
More information about the Devel
mailing list