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

Embed map as a view in display that listens to the filters. show_map=embed #435

Merged
merged 40 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9f3b632
first pass
otrok7 Sep 30, 2023
10aaac8
version bump so I don't forget it
otrok7 Sep 30, 2023
4c62be3
some corrections
otrok7 Oct 1, 2023
e39527a
added to shortcode
otrok7 Oct 1, 2023
8b95e20
integration with bmlt_meeting_map
otrok7 Oct 2, 2023
723b274
Filters can add!
otrok7 Oct 2, 2023
16f631c
offer "no filter" after filtering from dropdown.
otrok7 Oct 2, 2023
d0ba87a
bug fixes
otrok7 Oct 3, 2023
83d9199
non-embedded map also works
otrok7 Oct 3, 2023
8ed8cf5
small fixes
otrok7 Oct 4, 2023
96722c7
factor map out of crouton-core
otrok7 Oct 4, 2023
078c96d
integration with bmlt-meeting-map
otrok7 Oct 5, 2023
e5e1fd0
Only load map code when needed
otrok7 Oct 5, 2023
4615f48
always use internal map for crouton_map shortcode
otrok7 Oct 6, 2023
381fb5d
Keep JS file names, so as not to break standalone JS scripts
otrok7 Oct 6, 2023
8fa215a
lint
otrok7 Oct 6, 2023
a8e21cd
small fixes
otrok7 Oct 7, 2023
7a2aa6a
Code clean up
otrok7 Oct 8, 2023
b8ffe3d
Improve default meeting-details page
otrok7 Oct 9, 2023
aad2e82
small fixes
otrok7 Oct 10, 2023
ec63d9b
Update crouton.php
otrok7 Oct 11, 2023
c5467a1
Use CodeMirror on existing Admin Components
otrok7 Oct 15, 2023
c14ccc0
Added UI for editing meeting details page, remove page creation
otrok7 Oct 16, 2023
38e1961
Documentation
otrok7 Oct 16, 2023
bfc0e5d
bug fixes, docu
otrok7 Oct 17, 2023
107923c
allow user to set zoom in shortcode
otrok7 Oct 23, 2023
e526044
Update bmlt_tabs.css
otrok7 Oct 23, 2023
8b86cea
Update meeting count when filter changes
otrok7 Oct 26, 2023
4880190
fix unset warning
otrok7 Oct 26, 2023
635fdcc
filters in data structure
otrok7 Oct 26, 2023
4b38419
Update .gitignore
otrok7 Oct 26, 2023
8aa59fe
Sort of works
otrok7 Oct 28, 2023
d3516c5
fixes for areas and regions
otrok7 Oct 28, 2023
2dac0ea
Venue Types
otrok7 Oct 28, 2023
d7d54db
update moment-timezone
otrok7 Oct 29, 2023
182226b
Merge pull request #437 from bmlt-enabled/filter-the-filters
otrok7 Oct 29, 2023
df62828
Merge branch 'embed-map-' of https://github.com/bmlt-enabled/crouton …
otrok7 Oct 29, 2023
1e96a80
Add recent changes to readme
otrok7 Oct 29, 2023
c41bb2c
Fix dropped pin for [crouton_map] shortcode
otrok7 Nov 5, 2023
a6f9bd8
fix stable version
otrok7 Nov 6, 2023
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ croutonjs/src/js/templates.js
*.orig
*.iml
tmp

croutonjs/dist/crouton-core.js
croutonjs/dist/crouton-core.min.js
.vscode/launch.json
488 changes: 264 additions & 224 deletions crouton.php

Large diffs are not rendered by default.

Loading