discourse/app
Robin Ward ed936bcb01 FIX: Fix a navigation bug
To reproduce:

1. Visit a url in a new tab such as `/latest?order=views`

2. Click a topic link

3. Click the back button

Before this patch, you would not be sent back to the latest list.

Now, I am somewhat hesitant to delete code like this, but the [original
commit](b2b7f4d905)
explains a situation that I cannot reproduce with the code missing.

I cannot seem to keep the filters as sticky even if I try. At the very
least this is better to commit right now than the currently known broken
situation.
2019-06-27 09:06:10 -04:00
..
assets FIX: Fix a navigation bug 2019-06-27 09:06:10 -04:00
controllers DEV: Respond with error 400 to uploads requested via XHR 2019-06-27 11:15:35 +02:00
helpers FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00
jobs FIX: Don't replace img tags within anchor tags with markdown format. 2019-06-21 12:32:02 +08:00
mailers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
models FEATURE: add support for tag group search 2019-06-27 17:53:26 +10:00
serializers FIX: In reply to would sometimes have a broken link 2019-06-10 11:33:10 -04:00
services FIX: iterate when clearing watched words cache 2019-06-24 17:17:56 -07:00
views FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00