/wdg/.one

KWCMS

Project details

Developer: kalanis
Repo: https://github.com/alex-kalanis/kwcms_core
Tools: php, filesystem, html, js
Link: https://kalanys.com

Progress updates

12/18/2022, 4:00:19 AM
Changed Clipr module, repo and its libraries - tasks now need to have response status code in accordance with Unix definitions. Added basic repo for work with map coordinates.
6/25/2022, 3:00:14 AM
Table engine kw_table updated. Can create a table from different sources and render it to different pages. Contains the usual stuff like filtering, ordering and paging. It allows some cool stuff like filtering by multiple form fields over one column (can be seen on image). If you want more just extend the interfaces with your framework. My fault that it was not connected on packagist, so zero usages now. Continuing with other packages.
6/21/2022, 5:00:14 AM
Updating tests with github workflows, scrutinizer, phpstan and phpcsfix. Added badges to (some) subproject repositories. kw_clipr is fully tested and available.
5/29/2022, 5:00:16 PM
Updated cli component clipr - to run tasks from cli. Now contains only basics and one outside testing task with processing table via the same code as is on web. Updated virtual environments - repos with both vagrant and docker contains both php 7.4 and 8.1, mariadb and postgres and a few bonus things.
5/20/2022, 9:00:21 AM
Done basic part of table engine and its dependencies which should be usable across the different frameworks. Now it only contains my basic templates, json and cli as outputs and my mapper, Doctrine, Nette and dibi as data sources. But not everything is under unit tests and some things might not work. I am preparing Vue for output and full Nette support with filter fields. Sometimes in far future it should got a table ganerator from yaml/neon files which allows to render the same table setting on different outputs.
5/10/2022, 4:00:13 AM
kw_mapper subproject got a large step - working alias tree translation and 3 databases with running tests. So it's possible to use that as simple ORM like Doctrine without that anontation buzz around.
12/24/2021, 8:00:16 PM
Done admin of galleries, uploading large files and user accounts
10/25/2021, 4:00:12 PM
One night idea: Nice things for forms and authentication - tested auth for accessing content and extension of form rules for checking the signature of values inside the form. Salt everything, allow certificates.
10/4/2021, 12:00:16 PM
Basics are done, now waging a war with gallery administration, in future admin and configuration