Forum bugs

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Forum bugs

Post by REDDemon »

There are few slight bugs in the forum.

1) editing posts wich contain "c++ template" code give me an error. Probably caused by "<" and ">" characters. So after posting a message I'm not able to change the post unless I remove those characters.
2) editing a post wich have no answer does not display the correct "last update date/hour". So if Have no reply in a very old post I can edit it freely and the old date is still showed.
3) removing a post should be disabled some time (2 hours? enough for removing if you change your idea). I tested that. If I have a message with no reply I can remove it and re-post it. That bump the posts. Used only once. It's nice to post some message and then seen your message in 2nd position moved down by someone who removed and re-added the same message.

all bugs tested with chrome, firefox and internet explorer
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Yoran
Site Admin
Posts: 96
Joined: Fri Oct 07, 2005 8:55 am
Location: The Netherlands
Contact:

Re: Forum bugs

Post by Yoran »

lets see

Code: Select all

 
int a=1;
if(a < 1 || a > 3)
{
}
 
tested and editted, no errors?
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Forum bugs

Post by REDDemon »

I can't edit this post for example:

http://irrlicht.sourceforge.net/forum/v ... =9&t=45957

and the same apply If I copy past that message in any other message and the I try to save changes.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Forum bugs

Post by hybrid »

And the other two are no errors, but features.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Forum bugs

Post by CuteAlien »

My guess is that the problem is caused by large code-posts.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Forum bugs

Post by Nadro »

CuteAlien wrote:My guess is that the problem is caused by large code-posts.
Hmmm... I edited post, which is now here:
http://irrlicht.sourceforge.net/forum/v ... 7&start=30
very long time and I didn't notice any problems. Maybe signs like a /** are problematic?
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Forum bugs

Post by REDDemon »

hybrid wrote:And the other two are no errors, but features.

that users can use as well without limit?
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Forum bugs

Post by hybrid »

Yes, of course. Because we have a community with good memory and people will get the proper replies in case they try to push their posts too much. Maybe just think about why you cannot add to your own threads any more information and why a never-replied thread just above yours is really a problem to you...
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Forum bugs

Post by REDDemon »

ok got it:). So is left to good community. That will probably not work with other forums :)
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Forum bugs

Post by Mel »

I found some troubles also editing long posts with c++ code, When i press the button to commit the changes, the browser simply goes to a blank page and does nothing.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Forum bugs

Post by hendu »

Yup. In the stats topic I first tried to paste it in a code box, but getting a blank page had to use pastebin.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Forum bugs

Post by CuteAlien »

Yeah, it's an annoying problem ... but we don't know yet what _exactly_ triggers it. It doesn't just seem to be the length - but something in the code (sometimes happens with very short code, but sometimes not reproducible, etc...). Maybe someone has fun finding the exact condition which cause this problem - that could help finding a solution.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Forum bugs

Post by hendu »

The forum is too laggy for fast experimenting (and also gives 503 Varnish cache errors often). SF, fix your infra.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Forum bugs

Post by CuteAlien »

Yeah.. that is another problem *sigh*. Also currently we have an deleted thread that comes up as "unread" all the time. And the usual button to fix this fails because of timeouts. I guess we should contact SF guys - maybe they can do something as those forum problems are going on by now for a rather long time.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Forum bugs

Post by hybrid »

I think you can simply press 'Mark all unread' to get rid of the post. I also had this a few days, but since pressing the button all's good.
Post Reply