Commit Graph

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