Clemens Schwaighofer
94edb7f556
Add unique page name check for edit pages, bug fixes in Form Template Generate and DB Array IO classes
2024-03-21 12:45:39 +09:00
Clemens Schwaighofer
8c607ae610
tools update, bug fix Strings to return path if null, Fix form list loader, fix paths
2024-03-07 15:01:19 +09:00
Clemens Schwaighofer
13602bdd73
DB\IO update with better error reporting and auto update for placeholders in queries
2023-10-16 15:02:30 +09:00
Clemens Schwaighofer
dad6b797e0
ErrorMsg auto log if log level is debug, Form\Generate split out DBArrayIO class
2023-10-02 12:29:50 +09:00
Clemens Schwaighofer
027c35f9f0
Bug fix for Edit Order not loading
2023-09-26 18:47:02 +09:00
Clemens Schwaighofer
1203164d7e
DB\IO: add convert types to php type (TTD-606)
...
Convert DB types to PHP types
Current settings:
- off
- on: int/bool on;y
- json: json strings to array
- numeric: and real/float to php float (possible precision loss)
- bytea: convert PostgreSQL bytea strings to php data strings
2023-06-13 11:54:53 +09:00
Clemens Schwaighofer
16e12b5b8f
Bug fixes
2023-06-01 13:08:24 +09:00
Clemens Schwaighofer
29d5ef92d4
Updates for v9.0 release
2023-05-31 16:27:50 +09:00
Clemens Schwaighofer
c010673705
CoreLibs add Security\SymmetricEncryption
2023-05-24 16:00:49 +09:00
Clemens Schwaighofer
db02bdd102
CoreLibs data update for v8.0.3
2023-03-10 15:11:58 +09:00
Clemens Schwaighofer
f410d761ba
Remove deprecated classes and methods, deprecate all named constants
...
All named constants used inside classes have been deprecated and
must now be set from method calls, class init, etc
2023-03-09 16:41:55 +09:00
Clemens Schwaighofer
0a80abe8a4
PHP 8.1 base version update
2023-02-28 18:04:42 +09:00
Clemens Schwaighofer
1716b2c627
Fix in EditUser Table Array query load for languages
...
Also split all queries into multi line ones
Fixes in Form\Generate for TableArray Interface location move
Update EditBase to new and old edit schema (scheme) file name
2023-02-28 10:41:06 +09:00
Clemens Schwaighofer
cfcd601b3a
Add src files for CoreLibs composer all package
2023-02-16 12:47:43 +09:00