Håkan Edling
Håkan Edling
None other than that we believe the above proposed solution is the best way to go! The rewrite and accessibility updates for the manager interface has taken more time than...
Actually, since this functionality will more or less make the current Site concept redundant, I’m looking into the possibility to rename the current “Sites” to “Apps” and in the future...
Thanks for your input @w0ns88! There are a lot of things that are cached as they are needed for every request, and retrieving them from the database each time would...
This issue is related to #806. Unfortunately this is a breaking change and has to be postponed to the next major version
Hi there! If you access a specific page in the manager without being authenticated the manager will redirect to the login page **with** a `ReturnUrl` parameter so that the user...
Sure, we'll probably need to add routing features for this in the manager so that you can route directly to the different tabs.
Yes we are fully aware of this, and if designed now we would've used the DateTimeOffset. However to get this into the framework we'll need to think of a good...
Or rather, all dates should be stored in `UTC` in the database and converted to local machine time when loaded.
Yes we're looking into migrating to UTC in the database and adding a new property for it. The existing properties would be used to hold the values converted to the...
This was never prioritized as the kind of applications Piranha tend to be used for is usually one time zone. The simplest solution is to simply configure the correct time...