Going into the backends "System>Update>Extensions"
To make the page and the listing clearer, it would be much more effective, the url's were not displayed as plain text. For the first one it is better to set a text-link who shows a modal-popup with the link-data. The second url should be displayed as an external text-link .
The listview with one or more lines is displayed, if updates are available. At the right of each line, there are two big url-strings displayed.
These url-strings increase the space requirement on the page enormously and make the view very confusing.
J4-alpha-dev-9/10
UpdateServer - InfoURL
Documentation
I can make the necessary changes if desired.
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Title |
|
Title |
|
Title |
|
Status | New | ⇒ | Discussion |
It was a deliberate decision to display the url and not "hide" it behind a "text link" so that the user can see what the url is before clicking it
Instead of using a modal just have a div that is displayed on "hover", "active" like the search box and see #24899 for an example
How can I push this changes from the forked repo ????
In your forked repo make sure that you create a new branch and make your changes there.
Then if you come to this repo you will see a message similar to this
Click on the button "compare and pull request"
On the next page change the base from staging to 4.0-dev and complete the details
PS you need to remove those changes from your 4.0dev branch because they just appeared in your other PR.
Golden rule to remember - 1 branch = 1 pr
It was a deliberate decision to display the url and not "hide" it behind a "text link" so that the user can see what the url is before clicking it
Instead of using a modal just have a div that is displayed on "hover", "active" like the search box and see #24899 for an example
In the case of the update-view, a hoovered div is - I think- suboptimal - why?
In a hoovered div, the user can't scratch the url into the clipboard for further operations.
In the modal it continues to be possible as in the original view.
The hoovered div may be cut on top, because of other languages than en-GB. See this "de-DE" screenshot - here the upper informations are being "cut off".
This is the "en-GB" screenshot:
So for me the modal is the better solution at that place.
Title |
|
@roland-d @infograf768 @richard67 @ReLater
Should I go into code-changing to get this solution?
What's your opinion about that?
Just because you pinged me: Here's my personal opinion:
agree with leaving it as is.
Leave it as it is. The URLs are also long because you have a long URL
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-06 17:23:34 |
Closed_By | ⇒ | roland-d |
Need help !!!!
I'm totally confused.
How can I push this changes from the forked repo ????