-
Notifications
You must be signed in to change notification settings - Fork 33
Even more search improvements - 2nd attempt :) #359
Conversation
make past_events GET variable work, make past events label clickable
This reverts commit 5c78124.
Looking good, great job! 👍 A few minor comments:
|
|
We've already shared links with |
I think it was something with serialization, but no problem @sparkica can easily change that constant. |
@gandalfar Not quite sure what you're asking. Take a look at the History repo, this is from their documentation:
So if I understand correctly, we don't need any extra JS code to handle hashbangs. |
@sparkica try this url in IE9: See detailed list of issues with hashbangs from their URL: https://github.com/browserstate/history.js/wiki/Intelligent-State-Handling I would propose to drop html4 history rewriting support and either do full refresh of page url or not bother with history rewriting for old browsers. |
@gandalfar Thanks for clarification (I don't have access to IE9 right now), I'll will figure something out. |
@sparkica download IE9 from https://www.modern.ie/en-us |
Working on it 👍 Did a little research. |
@ialja I've replaced all the past='yes' values to past=on. When using GET and Django forms checkboxes, True is converted to 'on' and False to 'off' by default. This way we can avoid serialization issues. |
Well... it seems we already have modernizr included, I'll use it then. |
initial tests for search functionality
Even more search improvements - 2nd attempt :)
this was reverted, because of bugs... please create a new PR (found issues will be written) |
Sorry about creating a second PR, but the first one was a mess. @gandalfar please take a look at this one.