159 Commits

Author SHA1 Message Date
brad Arant
80d31540d9 Some cgi work. 2025-02-10 07:12:31 -08:00
brad Arant
adf5449a6f fixed header tag. 2025-02-07 19:29:18 -08:00
brad Arant
d34ff928d9 fixed __jet.cpp merge for cgi work. 2025-02-07 16:12:09 -08:00
brad Arant
c0f44a3bc5 work on cgi. 2025-02-07 16:10:13 -08:00
Brad Arant
6e097d8433 some small testvar updates. 2025-02-06 16:06:41 -08:00
Brad Arant
10db0e9c70 created INTEGER function on operand. 2025-02-04 09:28:28 -08:00
Brad Arant
ce6b163d5d added some logic for session controls. 2025-01-30 15:54:35 -08:00
Brad Arant
92d34ee689 updated TOTO. 2025-01-16 16:22:47 -08:00
Brad Arant
c11d5abcd0 Fixed some bugs in include and jet tags for cgi handling. 2025-01-16 15:45:15 -08:00
Brad Arant
5cefb0974b added trim operand function. 2025-01-16 13:39:09 -08:00
Brad Arant
f7812821b3 fixed right() expression. 2025-01-16 09:56:22 -08:00
Brad Arant
f1f45af332 some notes on jet tag. 2025-01-15 15:44:53 -08:00
Brad Arant
edebae34b1 allow cookie, header and stream only in cgi mode. 2025-01-15 14:51:15 -08:00
root
8b49bf39a9 Rudimentary tag restoral seems to work. Need throurough testing and subtag logic. 2025-01-13 17:09:56 -08:00
brad Arant
b0e3cd85c7 reversion of tag work to ordered tag process. 2025-01-12 20:30:48 -08:00
brad Arant
779c6b0148 merge 2025-01-10 17:09:58 -08:00
barant
6516aee6cc Some operand work for right. Needs work. 2025-01-09 17:11:15 -08:00
barant
3f4ca13f3f fixed call tag completely. Should be done for now. 2025-01-09 13:57:12 -08:00
barant
4f616021f3 fixed if conditionals. 2025-01-09 09:16:34 -08:00
barant
b65d8d4396 fixed the whiledir tag. 2025-01-09 08:02:38 -08:00
barant
4a17002d22 fixed the call tag. 2025-01-09 07:54:22 -08:00
barant
83321a2f43 fixed the for tag. 2025-01-09 07:49:11 -08:00
barant
ebb6dc4ca9 think i fixed if tag. 2025-01-09 07:01:58 -08:00
barant
b3693e8017 think migration is almost done, at least for set tag. 2025-01-08 17:04:36 -08:00
barant
5c27df59da work towards a clean compile on migrating set and get variables from Tag. 2025-01-08 10:27:30 -08:00
barant
2549220914 migrating getvariable and setvarable to Tag. Needs alot of work. 2025-01-06 14:57:48 -08:00
barant
229394310d some documentation changes. 2025-01-06 09:09:49 -08:00
brad Arant
6959bd8f85 Fixed scope problem on ResolveKeyword. 2025-01-03 11:24:48 -08:00
brad Arant
f6dda8496c Made $[%name] to retrieve keyword values in a tag. Has bugs. 2025-01-03 10:50:31 -08:00
brad Arant
9622b5cf8c Moved keywords from local variables to keywords map. 2025-01-02 16:43:53 -08:00
brad Arant
907f449ecc Started the cookie tag. Still needs work. 2025-01-02 09:48:31 -08:00
barant
af4f615799 document updates. 2024-12-23 15:48:13 -08:00
barant
3d246063e5 cleanup for valgrind. 2024-12-23 11:16:15 -08:00
barant
de55071aad bug fix on operand operation for left(). 2024-12-23 09:51:50 -08:00
brad Arant
e86633f506 minor test updates.;
;
2024-12-21 21:16:57 -08:00
brad Arant
af7080e011 fixed local scoping on call tag. 2024-12-21 21:03:17 -08:00
brad Arant
9a9abab92d fixed scoping for local on for tag. 2024-12-21 20:26:46 -08:00
barant
f3b66d9770 make uninitialized global and local variables cause exception. 2024-12-09 16:24:19 -08:00
Brad Arant
90540d3c44 cleanup 2024-12-02 15:46:49 -08:00
brad Arant
ae57e06778 fixed mysql tag to give values for ?# # and field name using #n. 2024-11-27 15:37:58 -08:00
brad Arant
6d2da98024 major scope work completed. Works well!!! 2024-11-27 09:47:17 -08:00
Brad Arant
90d7d07e7e more work on scoping. 2024-11-26 17:02:59 -08:00
Brad Arant
ca7aabd73f more sever scoping work. 2024-11-26 16:57:03 -08:00
Brad Arant
07e43d3f5a serious scoping work unfinished. 2024-11-26 15:25:30 -08:00
Brad Arant
bd8aa1c089 fixed some bugs. Added resolveContainerParent flag to resolve set container issue not reading local variables appropriately. 2024-11-26 13:32:15 -08:00
Brad Arant
e3d788bc92 error reporting now reports accurately to the line. 2024-11-26 11:17:22 -08:00
Brad Arant
79d68d6c34 minor changes on testtag.jet 2024-11-25 17:00:07 -08:00
Brad Arant
4d6b1e80b3 fixed tag to process containers in appropriate order instead of inline. 2024-11-25 13:57:35 -08:00
brad Arant
1c7edf3118 added dump tag. 2024-11-24 14:25:39 -08:00
brad Arant
a9ce087939 urlencoded forms data is now workng as well. 2024-11-24 13:21:44 -08:00