User tests: Successful: Unsuccessful:
Changes:
1. Added switches and make the link parameters work in the Administrator module "mod_status" so the links can be switched on and off.
2. Updated the language file.
3. The second switch is added as extra link to open a new Administrator window for easy Joomla management.
Test instruction:
1. Go to the Module manager in the Administrator and set the top filter to Administrator
2. Open the module "User Status"
3. Turn on and off the "Show view site" and "Show view Administrator" switches and check if both links disappear and reappear in the bottom of the site (See screenshot).
Click the "Show Site" and the "Show Admin" links in the bottom of the Administrator area and check if they open a new Site window and an new Administrator Window. The links should also work when editing and article (See screenshot).
Title |
|
Category | ⇒ | Administration UI/UX |
Status | New | ⇒ | Pending |
Easy | No | ⇒ | Yes |
Labels |
Added:
?
|
Labels |
Added:
?
|
@test Succesfully tested and works!
I can see a small use of a parameter for the "View Site" link. Especially since the code already checks for that (not existing) parameter.
I don't really see the use for a link to open a new admin window. The exact same can be achieved by simply ctrl-clicking the Joomla icon in the top left corner. At least on Windows. On other OS it's likely similar simple.
Labels |
Added:
?
|
@Bakual The top left click doesn't work when an article is opened!
As a regular web editor I'm coping a lot of article text/code back and forth. When I've opened an article, I have to copy the admin URL and paste it in a new window to open an other article or module. I thought this extra link would make this process a little easier.
The top left click doesn't work when an article is opened!
I'll give you that. Thus usecase is found.
Labels |
Added:
?
|
Milestone |
Added: |
Setting RTC based on various tests.
Since we are currently in language freeze for 3.4.2, this has to wait or go into 3.5.0. Which may be the same anyway
Nice My first real contribution will be a fact!
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-15 10:45:02 |
Closed_By | ⇒ | Bakual |
Sorry for commenting on a merged PR. But why add a link to the admin panel? mod_status is an admin module.
Sorry but this is the wrong place for this change AND/OR the module needs
to be renamed and be given a new description
User Status
Administrator
This module shows the status of the logged-in users.
On 15 June 2015 at 14:06, Peter Lose notifications@github.com wrote:
@Bakual https://github.com/Bakual Ahh I see, valid argument. But it
seems a bit excessive to add yet another link in the footer.—
Reply to this email directly or view it on GitHub
#7174 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
This module shows the status of the logged-in users.
It also showed the link to frontend before this change. So it was already not only about users.
Maybe it's a bit misnamed indeed. The module itself uses mod_status
as its code-name.
I know its only a small change but we've been trying to remove stuff from
the core and to make the UI cleaner and simpler.
If we accept every PR because someone has a usecase for it then we will
have the JED inside the core.
In this case it can be achieved either by installing a module or by a
template override.
On 15 June 2015 at 14:19, Thomas Hunziker notifications@github.com wrote:
This module shows the status of the logged-in users.
It also showed the link to frontend before this change. So it was already
not only about users.
Maybe it's a bit misnamed indeed. The module itself uses mod_status as
its code-name.—
Reply to this email directly or view it on GitHub
#7174 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
I agree that every change has to be carefully considered. The reason why I made the modifications was that it could open a new site window but not a new admin window which seems strange to me. Don't forget the logout link which is also present on the bottom.
In the menu bar the three options, "open a new admin window", "open a new site window" and "logout" are all possible in the standard non-editor interface. The whole top menu is disabled when editing a article/module so we can't access these items. In my humble opinion adding the link to the module and make these three items work in the footer seems a logical step. In the process also added the missing option switches to the module.
Switching all the links off in the footer by default could be a good option for the people who need a cleaner interface.
On 15 Jun 2015 3:18 pm, "Rick Spaan" notifications@github.com wrote:
Switching all the links off in the footer by default could be a good
option for the people who need a cleaner interface.As is creating a new module available on the JED for those that want the
extra links—
Reply to this email directly or view it on GitHub.
Net time a I carefully consider creating a PR...
Nobody's trying to suggest that you shouldn't contribute. The reality is for a long time we've accepted a lot of pulls simply because someone took the time to code it and we didn't want to say no. We really need to get to a point where things are being looked at beyond "does it work", which is probably 95% of what influences whether something is determined to be "ready to commit".
@losedk I don't take it personally and I think it is good to have a debate and be critical about whether a change needs to be in the core or not. As a newbie contributor like me it is difficult to decide whether a change is needed or not as there are no direct guidelines. Also with a lot of (cosmetic)changes usability plays an important role but also personal taste. At the end I hope these discussions will make Joomla a better product...!
Labels |
Removed:
?
|
@RickR2H The issue is not in the PR but in Travis itself, I will see what I can do about it.