Tim Tisdall

Results 59 comments of Tim Tisdall

I read the docs as saying `COMMENTS_HIDE_REMOVED = True` means the removed comments are not shown (the default). If `COMMENTS_HIDE_REMOVED = False` *then* you show "This comment was removed".

@Pantamis , thanks for replying, but I still don't understand. Did you look at the example? The function is just adding `'bias'` to the beginning of every feature set regardless.

Maybe it'd help if you answered the original question... If you simply remove the `'bias'` from the feature set is the end result still the same? Likewise, if you change...

comments? Isn't this the most ideal fix for everyone?

Alright, this has been collecting dust for 3 months now... Can I get some feedback or a commit? All this code is doing is confirming jQuery is loaded before calling...

[Should Jquery code go in header or footer?](http://stackoverflow.com/questions/2105327/should-jquery-code-go-in-header-or-footer)

Okay, update for @mvaled @dwt and anyone else reading this... The consensus is this won't be included until the following other changes are made: - all templates need to be...

This has to do with colander. For some types it blindly translates the values it's given into a string value (`str(None) == "None"`). You need to change your code to...

Someone may want to check if #248 fixed this issue or not.

I tried out these issues again at http://deformdemo.repoze.org/datetimeinput/ (not sure if it's been updated) Issue 1: - picked 7:00PM and submitted - field shows 19:00 after submission Issue 2: (following...