Commit Graph

48 Commits

Author SHA1 Message Date
Dave M. 5397ed4fae - First task of v2 done 2023-02-02 16:43:15 +00:00
Dave M. 30ddd4c98b - Fixed some bugs related to options 2023-02-02 15:26:26 +00:00
Dave M. f00c98b7ff - Some more work done on documentation and fixed some code at PHP 8 level 2023-01-26 13:33:53 +00:00
Dave M. 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
Dave M. 9190987b53 - Fixed the parse type 2022-12-21 04:24:12 +00:00
Dave M. cd3cb18665 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2022-11-29 19:48:28 +00:00
Dave M. 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
Dave M. 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
Dave M. 0d9db0470e - Worked with the files begin on the context part 2021-03-09 15:27:54 +00:00
Dave M. 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
Dave M. 34828f642c Small bugfixe within the UiPopup Widget 2021-01-06 20:24:54 +00:00
Dave M. 6020fa300d Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 15:54:35 +00:00
Dave M. 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
Dave M. 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
Dave M. 50d95defee - Fixed two bugs within FormContext's class 2020-02-12 22:58:08 -05:00
Dave M. edf7edc9c1 - Added a custom 'context' if needed, called from getContext(). 2020-02-10 15:18:26 -05:00
Dave Mc Nicoll e4b4cdb818 - Work done on Form handling 2020-02-07 16:38:54 -05:00
Dave Mc Nicoll a8a99f1852 - First WIP on form handling 2020-02-05 16:21:23 -05:00
Dave Mc Nicoll cb2caf895e - Fixed UiSelect's selected item method
- Added a new DateTime (WIP from firefox still)
2020-01-31 16:37:17 -05:00
Dave Mc Nicoll e2c1c7ac39 - Fixed conflict 2020-01-30 11:21:26 -05:00
Dave M. bf7605eef6 Merge branch 'master' of https://github.com/mcNdave/picea-ui 2020-01-30 11:20:22 -05:00
Dave M. 9c8a28d294 - Added a new form() method to ease form handling 2020-01-30 11:19:41 -05:00
Dave Mc Nicoll 2014f7fdeb - UiInput and UiSelect now allows NULL values to be passed 2020-01-29 16:14:23 -05:00
Dave M. 94e42747a4 - Fixed composer require 2019-12-10 15:22:13 -05:00
Dave M. bdaec7c7ff - WIP on UiPopup 2019-11-08 11:42:11 -05:00
Dave M. f28ace745d - Corrected inputs handling from view to compiled states
- Added UiSelect widget
- Fixed UiForm widget
- Fixed UiInput widget
- Added mocks of UiMessage and UiPopup. Not even a WIP at this stage.
2019-11-01 14:47:54 -04:00
Dave M. 4bf08def27 - Fixed invalid elements after testing 2019-10-04 08:39:22 -04:00
Dave M. a0bf505377 - First commit, work done on form input 2019-09-04 15:17:57 +00:00