2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 02:58:12 -07:00
Commit graph

815 commits

Author SHA1 Message Date
53956e41dc Added some engine testing while running a container 2022-10-25 20:49:52 -04:00
9c14a074b9 Added full out of container testing support with HTML parsing 2022-10-24 22:56:03 -04:00
40cf83f218 Cleanups 2022-10-24 20:22:30 -04:00
45ef51d9a9 Ported over more tools from RIFE1 2022-10-24 20:16:22 -04:00
617f9fc242 Added ConciseLogFormatter 2022-10-24 19:54:46 -04:00
243f62be3a Added support for database resources 2022-10-24 19:49:10 -04:00
a863f83ecf Added support for FileUpload annotation 2022-10-24 18:31:59 -04:00
d95660d754 Added and tested Oracle support 2022-10-24 12:24:15 -04:00
b941429fa7 Fixed all tests 2022-10-23 14:04:51 -04:00
a077daca4e Fixed database tests for latest versions of MySQL, H2, and HsqlDB 2022-10-23 11:23:57 -04:00
fabbecdd8e Update email validation regexp for longer TLDs 2022-10-19 14:56:09 -04:00
9e111dffb8 Made reloading resource bundles use UTF-8 as the encoding 2022-10-19 09:52:26 -04:00
2fac1f2782 Added support for routes that aren't tied to a particular request method 2022-10-18 21:23:09 -04:00
979bf604e2 Added template syntax error reporting and formatting 2022-10-16 19:08:31 -04:00
c26c2e2da4 Added template precompilation when generating RIFE jar 2022-10-16 11:15:06 -04:00
ca2e7fc4a6 Typo fix 2022-10-16 02:20:49 -04:00
803d8c4e4a Code cleanups 2022-10-16 02:19:57 -04:00
0f599eadd3 Code cleanups 2022-10-16 01:41:49 -04:00
2d05db7e46 Fixed auto reloading localization resource bundles 2022-10-16 01:41:21 -04:00
ed7cfa2980 Reworked Content.urlFor into a UrlBuilder class.
Added support for custom exception handlers.
Added some useful element implementations.
2022-10-15 11:31:16 -04:00
899c8fc598 Added more of the authentication features 2022-10-13 22:10:54 -04:00
9a4be768d5 Added support for a deployment specific random query parameter number generation that can be used to force the reload of ccs and js files 2022-10-11 12:20:51 -04:00
0eb98e90ac Refactorings to explore route groups with before and after elements.
Pulled in the test Mock classes for out of container testing.
2022-10-11 08:45:12 -04:00
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