d54a6cbdf5
Remove mb encode mimeheader special code and replace it with default function call
2024-04-17 10:13:32 +09:00
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
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
a1614bace2
Bug Fix in DB IO with parameter detection with <>
2023-11-29 10:50:25 +09:00
b6ef3b29f6
ArrayHandler add next/prev key search
2023-11-02 14:06:31 +09:00
67b725cb65
DB\IO fixes for logging
2023-10-31 10:21:52 +09:00
428c10b547
new Support::getCallStack, new DateTime::intervalStringFormat, exception updates Convert\Byte, Output\Image
2023-10-23 17:13:23 +09:00
a1ba1257ac
DB\IO dbWarning context updates
2023-10-16 16:14:10 +09:00
13602bdd73
DB\IO update with better error reporting and auto update for placeholders in queries
2023-10-16 15:02:30 +09:00
4ab382990e
Output\Image Exceptions update
2023-10-12 17:12:15 +09:00
c7254c45b7
Update DB\IO with fixed regex for query params detection
2023-10-06 16:52:42 +09:00
64e60d97e7
Logging\ErrorMsg fix for jump target list return array
2023-10-02 17:33:49 +09:00
71c9fd401d
Logging\ErrorMsg add jump target list
2023-10-02 14:04:59 +09:00
dad6b797e0
ErrorMsg auto log if log level is debug, Form\Generate split out DBArrayIO class
2023-10-02 12:29:50 +09:00
fb8216ae86
ErrorMessage add notice level
2023-09-27 11:43:12 +09:00
872409ef54
All null primary keys in dbWriteDataExt in DB\IO
2023-09-27 11:25:18 +09:00
90550746ab
Bug fix in DB\ArrayIO for pk_id access
2023-09-27 09:43:32 +09:00
027c35f9f0
Bug fix for Edit Order not loading
2023-09-26 18:47:02 +09:00
e10987ce8b
ErrorMsg update with target_style
2023-09-15 18:32:55 +09:00
67fd7b172a
ErrorMessage: flag to also log 'error' level messages to log
2023-09-11 13:37:58 +09:00
b939edac3f
Logging\ErrorMessage rename setError to setMessage
2023-09-08 21:01:05 +09:00
3b8583de61
Rename ErrorMessage method from setErrorMsgLevel to setError for backend
2023-09-08 18:49:58 +09:00
7b49394c5a
Logging/ErrorMessage class
2023-09-08 18:38:19 +09:00
52a7f1197b
Fixs in SetType class for string/int/numeric
2023-09-05 14:30:03 +09:00
c57e798591
Add proper Exceptions to class instead of false return on critical problems
2023-09-01 18:32:57 +09:00
92214ae136
DB\IO bug fixes for unset returns
2023-08-28 09:52:51 +09:00
11de4f9915
Logging update for class/method trace
2023-08-22 13:34:43 +09:00
53c7dda9a0
JSON Array to convert fix, bool/false return fix
2023-08-02 16:34:57 +09:00
6d3a7b7b28
ACL\Login bug fix for acl:base must always be int
2023-07-26 11:52:53 +09:00
419c578c46
ACL\Login get edit access id return value fix
2023-07-24 09:14:16 +09:00
79dbd053fa
Remove per class loggingn from ACL\Login
2023-07-21 19:06:30 +09:00
0392187299
DB\IO init with null
2023-07-21 17:52:16 +09:00
5dde52a309
DB\IO error/warning log prefix remove, Admin\Backend acl default value check
2023-07-14 15:10:03 +09:00
2eaf80b1bd
new Combined\DateTime method dateRangeHasWeekend
2023-07-04 11:46:34 +09:00
edcc77a6ab
HtmlBuilder classes
2023-06-28 15:33:12 +09:00
e0f8bad2d9
DB\IO Call trace in context array for any debug calls
2023-06-16 13:24:34 +09:00
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
6dfb68a6da
Logging: internal fixes
2023-06-05 09:34:29 +09:00
65cac4c6e2
Logging bug fixes for per_date/per_run flags
2023-06-02 17:45:21 +09:00
16e12b5b8f
Bug fixes
2023-06-01 13:08:24 +09:00
e80d8006a2
print_r methods use mixed paramter
2023-06-01 12:03:38 +09:00
d0d088b354
DB\IO bug fixes
2023-06-01 11:05:25 +09:00
2c2826ac24
Bug fixes and clean ups
2023-06-01 08:47:40 +09:00
8fbe855fd4
Logger\Logger Excpetion calls update
2023-05-31 18:48:00 +09:00
5d36ac2f3e
CoreLibs update v9.0.1
2023-05-31 18:45:47 +09:00
72993925f0
ACL\Login settings fix
2023-05-31 16:31:44 +09:00
29d5ef92d4
Updates for v9.0 release
2023-05-31 16:27:50 +09:00
c010673705
CoreLibs add Security\SymmetricEncryption
2023-05-24 16:00:49 +09:00
e9c791c164
Add better error reporting to DB\IO for query with params
...
On error with query with params the query was sent to the server and
if ther query itself is ok but there is a problem with the parameters
a wrong error message ($1 not found) will be returned
Add pg_last_error reporting to catch this too.
Update both error reporting to return not string and prefix combined
but prefix + error string in array
In error return check that both strings are not equal, so we do not
return the same error string twice.
Also default set dbh variable in the PgSQL class to false so it will
skip last error report if there is no dbh set yet.
Bug fix for db query with params debug output. if there are more than 9
entries the $1 of eg $10 is replaced with $1 entry again. Changed to
'#' instead '$' to avoid this.
Other:
ACL\Login: replace EOM with HTML
config.master: replace list() with []
Add single DB tester where we can test single db calls without adding
more to the general test run
2023-05-18 15:20:36 +09:00
064710324e
Bug fix in arraySearchKey path reset
2023-04-26 15:41:56 +09:00