-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The class name is Movie NOT Movies #12313
Conversation
Thanks a lot for your contribution! Contributions to the core repo require a signed contributors agreement http://owncloud.org/contribute/agreement/ Alternatively you can add a comment here stating that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
This contribution is MIT licensed |
The problem here is even worse, the class name does not match the file name. I checked the code and the class name only appears in the class file, so change it there. |
@nickvergessen We can also fix the file name |
yeah would also make sense since all others are singulars... so dont care too much, either fix the class name, or fix the docs and the file name |
I would vote for the rename of the file. @oparoz Can you add the rename of the file into this PR? Thanks |
@owncloud-bot This is okay to test. |
That should be it. Let me know if I've forgotten something... |
Mind squashing all commits together? |
👍 |
Now you messed up the file rename and duplicated the file instead. |
@nickvergessen - Well, that's the way "Github for Windows" does it. The change said "renamed", but then a new file is created during the
|
Thanks a lot for your contribution! Contributions to the core repo require a signed contributors agreement http://owncloud.org/contribute/agreement/ Alternatively you can add a comment here stating that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
@owncloud-bot this is okay to test |
@MorrisJobke this needs to be squashed again, otherwise the history of movie.php is lost, which is easily avoidable. |
After an upgrade, GFW was able to do it all in one step \o/ |
Can't really test this on windows, because movie is disabled. |
@owncloud-bot this is okay to test |
@DeepDiver1975 Jenkins refuses to test this 😠 |
@MorrisJobke that is because it cant be merged. |
This wasn't the case when I wrote this |
Could be because of other patches against the Movie class which gets renamed in this one |
@oparoz Can I ask you to rebase this on current master and fix the merge conflict? |
@MorrisJobke - Done |
@owncloud-bot retest this please |
The inspection completed: No new issues |
🚀 Test PASSed. 🚀 |
The class name is Movie NOT Movies
Hi, backporting this to OC7 could fix #14316 |
@MorrisJobke - Backport? |
@MorrisJobke Can you backport? |
Will take care of it later |
No description provided.