Tuan Pham Ngoc

Results 48 comments of Tuan Pham Ngoc

Actually, that PR is not related to the issue. The PR propose a fix for Joomla Calendar form field, while the issue described here is for calendar method in HtmlHelper...

I have tested this item :white_check_mark: successfully on bfd9b0c9f1c6e7ff7a7e99c370f8dce7e22dc7a5This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35794.

@Ruud68 Could you please check also `FileAdapter`? I don't have experience with this feature but looks like we have same issue with that adapter. Would be great if it could...

@Ruud68 Thanks. Actually, `TemplateAdapter` is OK because it is handled in this line of code https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Installer/Adapter/TemplateAdapter.php#L592 . So please revert the change which you made to that adapter. We can...

This makes sense and should be doable. We can add a new setting (available as Global and can be changed in menu item parameter) to allow choosing ordering of weblinks:...

> Could we also implement to the associated weblinks module Yes, of course. When we support this in the component, we should also support it in module

The idea is not very clear to me. Do you have an example which we can look at to understand your idea better?

I don't see this option implemented anywhere in Joomla, so this is something I guess we won't implement for weblinks. In your case, you might want to implement an override...

> You've included a system plugin :D I'm also unsure though After looking at our Application classes more carefully, I see that the `Identity` is available very early in application...

So I tested the update from 3.10.0-dev to the package on PR and it is working OK. Tested several features in the CMS like login, logout, action logs, editor-xtds... changes...