Commit Graph

571 Commits

Author SHA1 Message Date
Clemens Schwaighofer eba1e2885f Convert\Byte add exception
And exception is thrown for invalid flags
2023-01-10 14:06:09 +09:00
Clemens Schwaighofer 53813261fb Form\Generate update
- remove auto load _POST vars
- Update color settings to # leading 6/8 digit hex code
- remove any global variable calls/requests
- fix some isset/empty clean ups (isset + set = !empty)
- fix on delete of reference data that loaded data was not shown again
- fix on reference data save error that wrong data is still shown and not removed
2023-01-10 11:25:51 +09:00
Clemens Schwaighofer df2ae66942 Bug fix for loading after new/save/delete 2023-01-06 15:16:01 +09:00
Clemens Schwaighofer 78e1d73cd9 Move code from edit_base.php to class file v7.8.0 2023-01-06 15:07:15 +09:00
Clemens Schwaighofer 620a5878c1 Update dotenv reader from Composer package v7.7.1 2023-01-06 10:51:12 +09:00
Clemens Schwaighofer 5a0b09a916 Add DB\IO get prepare cursor array entries v7.7.0 2023-01-05 17:26:26 +09:00
Clemens Schwaighofer 98c6033c75 mo to js script set exectueable 2023-01-05 15:31:35 +09:00
Clemens Schwaighofer 6dcebc9b67 mo to js shell script 2023-01-05 15:30:51 +09:00
Clemens Schwaighofer c97520e186 Update flatpickr javascript lib 2023-01-05 15:14:08 +09:00
Clemens Schwaighofer 764ca1f098 fix Generate\Form test with missing session init v7.6.0 2023-01-05 11:32:39 +09:00
Clemens Schwaighofer 3d23e5b066 Composer update 2023-01-05 10:55:01 +09:00
Clemens Schwaighofer 90e418ba24 Smarty update to 4.3.0 2023-01-05 10:38:51 +09:00
Clemens Schwaighofer b6a0937e0c autoloader update 2022-12-28 17:46:40 +09:00
Clemens Schwaighofer b3f6f8ef18 Raname Progressbar.php to ProgressBar.php 2022-12-28 16:14:38 +09:00
Clemens Schwaighofer d9d5400498 Add Test for get run times for unrun queryies v7.5.3 2022-12-28 11:31:39 +09:00
Clemens Schwaighofer b1be681afb Bug fix in DB\IO for wrong array check
Did not use empty to check if query called hash entry exists
2022-12-28 11:26:56 +09:00
Clemens Schwaighofer 8ef309d479 PHP unit 8.2, cel builder br/input fix, doctype add, sync .user.ini
- do not sync .user.ini file in sync template
- add PHP 8.2 for test target phpunit
- cel/phfo builder update to not close br or img tags (besides input)
- psalm settings update
- add doctype to all base templates
2022-12-27 16:58:51 +09:00
Clemens Schwaighofer 6e59b63791 DB\IO phpdoc and phpstan fixes v7.5.2 2022-12-14 14:18:33 +09:00
Clemens Schwaighofer 9c7b3cea83 SQL Interface docstring fix v7.5.1 2022-12-14 13:53:54 +09:00
Clemens Schwaighofer 26af6a07f4 PHP unit tests updates for class changes v7.5.0 2022-12-09 16:53:10 +09:00
Clemens Schwaighofer b7c6d4b478 DB\IO add unescape bytea data 2022-12-09 16:33:58 +09:00
Clemens Schwaighofer 9936fc04da Convert\Byte class fix string in abs call 2022-12-09 16:33:47 +09:00
Clemens Schwaighofer 1e0dfa2106 Update documentation for Convert\Byte Class
add more info in parameters flag
2022-12-09 13:43:15 +09:00
Clemens Schwaighofer 3af6f6a8f0 edit interface, hard set edit.css style sheet 2022-12-07 06:56:47 +09:00
Clemens Schwaighofer 1e793c0d16 Switch all SQL from tab to spaces 2022-12-06 09:27:08 +09:00
Clemens Schwaighofer 5be34453ce Fix in Smarty Template class and PAGE WIDTH set v7.4.3 2022-11-10 10:26:59 +09:00
Clemens Schwaighofer 7773b78e17 Fix in CoreLib Bytes for null to trim v7.4.2 2022-11-09 18:11:14 +09:00
Clemens Schwaighofer 2a3798c8c2 Create mo file update, basic edit css/javascript updates 2022-10-25 16:48:34 +09:00
Clemens Schwaighofer bc8303fe5f Composer update 2022-10-25 16:48:12 +09:00
Clemens Schwaighofer ba89b188d9 Mo create script update, phpstan fixes, document updates
create_mo:
set auto base folder bases on current location so we do not need do
adjust paths in script

