]> gitweb.hamatoma.de Git - exhibition.git/commit
Refactoring, installation of a derived project
authorHamatoma <author.hamatoma.de>
Mon, 24 Jan 2022 19:11:35 +0000 (20:11 +0100)
committerHamatoma <author.hamatoma.de>
Mon, 24 Jan 2022 19:11:35 +0000 (20:11 +0100)
commitcfa0a2c611df281ae62a594e5d4c8571d306f856
tree76231fb8553a00b30ddc8269978777f8bc0f690d
parentc67917caae7cbe946c5c5f776c21fdd9e8775408
Refactoring, installation of a derived project

* Benchmark: new birthday
* widget:
** attended_page: fix: condition for icon
** new: date_form_field and date_time_form_field
* PageGenerator: Fix: wrong substition for #REQ_RECORD
* Tools:
** metatool/Compile: using absolute path for better understanding
** InitProject: many fixes
** PackRestServer: fix in output
17 files changed:
SvRS [new file with mode: 0755]
X [new file with mode: 0755]
lib/page/benchmarks/edit_benchmark_custom.dart
lib/page/rolestarter/mapping_rolestarter_custom.00.dart [new file with mode: 0644]
lib/page/rolestarter/mapping_rolestarter_custom.01.dart [new file with mode: 0644]
lib/page/start_page.dart
lib/widget/attended_page.dart
lib/widget/date_form_field.dart [new file with mode: 0644]
lib/widget/date_time_form_field.dart [new file with mode: 0644]
metatool/Compile
metatool/bin/page_generator.dart
metatool/rest_server/data/sql/roles.sql.yaml [deleted file]
metatool/rest_server/data/sql/users.sql.yaml [deleted file]
metatool/test/helper_test.dart [deleted file]
metatool/test/validators_test.dart [deleted file]
tools/InitProject
tools/PackRestServer