-
Notifications
You must be signed in to change notification settings - Fork 237
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
Don't display Changes link in sidebar if no Changes file was found #1107
Comments
I'd even add a link there to some explanation how to contribute a Changes file... .... and then it would be also nice if there was a totally separate page listing all the releases that don't have a recognized Changes file. |
Don't say that. @rwstauner will produce one and then I'll feel honour-bound to fix them :-p I'm fixing Array-PrintCols anyway :-) |
I don't think that search results should be trying to get users (who are probably just looking for a module to help them get their work done) to fix stuff. That would be distracting. But ...
Good idea. And list other things too! |
I made an issue on the api about adding the data that would enable us to do this check without doing another request. |
This could use |
Maybe if the dist doesn't have any change log, then the sidebar could say No Changes File or similar, and that could be a link to a page that tells the end-user about changes files, written both for authors and end users. More education, like was done for the Contributing stuff. |
If a dist doesn't have a Changes (or ChangeLog, or ...) file, you still get a Changes link in the sidebar. For example in:
But when you click on the Changes link, you're told Not Found, and some other (generally not very helpful) links.
In this situation I think you should either:
I think the second option is a better user experience.
The text was updated successfully, but these errors were encountered: