-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix namespace detection for pages in root #30
Conversation
describe what the mr does (title/body). |
Sorry, I don't know what you're referring to |
sorry, gitlab addict. "mr" was meant as "pr" for pull request. pull request should be standalone, i.e in title and body describe what the change is. without needing to click additionally issues with long threads and trying to figure out what part of the issue is actually maybe implemented here. |
Done |
I have to say, I have submitted PRs for multiple other plugins, to fixes errors and warnings, and I have never had them nitpicked to death like this. If you're not happy with the PR, then I'll just close it and delete my fork. |
This would be in pair of the other change
That's a pity that you have not seen a repository where they do code reviews. I definitely agree most of the plugins written are of very pool quality. |
So, after codereview and applying the changes, the change is just a single change now: |
So, here's the thing. I am not a PHP programmer. I am definitely not a github guru, I barely know how to use it. I merely manage a dokuwiki installation. When we updated to the most recent dokuwiki, we found logs being spammed with warnings due to deprecated code. Some plugins had not been updated in quite some times, so I decided to try to fix the problems, and then contribute my (suggested) fixes back to the community, as a way of saying thank you. In fact, you have one of my fixes pending here: glensc/dokuwiki-plugin-pageredirect#47 Having done all of that, I decided to try to implement something we needed, which was reporting of edits in the root name space to discord. I did that. Then since the code there is almost the same as the code here, I thought to submit the changes here as well, hoping they would be helpful to anyone who does use this plugin. As a "hobbyist", your response really makes me reticent to ever make contributions again. I am sure I could have done things better, and it is good to learn - but at the same time, working with PHP and with github is not meant to be part of my skill set. So, perhaps next time someone offers you code, be a bit more forgiving if the submission isn't perfect and up to your standards. |
Can, you add your code review approve if this looks ok to you? otherwise, this has to wait until I test the code myself. |
|
You should have review now link and review changes button on any github repository: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ok to me.
OK did that - the only option I had available was "comment"; the other two were disabled. |
The "Submit review" button is green. just press it |
Add support for changed pages in the root namespace.
Fixes #25