Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

Research Change behavior of adding new changelog items

More
2 weeks 12 hours ago #3130 by Alex Chartier
Change behavior of adding new changelog items was created by Alex Chartier
It would be convenient if new changelog entries were inserted at the top of the list instead of at the bottom as we keep these items as most recent at the top.

Additionally I would like to have a date picker for each log entry so we can set the date of the change and have the changlog sorted by date (asc or desc as an option). It would also then be way convenient if we could get a substitution string where we could insert this date in the changelog text.

If you add the date and allow for the sorting when presented to the user, then inserting at the bottom would be fine. However, it would be nice if once the insert happens the page is automatically scrolled to the bottom.

This would just save a lot of time manually entering in the date and manually dragging items from the bottom to the top.

I know, I ask for a lot 

Please Log in to join the conversation.

More
2 weeks 10 hours ago #3131 by Ruud van Lent
Replied by Ruud van Lent on topic Change behavior of adding new changelog items
Hi Alex,
the way it is designed to work (and per ITIL Change Management) is that per version there is one file, and per file you enter the changelog for that file / version with the changes made to the previous version of that file.
So the changlog on a file reflects all changes in that specific version. If the user wants to see what other changes have been done in orevious versions, then they need to open these specific files.

I think it is doable to have a view (or module) that will list all changes per file in a chronological overview: giving a changelog for the complete set of files. This would be a 'simple' fetch all files, sort on release date, and list per file the changes made.

This is not something that is currently implemented or on my todo list.
 

Please Log in to join the conversation.

More
2 weeks 8 hours ago #3132 by Alex Chartier
Replied by Alex Chartier on topic Change behavior of adding new changelog items
Yes, I understand that and was not looking for a cumulative changelog, only the changelog items for a particular release. As we make changes we add them to the file record for what will become the release. Our most recent one has over 20 items in the changelog and all the scrolling and such is time consuming. I

It isn't the end of the world, it was just a nice to have.

No worries if you feel it isn't something you wish to pursue.

Best regards.

Please Log in to join the conversation.

More
1 week 5 days ago #3139 by Ruud van Lent
Replied by Ruud van Lent on topic Change behavior of adding new changelog items

It would be convenient if new changelog entries were inserted at the top of the list instead of at the bottom as we keep these items as most recent at the top.

 

This is Core Joomla behavior, so out-of-my control. Would imo make more sense though if clicking the + adds the new field below the field that you clicked the + on and not completely to the bottom, but that would make things very complex from a JS developer point of view when trying to implement that.
Maybe you can post this as a feature request / improvement on the Joomla Issue Tracker? Maybe one of the developers will pick it up there.

Please Log in to join the conversation.

More
1 week 1 day ago #3156 by Alex Chartier
Replied by Alex Chartier on topic Change behavior of adding new changelog items
Turns out this is not so difficult to do. I have the JS working to add new items immediately after the item that the plus was clicked on. Add to the top with the top plus is proving a little more difficult but I am sure I will get it solved. I will send you the code when it is done. It does not require changing any core joomla code.

Please Log in to join the conversation.

More
1 week 17 hours ago #3158 by Ruud van Lent
Replied by Ruud van Lent on topic Change behavior of adding new changelog items
Cool :)
looking forward to it!
have a nice weekend Alex.
Regards,
Ruud.

Please Log in to join the conversation.