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

407 commits

Author SHA1 Message Date
e6c7cf582f Added missing template factory tests. 2023-01-16 15:56:03 -05:00
6e163a5ecc Included DTDs for CMF XHTML loading and ensure they're used when XML entities are resolved. 2023-01-16 14:45:42 -05:00
936ae26137 More date time related work, any of the SQL types should not be used with formatters and are only intended for using toString() to represent the JDBC literal for their type 2023-01-16 13:41:05 -05:00
948b74eb45 Time conversation fixes for property formatting 2023-01-16 08:30:07 -05:00
bfc72b3318 Added missing type conversions. 2023-01-16 08:02:14 -05:00
72d26fb831 More data time conversion tweaks 2023-01-15 22:43:41 -05:00
1afb605459 Tweaks for conversion to SQL Time type. 2023-01-16 00:40:08 +00:00
721a8fee53 Improvements to timezone consistency 2023-01-15 18:54:40 -05:00
08175df154 Added support for Java 8 date and time classes: Instant, LocalDateTime, LocalDate and LocalTime. 2023-01-15 13:36:35 -05:00
b8782980f0 Minor cleanups 2023-01-12 16:06:00 -05:00
791027bacc Added support for route:action: and route:inputs: filtered value tags to generate these for forms.
Added output parameter support from the context methods and not just annotations.
Updates to examples.
2023-01-12 13:25:05 -05:00
8f35a8d577 Changed bean handling of serializable properties. Instead of always serializing/deserializing to and from string, this should now be explicitly handled through a format() constraint with SerializationFormatter. 2023-01-11 16:46:11 -05:00
fdf5dbf770 Test tweaks 2023-01-11 15:48:50 -05:00
cd690769c7 Added support for @ParametersBean element field annotation 2023-01-11 13:53:11 -05:00
10b22d6cb5 Javadoc improvements. 2023-01-10 22:32:13 -05:00
67aae60e6e Javadoc and license headers improvements. 2023-01-10 21:20:06 -05:00
a620b54d09 Minor scheduler example cleanup. 2023-01-10 19:46:54 -05:00
420b307336 Renamed DatabaseScheduler to DatabaseScheduling and MemoryScheduler to MemoryScheduling.
Minor cleanups in authentication example.
2023-01-10 19:44:19 -05:00
f45fc09a5d Authentication refactoring and documentation. 2023-01-10 19:22:58 -05:00
b5603274f7 Updated to version 0.9.8-SNAPSHOT 2023-01-10 13:50:12 -05:00
de7d2f2d40 Updated to version 0.9.7 2023-01-10 13:44:37 -05:00
775ea71a54 Authentication cleanups. 2023-01-10 13:35:46 -05:00
97879f97b6 More authentication restructuring. 2023-01-10 13:26:54 -05:00
215674593b Re-structure authentication to allow for extensions more cleanly. 2023-01-10 12:04:30 -05:00
680ea98f71 Re-enabled URL build with a custom root 2023-01-10 12:04:02 -05:00
aeb763c277 Fixed bean fetcher to not overwrite bean properties that were already set during the same query execution. 2023-01-10 12:03:40 -05:00
2dc9def77c Switched back to snapshot version 2023-01-10 12:03:02 -05:00
1bb28a5f49 Updated version to 0.9.7 2023-01-10 09:54:00 -05:00
b86be90602 Minor cleanups 2023-01-10 08:59:09 -05:00
64b4334682 Added scheduler example.
Improved the scheduler API.
2023-01-09 19:33:29 -05:00
89c405a6e6 Updated version to 0.9.7-SNAPSHOT 2023-01-08 09:50:31 -05:00
6c2e45f986 Updated version to 0.9.6 2023-01-08 09:41:49 -05:00
95461357f9 Javadoc work 2023-01-08 08:47:16 -05:00
cba907ecca Added support for getPost() routing as a convenience. 2023-01-07 21:00:47 -05:00
f2f1fcbdba Don't redeploy a site that was already deployed. 2023-01-07 21:00:29 -05:00
4afbed8b7e Added safety check prohibiting routing changes after deployment 2023-01-07 20:24:37 -05:00
d0c5771c0d Javadocs 2023-01-07 20:08:59 -05:00
310cfa887e Updated the readme with a Why RIFE2? section. 2023-01-07 14:24:46 -05:00
43b7981964 Minor tweaks to cmf example 2023-01-07 09:52:20 -05:00
f4c1297162 Minor tweaks to cmf example 2023-01-07 09:00:08 -05:00
a5d9484438 Added Java 17 badge to README 2023-01-07 08:19:52 -05:00
59ca86ef6c Minor cleanups 2023-01-07 00:23:17 -05:00
9f84956dfd Removed file() constraint. 2023-01-06 23:39:45 -05:00
9c2016774f Improved CMF image scaling quality.
Fixed CMF tests for now scaling logic.
Added CMF example.
Improved UrlBuilder to only add the continuation ID when the target router points to an element of the same class.
2023-01-06 22:06:08 -05:00
4fae7639da Added context:paramContId template tag which does what context:contId used to do, context:contId now merely contains the value without the parameter part. 2023-01-06 14:06:41 -05:00
ca0b9b4189 Fixed to multipart request handling, also taking query string parameters into account.
Minor cleanups.
2023-01-06 14:04:49 -05:00
440eb09e81 Updated version to 0.9.6-SNAPSHOT 2023-01-06 09:32:19 -05:00
41941c1ca0 Updated version to 0.9.5 2023-01-06 09:13:48 -05:00
411076647f Added form generation example test 2023-01-06 02:07:20 -05:00
8a35e426a4 Improvements to form generation 2023-01-06 01:28:34 -05:00