Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-10-17
| ||
23:27 | peer_ip/0 failed on local deployment Leaf check-in: 5958d6a977 user: fran tags: trunk | |
09:57 | merge jsevents branch check-in: 5b7c86376f user: fran tags: trunk | |
04:58 | new sc_utils:wire_click/2 check-in: 67db093805 user: fran tags: trunk | |
2024-09-26
| ||
07:22 | merge last minute fix into this branch Leaf check-in: aef53c17a2 user: fran tags: jsevents | |
07:15 | fix sc_data:peer_ip returning 127.0.0.1 when passing through lighttpd reverse proxy check-in: ad46a149b0 user: fran tags: trunk | |
2024-03-25
| ||
04:17 | mention condition where event activation will fail if not considered check-in: ab345cd36a user: fran tags: jsevents | |
2023-12-27
| ||
17:01 | ignore dangling event targets check-in: 8e9545e957 user: fran tags: jsevents | |
17:00 | sc_utils:focus also move the cursor to the end of contents check-in: 11ac393cae user: fran tags: jsevents | |
16:38 | document jsevent functions check-in: adc6b87127 user: fran tags: jsevents | |
16:22 | new utility sc_utils:wait_for_visible check-in: 912e5f9e5d user: fran tags: jsevents | |
2023-12-26
| ||
07:42 | abstract some code out of sc_utils:serve_element check-in: 25d17ee162 user: fran tags: jsevents | |
02:42 | jsevent can attach events dynamically to the current scene check-in: c165cb9afa user: fran tags: jsevents | |
01:28 | new #jsevent{} record check-in: ee9b3118f4 user: fran tags: jsevents | |
2023-12-24
| ||
22:20 | allow shortcut of 'next' event with no focus change check-in: 44e8e89862 user: fran tags: jsevents | |
11:05 | jsevents support specifying a target node to listen events check-in: 5f635a9614 user: fran tags: jsevents | |
2023-12-23
| ||
19:09 | reorder register_scene implementation for clarity. Fixes a missing type variant too check-in: 81e675436f user: fran tags: jsevents | |
18:44 | jsevent type declaration fixed check-in: b93a0a7db7 user: fran tags: jsevents | |
2023-12-22
| ||
21:17 | jsevents table is now a list of tuples() check-in: c3c623d79c user: fran tags: jsevents | |
20:52 | new 'jsevents' scene property check-in: 2cf1e788d2 user: fran tags: jsevents | |
2023-11-22
| ||
16:06 | better function names check-in: 11e9557c94 user: fran tags: trunk | |
2023-10-28
| ||
13:47 | new sc_data:session_once. Also sc_utils:wire_onready support js code check-in: 18bdfd06c5 user: fran tags: trunk | |
2023-10-18
| ||
21:14 | hardcode -extends tag and deprecate [[[: syntax. Keep it there until the codebase stabilizes check-in: 7666c69559 user: fran tags: trunk | |
2023-10-17
| ||
20:27 | minor fixes check-in: 60f3430322 user: fran tags: trunk | |
2023-10-15
| ||
10:29 | evaluate template thunks is more hygienic and doesnt rely on the sc layer check-in: 5b9810570b user: fran tags: trunk | |
2023-10-14
| ||
14:45 | hygienic -define implementation (no more :define). And cleanup some comments check-in: dbfbd35076 user: fran tags: trunk | |
2023-10-13
| ||
17:38 | cleaner [[[:define]]] implementation check-in: 1b5baf2168 user: fran tags: trunk | |
15:22 | correct incomplete description check-in: 172aa3c598 user: fran tags: trunk | |
2023-10-10
| ||
03:15 | new CLICK_RAW macro check-in: a4d41c3671 user: fran tags: trunk | |
2023-06-27
| ||
18:38 | reorder function definitions for readibility check-in: c1d38841fc user: fran tags: trunk | |
2023-05-30
| ||
23:43 | peer_ip del modulo sc_data no aplica en esta vista check-in: f85dfde6b3 user: fran tags: trunk | |
15:34 | use sc_data:peer_ip instead of wf:peer_ip. sc_info/zombie/evaluate features no longer open in servers running through a local proxy check-in: 603a144b0b user: fran tags: trunk | |
15:27 | sc_data:peer_ip recognize proxy in the same machine check-in: 09495199a1 user: fran tags: trunk | |
2023-05-20
| ||
05:42 | remove trace check-in: bf0226a0f5 user: fran tags: trunk | |
2023-05-19
| ||
21:30 | experimental fix for websockets not connecting behind a reverse proxy check-in: 3c91e24b2d user: fran tags: trunk | |
21:28 | fix obsolete function call check-in: 582c0cbdd6 user: fran tags: trunk | |
2022-09-23
| ||
04:21 | log pusher_web url to browser console check-in: 5e5a760a7a user: fran tags: trunk | |
2022-09-22
| ||
22:34 | dynamic template reload timer (EXPERIMENTAL) La idea parece buena pero esta implementacion esta agregando complejidad innecesaria. Por el momento este comit queda guardado Closed-Leaf check-in: 01e8b1ac8e user: fran tags: dynamic_template_timer, trunk | |
2022-06-01
| ||
00:56 | remove debugging print check-in: 056704c0f9 user: fran tags: trunk | |
00:42 | document ezy_omit. Also update vx_rule record check-in: 4c13b08436 user: fran tags: trunk | |
2022-05-31
| ||
12:07 | IS_EMAIL allows . and _ characters in the user part check-in: 1912b47a49 user: fran tags: trunk | |
11:54 | IS_EMAIL failed to match the dot in email adress check-in: 5a358faf20 user: fran tags: trunk | |
11:09 | new ezy_deny/3 and ezy_omit/2 validation rules check-in: 1499a0fd1f user: fran tags: trunk | |
10:50 | new IS_EMAIL macro check-in: 88af8b8c84 user: fran tags: trunk | |
2022-05-04
| ||
01:52 | forgot to mention -ifnot as an enhancement check-in: 110580eebd user: fran tags: trunk | |
2022-05-02
| ||
04:47 | ?IS_TEXT must allow newlines too check-in: 8dda5e8da7 user: fran tags: trunk | |
2022-05-01
| ||
18:32 | new [[[:extends]]] tag. Also simplify [[[: syntax parsing check-in: 6f71e3a1ed user: fran tags: trunk | |
2022-04-30
| ||
17:29 | enumerate latest template engine enhancements check-in: 3f55859eb0 user: fran tags: trunk | |
16:55 | do not inherit master style by default. The old behaviour is activated with the keep_master_style option check-in: 950a4e74db user: fran tags: trunk | |
2022-04-25
| ||
01:16 | add vx:ezy_rule_eagerly check-in: ade416182b user: fran tags: trunk | |
2022-04-09
| ||
20:55 | default_deny handling broke access handling by mistake check-in: 96916ada21 user: fran tags: trunk | |