- 27 Jan, 2015 6 commits
-
-
Serge S. Koval authored
Fix sorting and searching for relation objects
-
Paul Brown authored
-
Serge S. Koval authored
add menu item settings for AdminIndexView
-
Serge S. Koval authored
Fix sorting on related columns
-
Paul Brown authored
-
Paul Brown authored
-
- 26 Jan, 2015 1 commit
-
-
Rui Fu authored
add `menu_class_name`, `menu_icon_type` and `menu_icon_value` for AdminIndexView
-
- 25 Jan, 2015 2 commits
-
-
Serge S. Koval authored
Fix display of initial value in editable list view
-
Paul Brown authored
Currently, the editable list view is not setting the default value correctly. With this change, if the value is "Active", when the user first clicks the editable field it will automatically select "Active" in the dropdown.
-
- 21 Jan, 2015 1 commit
-
-
Serge S. Koval authored
-
- 19 Jan, 2015 10 commits
-
-
Serge S. Koval authored
Simplify delete_form field rendering
-
Paul Brown authored
-
Serge S. Koval authored
add forgotten csrf_token._value() to bootstrap3
-
Serge S. Koval authored
Allow easier overriding of editable list view
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
Serge S. Koval authored
fix index_view csrf value rendering
-
Paul Brown authored
-
Paul Brown authored
-
- 16 Jan, 2015 2 commits
-
-
Serge S. Koval authored
add gettext to file-admin
-
Paul Brown authored
-
- 14 Jan, 2015 6 commits
-
-
Serge S. Koval authored
Fix persian translation
-
Taha Jahangir authored
(No translation changed, only update .po file)
-
Taha Jahangir authored
-
Taha Jahangir authored
-
Serge S. Koval authored
Fix delete_view CSRF vulnerability
-
Paul Brown authored
-
- 10 Jan, 2015 1 commit
-
-
Serge S. Koval authored
Add editable list view
-
- 09 Jan, 2015 1 commit
-
-
Paul Brown authored
-
- 07 Jan, 2015 1 commit
-
-
Paul Brown authored
-
- 06 Jan, 2015 1 commit
-
-
Paul Brown authored
-
- 05 Jan, 2015 3 commits
-
-
Serge S. Koval authored
Improve quickstart documentation
-
Serge S. Koval authored
Fix SQLAlchemy default sort order when column name is ambiguous.
-
Greg Kempe authored
Instead of sorting on the raw column name, sort on the attribute we found. This fixes sorting for column names that are ambiguous due to table joins.
-
- 03 Jan, 2015 2 commits
-
-
Paul Brown authored
Add notes about _handle_view, index_view, edit_view, and create_view.
-
Paul Brown authored
-
- 02 Jan, 2015 2 commits
-
-
Serge S. Koval authored
Add Geography Type to GeoAlchemy Backend
-
chrismurf authored
The current GeoAlchemy backend only works with geometry columns, and ignores geography columns (which are also supported by geoalchemy). This 1-word fix adds support for geography columns.
-
- 29 Dec, 2014 1 commit
-
-
Serge S. Koval authored
Simplify CSS, Improve Inline Form Styling, Make Admin.css More Flask-Admin Specific
-