Confirmed 5.4.0RC
- Sakis Terz
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 0
2 days 4 hours ago #3467
by Sakis Terz
5.4.0RC was created by Sakis Terz
Hi Ruud
Thanks for the 5.4.0RC!
It fixes the issue with the Joomla cli.
Though I am getting a fatal error in J5.4.
0 Interface "Joomla\CMS\Versioning\VersionableModelInterface" not found
The error shows up, in the admin, when you select/edit a product or a template (at least these is where I could find it).
Debug stack attached
Regards,
Sakis
Thanks for the 5.4.0RC!
It fixes the issue with the Joomla cli.
Though I am getting a fatal error in J5.4.
0 Interface "Joomla\CMS\Versioning\VersionableModelInterface" not found
The error shows up, in the admin, when you select/edit a product or a template (at least these is where I could find it).
Debug stack attached
Regards,
Sakis
Please Log in to join the conversation.
- Sakis Terz
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 0
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1797
- Thank you received: 116
2 days 2 hours ago #3469
by Ruud van Lent
Replied by Ruud van Lent on topic 5.4.0RC
Hi Ruud
Thanks for the 5.4.0RC!
It fixes the issue with the Joomla cli.
That is an incompatibility issue between J5 and J6 when it comes to version history and how this is implemented. Will fix this and release a new rc version soon.Though I am getting a fatal error in J5.4.
0 Interface "Joomla\CMS\Versioning\VersionableModelInterface" not found
The error shows up, in the admin, when you select/edit a product or a template (at least these is where I could find it).
Debug stack attached
Regards,
Sakis
Correct, tags can be added in the respective back-end views and you can toggle them on and of on the respective front-end pages. Clicking the tag will route you to the tag page for this tag.Something else, is that while you state that this version implements tags, I see no tag filtering added to the front-end Products model.
The call for testing and input for the Tags feature started 6 weeks ago, received no input so came to the conclusion that this is what was requested.
We are now in RC version short before the final release and as adding filtering to front-end views etc. will be a layout / template break I am not adding that in this release.
I'll add it to the list of possible (to be investigated) features.
Thanks for your feedback Sakis!
Appreciate it,
regards,
Ruud.
Please Log in to join the conversation.
- Sakis Terz
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 0
2 days 1 hour ago #3470
by Sakis Terz
Replied by Sakis Terz on topic 5.4.0RC
Thanks Ruud!
Looking forward for a fix.
Regarding the tag filtering, I am referring to adding such a filter in the model and the db query (the same way com_content does it), without any change to the views and layouts for the time being.
Looking forward for a fix.
Regarding the tag filtering, I am referring to adding such a filter in the model and the db query (the same way com_content does it), without any change to the views and layouts for the time being.
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1797
- Thank you received: 116
1 day 23 hours ago #3471
by Ruud van Lent
Replied by Ruud van Lent on topic 5.4.0RC
As for the versioning: refactoring so it works in J5 will loose functionality as the versioning in J6 also accounts for changes in tags and (not implemented: fields).
So we either drop J5 support and go for the new versioning, or keep J5 support and have 'crippled' versioning.
What is your take on this?
with regards to the tags filter: yes you are right, that can be added to the model.
So we either drop J5 support and go for the new versioning, or keep J5 support and have 'crippled' versioning.
What is your take on this?
with regards to the tags filter: yes you are right, that can be added to the model.
Please Log in to join the conversation.
- Sakis Terz
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 0
1 day 21 hours ago #3472
by Sakis Terz
Replied by Sakis Terz on topic 5.4.0RC
I think many still use J5 which is also an active LTS version.
So, I don't think it's a good idea to drop support for it at that stage.
Does that mean that tags cannot be implemented in J5?
So, I don't think it's a good idea to drop support for it at that stage.
Does that mean that tags cannot be implemented in J5?
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1797
- Thank you received: 116
1 day 20 hours ago #3473
by Ruud van Lent
Replied by Ruud van Lent on topic 5.4.0RC
Agree, I always do a N-1 support, so current and previous.
I have refactored it. Will release new version next week.
Tags are still possible, issue is that the tags are not stored in the version information. So when you change e.p a product description and tags and you then revert to the previous version the description is restored, but the tags are not.
This is also true for articles and contact (Joomla core)
I have refactored it. Will release new version next week.
Tags are still possible, issue is that the tags are not stored in the version information. So when you change e.p a product description and tags and you then revert to the previous version the description is restored, but the tags are not.
This is also true for articles and contact (Joomla core)
Please Log in to join the conversation.