Skip to content

Releases: Othernet-Project/bottle-utils

v0.9

15 Feb 12:01
Compare
Choose a tag to compare
  • Merge PR that fixes error in documentation
  • Fix BooleanField state handling

v0.7

30 Oct 13:34
Compare
Choose a tag to compare
  • Fixes failing unittests
  • Adds method to change locale cookie for i18n plugin
  • Fixes lazy object bool coercion on python 2
  • Adds urlquote and urlunquote function to handle url en/decoding
  • Adds quoted_url function which urlencodes route parameters

v0.6.post1

25 Oct 23:56
Compare
Choose a tag to compare
  • Finalized cleanup of label-related code

v0.6

25 Oct 21:09
Compare
Choose a tag to compare

Maintenance release:

  • Documentation updated and moved to ReadTheDocs
  • Added complete documentation for bottle_utils.forms package
  • Fixed tests
  • Added missing meta module which never made it into re-merged 0.5 release
  • Added rounding and sep params to bottle_utils.html.hsize()
  • Fixed del_params() to not require qs argument
  • Completely removed bottle_utils.form.labels and dependence on bottle_utils.form.labels.Label class
  • Added install_plugin() method to bottle_utils.i18n.I18NPlugin class

v0.1a4

14 Oct 11:42
Compare
Choose a tag to compare
v0.1a4 Pre-release
Pre-release

Bugfixes and minor I18N improvements.

  • Added helper function for generating form tags
  • Added pgettext and npgettext functions to i18n module
  • Fixed manifest to include the LICENSE file
  • Fixed link_other to use SPAN as default wrapper
  • Fixed unicode issue in to_unicode common function
  • Default locale is now available on request object

v0.1a3

19 Sep 17:17
Compare
Choose a tag to compare
v0.1a3 Pre-release
Pre-release

Another bugfix release with improved value handling in query string and form helpers.

v0.1a2

17 Sep 12:55
Compare
Choose a tag to compare
v0.1a2 Pre-release
Pre-release

Bugfix release with minor new features. See CHANGES for more information.

v0.1a1

08 Sep 15:09
Compare
Choose a tag to compare
v0.1a1 Pre-release
Pre-release

This is a first test release meant for testing of install process and basic usability of the library. It's not yet on PyPI until first project is successfully completed using this library. Use at your own risk.