phpstan fixes:
edit_base.php
CoreLibs/Basci.php
CoreLibs/DB/SQL/PgSQL.php

Update documentation in method headers
CoreLibs/Combined/DateTime.php
v7.4.1
2022-10-12 09:48:22 +09:00
Clemens Schwaighofer d15618cde4 Add JS_TRANSLATE file to smart template flow 2022-10-04 17:35:46 +09:00
Clemens Schwaighofer 0fd89727e9 Update Output\Form to allow ACL controlled edit/view entries
Fixed phpunit test runs with encoding test run and not resetting the
subsitute character back to default

Note: There are mime encoding failures for php 7.4 and 8.0 and one ACL
login failure test for php 7.4
v7.4.0
2022-09-06 11:17:03 +09:00
Clemens Schwaighofer a8e75d158b Update composer installed packages 2022-09-06 11:16:33 +09:00
Clemens Schwaighofer 4b3fbaa309 Updates based on latest phpstan run v7.3.3 2022-09-02 17:00:22 +09:00
Clemens Schwaighofer 1a6c65df0e Minor test updates, comment typo updates, DB_CONFIG_SET for default
$DB_CONFIG_SET is now default current selcted db config instead of
$DB_CONFIG so to not overwrite the array itself
v7.3.2
2022-08-05 12:43:57 +09:00
Clemens Schwaighofer 24f553a17e Update comments for split element counter v7.3.1 2022-07-29 13:20:54 +09:00
Clemens Schwaighofer 9a3ea2f7db update strings class with split counter method 2022-07-29 13:19:45 +09:00
Clemens Schwaighofer bcdb877d90 Phan/phpstan fixes v7.3.0 2022-07-29 11:06:53 +09:00
Clemens Schwaighofer 6d0e528c38 Combined\Datetime date/number to weekday conversion
Convert functions for date or weekday number to weekday name or date to
weekday number
2022-07-29 11:02:25 +09:00
Clemens Schwaighofer 7e6474195b String split format fix for non ascii characters
Currently just abort and return string as is
2022-07-29 10:38:32 +09:00
Clemens Schwaighofer 1795d3ba6c String convert class added
Currently with one method: splitFormatString

Converts a string to a string with separater characters based on a
format string
2022-07-29 07:00:02 +09:00
Clemens Schwaighofer e1340acf55 Class header info string fix 2022-07-29 06:59:33 +09:00
Clemens Schwaighofer b5ead3e266 Minor code block comment clean ups 2022-07-15 17:42:38 +09:00
Clemens Schwaighofer f5daaca598 Fixes for Create\Email docstrings v7.2.3 2022-07-08 17:25:45 +09:00
Clemens Schwaighofer 6b4f310cd2 Email\Sending add dedicated kv folding flag
kv folding is now done via flag and only if an encoded is detected that
is japanese or UTF-8
v7.2.2
2022-07-04 15:45:51 +09:00
Clemens Schwaighofer 7b5bddb529 Create\Email fixes
Remove not needed reaplce content count for first global replace
Move logger out of test only and log if a logger class is attached
v7.2.1
2022-07-01 08:57:14 +09:00
Clemens Schwaighofer 0a6fdf1248 Use logged encoding from JSON debug block for non UTF-8 tests v7.2.0 2022-06-30 18:18:17 +09:00
Clemens Schwaighofer 3220180d58 Bug fix in Email for encoding subject/body with empty replace
Also store encoding in json log if test and debug print is given
2022-06-30 18:16:28 +09:00
Clemens Schwaighofer 8c8f14ec74 Fix logging per run to be setable not only on start
Move per run set into method.
Add set/get method and add set method override (set new) flag

Update phpUnit testing and move providers to test methods
2022-06-30 18:15:36 +09:00
Clemens Schwaighofer 643991c3fd Update Debug\Support, add Create\Email
update debug support to add html escape for html strings on request.
Default is keep as is. debugString gets new third parameter for this as
bool flag.

Add Create\Email to send basic text emails to several too addresses.
Content replace in subject and body is possible with {} entries.
Default encoding is UTF-8 but others can be set and content will be
converted to this.
The dynamic replace works on all data or can be set per receiver.
2022-06-28 17:29:31 +09:00