Commit graph

19 commits

Author SHA1 Message Date
kleink
36f1dfb4e2 Update py-flask-admin to 1.5.0.
1.5.0
-----

* Fixed CSRF generation logic for multi-process deployments
* Added WTForms >= 3.0 support
* Flask-Admin would not recursively save inline models, allowing arbitrary
  nesting
* Added configuration properties that allow injection of additional CSS and
  JS dependencies into templates without overriding them
* SQLAlchemy backend
  - Updated hybrid property detection using new SQLAlchemy APIs
  - Added support for association proxies
  - Added support for remote hybrid properties filters
  - Added support for ARRAY column type
* Localization-related fixes
* MongoEngine backend is now properly formats model labels
* Improved Google App Engine support:
  - Added TextProperty, KeyProperty and SelectField support
  - Added support for form_args, excluded_columns, page_size and
    after_model_update
* Fixed URL generation with localized named filters
* FileAdmin has Bootstrap 2 support now
* Geoalchemy fixes
  - Use Google Places (by default) for place search
* Updated translations
* Bug fixes fixes
2017-03-14 14:11:51 +00:00
kleink
bb09e321ce Update py-flask-admin to 1.4.2.
1.4.2
-----

* Small bug fix release. Fixes regression that prevented usage of "virtual"
  columns with a custom formatter.

1.4.1
-----

* Official Python 3.5 support
* Customizable row actions
* Tablib support (exporting to XLS, XLSX, CSV, etc)
* Updated external dependencies (jQuery, x-editable, etc)
* Added settings that allows exceptions to be raised on view errors
* Bug fixes
2017-02-22 16:18:24 +00:00
kleink
7c9fff08a9 Update py-flask-admin to 1.4.0.
1.4.0
-----

* Updated and reworked documentation
* FileAdmin went through minor refactoring and now supports remote
  file systems. Comes with the new, optional, AWS S3 file management
  interface
* Configurable CSV export for model views
* Added overridable URL generation logic. Allows using custom URLs with
  parameters for administrative views
* Added column_display_actions to ModelView control visibility of the
  action column without overriding the template
* Added support for the latest MongoEngine
* New SecureForm base class for easier CSRF validation
* Lots of translation-related fixes and updated translations
* Bug fixes
2016-01-08 17:05:47 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
kleink
31c20fe282 Update py-flask-admin to 1.3.0.
1.3.0 (2015-08-23)
------------------

* New feature: Edit models in the list view in a popup
* New feature: Read-only model details view
* Fixed XSS in column_editable_list values
* Improved navigation consistency in model create and edit views
* Ability to choose page size in model list view
* Updated client-side dependencies (jQuery, Select2, etc)
* Updated documentation and examples
* Updated translations
* Bug fixes
2015-08-25 15:58:55 +00:00
kleink
94c3e7d8f6 Use $MASTER_SITE_PYPI. 2015-08-14 20:43:28 +00:00
kleink
69f42c22fc 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-08-14 20:41:37 +00:00
kleink
ab0dd23fc4 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-03-15 17:05:01 +00:00
kleink
9eae6a0ddd 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
2015-01-07 14:55:21 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
kleink
824304a53c 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-04-26 17:44:52 +00:00
kleink
9cc55ab9ed 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:42:28 +00:00
kleink
1339de7a56 Upstream uploaded a new, pristine tarball (same name) to PyPI that
doesn't include testing bytecode residue.

Bump PKGREVISION.
2014-01-19 19:57:39 +00:00
wiz
7c4e5e4912 Remove pre-compiled binaries and adapt PLIST.
Bump PKGREVISION.
2014-01-19 17:38:12 +00:00
kleink
c7975bc8d4 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
2013-10-27 21:58:30 +00:00
kleink
45c7368152 Update py-flask-admin to 1.0.6.
1.0.6
=====
* Model views now support default sorting order
* Model type/column formatters now accept additional view parameter
* is_visible for administrative views
* Model views have after_model_change method that can be overridden
* In model views, get_query was split into get_count_query and get_query
* Bootstrap 2.3.1
* Bulk deletes go through delete_model
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional),
  Chech
* Bug fixes
2013-05-21 20:57:30 +00:00
kleink
97030aff85 Update py-flask-admin to 1.0.5.
1.0.5
* SQLAlchemy 0.8 support
* Choices and PostgreSQL Enum field type support
* Flask-BabelEx will be used to localize administrative interface
* Simple text file editor
* File admin has additional hooks: rename, edit, upload, etc
* Simple text file editor
* External links in menu
* Column descriptions
* Possibility to override master template
* Reworked templates. New âlayoutâ sample with completely different
  administrative UI
* Ability to customize wtforms widget rendering through form_widget_args
  property
* German translation (WIP)
* Updated documentation
* Lots of bug fixes
2013-03-24 13:24:27 +00:00
kleink
95e8c2ffb9 Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
2013-01-09 19:02:42 +00:00
kleink
3d53a288c9 Import Flask-Admin-1.0.4 as www/py-flask-admin.
Flask-Admin is a simple and extensible administrative interface
framework for Flask.
2013-01-07 21:56:38 +00:00