1267 Commits

Author SHA1 Message Date
lovasoa 9cf3b4d5b0 release v0.23
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
v0.23.0
2024-06-09 22:00:34 +02:00
lovasoa a86d63b3e7 update dependencies 2024-06-09 21:59:20 +02:00
lovasoa 1ac212f096 changelog 2024-06-09 21:50:13 +02:00
lovasoa 9e7cb56a64 fix icon display when using site_prefix
fix https://github.com/lovasoa/SQLpage/issues/377
2024-06-09 21:48:01 +02:00
lovasoa d02c7557b2 less verbose handlebars helpers 2024-06-09 21:36:45 +02:00
lovasoa 2aa0eecef8 loop, muted, and nocontrols for videos 2024-06-09 21:26:01 +02:00
Ophir LOJKINE 2bf85bc401 Merge pull request #385 from amrutadotorg/patch-9
adding poster parameter to the hero component
2024-06-09 20:59:20 +02:00
lovasoa 1b35c85729 Allow configuring timeout setting on sqlpage.fetch
fixes #386
2024-06-09 20:57:41 +02:00
lovasoa cfc0ce36d4 download buttons
fixes https://github.com/lovasoa/SQLpage/issues/388
2024-06-09 20:21:10 +02:00
lovasoa 231216ad6e fix incorrect console message at start
SQLPage listens on all public interfaces by default, so
it is accessible by other computers on the same network. This used to be hidden in log messages, make it obvious instead.

fixes https://github.com/lovasoa/SQLpage/issues/387
2024-06-09 20:01:40 +02:00
lovasoa 8a8b755089 update dependencies 2024-06-09 10:37:41 +02:00
Amruta.org 15539d972a Update 02_hero_component.sql adding poster 2024-06-08 08:13:06 +02:00
Amruta.org 19e0bccad4 Adding to hero.handlebars a poster as top-level parameter 2024-06-08 07:47:51 +02:00
lovasoa 2cddbd7571 chart example
see https://github.com/lovasoa/SQLpage/issues/324#issuecomment-2124714271
2024-06-08 02:46:05 +02:00
lovasoa ec95147a47 fix layout example
fixes https://github.com/lovasoa/SQLpage/issues/374

Thanks to @amrutadotorg for reporting the issue
2024-06-07 09:12:55 +02:00
lovasoa f8a03247e6 simplify first example in map component 2024-06-07 08:50:24 +02:00
lovasoa f32a176839 fix for geojson bounds determination 2024-06-07 08:50:05 +02:00
lovasoa ed9a367962 update map component
when top-level latitude and longitude attributes are omitted, the map will now center on its markers

fixes https://github.com/lovasoa/SQLpage/issues/378
2024-06-07 08:35:12 +02:00
Ophir LOJKINE 5c62955085 Merge pull request #381 from amrutadotorg/patch-6
Update button.handlebars adding text-wrap
2024-06-06 23:58:57 +02:00
lovasoa 2b0ad00ba8 adda note about ARM in the readme
closes https://github.com/lovasoa/SQLpage/issues/382
2024-06-06 23:56:30 +02:00
Amruta.org e30ee13528 Update button.handlebars adding text-wrap 2024-06-06 19:00:39 +02:00
lovasoa b9d572ea11 update form component documentation
see https://github.com/lovasoa/SQLpage/discussions/375#discussioncomment-9685848
2024-06-06 08:43:36 +02:00
lovasoa 5944b527fe typo 2024-06-06 00:59:55 +02:00
lovasoa 6595b0c37f improve disabled form field docs
https://github.com/lovasoa/SQLpage/discussions/375
2024-06-06 00:59:06 +02:00
lovasoa 3b23920005 see https://github.com/lovasoa/SQLpage/discussions/278 2024-06-06 00:40:38 +02:00
lovasoa 14133dbc93 Add a warning when overwriting POST variable values with $x
See #342
2024-06-05 09:55:50 +02:00
lovasoa 5ad18b97d9 Update dependencies 2024-06-05 09:55:50 +02:00
Ophir LOJKINE f6b326f8c5 Merge pull request #370 from djyotta/daniel/333-preserve-file-name-on-upload
add uploaded_file_name function
2024-06-05 09:42:26 +02:00
Daniel Sheffield f39013f79d Update examples/official-site/sqlpage/migrations/23_uploaded_file_functions.sql
Co-authored-by: Ophir LOJKINE <contact@ophir.dev>
2024-06-04 21:23:07 +12:00
Daniel Sheffield 382aa7cf5e Update 23_uploaded_file_functions.sql - use button component in example instead of raw sql 2024-06-04 13:15:54 +12:00
Daniel Sheffield 628cfbd1b2 Update 23_uploaded_file_functions.sql - fix wrong syntax in example usage 2024-06-03 22:39:09 +12:00
Daniel Sheffield 917e0a85f2 Update 23_uploaded_file_functions.sql - use data uri for download in example usage 2024-06-03 22:28:52 +12:00
Daniel Sheffield ad82f5bd62 add test for uploaded_file_name function 2024-06-03 12:35:00 +12:00
Daniel Sheffield aa81eb249c use distinct icon for uploaded_file_name function 2024-06-03 12:24:16 +12:00
Daniel Sheffield 5fbc5421e1 add documentation for uploaded_file_name function 2024-06-03 12:17:56 +12:00
Daniel Sheffield db16cf2497 add uploaded_file_name function 2024-06-03 10:51:33 +12:00
Ophir LOJKINE 8add49dc52 Merge pull request #357 from lovasoa/better_run_sql_management
faster run_sql with shared database connection
2024-06-02 18:59:59 +02:00
Ophir LOJKINE 6babba1a81 Merge branch 'main' into better_run_sql_management 2024-06-01 18:23:36 +02:00
lovasoa 6c68d1db2b Fixed a bug in the cookie component where removing a cookie from a subdirectory would not work
fixes #368

Thanks to @E8y2FqZE for reporting the issue.
2024-06-01 18:17:35 +02:00
lovasoa 64ffe50f21 improve image upload example 2024-06-01 18:02:57 +02:00
lovasoa 0e2ca42f74 add a way to skip some tests on some databases 2024-06-01 17:42:22 +02:00
lovasoa 8b700be84f reuse the existing opened database connection for the current query in sqlpage.run_sql instead of opening a new one
fixes #338
2024-06-01 17:14:04 +02:00
Ophir LOJKINE 3ed80cfb15 Merge pull request #365 from amrutadotorg/patch-8
Update card.handlebars adding style to embed
2024-06-01 14:29:57 +02:00
Amruta.org f61b546ef0 Update 31_card_docs_update.sql adding style 2024-06-01 13:50:02 +02:00
Amruta.org 94a4102c1d Update card.handlebars adding style to embed 2024-06-01 12:39:33 +02:00
Ophir LOJKINE bdf9376277 CHANGELOG 2024-06-01 10:03:23 +02:00
Ophir LOJKINE f55a194cd0 Merge pull request #362 from E8y2FqZE/main
Added `search_value` to shell component.
2024-06-01 10:01:43 +02:00
Ophir LOJKINE ce20a1f5d8 Merge pull request #364 from amrutadotorg/patch-7
Update hero.handlebars adding text-wrap to link_text
2024-06-01 10:01:11 +02:00
Amruta.org 4ea8c3e083 Update hero.handlebars adding text-wrap to link_text 2024-05-31 20:38:06 +02:00
E8y2FqZE ab4d489764 Documented search_value for shell. 2024-05-31 13:13:02 +00:00