lovasoa
9cc5817de3
new component: timeline
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 (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-10-16 00:52:15 +02:00
lovasoa
10723f9ce1
build official site on latest unreleased version
2023-10-08 23:13:57 +02:00
lovasoa
f0d9a6005f
top_image attribute in card component
2023-10-08 09:33:57 +02:00
lovasoa
4a099bfb6e
improve bubble chart support and simplify example
2023-10-08 09:33:56 +02:00
lovasoa
a2d7697b90
add support for bubble charts
2023-10-08 09:33:56 +02:00
lovasoa
425bb525c3
v0.12 blog
2023-10-08 09:33:56 +02:00
lovasoa
b797cdadd2
allow customization of empty lists
2023-10-04 12:01:18 +02:00
lovasoa
29af4eed69
improve tutorial
2023-10-03 12:33:14 +02:00
lovasoa
02b529712a
create the config dir if it does not exist
2023-10-03 12:04:33 +02:00
lovasoa
cd9cfd4271
fix typo in documentation
2023-09-28 13:51:12 +02:00
lovasoa
c27404ff38
fix display issue for version numbers in the documentation
2023-09-28 13:49:53 +02:00
lovasoa
13823fbd54
new sqlpage.url_encode() function
2023-09-27 20:30:35 +02:00
lovasoa
2a0646de32
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
lovasoa
737a00ee02
new function: sqlpage.exec
...
allows launching external programs from sqlpage
2023-09-26 02:00:40 +02:00
lovasoa
9dd33babd8
Easier configuration for multiple menu items. Syntax like SELECT 'shell' as component, '["page 1", "page 2"]' as menu_item' now works as expected.
2023-09-24 19:03:22 +02:00
lovasoa
98c7c01cb3
fix a bug making it impossible to call sqlpage pseudo-functions with url parameters as arguments on some databases
2023-09-19 03:00:54 +02:00
lovasoa
2ca22be313
newfunction: sqlpage.version
2023-09-17 19:53:03 +02:00
lovasoa
d47c42b476
add support for environment variables
2023-09-17 18:44:15 +02:00
lovasoa
fbb19661be
new sqlpage.current_working_directory() function
2023-09-17 18:18:10 +02:00
lovasoa
97511208f6
v0.10.3: add mssql connect options
...
fixes https://github.com/lovasoa/SQLpage/issues/86
2023-09-14 02:09:04 +02:00
lovasoa
a441c98e77
remove the demo from the default "it works" page
...
move the demo to its own demo folder instead of bundling it with sqlpage
Fixes #83
2023-09-06 19:56:14 +02:00
lovasoa
09f90e4903
fix hosted page
2023-09-01 10:27:06 +02:00
lovasoa
ced8610931
update tutorial
2023-09-01 01:30:00 +02:00
lovasoa
7231347676
edit descriptions in the postgis example
2023-09-01 00:37:36 +02:00
lovasoa
a39b9520b6
use insecure cookies in the authentication example
...
closes https://github.com/lovasoa/SQLpage/issues/79
2023-09-01 00:36:58 +02:00
lovasoa
b0cd496593
fix error in cookie documentation
...
see https://github.com/lovasoa/SQLpage/issues/79
2023-09-01 00:36:15 +02:00
lovasoa
46f1abd3f9
add basic map example
2023-08-28 22:03:38 +02:00
lovasoa
55cbe6e771
add postgis example
2023-08-28 21:59:02 +02:00
lovasoa
5fc00bda0c
fix table sorting
2023-08-23 02:19:09 +02:00
lovasoa
4aa029e82e
blog post update
2023-08-23 00:23:11 +02:00
lovasoa
88a96cf697
in the debug component, display top-level pareameters as well as row-level ones.
...
This also fixes a surprising behavior when starting a file without a component selection.
2023-08-22 23:47:44 +02:00
lovasoa
6be67e4bcf
Added the ability to download chart data as SVG, PNG, and **CSV**
...
Closes https://github.com/lovasoa/SQLpage/issues/65
2023-08-19 09:37:28 +02:00
lovasoa
7823533c86
Add a dark theme !
...
Closes https://github.com/lovasoa/SQLpage/issues/50
2023-08-19 09:25:22 +02:00
lovasoa
463b5595c4
Update the map example to use the new map component
2023-08-16 22:21:01 +02:00
lovasoa
92278f0650
change conclusion
2023-08-13 11:02:46 +02:00
lovasoa
bf907705bb
sorry I forked you
2023-08-13 11:00:20 +02:00
lovasoa
006cc86818
blog post
2023-08-10 01:15:47 +02:00
lovasoa
630073b74a
Improve authentication example
...
On the main page, display 'logout' only if the user is logged in.
Display 'login' and 'signup' only if they are not.
See https://github.com/lovasoa/SQLpage/discussions/55
2023-08-09 19:36:52 +02:00
lovasoa
6a42e051d3
random_string: fix documentation
...
the example generated two different random strings for the token stored in the database and the one returned to the user as a cookie
2023-08-07 09:13:39 +02:00
lovasoa
5f159722c1
add a "tab" component to create tabbed interfaces
2023-08-07 01:11:39 +02:00
lovasoa
bf116b70d9
add blog post
2023-08-04 12:23:29 +02:00
lovasoa
b8430490da
add a blog section
2023-08-04 00:36:32 +02:00
lovasoa
450e159324
fix path to safety page
2023-08-04 00:35:59 +02:00
lovasoa
77733d447a
fix lang attr in official website
2023-08-03 16:33:10 +02:00
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