|
2b85fcdbb5
|
Backported ViewPanner from Godot4. It also got bindings, now inherited from Resource, and is registered in the ClassDB.
|
2024-03-01 22:39:19 +01:00 |
|
|
df4379d766
|
Added a parameter to HTMLTemplate::process_template_expression_variable() to be able to control when to emit errors if a variable is not set. Now this is used when checking for the first argument for the q template method variants.
|
2024-02-26 21:58:35 +01:00 |
|
|
aa854f049a
|
Updated the docs form HTMLTemplate.
|
2024-02-26 21:33:40 +01:00 |
|
|
6ea807be26
|
Added a q variant from all template methods. These use their first argument to decide whether to print anything or not.
|
2024-02-26 21:27:20 +01:00 |
|
|
af2ef6476e
|
Document the new methods, also expression substitution.
|
2024-02-26 19:03:39 +01:00 |
|
|
af492fc79e
|
HTMLTemplate template processing part 1.
|
2024-02-26 11:36:13 +01:00 |
|
|
89f9faa0e2
|
Added docs for the new classes. (Except for variable substitution rules, as those are not yet done.)
|
2024-02-25 23:37:46 +01:00 |
|
|
35e328576a
|
Set up docs for the new classes.
|
2024-02-25 19:17:06 +01:00 |
|
|
0edc5438dd
|
Re-extracted class docs.
|
2024-02-25 10:26:26 +01:00 |
|
|
b324675489
|
Removed the old SMTPClient class docs.
|
2024-01-10 20:12:36 +01:00 |
|
|
db08e3c8b9
|
Re-extracted class docs.
|
2023-12-23 00:54:40 +01:00 |
|
|
0d6f38b317
|
Re-extracted class docs.
|
2023-12-22 19:49:04 +01:00 |
|
|
93a2081a58
|
Re-extracted class docs.
|
2023-10-12 01:59:32 +02:00 |
|
|
56ae9e3734
|
Fix typos.
|
2023-09-22 16:21:37 +02:00 |
|
|
8ed3b41865
|
Re-extracted class docs.
|
2023-08-26 22:41:21 +02:00 |
|
|
b4fe2b0d38
|
Added a way to customize the doctype declaration the html tag and the body tag to WebServerRequest.
|
2023-07-24 17:37:34 +02:00 |
|
|
b68bbd3bfb
|
Implemented custom response headers for WebServerRequest.
|
2023-07-08 21:11:56 +02:00 |
|
|
24df83cd32
|
Added more newly extracted class docs.
|
2023-06-13 17:55:03 +02:00 |
|
|
8d679355df
|
Re-extracted class docs pt3.
|
2023-06-13 17:34:41 +02:00 |
|
|
fc991ede18
|
Re-extracted class docs.
|
2023-01-14 13:38:58 +01:00 |
|
|
213f393293
|
Fix typos with codespell.
|
2022-12-22 19:51:25 +01:00 |
|
|
cc7d77f3e1
|
Re-extracted class docs.
|
2022-12-22 19:28:17 +01:00 |
|
|
41f130d9fd
|
Re-extracted the class docs.
|
2022-11-20 23:27:04 +01:00 |
|
|
b6624bf30b
|
Re-extracted class docs.
|
2022-09-10 04:18:55 +02:00 |
|
|
f1e5f3d062
|
Fix docs mentioning an old behaviour.
|
2022-08-25 21:14:21 +02:00 |
|
|
a1974c8338
|
Re-extracted the class docs.
|
2022-08-23 13:09:12 +02:00 |
|
|
ae19991c63
|
Added descriptions and brief descriptions for most of the classes in the web module.
|
2022-08-22 00:01:10 +02:00 |
|
|
88df1db348
|
Fix typo.
|
2022-08-21 23:11:59 +02:00 |
|
|
ba0248ae5e
|
Added docs for RedirectWebPage, and AliasWebPage.
|
2022-08-21 23:09:57 +02:00 |
|
|
5b16231128
|
Added docs for FolderServeWebPage, and BrowsableFolderServeWebPage.
|
2022-08-21 23:04:56 +02:00 |
|
|
25230bee02
|
Added docs for PagedArticlesWebPage.
|
2022-08-21 22:53:50 +02:00 |
|
|
8cd72fc8d8
|
Added docs for PagedArticleWebPage.
|
2022-08-21 22:46:32 +02:00 |
|
|
fe5e0231c5
|
Added docs for ListWebPage.
|
2022-08-21 22:23:59 +02:00 |
|
|
82affed801
|
Added docs for StaticWebPage and it's derived classes.
|
2022-08-21 22:02:26 +02:00 |
|
|
1e604b13fb
|
Added method and property descriptions for WebServerRequest's docs.
|
2022-08-21 21:37:53 +02:00 |
|
|
46ee607d18
|
Fixed a few typos.
|
2022-08-21 18:24:36 +02:00 |
|
|
70cc269b40
|
Added docs for WebServer.
|
2022-08-21 18:24:20 +02:00 |
|
|
0c9e77aab4
|
Added docs for WebPermission.
|
2022-08-21 18:09:23 +02:00 |
|
|
ab3ae5fdd4
|
Added docs for CSRFTokenWebServerMiddleware.
|
2022-08-21 17:46:17 +02:00 |
|
|
c6b1406ed7
|
Added docs for WebServerMiddleware.
|
2022-08-21 17:31:01 +02:00 |
|
|
7cc171ebe7
|
Added docs for WebRoot.
|
2022-08-21 17:13:06 +02:00 |
|
|
20c0a91275
|
Added full documentation of the WebNode.
|
2022-08-21 16:45:03 +02:00 |
|
|
8119bd099a
|
Added description for HTTPSessionManager. Note that this class still needs more cleanups, but I wrote docs in a way as if those were already done.
|
2022-08-21 03:04:13 +02:00 |
|
|
892cff7537
|
Added a description for the HTTPSession class.
|
2022-08-21 03:02:11 +02:00 |
|
|
3b19f30e6c
|
Added a description for the WebServerRequest.
|
2022-08-21 02:47:35 +02:00 |
|
|
714547cb17
|
Re-extracted class docs.
|
2022-08-21 00:40:49 +02:00 |
|