123 Commits

Author SHA1 Message Date
lovasoa ba10247a64 fix searching in tables that are not sorted 2023-08-02 20:17:51 +02:00
lovasoa 009d9bde12 fix broken link on getting started page 2023-08-02 17:38:01 +02:00
lovasoa 71af44eae3 cache the "get started" tutorial 2023-08-02 17:28:10 +02:00
lovasoa 3b5c4be081 fix link to hosted.sql 2023-07-31 11:47:21 +02:00
lovasoa d69ec081bc add experimental support for Microsoft SQL Server 2023-07-30 10:32:22 +02:00
lovasoa a39f9d0773 add an example for forms with a variable number of fields
See https://github.com/lovasoa/SQLpage/discussions/38
2023-07-29 02:00:23 +02:00
lovasoa 14898042b6 fix link 2023-07-23 00:15:12 +02:00
lovasoa 68c7236473 improve website wording and add content 2023-07-22 22:42:14 +02:00
lovasoa 9e433cab05 add support for building JSON APIs in SQLPage 2023-07-22 15:08:08 +02:00
lovasoa 502564e2a0 improve official site docs 2023-07-19 00:32:39 +02:00
lovasoa a9a53e750b Document the "multiple" attribute for select boxes
See #29
2023-07-15 20:05:56 +02:00
lovasoa f62b951215 checked attribute for checkboxes and radio buttons 2023-07-15 20:03:21 +02:00
lovasoa 5015e311cf Indicate version support for new attributes 2023-07-15 19:45:39 +02:00
lovasoa b855deb10a Fix missing documentation.
Signed-off-by: Frank Endres <frank@endres.fr>
2023-07-15 19:43:27 +02:00
lovasoa 7cbe89aeb7 custom background colors in tables
Closes #25
2023-07-15 19:41:41 +02:00
lovasoa 18e6c24081 new example: many-to-many
See https://github.com/lovasoa/SQLpage/issues/29
2023-07-15 02:57:29 +02:00
lovasoa 8a6c3d24a6 map component
docker / docker (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
2023-07-13 19:03:57 +02:00
lovasoa 29aa338d71 documenting the table 2023-07-13 19:03:57 +02:00
lovasoa 9c8ebd0e9a table icons 2023-07-13 19:03:57 +02:00
lovasoa 6a8338a47c add tabler table icons 2023-07-13 01:58:55 +02:00
lovasoa d2eb7fad22 new map component 2023-07-13 01:42:10 +02:00
lovasoa 822d8fc5b7 new map component 2023-07-11 22:33:43 +02:00
lovasoa 94b72294f1 publish an example for using geographical data 2023-07-11 19:08:00 +02:00
lovasoa 264ae84fb6 improve existing examples for sqlpage 0.7.2 2023-07-11 08:26:42 +02:00
lovasoa dbbf2fd539 fix bug in auth example 2023-07-11 08:16:12 +02:00
lovasoa c0bf80b53d rewrite the user authentication example to use the latest features 2023-07-10 23:24:05 +02:00
lovasoa c7905a1e23 add example for input patterns 2023-07-10 23:23:45 +02:00
lovasoa 06aed518fc document the redirect component 2023-07-10 23:10:20 +02:00
lovasoa 7766a77b85 improve the form component documentation 2023-07-10 23:10:07 +02:00
lovasoa 3e1ff28a52 new builtin function sqlpage.random_string 2023-07-10 20:45:16 +02:00
lovasoa af3f128fa4 remove password from functions docs 2023-07-10 09:06:23 +02:00
lovasoa 155437c373 Document component introduction date on the website 2023-07-10 08:54:01 +02:00
lovasoa f09f828ccf implement the new hash_password function 2023-07-10 03:31:06 +02:00
lovasoa afac7ba01a document new functions 2023-07-10 02:40:14 +02:00
lovasoa 784244753f improve authorization flow, http basic auth, and error handling 2023-07-10 02:17:43 +02:00
lovasoa c1edb9a6d6 add a new "sqlpage.header" function and improve error handling in functions 2023-07-09 22:56:35 +02:00
lovasoa e91ad60d08 simplify the react integration example 2023-07-09 17:58:27 +02:00
lovasoa 44d1c03aaa add an example illustrating how to integrate a dynamic react component 2023-07-09 12:12:49 +02:00
lovasoa 3a244bf055 official site: clean support for unchecked examples
fixes the documentation of the cookie component
2023-07-09 09:54:01 +02:00
lovasoa d46bbd1c25 new example demo: taptempo 2023-07-08 22:13:12 +02:00
lovasoa ed9b07b190 fix typos 2023-07-07 20:15:02 +02:00
lovasoa 7410b4ef7e caveats 2023-07-07 20:10:25 +02:00
lovasoa 2e62d11032 Implement the full user authentication flow in the example 2023-07-07 20:07:25 +02:00
lovasoa a664b593e9 document the debug component 2023-07-07 18:29:34 +02:00
lovasoa d5a6e22be5 start work on auth example
see https://github.com/lovasoa/SQLpage/issues/12
2023-07-07 03:54:33 +02:00
lovasoa e655b741a4 fix a bug with checkboxes marked as "required" in the form component 2023-07-07 01:42:05 +02:00
lovasoa cac756165b Update readme 2023-07-06 17:23:04 +02:00
lovasoa 89bf84056c Rename nested-forms to Master-Detail Forms 2023-07-06 17:17:43 +02:00
lovasoa e6aab7fdf8 add screenshots 2023-07-05 18:25:29 +02:00
lovasoa 37b5a7fbeb Add nested forms example 2023-07-05 18:22:05 +02:00