Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
vanilla 2.0.17.8 Bugs: Deleting thread redirect + nitpick.
DarkWolf
New
Deleting threads from within the thread itself redirects to /vanilla/ instead of the actual installed path causing a 404 error.
IE: While viewing http://blah.com/forum/discussion/41/blah-blah-blah/ and clicking the Delete Discussion link. Bounces back to http://blah.com/vanilla/discussion/
NIT PICK: There is no trim() on thread titles when they're created, which means that you can end up with /thread-title-here-/. Now, it does cut multiple spaces down to a single, but it should in the end trim() it before insertion.
IE: While viewing http://blah.com/forum/discussion/41/blah-blah-blah/ and clicking the Delete Discussion link. Bounces back to http://blah.com/vanilla/discussion/
NIT PICK: There is no trim() on thread titles when they're created, which means that you can end up with /thread-title-here-/. Now, it does cut multiple spaces down to a single, but it should in the end trim() it before insertion.
0
This discussion has been closed.
Comments
Can you anter this bug to http://www.vanilla-wiki.info/bugs ?
You don't need to register, just add task and write all the above.
The bug tracker is here: https://github.com/vanillaforums/Garden/issues
https://github.com/vanillaforums/Garden/issues/823
https://github.com/vanillaforums/Garden/issues/824
The delete issue has been mentioned previously but I could not find mention of it on GitHub.
Second, using github bug tracker is counter productive. As it is very hard to user quickly add problem or find reported problems. As result, you have bunch of same reports and discussions of report on main forum. No one know who is working (if anyone) on fixing them.
In no way I want to dictate you how to proceed with development. But I suggest to think about switching from github bug tracker wither to my installed one or to any proper bugtracker that your team will install by itself.
Telling members to post their issues somewhere implies that someone will be monitoring and addressing them. Whether you said the word "official" is irrelevant.
I appreciate your enthusiasm to help, but setting up a competing bug tracker without any of the core devs being onboard with it isn't a good way to go about it.
So, I installed it to start collecting all unfixed bugs that are important to me, so people could find them without problems if they want.
While you are right that I don't have participating core developers, not one prevents you or any other developers to start using it.
All users will be glad to see that someone work on specific requested feature, look at progress and know if bug is already fixed in upcoming release.
Right now I just track commits and sometimes find that people are working (or even already finished) on same things as I am working on (like email confirmation, for example, made in his branch by Todd).
I know that no one bug tracker is perfect, but non-perfect solution is better compared to current perfectionizm approach (same also apply to documentation transfer to wiki).
All I see is specific need of myself and many other users.
And complete absence of tool that could help to fulfill this need.
Don't tell users on this forum to post issues to your private bug tracker without clearing it with the staff.