Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AJAX and x-editable now allowed, plus uploading images to SQL database #2256

Open
wants to merge 157 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
157 commits
Select commit Hold shift + click to select a range
cb8141c
Update .gitignore
mccarthysean Jun 15, 2022
3b4f995
Made "details" view look just like the "edit" and "create" views
mccarthysean Jun 15, 2022
2a4759c
no use for "input_disable=True"
mccarthysean Jun 15, 2022
51dfaa1
switched to self.get_details_columns() for getting "details" columns
mccarthysean Jun 24, 2022
dbf375c
Added 'x-editable-ajax' and 'x-editable-color' roles for editable fie…
mccarthysean Jun 1, 2022
da0d185
Added ImageUploadFieldDB for uploading images to database instead of …
mccarthysean Jun 1, 2022
2fc7063
Added example for demonstrating x-editable AJAX and database-uploaded…
mccarthysean Jun 1, 2022
d8105e6
added .env to .gitignore
mccarthysean Jun 2, 2022
4c1944d
Added Bootstrap Container, Row, and Column classes to form rules
mccarthysean Jun 2, 2022
8b6bcc5
linted
mccarthysean Jun 3, 2022
d7c9e9b
added margin around form submission buttons
mccarthysean Jun 2, 2022
c814870
improved documentation and functionality for legacy class Row() in fo…
mccarthysean Jun 3, 2022
be9d06a
Ensure the children in a Bootstrap row are BSCol classes
mccarthysean Jun 3, 2022
1fe9e04
Made "details" view look just like the "edit" and "create" views
mccarthysean Jun 15, 2022
669c926
Revert "Merge branch 'Details-View-Like-Edit-and-Create-Views'"
mccarthysean Jun 15, 2022
3d384aa
no use for "input_disable=True"
mccarthysean Jun 15, 2022
0d76442
for development in a Docker container
mccarthysean Jun 2, 2022
0d2a043
for Poetry to use
mccarthysean Jun 2, 2022
067f8ec
for running in development
mccarthysean Jun 2, 2022
ec16107
Added NestedRuleClasses to add customizable classes, which allows Boo…
mccarthysean Jun 2, 2022
15b6627
bumped version
mccarthysean Jun 2, 2022
b4ad009
added redis and python-dotenv
mccarthysean Jun 2, 2022
30972fa
debug the current flask app file
mccarthysean Jun 2, 2022
5886e70
more capable dev container with Redis
mccarthysean Jun 2, 2022
e33e11a
adding necessary packages to dev container
mccarthysean Jun 3, 2022
b5b7377
more devcontainer optimization
mccarthysean Jun 3, 2022
2cc17db
changed names for Bootstrap container, row, and col
mccarthysean Jun 3, 2022
8afe8aa
added example of Bootstrap container, row, and col
mccarthysean Jun 3, 2022
070701e
re-added class Row() for backwards compatibility
mccarthysean Jun 3, 2022
c14aefc
more capable dev container with Redis
mccarthysean Jun 2, 2022
e258738
adding necessary packages to dev container
mccarthysean Jun 3, 2022
e439c1a
more devcontainer optimization
mccarthysean Jun 3, 2022
859d52a
added flake8
mccarthysean Jun 3, 2022
316faf7
improved documentation for legacy class Row() in form rules
mccarthysean Jun 3, 2022
8bc1cd1
fixed bug caught by Flake8
mccarthysean Jun 3, 2022
e5786d8
changed line endings
mccarthysean Jun 3, 2022
2b918da
bumped version for package release
mccarthysean Jun 3, 2022
bdb5cda
fixed class Row() bug
mccarthysean Jun 3, 2022
46b4f5e
changed CRLF to LF
mccarthysean Jun 3, 2022
c8d7b6a
added packages to dev environment, to run tests
mccarthysean Jun 3, 2022
a963647
converted to Unix format
mccarthysean Jun 3, 2022
f25affb
bumped version for new package
mccarthysean Jun 3, 2022
2fb2f47
bumped version for new details view
mccarthysean Jun 15, 2022
731cb6a
changed line endings to LF instead of CRLF
mccarthysean Jun 15, 2022
903b554
converted line endings to LF instead of CRLF
mccarthysean Jun 15, 2022
288a745
bumped version
mccarthysean Jun 16, 2022
128abab
bumped version
mccarthysean Jun 21, 2022
c8928d5
switched to self.get_details_columns() for getting "details" columns
mccarthysean Jun 24, 2022
ee3bfbb
bumped version
mccarthysean Jun 24, 2022
a390c7f
added dos2unix
mccarthysean Jun 24, 2022
ce3debf
re-added indent
mccarthysean Jul 4, 2022
753ce9e
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
0259152
removed unnecessary mt-class
mccarthysean Jul 11, 2022
120bc7b
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
c6a832c
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
a73f635
bumped version
mccarthysean Jul 11, 2022
fe35a10
removed unnecessary mt-2
mccarthysean Jul 11, 2022
c8b02e6
added mb-3 to existing inline field and template for inline field
mccarthysean Jul 11, 2022
6d95ab7
bumped version
mccarthysean Jul 11, 2022
37a8f88
trying to make it so line endings are always Linux LF instead of CRLF…
mccarthysean Jul 11, 2022
82ba981
upgraded to latest pymongo api
Jun 20, 2022
6592de0
updated examples; no longer pin pymongo to 2.x.x
Jun 20, 2022
d12c214
Bootstrap 4 form checklists more compact and standard
mccarthysean Jun 21, 2022
f5ccee0
Update tests to work with werkzeug v2.1.0+
ibushong Jun 26, 2022
1ffa9ba
Add `-U` argument to tox.ini to ensure that requirements are updated/…
ibushong Jun 26, 2022
078b308
Add test env setup notes for MacOS
ibushong Jun 26, 2022
b26ea73
Added flask-babel as fallback for flask-babelex
TitaniumHocker Jun 27, 2022
e49b6df
build(deps): bump pymongo from 2.4.1 to 2.5.2 in /examples/tinymongo
dependabot[bot] Jul 8, 2022
5e8e2ca
Added 'x-editable-ajax' and 'x-editable-color' roles for editable fie…
mccarthysean Jun 1, 2022
d57d2f5
Added ImageUploadFieldDB for uploading images to database instead of …
mccarthysean Jun 1, 2022
3321a72
Added example for demonstrating x-editable AJAX and database-uploaded…
mccarthysean Jun 1, 2022
079e66c
Added Bootstrap Container, Row, and Column classes to form rules
mccarthysean Jun 2, 2022
8665124
linted
mccarthysean Jun 3, 2022
34a6e44
added margin around form submission buttons
mccarthysean Jun 2, 2022
3de6976
improved documentation and functionality for legacy class Row() in fo…
mccarthysean Jun 3, 2022
6a81d90
Ensure the children in a Bootstrap row are BSCol classes
mccarthysean Jun 3, 2022
1e724df
Made "details" view look just like the "edit" and "create" views
mccarthysean Jun 15, 2022
4721729
Revert "Merge branch 'Details-View-Like-Edit-and-Create-Views'"
mccarthysean Jun 15, 2022
447d021
no use for "input_disable=True"
mccarthysean Jun 15, 2022
8fc4e89
for development in a Docker container
mccarthysean Jun 2, 2022
01ff9b2
for Poetry to use
mccarthysean Jun 2, 2022
2b87ac5
for running in development
mccarthysean Jun 2, 2022
289a040
Added NestedRuleClasses to add customizable classes, which allows Boo…
mccarthysean Jun 2, 2022
97280e9
bumped version
mccarthysean Jun 2, 2022
8483bc4
added redis and python-dotenv
mccarthysean Jun 2, 2022
c2b6388
debug the current flask app file
mccarthysean Jun 2, 2022
904a387
more capable dev container with Redis
mccarthysean Jun 2, 2022
3161a7f
adding necessary packages to dev container
mccarthysean Jun 3, 2022
e3cf605
more devcontainer optimization
mccarthysean Jun 3, 2022
8020e7c
changed names for Bootstrap container, row, and col
mccarthysean Jun 3, 2022
3e105ff
added example of Bootstrap container, row, and col
mccarthysean Jun 3, 2022
282d145
re-added class Row() for backwards compatibility
mccarthysean Jun 3, 2022
06adf2f
more capable dev container with Redis
mccarthysean Jun 2, 2022
b39769f
adding necessary packages to dev container
mccarthysean Jun 3, 2022
bd617d2
more devcontainer optimization
mccarthysean Jun 3, 2022
793d296
added flake8
mccarthysean Jun 3, 2022
a4ebfcb
improved documentation for legacy class Row() in form rules
mccarthysean Jun 3, 2022
1433cd9
fixed bug caught by Flake8
mccarthysean Jun 3, 2022
9e828f8
changed line endings
mccarthysean Jun 3, 2022
bdebe3d
bumped version for package release
mccarthysean Jun 3, 2022
b347b85
fixed class Row() bug
mccarthysean Jun 3, 2022
84d7e10
changed CRLF to LF
mccarthysean Jun 3, 2022
2273642
added packages to dev environment, to run tests
mccarthysean Jun 3, 2022
781e769
converted to Unix format
mccarthysean Jun 3, 2022
2acaa5b
bumped version for new package
mccarthysean Jun 3, 2022
2ab2439
bumped version for new details view
mccarthysean Jun 15, 2022
6530935
changed line endings to LF instead of CRLF
mccarthysean Jun 15, 2022
a5f40c5
converted line endings to LF instead of CRLF
mccarthysean Jun 15, 2022
e29dacd
bumped version
mccarthysean Jun 16, 2022
e7b16da
bumped version
mccarthysean Jun 21, 2022
845ae6f
switched to self.get_details_columns() for getting "details" columns
mccarthysean Jun 24, 2022
16869cf
bumped version
mccarthysean Jun 24, 2022
4c5484a
added dos2unix
mccarthysean Jun 24, 2022
599acd4
re-added indent
mccarthysean Jul 4, 2022
b4120c5
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
4fbf4ab
removed unnecessary mt-class
mccarthysean Jul 11, 2022
0e703c7
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
238039a
better margin below inline-field cards, and above inline-field buttons
mccarthysean Jul 11, 2022
77e8d9d
bumped version
mccarthysean Jul 11, 2022
3f40089
removed unnecessary mt-2
mccarthysean Jul 11, 2022
799948c
added mb-3 to existing inline field and template for inline field
mccarthysean Jul 11, 2022
b489339
bumped version
mccarthysean Jul 11, 2022
45111b2
trying to make it so line endings are always Linux LF instead of CRLF…
mccarthysean Jul 11, 2022
bec57c1
reverted "make details like list view"
mccarthysean Jul 11, 2022
0ecc2d5
Merge branch 'Docker-Dev-Container' of https://github.com/mccarthysea…
mccarthysean Jul 11, 2022
e8f5d8e
bumped version
mccarthysean Jul 12, 2022
2f139f9
Ensure the children in a Bootstrap row are BSCol classes
mccarthysean Jun 3, 2022
da39188
added mb-3 to existing inline field and template for inline field
mccarthysean Jul 11, 2022
be88262
bumped version
mccarthysean Jul 12, 2022
91581cf
better example
mccarthysean Jul 28, 2022
2067304
reset the pre-configured loader's name to the "new_name"
mccarthysean Jul 28, 2022
8f5dddf
create a demo for form_ajax_refs inside the inline_models
mccarthysean Jul 28, 2022
7434df2
update demo with more comments and more descriptive names
mccarthysean Jul 28, 2022
da9cb56
bumped version
mccarthysean Jul 28, 2022
0e0eaeb
Raise a helpful error if the primary key field is not included in the…
mccarthysean Aug 1, 2022
8d41156
putting helpful message in try: except
mccarthysean Aug 1, 2022
3e76ff2
bumped version
mccarthysean Aug 3, 2022
ae039c2
changes from main branch?
mccarthysean Mar 13, 2023
1f474f0
Merge remote-tracking branch 'upstream/master' into Docker-Dev-Container
mccarthysean Mar 13, 2023
ead2483
1.6.17 re-added $el.removeAttr('data-template');
mccarthysean Mar 13, 2023
99fcebf
1.6.17 re-added $el.removeAttr('data-template');
mccarthysean Mar 13, 2023
962653e
Merge remote-tracking branch 'upstream/master' into Docker-Dev-Container
mccarthysean Jan 2, 2024
eaedd5f
version = "1.6.19"
mccarthysean Jan 2, 2024
e411106
fixed line endings
mccarthysean Jan 2, 2024
f65dabc
same devcontainer stuff as myijack
mccarthysean Jan 2, 2024
65dbe14
need proper imports - version = "1.6.20"
mccarthysean Jan 2, 2024
4e0802f
WTForms DeprecationWarning: Flags should be stored in dicts and not i…
mccarthysean Jan 5, 2024
46e6d25
Merge remote-tracking branch 'upstream/master'
mccarthysean Jan 5, 2024
61725c1
WTForms DeprecationWarning: Flags should be stored in dicts and not i…
mccarthysean Jan 5, 2024
e9ce3ea
version = "1.6.21"
mccarthysean Jan 5, 2024
7f9fe97
changed to python 3.11
mccarthysean Jun 12, 2024
7c4e64b
Better error checking in ImageUploadFieldDB class
mccarthysean Jun 12, 2024
acbaf64
Better error checking in ImageUploadFieldDB class
mccarthysean Jun 12, 2024
50816db
Merge remote-tracking branch 'upstream/master'
mccarthysean Oct 5, 2024
51c1c5d
Merge remote-tracking branch 'upstream/master' into Docker-Dev-Container
mccarthysean Oct 5, 2024
0b24f89
fixed dev environment
mccarthysean Oct 5, 2024
5ad5b2a
Merge branch 'Docker-Dev-Container'
mccarthysean Oct 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version = "1.6.19"
mccarthysean committed Jan 2, 2024
commit eaedd5f10cd40c4d89923e1b206df6a05411f352
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask_admin_plus"
version = "1.6.17"
version = "1.6.19"
description = "Flask Admin with a few more features and improvements"
authors = ["Sean McCarthy <smccarthy@myijack.com>"]
packages = [