? ? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
14 Mar 2017

Pull Request for #10971

As requested by @ot2sen and others this PR removes the redundant word successfully from success messages. It's just not needed at all. You can't have a success message that says you "unsuccessfully" did something so there is no need to use the word.

Note for readability where a sentence began with the word successfully I left it there.

This can be merged after 3.7.0 if requested - this is upto @Bakual as commented at #10971

avatar brianteeman brianteeman - open - 14 Mar 2017
avatar brianteeman brianteeman - change - 14 Mar 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Mar 2017
Category Administration Language & Strings Installation
avatar Bakual
Bakual - comment - 14 Mar 2017

Thanks.
I have added the 3.8.0 milestone for now.

avatar Quy
Quy - comment - 23 Apr 2017

I have tested this item successfully on 97b3e47

Code review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14607.

avatar Quy Quy - test_item - 23 Apr 2017 - Tested successfully
avatar alikon
alikon - comment - 24 Apr 2017

I have tested this item successfully on 97b3e47


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14607.

avatar alikon alikon - test_item - 24 Apr 2017 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 24 Apr 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Apr 2017

RTC after two successful tests.

avatar zero-24
zero-24 - comment - 24 Apr 2017

@brianteeman can you fix the conflicts?

avatar brianteeman
brianteeman - comment - 24 Apr 2017

It has a milestone of 3.8 so I really only want to fix conflicts once. If someone can say when it will be merged in to 3.8 I will fix the conflicts (or try to) in time for that

avatar zero-24
zero-24 - comment - 24 Apr 2017

Cant you just change the base branch? And that we can merge it into 3.8-dev?

avatar brianteeman
brianteeman - comment - 24 Apr 2017

I dont see how to change the base branch?

avatar brianteeman brianteeman - change - 24 Apr 2017
Labels Added: ?
avatar brianteeman
brianteeman - comment - 24 Apr 2017

Conflicts resolved

avatar zero-24
zero-24 - comment - 24 Apr 2017

you can do this by using the edit button. but this require the staging and 3.8-dev branch to be in sync (i have just reyed it). I think I can take a look into that after 3.7.0 stable is out.

avatar brianteeman
brianteeman - comment - 24 Apr 2017

base branch changed

avatar zero-24
zero-24 - comment - 24 Apr 2017

Yes but now your PR contains 40 file changes (most are not realted to your PR) https://github.com/joomla/joomla-cms/pull/14607/files

avatar brianteeman
brianteeman - comment - 24 Apr 2017

ah - oops - changed back to staging now.

avatar zero-24
zero-24 - comment - 24 Apr 2017

Thanks. I'm going to check that later. IIRC we just need to sync up staging with 3.8-dev and we do that again.

avatar Bakual
Bakual - comment - 24 Apr 2017

@zero-24 I will handle this one after 3.7.0 is released. I need to sync it correct with Crowdin anyway to avoid 321 changed strings there ?

avatar zero-24
zero-24 - comment - 24 Apr 2017

Handed over than. Thanks!

avatar rdeutz
rdeutz - comment - 22 May 2017

what is with the "COM_CONTACT_N_ITEMS_(UN)FEATURED" Tags?

avatar brianteeman brianteeman - change - 22 May 2017
Labels Added: ? ?
avatar brianteeman
brianteeman - comment - 22 May 2017

conflicts resolved - it was a pr you just merged

avatar rdeutz rdeutz - change - 22 May 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-05-22 20:13:30
Closed_By rdeutz
avatar rdeutz rdeutz - close - 22 May 2017
avatar rdeutz rdeutz - merge - 22 May 2017
avatar brianteeman
brianteeman - comment - 22 May 2017

thanks for merging

@Bakual pinging you to do whatever it is you wanted to do on crowdin

avatar Bakual
Bakual - comment - 22 May 2017

Hope it worked :)

avatar 810
810 - comment - 24 May 2017

Can we revert this PR, because many tests are broken because this change. We should change this later, not on minor versions.

avatar brianteeman
brianteeman - comment - 24 May 2017

what tests?

avatar 810
810 - comment - 24 May 2017

Codeception tests.

See: joomla-projects/joomla-browser#133

avatar brianteeman
brianteeman - comment - 24 May 2017

there are 17 changes in total to make and it will take you about 5 minutes

avatar Bakual
Bakual - comment - 24 May 2017

We should change this later, not on minor versions.

This change is absolutely fine for patch versions (it's not even a minor version).
If the codeception tests fail, they need to be fixed.

On a sidenote: As long as those tests don't run automatically on Pull Requests, we cant make decisions based on those tests anyway.

avatar 810
810 - comment - 24 May 2017

But our componens/modules/plugins/templates are running on the pr's, so we are having failed tests now.
We need to improve the joomla browser and our own tests on each rep.

I will improve it, but it was better todo on J3.8, now we have b/c, some 3rth parties will have this issue.

avatar mbabker
mbabker - comment - 24 May 2017

Why do we have a test suite that is supposedly testing the core package not integrated into this repository in any way (either the tests living in our tests directory or hooked into the CI process)? Regardless of when this PR was accepted and where the tests live, it all would have to be updated anyway. I don't see a strong argument for reverting language improvements because some tooling requires updates to work with those changes.

avatar brianteeman
brianteeman - comment - 24 May 2017

what is the point in having a test suite if its not integrated. seems to me that it means that anyoone working on the test suite is wasting their time

avatar Bakual
Bakual - comment - 24 May 2017

now we have b/c, some 3rth parties will have this issue.

It's no backward compatiblity break if language strings get improved. Nothing will break except some tests which expects a specific string. But that's a "false positive" as in production nothing wil break at all.

avatar mbabker
mbabker - comment - 24 May 2017

And in terms of updating tests it's no worse than having to update a test validating HTML output when the method being tested gets updated.

avatar brianteeman
brianteeman - comment - 24 May 2017

The tests could have been updated by now. ;)

I would have done it myself if I wasn't on a train ? crossing a border

On 24 May 2017 2:49 p.m., "Michael Babker" notifications@github.com wrote:

And in terms of updating tests it's no worse than having to update a test
validating HTML output when the method being tested gets updated.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#14607 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8UEENiEhh_Jy6LtUHv-mO1uyXBuhks5r9DVKgaJpZM4MckJo
.

Add a Comment

Login with GitHub to post a comment