63 Commits

Author SHA1 Message Date
Dave Mc Nicoll
a34ebaf0df - Fixed executed() method and added a new method handling in UiForm v1.0.0 2024-11-01 16:12:57 -04:00
Dave Mc Nicoll
388b2a70f8 - UiTime older annotation was not properly setup 2024-10-14 12:55:02 +00:00
Dave Mc Nicoll
195586a078 - Added a new initialize() method launched after __construct() 2024-06-05 17:48:14 +00:00
Dave Mc Nicoll
5e9ad29f3c - Filling values of context if vars exists within it 2024-06-04 13:38:46 +00:00
Dave Mc Nicoll
1991122c32 - Filling values of context if vars exists within it 2024-06-04 13:34:31 +00:00
Dave Mc Nicoll
0a7b1cdc12 - Added request method to context 2024-05-31 12:28:34 +00:00
804deb69a2 - Added PPH-DI definition file 2023-11-15 22:12:47 -05:00
Dave Mc Nicoll
328a4d282c - Added new methods for each inputs ui_...; fixed empty or 0 values checkbox/radio checked handling 2023-05-12 18:58:22 +00:00
Dave Mc Nicoll
fd4e30bd42 Fixed 'img' tags, removed utf8_encode since it's deprecated and readded echoRaw from textarea widget 2023-04-13 15:51:29 -04:00
Dave Mc Nicoll
ea780c697e - Fixed 'img' input which was missing 2023-03-29 11:31:45 -04:00
6aaa05b37d - Refractoring on the old code base 2023-03-29 15:11:54 +00:00
72940b3615 - Small quickfix adding backward compat. to the old ui.endform notation 2023-03-29 15:10:24 +00:00
aba66479be - Token name and options are now passed through parse() method 2023-02-02 19:38:20 +00:00
77d05ae051 - Quickfix again 2023-02-02 18:18:05 +00:00
d984ddc540 - Fixed a bug added in previous commit 2023-02-02 18:16:28 +00:00
5397ed4fae - First task of v2 done 2023-02-02 16:43:15 +00:00
30ddd4c98b - Fixed some bugs related to options 2023-02-02 15:26:26 +00:00
f00c98b7ff - Some more work done on documentation and fixed some code at PHP 8 level 2023-01-26 13:33:53 +00:00
3986437800 - Added documentation, fixed some bugs and optimized some parts of the source code while doing the doc. 2022-12-22 14:34:37 +00:00
9190987b53 - Fixed the parse type 2022-12-21 04:24:12 +00:00
cd3cb18665 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2022-11-29 19:48:28 +00:00
3a930c13b1 - Removed sprintf which was causing problems with it's own escaping mechanism while using it in a view 2022-11-29 19:48:17 +00:00
Dave Mc Nicoll
bd501bce86 - Added the multiple value selection 2022-11-11 13:58:22 +00:00
Dave Mc Nicoll
1f5d38a8b9 - Added some more information into the form context whether a form was sent, and what was it's return value (if there was any) 2022-10-10 15:30:15 +00:00
Dave Mc Nicoll
164a27d267 - Added context validation status 2022-06-27 17:29:16 +00:00
Dave Mc Nicoll
ceebc6783a - Added basic handling of BODY content from Web-RestMethod from PS 2022-05-11 14:09:18 +00:00
Dave Mc Nicoll
83fee32ac0 - Added CSRF through form processing 2022-02-25 15:33:40 +00:00
97f1f67af1 - Implemented CSRF check, some bugfixes also included 2022-02-03 20:06:04 +00:00
Dave Mc Nicoll
362184f81f - Quickfix on attributes 2021-10-19 12:39:49 +00:00
0d9db0470e - Worked with the files begin on the context part 2021-03-09 15:27:54 +00:00
e75d997b02 - Added a new UiImage element.
- Inputs can now have a class array OR a simple string as 'class' param.
2021-03-01 16:35:57 +00:00
34828f642c Small bugfixe within the UiPopup Widget 2021-01-06 20:24:54 +00:00
6020fa300d Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 15:54:35 +00:00
7437bbfc73 - Casted type to string for selection matching 2020-10-06 15:50:27 +00:00
Dave Mc Nicoll
95c30be9f8 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 11:40:53 -04:00
Dave Mc Nicoll
d05a750b39 - Fixed Numeric types (number) 2020-10-06 11:40:27 -04:00
Dave Mc Nicoll
512af58411 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 11:29:05 -04:00
Dave Mc Nicoll
fd73d8e614 - Set formSent() public on FormHandler class
- Fixed class attributes on form which was overwritting it instead of adding to base class
2020-10-06 11:27:56 -04:00
Dave Mc Nicoll
8842ae4eaa - Fixed a bug where "002" value was set as "2", therefore failling to match selected items; a proper value selection must be implemented. 2020-10-06 11:04:13 -04:00
Dave Mc Nicoll
69c7121981 - Small bugfixes within value comparison for UiInput and small bugfixe in select repairing broken options. 2020-05-20 15:32:41 -04:00
Dave Mc Nicoll
b4fc4dd37f Merge branch 'master' of https://github.com/mcNdave/picea-ui 2020-04-14 16:45:37 -04:00
Dave Mc Nicoll
7a2139e4a5 Merge branch 'master' of https://github.com/mcNdave/picea-ui 2020-04-09 14:40:20 -04:00
Dave Mc Nicoll
db17c890c5 - Forced form's name when one is given to a contact (will make sure the good form has been passed) 2020-04-09 14:39:25 -04:00
Dave Mc Nicoll
e8caed23f2 Merge branch 'master' of https://github.com/mcNdave/picea-ui 2020-04-09 14:36:31 -04:00
Dave Mc Nicoll
48536ab11d - Fixed a bug caused by JsonSerialization and old code accessing attributes.
- Fixed Checkbox and Radio checked using a 4th option parameter
2020-04-09 14:35:24 -04:00
ff57fed699 - Fixed a bug where a custom form context would never be applied 2020-03-31 11:09:08 -04:00
Dave Mc Nicoll
23e8eb71f6 - Added form name to allow for multiple form on the same page. 2020-03-19 08:56:50 -04:00
Dave Mc Nicoll
b1129def47 - WIP on forms and UI widgets 2020-03-17 16:14:47 -04:00
Dave Mc Nicoll
657ceb2863 - Added multi-part by default to forms
- Fixed some bug within FormContext and FormHandler.
2020-02-17 08:17:36 -05:00
50d95defee - Fixed two bugs within FormContext's class 2020-02-12 22:58:08 -05:00