2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

942 commits

Author SHA1 Message Date
5e78bd6436 Changed form builder to using lower cased template tags 2022-10-10 05:57:33 -04:00
e623f4848a Added form builder.
Removed generics from validation.
2022-10-10 05:45:39 -04:00
298a966413 Test fixes 2022-10-09 22:04:14 -04:00
d68e60113e Re-enabled constraints and validation support throughout 2022-10-09 21:18:41 -04:00
aee21cf404 Changed validation builder to lowercase tags 2022-10-09 20:09:13 -04:00
6c3664bd44 Added validation and constraints API.
Removed dedicated SQL template syntax.
Tweaks XML and TXT templates to allow for more character types in the names.
Change all built-in SQL templates to the compact tag format.
Added authentication interfaces in preparation of bringing in that API.
2022-10-09 20:03:31 -04:00
edd00bfeab Allow for custom insert field parameters 2022-10-08 23:06:48 -04:00
55982bfdec Added support for NameSelector API 2022-10-08 15:19:57 -04:00
1f9b31e807 Added method to retrieve a datasource that matches the current hostname 2022-10-08 14:42:58 -04:00
258c345fcd Fix for when a route can't be found 2022-10-08 10:56:44 -04:00
73d6eb3d86 Added string utility method for hex encoding. 2022-10-08 10:38:18 -04:00
e38d74baba Added Json support to the template engine 2022-10-08 05:36:04 -04:00
de4c5eab61 Fixed to path info URL generation 2022-10-08 05:35:51 -04:00
f104696eec Added route:, param: and route:pathInfo template value processing 2022-10-07 19:16:51 -04:00
9d79542004 Added path info and query parameter support to urlFor generation 2022-10-07 19:16:08 -04:00
0f6624540f Added validity checks helper functions 2022-10-07 19:15:29 -04:00
e9be8098f7 Fix to path info route method matching 2022-10-07 19:15:07 -04:00
a13b47d3b5 Added support for custom column types in CreateTable 2022-10-07 06:04:19 -04:00
b856e92677 Fixed port typo in server root url generation 2022-10-07 06:03:59 -04:00
3743989b24 Generified some types 2022-10-07 06:03:21 -04:00
841cd0a9d1 Re-introduced Gate class to handle pretty printing initialization exceptions 2022-10-07 06:02:46 -04:00
043e050f8d Added passthrough based on known file extensions 2022-10-06 20:54:17 -04:00
2b5fc25000 Added Context support for redirect() 2022-10-06 11:48:55 -04:00
9a82e95718 Added path info handling 2022-10-06 11:27:05 -04:00
9dcf96fb6c Removed lingering $Revision tags 2022-10-05 23:35:47 -04:00
0c445a0a79 Removed accidentally committed code 2022-10-05 23:32:43 -04:00
c3ab3fdf41 Added database and scheduler modules.
Added pretty engine exceptions support.
2022-10-05 23:32:05 -04:00
aa07b0a9d0 Updated copyright headers 2022-10-05 13:49:18 -04:00
ef2186707e Added the standalone app resource directory as the first one for the runtime classpath, allowing templates to be reloaded on the fly. 2022-10-05 07:33:57 -04:00
b78b736171 Ignore idea files 2022-10-04 22:07:13 -04:00
f7229a5133 Added informational documents 2022-10-04 21:51:45 -04:00
f5677f363e Added convenience template method 2022-10-04 21:24:49 -04:00
d9c347c4f5 Improvements to the engine 2022-10-04 20:00:54 -04:00
8284f63329 WIP multi format template engines 2022-10-04 10:01:23 -04:00
6e10ec6ae7 Template ANTLR files cleanups 2022-10-03 23:33:31 -04:00
443889e490 Renamed RifeConfig methods 2022-10-03 22:54:21 -04:00
88655a3932 Added support for filtered template tags. 2022-10-03 22:43:15 -04:00
2742a12078 Working template comments 2022-10-03 16:46:13 -04:00
3ffb77c897 Working template includes 2022-10-03 16:13:59 -04:00
b1a3e4e7e3 Added support for blocks inside default values 2022-10-03 10:13:40 -04:00
711c4b9b5b Working template engine 2022-10-02 21:20:46 -04:00
b918cd46df Initial commit 2022-10-01 18:42:06 -04:00