- 24 Oct, 2015 3 commits
-
-
Serge S. Koval authored
FileAdmin - alert user when upload fails due to file already existing
-
Paul Brown authored
-
Paul Brown authored
Do not disclose the file system full path
-
- 23 Oct, 2015 9 commits
-
-
Paul Brown authored
Update base.py
-
Serge S. Koval authored
Fix & test for #988: column_filters in not compatible with babel.
-
Roman Zimmermann authored
-
Roman Zimmermann authored
-
Roman Zimmermann authored
-
Serge S. Koval authored
Remove Flask-SQLAlchemy dependency
-
Jacob Magnusson authored
It should be noted that the declarative base still has to be configured like this: ```python MyBase: query = session.query_property() ``` Also decreased code duplication and removed unused imports. -
hidavy authored
-
hidavy authored
-
- 19 Oct, 2015 1 commit
-
-
Pablo Orduña authored
For example, when uploading a file called "foo/bar.txt" twice, right now it shows the full directory (e.g., "File /your/system/directory/foo/bar.txt already exists"), instead of only showing "File foo/bar.txt already exists".
-
- 15 Oct, 2015 2 commits
-
-
Serge S. Koval authored
Added placeholder methods for calling functions before deletion
-
Thomas Adriaan Hellinger authored
-
- 14 Oct, 2015 5 commits
-
-
Serge S. Koval authored
improve error message when resolve_ctx is missing
-
Serge S. Koval authored
Use WTForms translations for (non-custom) validation errors
-
Serge S. Koval authored
fix backwards compat issue with form rules + flask.ext.admin
-
Serge S. Koval authored
lock flask-login to 0.2.11 until flask-security is fixed
-
Paul Brown authored
-
- 13 Oct, 2015 2 commits
-
-
Paul Brown authored
Update base.py - Typing error
-
Paul Brown authored
-
- 10 Oct, 2015 3 commits
-
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
- 06 Oct, 2015 1 commit
-
-
Edouard Berthe authored
A simple typing error (which can create some misunderstanding if we read the code too fast).
-
- 04 Oct, 2015 4 commits
-
-
Serge S. Koval authored
fix build errors caused by pillow
-
Paul Brown authored
-
Paul Brown authored
CSV Documentation: fix max rows attribute name
-
Sumukh Sridhara authored
-
- 03 Oct, 2015 3 commits
-
-
Paul Brown authored
-
Serge S. Koval authored
Corrections/tweaks for docs
-
Paul Brown authored
-
- 26 Sep, 2015 2 commits
-
-
Serge S. Koval authored
Revert "Make QuerySelectMultipleField fields editable on the list view"
-
Serge S. Koval authored
-
- 25 Sep, 2015 3 commits
-
-
Serge S. Koval authored
Make QuerySelectMultipleField fields editable on the list view
-
Chase Seibert authored
For QuerySelectField and ModelSelectField, a select data-type is used. This element does not support select multiple, but the checklist element does. The same code for compiling the choices is used.
-
Serge S. Koval authored
Change export_max_rows default to unlimited
-
- 24 Sep, 2015 2 commits
-
-
Paul Brown authored
-
Paul Brown authored
-