2015-08-14 22:43:28 by Klaus Klein | Files touched by this commit (1) |
Log message:
Use $MASTER_SITE_PYPI.
|
2015-08-14 22:41:37 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-flask-admin to 1.2.0.
1.2.0
-----
* Codebase was migrated to Flask-Admin GitHub organization
* Automatically inject Flask-WTF CSRF token to internal Flask-Admin forms
* MapBox v4 support for GeoAlchemy
* Updated translations with help of CrowdIn
* Show warning if field was ignored in form rendering rules
* Simple AppEngine backend
* Optional support for Font Awesome in templates and menus
* Bug fixes
|
2015-03-15 18:05:01 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-flask-admin to 1.1.0.
1.1.0
-----
Mostly bug fix release. Highlights:
* Inline model editing on the list page
* FileAdmin refactoring and fixes
* FileUploadField and ImageUploadField will work with Required() validator
* Bug fixes
|
2015-01-07 15:55:21 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-flask-admin to 1.0.9.
1.0.9
-----
Highlights:
* Bootstrap 3 support
* WTForms 2.x support
* Updated DateTime picker
* SQLAlchemy backend: support for complex sortables, ability to search
for related models, model inheritance support
* Customizable URL generation logic for all views
* New generic filter types: in list, empty, date range
* Added the ``geoa`` contrib module, for working with
`geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_
* Portugese translation
* Lots of bug fixes
|
2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125) |
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
|
2014-04-26 19:44:52 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-flask-admin to 1.0.8.
1.0.8
-----
Highlights:
* Cleaned up documentation, many thanks to Petrus Janse van Rensburg.
* More flexible menu system, ability to add links to menus
* Human-readable filter URLs
* Callable filter `options`
* `EmailField` filter
* Simple accessibility fixes
* `InlineFormField` now accepts `widget_args` and `form_rules` arguments
* Support for newer wtforms versions
* `form_rules` property that affects both create and edit forms
* Lots of bugfixes
|
2014-01-19 21:42:28 by Klaus Klein | Files touched by this commit (2) |
Log message:
Temporarily invent a DIST_SUBDIR so the distfiles cache on ftp.netbsd.org
picks up the upstream-replaced 1.0.7 tarball from nb2. Suggested by wiz.
Bump PKGREVISION.
|
2014-01-19 20:57:39 by Klaus Klein | Files touched by this commit (2) |
Log message:
Upstream uploaded a new, pristine tarball (same name) to PyPI that
doesn't include testing bytecode residue.
Bump PKGREVISION.
|
2014-01-19 18:38:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove pre-compiled binaries and adapt PLIST.
Bump PKGREVISION.
|
2013-10-27 22:58:30 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-flask-admin to 1.0.7.
Changes since 1.0.6:
* Python 3 compatibility fixes
* Redis CLI
* Dropped Flask-WTF dependency
* Upgraded to Select2 3.4.0
* Additional unit tests
* Separate loggers for each Flask-Admin component
* New, much more configurable datetime picker
* Spanish translation
* Form rendering rules
* Models: AJAX drop-down population for related models
* Models: Filter options can be translated
* Models: on_model_change now accepts third parameter is_created
* Models: New configurarion property form_extra_columns
* Models: Proper child field error highlighting
* Models: Save and continue button for edit views
* Models: FileUploadField and ImageUploadField
* Models: If Flask is running in debug mode, rethrow all exceptions
* Models: Backrefs are now displayed by default
* Models: If there are no models in the list view, message will be displayed
* MongoEngine: GridFS support for file and image uploads
* MongoEngine: Backend supports form_overrides, choices and other field
configuration properties
* MongoEngine: URLField and EmailField are now searchable
* MongoEngine: Embedded document configuration
* SQLAlchemy: Backend was renamed as flask.ext.admin.contrib.sqla
* SQLAlchemy: Automatic join for many-to-many relations
* SQLAlchemy: Fixed ambiguous primary key when building complex search query
in SQLAlchemy backend
* SQLAlchemy: Use joinedload for related model instead of subqueryload for
performance reasons
* SQLAlchemy: Improved inline model handling logic
* SQLAlchemy: Initial multi-pk support for inherited models
* SQLAlchemy: BigInt filtering support
|