Skip to content

Releases: louking/loutilities

3.3.3

02 Jun 17:51
Compare
Choose a tag to compare

Enhancements

  • user.views.userrole.UserView displays date/time in user friendly manner

3.3.2

30 May 20:55
Compare
Choose a tag to compare

Enhancements

  • tables-assets/templates layout-base.jinja2 now shows warning if javascript is disabled

3.3.1

30 May 18:13
Compare
Choose a tag to compare

Enhancements

  • user.roles: add roles for members application membership, board management modules

3.3.0

29 May 10:04
Compare
Choose a tag to compare

Enhancements

  • add nicknames module

3.2.3

09 May 17:21
Compare
Choose a tag to compare

Enhancements

  • security/email templates adds text version of reset_instructions

3.2.2

08 May 09:42
Compare
Choose a tag to compare

Enhancements

  • generate password reset email from user.userrole.UserView edit modal

3.2.1

08 May 09:41
Compare
Choose a tag to compare

Bugs Fixed

  • pypi package now includes subdirectories under tables-assets

3.2.0

29 Apr 10:22
Compare
Choose a tag to compare

Enhancements

  • single sign-on support
  • user: role now has applications attribute
  • user: update support for local user / interest tables
  • base handling of url
  • editRefresh now works with user/groups
  • tables.DteDbRelationship: add viadbattr parameter
  • local user interest filter now works for user select list
  • tables: clean up comment formatting around class and function definitions
  • tables: datatables.js does eval of buttons; support editor 'display' plug-in
  • filetables, files: support file uploads
  • tables: DbCrudApi supports enhanced relationship configuration
  • add tables-assets\static\datatables.dataRender.datetime.js
  • table-assets filters enhancements
  • tablefiles: set mimetype for csv files
  • tables: relationship.editable now supports multiple select as well as invocation from edit form
  • commentary in datatables.js regarding link to #21
  • tables: when field error detected, don't expand select2 fields
  • add mailer module to allow mailing from flask application
  • DEMO_MODE configuration lets development environment look like production
  • utils.js - add allUrlParams
  • reset password email now correctly refers to current application
  • tables.py provides regex for iso date

Bugs Fixed

  • tables.user proper optimistic concurrency control
  • properly append interest arg to clicked URL
  • fltr_init() exception fixed for range_date filter
  • tables: support non-integer ids, fix latent problem with templateargs

3.1.0

15 Feb 11:01
Compare
Choose a tag to compare

Enhancements

  • tables.CrudApi default allows only single select (multiselect = False)
  • DbDteRelationship new nullable option, allows select to make database value null

3.0.1

25 Jan 16:43
Compare
Choose a tag to compare

Enhancements

  • tables-assets layout-base.jinja2 is responsive