Clemens Schwaighofer
df591659cb
Merge branch 'NewFeatures' into Feature-AclLoginClassUpdateTokenCheckWithUuidV4
2024-12-11 10:35:19 +09:00
Clemens Schwaighofer
5343034768
Fix DB IO placeholder detect and count regex
...
comment regex: (?:\-\-[^\r\n]*?\r?\n)*
Which is AFTER the element search as the comment can appear anywhere after the tag trigger
2024-12-11 10:30:41 +09:00
Clemens Schwaighofer
dec56c9559
Merge remote-tracking branch 'all/NewFeatures' into Feature-AclLoginClassUpdateTokenCheckWithUuidV4
2024-12-10 15:28:59 +09:00
Clemens Schwaighofer
880f15ac6f
Merge branch 'development'
2024-12-10 15:26:24 +09:00
Clemens Schwaighofer
a46601fe03
Sync folder is master and not trunk
2024-12-10 15:25:17 +09:00
Clemens Schwaighofer
022c39e791
Add missing phpunit test folder for deprecated session var load test
2024-12-10 15:24:45 +09:00
Clemens Schwaighofer
46e44c19bf
edit log table column order update
2024-12-10 14:44:42 +09:00
Clemens Schwaighofer
41cb6358f9
phpunit checks update, update edit_log logging sets
2024-12-10 14:40:07 +09:00
Clemens Schwaighofer
23142a4549
Merge branch 'Bug-DBIOWrongParamCountWithCommentBeforeParam' into Feature-AclLoginClassUpdateTokenCheckWithUuidV4
2024-12-10 13:37:43 +09:00
Clemens Schwaighofer
a7742bd5c8
DB IO count params fix for comments
v9.23.2
2024-12-10 13:36:57 +09:00
Clemens Schwaighofer
50f83b822c
Merge branch 'Bug-DBIOWrongParamCountWithCommentBeforeParam' into Feature-AclLoginClassUpdateTokenCheckWithUuidV4
2024-12-10 12:02:31 +09:00
Clemens Schwaighofer
78591d6ba4
Fix Param regex lookup
...
Query was not counting params after "--" comment strings
2024-12-10 12:01:06 +09:00
Clemens Schwaighofer
e8299a123b
Update Edit Log with JSONB blocks
...
all action data goes into a JSON block and the old action columns will be deprecated
Same for ip, new ip address block with all possible ip addeses
Additional HTTP_ data goes into the http_data block
new request_schema column to get if the request was done to http or https
2024-12-10 10:06:49 +09:00
Clemens Schwaighofer
10c320f60c
Rename all ACL Login session vars to LOGIN_, remove debug enties
...
All ACL\Login loaded _SESSION vars are now prefixd with LOGIN_
only the language one stay as "DEFAULT_"
Removed DEBUG_ALL/DB_DEBUG as they are now fully removed from everywhere
- removed the edit user entries
- removed from the edit user table
The LANG direct loaded language entries is removed too. We only use locale and encoding.
No more LOCALE_PATH and DEFAULT_DOMAIN _SESSION are set during the option set
2024-12-09 19:37:23 +09:00
Clemens Schwaighofer
eeca138192
Remove the debug/db_debug flag from the edit user edit interface
...
These settings are deprecated and do nothing. keep the DB default values for now, but update table create to remove them.
They are set to 0
2024-12-09 19:22:54 +09:00
Clemens Schwaighofer
65715ea9c3
Add Array function to return only array entries based on matching key
...
A simple key based array filter
2024-12-09 19:13:03 +09:00
Clemens Schwaighofer
a56cbd8e97
ACL Login update layout to work with PC/Smartphone
...
Updated login template and password change template block
2024-12-09 16:20:21 +09:00
Clemens Schwaighofer
fe50a988a0
Switch session ACL Login user load check to cuuid
...
Update tests too for using edit user cuuid instead of the primary key
2024-12-06 20:11:28 +09:00
Clemens Schwaighofer
a84ab86e31
Various fixes for ACL Login methods with deprecated calls
...
make all calls that go through primary keys as deprecated
create CUID calls for all of them
Update phpunit tests with new cuid tests, keep old deprecated tests
2024-12-06 18:07:06 +09:00
Clemens Schwaighofer
b044999772
ACL Login query update to params and heredoc
...
All queries are in Params and all SQL is in heredoc blocks
Disable 1011 error entry, this is no longer used
2024-12-06 16:31:20 +09:00
Clemens Schwaighofer
98bf3a40cd
Add logout button to class.test.php for logout test, ANY placeholder db test
2024-12-06 14:54:09 +09:00
Clemens Schwaighofer
cbd47fb015
edit log table update, Change all DB tests serial to identity for primary key
2024-12-05 14:59:49 +09:00
Clemens Schwaighofer
5f89917abd
Add composer keywords
2024-12-05 14:30:12 +09:00
Clemens Schwaighofer
eeaff3042e
phpstan config file update with phpVersion information
2024-12-05 14:16:57 +09:00
Clemens Schwaighofer
d070c4e461
phan min php set to 8.2
v9.23.1
2024-12-05 13:59:20 +09:00
Clemens Schwaighofer
e57c336dba
Clean up to use session methods and not _SESSION directly
...
Add session_unset for unsetAll and rename this method to "clear"
2024-12-05 13:52:45 +09:00
Clemens Schwaighofer
075fe967d5
Merge branch 'NewFeatures' into Feature-FixSessionClass
2024-12-05 12:18:51 +09:00
Clemens Schwaighofer
0e5f637052
Update Serial to Identity function
...
Return status as varchar from change.
clean up edit table SQL files with too many empty lines
2024-12-05 12:11:07 +09:00
Clemens Schwaighofer
2e1b767a85
Fix Session class with Many update and get
...
Update Login and Backend class to use interface when writing to avoid
problems with not written _SESSION vars with session is in write close status
2024-12-05 12:09:58 +09:00
Clemens Schwaighofer
f78c67c378
Fix ACL Login phpunit test
v9.23.0
2024-12-04 14:17:16 +09:00
Clemens Schwaighofer
75e69932fc
Session class rewrite
...
create new session on class call, there is no need to delay that at all
new option to auto write close a session
session_id and session_name are stored as class vars
deprecate the __set/__get part because we do not want to set via ->session_var_name
but use the set()/get() methods.
They have been renamed from setS/getS... to set/get alone
2024-12-04 14:10:36 +09:00
Clemens Schwaighofer
7354632479
ACL Login update with cuuid and cuid add/update and move write log to login class
...
Add a UUIDv4 column to edit_generic as cuuid, add the cuid column to all reads with
the cuuid too
The cuuid will replace the cuid and remove the EUID as the session login var
Moved the adbEditLog to login class as writeLog and renamed the current private writeLog to writeEditLog which is only for internal logging in the class
The Backend log class is deprecated and a new get all action var method has been added to get the action vars into the edit log
v9.22.0
2024-12-03 13:16:47 +09:00
Clemens Schwaighofer
5a21d22c7b
Add edit user cuid to session and ACL read
...
This is for phasing out the EUID and replace it with an UUIDv4 for any user settings
v9.21.1
2024-12-02 17:09:02 +09:00
Clemens Schwaighofer
cee3b5c2d1
HSB Colorspace skip phpstan colorspace variable never read
v9.21.0
2024-12-02 15:45:47 +09:00
Clemens Schwaighofer
47e44c15cc
Add a uuid4 validate method
2024-12-02 15:36:21 +09:00
Clemens Schwaighofer
83738adcb6
Remove old code
v9.20.1
2024-11-27 14:32:34 +09:00
Clemens Schwaighofer
5454133239
Update SQL\PgSQL with param calls and heredoc, primary key search method update
...
The primary key currval select is udpated to use proper calls so it works with
serial and identity columns
2024-11-22 17:25:22 +09:00
Clemens Schwaighofer
87f35f23c3
edit_* table update for serial to identity columns
2024-11-22 17:24:34 +09:00
Clemens Schwaighofer
3c4c5d3106
Upgrade PostgreSQL serial to identity columns function
...
Function to help update PostgreSQL serial columns to identity
2024-11-22 17:21:07 +09:00
Clemens Schwaighofer
b080727ff3
Add missing PgSQL to the Interface
2024-11-21 10:40:24 +09:00
Clemens Schwaighofer
ae044bee6f
DB IO Placeholder convert fixers and updates
...
Add more checks in phpunit for this,
Update the placeholder check and convert and move all regex into the
placeholder convert support class
Move $ placeholder count function to the SQL\PgSQL class
Note: further moves of PgSQL only stuff have to be done for SQLite
SQL class add
v9.20.0
2024-11-20 19:07:10 +09:00
Clemens Schwaighofer
529b6a75ba
Set base path for config file to load in edit_base.php
2024-11-19 15:43:00 +09:00
Clemens Schwaighofer
8de112ba7e
Math Matrix multiplication fix for unbalanced array rows
...
Test for unbalanced arrays to matrix multiplication and fix unbalanced a array
v9.19.1
2024-11-19 10:24:37 +09:00
Clemens Schwaighofer
ad070ebdf4
Composer phpstan update 2.0
2024-11-18 18:33:04 +09:00
Clemens Schwaighofer
9edfc2acb6
phpstan 2.0 update checks
2024-11-18 17:08:28 +09:00
Clemens Schwaighofer
35cc6dbf91
Minor fixes for some calls
v9.19.0
2024-11-18 14:52:36 +09:00
Clemens Schwaighofer
cb3d5e1f27
Matrix multiplication fixes
2024-11-18 14:44:18 +09:00
Clemens Schwaighofer
0a45300c21
fix the deprecation version for Colors class calls
2024-11-18 10:12:48 +09:00
Clemens Schwaighofer
54ce378ae2
Text fix for deprecation message
2024-11-18 10:10:39 +09:00
Clemens Schwaighofer
4ac659f7d9
Colors deprecation messages and remove Class Basic color convert calls
2024-11-18 09:50:24 +09:00