Closed jgrar closed 10 years ago
At the moment this is half complete in ccbee5bc74
Still need to carry the state through to the redirect to index in Rating{Up,Down}
could probably be done through the session w/ cookies, but i dunno how much i want to rely on cookies/session. thoughts?
Saving the state already involves flashing the parameters to a cookie across the redirects from certain actions. Storing it all in the session would mean you can't link to a page range using GET queries.
Edit: Disregard the parameter flash stuff, had a moment of brain death.
fixed in 8312c778
Page queries aren't surviving through rating up/down redirects.