First time here? Check out the FAQ!
2

Is askbot 0.7.48 a stable version ?

At the time of writing, askbot 0.7.48 is available on pypi but it is not mentioned in the changelog [1]. I checked the diff between 0.7.47 and 0.7.48 and saw javascript debugger statements in the code [2].

I am currently testing 0.7.47 and I'm experiencing some troubles that doesn't seem to be fixed in 0.7.48 but I can't be 100% sure without migrating.

Is 0.7.48 supposed to be stable besides those debugger leftovers ?

[1] http://askbot.org/doc/changelog.html

[2] https://github.com/ASKBOT/askbot-devel/compare/0.7.47...0.7.48#L45R2079

Fabien Meghazi's avatar
93
Fabien Meghazi
asked 2013-01-31 10:21:39 -0500, updated 2013-01-31 14:17:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Sorry, missed the debug statements in js. I don't think these will cause any issues when your debug toolbar is closed, as AFAIK browsers ignore javascript debug statements unless you have developers tools open.

Will be fixed in the next version though, I've merged your pull request.

Evgeny's avatar
13.2k
Evgeny
answered 2013-02-02 15:05:04 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments