Michael Becker beckermj
beckermj pushed to master at alcetech/web-framework-dotnet 2024-08-05 13:05:30 +00:00
3569914d3f fix some stuff
beckermj pushed to master at mochapowered/mocha-dotnet 2024-08-05 04:17:00 +00:00
f4f4f5b270 figuring out how to use cookies to store session state
8a2c7e420f update web-framework-dotnet
baacc786f1 import avondale styles from phast
a304f11d1c update .gitignore
803eff8b6d add build and launcher scripts
Compare 9 commits »
beckermj pushed to master at alcetech/web-framework-dotnet 2024-08-05 04:16:31 +00:00
35ea6c3cd7 slowly but surely figuring out how to store cookies
e6cdfb8521 support POST form data
Compare 2 commits »
beckermj pushed to master at mochapowered/mocha-dotnet 2024-08-04 18:29:33 +00:00
b39eabccc2 update to better support translations, multiple tenants, and more
77a4ca3f93 update web-framework-dotnet
33f1374421 update framework-dotnet
066dd44a4c add GPLv3 license header to all files in project
Compare 4 commits »
beckermj pushed to master at alcetech/web-framework-dotnet 2024-08-04 18:26:54 +00:00
0750456c5f support mobile and force re-create of child controls (hack?)
beckermj pushed to master at alcetech/framework-dotnet 2024-08-04 18:26:08 +00:00
7a884cfd21 remove duplicate call to OnBeforeStartInternal
beckermj pushed to master at mochapowered/mocha-dotnet 2024-08-03 03:01:44 +00:00
51bd45bfad pass Oms and OmsContext to system routines, and add Common Numeric@get Random Number(GAS)*S(public)
00abda4138 don't crash if we can't create the instance for some reason
Compare 2 commits »
beckermj pushed to master at mochapowered/mocha-dotnet 2024-08-02 02:53:47 +00:00
a4762ad485 update framework-dotnet
8f7ac58456 massive update implementing more method types with all green tests:)
Compare 2 commits »
beckermj pushed to master at alcetech/framework-dotnet 2024-08-02 02:53:33 +00:00
833c378b1d make ContainsAny<T> even more generic
27f3285239 comment out temporary debugging prints
Compare 2 commits »
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-28 19:43:51 +00:00
e69a5abafb implementation of Assign Attribute methods - worked the very first time around!
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-28 18:33:37 +00:00
d43bb7dac5 more massive updates
5fdb5d0f2c update framework-dotnet
Compare 2 commits »
beckermj pushed to master at alcetech/framework-dotnet 2024-07-28 18:32:56 +00:00
2431ffd45a add GetProperty function to return the Property associated with a get_... or set_... special method
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-23 03:40:40 +00:00
e85c29e488 update framework-dotnet
beckermj pushed to master at alcetech/framework-dotnet 2024-07-23 03:40:25 +00:00
8e41ff2f82 remove duplicate definition of OnBeforeStartInternal (how'd that get there?)
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-23 03:39:01 +00:00
02959185e6 update framework-dotnet
beckermj pushed to master at alcetech/framework-dotnet 2024-07-23 03:38:42 +00:00
399a5c8e34 fix merge conflict
604901d673 port MBS.Framework .NET legacy to .NET Core
Compare 2 commits »
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-22 12:24:29 +00:00
8e1a5a7438 creating and selecting via LINQ works now
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-22 02:40:40 +00:00
d69e83c974 preliminary scaffolding for supporting OMS database modeling via .NET classes
999f05b8b4 update framework-dotnet
Compare 2 commits »
beckermj pushed to master at alcetech/framework-dotnet 2024-07-22 02:39:27 +00:00
6ee1135732 add TypeExtensions to support Type.IsSubclassOfGeneric(...)
623402805b fix AddRange to allow any type of Collection<>, not just List<>
9df55b9c08 add ReadToEnd function
c275c017c1 add BeforeStartInternal event
30bde5d2cd add capital alphanumeric alphabets for convenience
Compare 5 commits »
beckermj pushed to master at mochapowered/mocha-dotnet 2024-07-21 03:47:26 +00:00
7f5d1bc1a5 I love unit tests