204 Commits

Author SHA1 Message Date
Ophir LOJKINE af7e16f2cc null variables (#136)
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
* update dependencies

* Add support for resetting variables to a `NULL` value using `SET`. Previously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
2023-11-19 20:09:18 +01:00
lovasoa 1c50d27981 improve form hidden fields
fixes https://github.com/lovasoa/SQLpage/issues/130
2023-11-16 01:03:11 +01:00
lovasoa 3485b5e233 Improve map component
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
customizable tile
source, attribution, and max zoom.

Update embedded SQLite to version
3.44.
2023-11-12 20:30:04 +01:00
lovasoa f68f4a001b small note about security 2023-11-12 00:00:11 +01:00
lovasoa aa0a419de8 pgconf.eu 2023-11-11 02:45:33 +01:00
lovasoa 7cfcdb6b13 customize top navigation links and to create submenus in shell 2023-11-11 02:25:39 +01:00
lovasoa 81bf5617ed map : better geojson point support 2023-11-11 01:24:41 +01:00
lovasoa 8fafba6435 fix syntax highlighting in the url_encode documentation 2023-11-10 18:33:47 +01:00
lovasoa 2dfecd76f5 add support for geojson in the map component
this adds support for new geometries, including polygons

Closes https://github.com/lovasoa/SQLpage/issues/119
2023-11-07 23:52:38 +01:00
lovasoa 65a7cf3aa4 new map attributes documentation 2023-11-07 21:47:48 +01:00
lovasoa 797d7042fd custom marker icon and color in the map component 2023-11-07 01:07:40 +01:00
lovasoa 46136154eb simplify the user authentication example and make it easier to adapt to different databases 2023-11-07 00:01:20 +01:00
lovasoa c0a19113f9 add an explanation about the logged_in_user function
Hopefully it prevents users from introducing security vulnerabilities in their websites
2023-11-06 23:22:33 +01:00
lovasoa 8d3c8dcf34 Form submission with button component. #113 2023-11-06 23:07:55 +01:00
lovasoa bba4f00042 document custom component creation 2023-11-06 01:35:21 +01:00
lovasoa cb440827bd docuementation + fix width 2023-11-02 23:23:12 +01:00
lovasoa a78266133d fix typo 2023-10-27 10:18:14 +02:00
lovasoa bbb75bde2d color type docs 2023-10-26 02:59:28 +02:00
lovasoa 2fc2ea8410 New function: sqlpage.path
fixes https://github.com/lovasoa/SQLpage/issues/114
2023-10-26 02:50:17 +02:00
lovasoa 4d0b4e867c new align_right attribute in the table component
fixes #115
2023-10-26 02:34:47 +02:00
lovasoa 0ad2ca7061 documentation 2023-10-26 01:58:02 +02:00
lovasoa 8f461281ad add links for icon and color types in the docs 2023-10-26 01:57:36 +02:00
ophir fc62c38ff4 improve example 2023-10-22 15:51:26 +02:00
ophir 337eaa480d form example: use raw product ids for clearer code 2023-10-22 15:41:33 +02:00
ophir 7f17bd4151 use sqlpage.variables in the "variable number of fields" example 2023-10-22 01:51:55 +02:00
ophir 02c416ea84 fix typo in example 2023-10-22 01:17:07 +02:00
ophir 17cafe8317 add products in the example 2023-10-22 01:16:56 +02:00
ophir b1cf6c40f1 improve docs for mysql 2023-10-22 01:00:35 +02:00
ophir 17720bfcba new function: sqlpage.variables 2023-10-22 00:41:40 +02:00
lovasoa 5cccc11237 blog about v0.14 2023-10-19 00:22:10 +02:00
lovasoa 99d61b679a new component: button
creates a row of buttons to implement easy navigation
2023-10-19 00:04:58 +02:00
lovasoa ff63964a97 official website code example display improvement 2023-10-18 22:00:54 +02:00
lovasoa 03a2d587fb use sqlpage main in corporate conundrum example 2023-10-18 00:55:16 +02:00
lovasoa 1140734ad5 Many improvements in the official website and the documentation.
Most notably, the documentation now has syntax highlighting on code blocks.
2023-10-18 00:30:20 +02:00
lovasoa 39f6a87c00 blog about v0.13 2023-10-17 00:18:34 +02:00
lovasoa de30d619cd fix dockerfile config 2023-10-16 01:37:04 +02:00
lovasoa c48a3a0ef5 fix dockerfiles 2023-10-16 01:24:46 +02:00
lovasoa bd3a8a0311 new component: timeline 2023-10-16 00:52:15 +02:00
lovasoa 634080b4c8 build official site on latest unreleased version 2023-10-08 23:13:57 +02:00
lovasoa a5dbf428f9 top_image attribute in card component 2023-10-08 09:33:57 +02:00
lovasoa 1495951965 improve bubble chart support and simplify example 2023-10-08 09:33:56 +02:00
lovasoa 64d6ce16d1 add support for bubble charts 2023-10-08 09:33:56 +02:00
lovasoa d767e727b8 v0.12 blog 2023-10-08 09:33:56 +02:00
lovasoa c812f421bb allow customization of empty lists 2023-10-04 12:01:18 +02:00
lovasoa 012b5e7e31 improve tutorial 2023-10-03 12:33:14 +02:00
lovasoa 9ea59120fb create the config dir if it does not exist 2023-10-03 12:04:33 +02:00
lovasoa d4dd23db38 fix typo in documentation 2023-09-28 13:51:12 +02:00
lovasoa 997da1e41e fix display issue for version numbers in the documentation 2023-09-28 13:49:53 +02:00
lovasoa a97bb4e5ac new sqlpage.url_encode() function 2023-09-27 20:30:35 +02:00
lovasoa 8ee57a08e5 new function: sqlpage.exec
This is a game changer and allows many new usecases that were previously impossible:

sending emails, querying external APIs, integrating with external providers, launching custom scripts, and much more.
2023-09-27 17:22:41 +02:00