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
eaebb31dca Center the logo in the readme 2022-10-30 20:50:41 -04:00
0e73565d0e Center the logo in the readme 2022-10-30 20:49:49 -04:00
a65c34db3a Updated README logo image 2022-10-30 20:47:40 -04:00
29490ab7d4 Added a README 2022-10-30 20:42:35 -04:00
8bb25a2e40 Removed changelogs 2022-10-30 19:35:58 -04:00
ba110248f6 Fixed for javadoc generation 2022-10-30 19:27:12 -04:00
891106db3e Remove COPYING file 2022-10-30 19:00:40 -04:00
50ecf9770c Example of authentication 2022-10-30 18:51:08 -04:00
a2bbeacc8a Renaming of validation error identifier literals. 2022-10-30 18:17:20 -04:00
62f93106c1 Working authentication elements. 2022-10-30 17:46:10 -04:00
5f5c3bcfb4 Minor tweak to form example to make the template use a little more explicit 2022-10-30 15:25:55 -04:00
3652c9957f Added form example 2022-10-30 15:24:16 -04:00
9c463ee8dc Added HelloTemplate example 2022-10-30 14:48:47 -04:00
b3e15a5aea Minor hello world tweaks 2022-10-30 14:30:25 -04:00
e7bf764255 Added HelloLink example 2022-10-30 12:54:57 -04:00
e0b4643d9e Minor hello world tweak 2022-10-30 12:23:28 -04:00
4284b77cca Minor hello world tweak 2022-10-30 12:00:14 -04:00
9dc525a7b6 Updated colors of exception handler template 2022-10-30 11:57:46 -04:00
c226038c0e Added support for parameterBeans 2022-10-30 11:45:35 -04:00
f8a118213d Tweaks to gradle scripts and HelloWorld app 2022-10-30 11:36:10 -04:00
ad18e8f779 Cleanups 2022-10-29 18:05:43 -04:00
931b9c86e8 Added support for before and after elements, including respond() and next() calls. 2022-10-29 12:24:22 -04:00
b2fec0e975 Added more engine tests 2022-10-28 00:57:38 -04:00
b46e956470 HTML templates are going to be the most common ones, shortening that method 2022-10-27 09:19:05 -04:00
1b99db4b6c API refactoring 2022-10-26 09:18:39 -04:00
e8927b080e Ongoing work on expanding the engine's usability 2022-10-26 08:34:42 -04:00
79992decb6 Fixed excessive ANTLR dependencies.
Build uberjar with ASM and ANTLR runtime for core RIFE features.
2022-10-25 21:20:05 -04:00
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