WebHelpers 1.0b5 is released and uploaded to PyPI   The documentation
is complete and a "What's New" page added with upgrading advice.  The
new version of the docs is temporarily at
http://sluggo.scrapping.cc/tmp/webhelpers/index.html until
webhelpers.groovie.org can be updated.   Please let me know if
anything is missing or unclear in the docs.

Not many changes in 1.0b5:

- If you need the old ``number_to_human_size()`` helper, it's in
"unfinished/number_to_human_size.py" in the WebHelpers source
distribution, which you can copy to your application. A new helper to
replace it has not been written yet and will probably not make it into
1.0, but the pending proposals are at
http://bitbucket.org/bbangert/webhelpers/issue/2/reinstate-number_to_human_size
.

- Withdraw ``webhelpers.text.convert_misc_characters()``. It fails its
tests and it's not clear what it should do.

- New exception ``webhelpers.misc.OverwriteError`` for warning about
files that are in the way of files you intended to write.

- Add ``exclude`` argument to ``webhelpers.misc.subclasses_only()``.

- render() and sanitize() are officially in webhelpers.html.converters
again. I forgot that webhelpers.html.render isn't supposed to be a
public module.


There are some problems with Routes 1.12 combined with
``webhelpers.paginate`` and/or ``url_for``.  If you have any problems
with Paginate or url_for, downgrade to Routes 1.11. until we figure
out a solution.  (This also affects the WebHelpers test suite.)

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to