429 Commits

Author SHA1 Message Date
lovasoa 960d1ed2b8 v0.8.0
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
v0.8.0
2023-07-16 23:49:41 +02:00
lovasoa 0061d1302b small code reorganization
make functions available in a separate module
2023-07-16 21:24:47 +02:00
lovasoa 62105c47f6 update dependencies 2023-07-16 20:39:49 +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 933d4164d6 checked attribute for checkboxes and radio buttons.
See #29
2023-07-15 20:03:10 +02:00
lovasoa d0ee675c89 update to rust 1.71 2023-07-15 20:01:49 +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 42bd7d4da4 update deps 2023-07-15 03:00:39 +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 634c47aec3 avoid repeatedly acquiring and releasing connections when running a single SQL file
... and return better errors when we are getting too many requests
2023-07-15 01:09:02 +02:00
lovasoa 24e93e127b Bugfix: "value" was ignored in textarea fields
Fix the form component.

Signed-off-by:  Frank Endres <frank.endres@ac-nantes.fr>
2023-07-14 22:13:23 +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
v0.8.0-beta
2023-07-13 19:03:57 +02:00
lovasoa 29aa338d71 documenting the table 2023-07-13 19:03:57 +02:00
lovasoa b03a6195ae improve comments in index 2023-07-13 19:03:57 +02:00
lovasoa fc3c3f0c08 changelog 2023-07-13 19:03:57 +02:00
lovasoa 9c8ebd0e9a table icons 2023-07-13 19:03:57 +02:00
Ophir LOJKINE e4ffd649a0 Merge pull request #26 from FranckPachot/yugabytedb
Add YugabyteDB (Open Source, PostgreSQL compatible Distributed SQL)
2023-07-13 14:18:45 +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 631d4b6dd8 update dependencies 2023-07-13 01:41:47 +02:00
lovasoa 7efcb179c0 souvenir - postgres homepage 2023-07-13 01:41:35 +02:00
Franck Pachot 2d911de04c Add YugabyteDB (Open Source, PostgreSQL compatible Distributed SQL) 2023-07-12 23:27:31 +02:00
lovasoa 822d8fc5b7 new map component 2023-07-11 22:33:43 +02:00
lovasoa 9f6c087ed7 remove unnecessary error handling 2023-07-11 21:04:53 +02:00
lovasoa bde09eac69 Fix the default index page in MySQL
Fixes #23
2023-07-11 19:25:07 +02:00
lovasoa 94b72294f1 publish an example for using geographical data 2023-07-11 19:08:00 +02:00
lovasoa a23e14022e document previous changes 2023-07-11 19:07:21 +02:00
lovasoa 404994fc90 change default configuration loading order 2023-07-11 19:07:00 +02:00
lovasoa 5868f50fbb update dependencies 2023-07-11 19:06:27 +02:00
lovasoa a06efd6df7 improve 404 errors
Return proper 404 errors when a page is not found
2023-07-11 08:55:06 +02:00
lovasoa 264ae84fb6 improve existing examples for sqlpage 0.7.2 2023-07-11 08:26:42 +02:00
lovasoa a6b022a2f4 add unreleased section to changelog 2023-07-11 08:16:12 +02:00
lovasoa dbbf2fd539 fix bug in auth example 2023-07-11 08:16:12 +02:00
Ophir LOJKINE 29a892b6ea Update README.md 2023-07-11 07:36:01 +02:00
lovasoa 08832bb52f cargo fmt 2023-07-10 23:53:56 +02:00
lovasoa 4e8110c515 release v0.7.2
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
v0.7.2
2023-07-10 23:46:40 +02:00
lovasoa 74bd8cf1c8 update dependencies 2023-07-10 23:46:08 +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 508d555077 add a "pattern" prop to the form component 2023-07-10 23:23:25 +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 6dbe4651ba better error message on invalid function call 2023-07-10 21:59:23 +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 3e9987971e fix styling in pages within subfolders
Fixes style and scripts missing from pages in subfolders #19
2023-07-10 08:57:15 +02:00
lovasoa 155437c373 Document component introduction date on the website 2023-07-10 08:54:01 +02:00