206 Commits

Author SHA1 Message Date
lovasoa f8d5fb06e6 fix bug in corporate conundrum demo 2023-11-22 01:49:12 +01:00
lovasoa b32ad90bb7 better docs for multi-select 2023-11-22 00:26:28 +01:00
Ophir LOJKINE 23f834de71 null variables (#136)
* 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 499b9f11db improve form hidden fields
fixes https://github.com/lovasoa/SQLpage/issues/130
2023-11-16 01:03:11 +01:00
lovasoa e4bb792f2b Improve map component
customizable tile
source, attribution, and max zoom.

Update embedded SQLite to version
3.44.
2023-11-12 20:30:04 +01:00
lovasoa 2abd0edd03 small note about security 2023-11-12 00:00:11 +01:00
lovasoa 7109ba371f pgconf.eu 2023-11-11 02:45:33 +01:00
lovasoa b619c836b1 customize top navigation links and to create submenus in shell 2023-11-11 02:25:39 +01:00
lovasoa c7351f5095 map : better geojson point support 2023-11-11 01:24:41 +01:00
lovasoa 13849cc0f2 fix syntax highlighting in the url_encode documentation 2023-11-10 18:33:47 +01:00
lovasoa 17681fb672 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 2369a4b52c new map attributes documentation 2023-11-07 21:47:48 +01:00
lovasoa 94c04d8a4c custom marker icon and color in the map component 2023-11-07 01:07:40 +01:00
lovasoa 64a602897a simplify the user authentication example and make it easier to adapt to different databases 2023-11-07 00:01:20 +01:00
lovasoa c5a56937b4 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 ec0e580a95 Form submission with button component. #113 2023-11-06 23:07:55 +01:00
lovasoa 6efdf206fb 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