bellroy / lesswrong

Less Wrong platform
http://lesswrong.org/
Other
45 stars 23 forks source link

Random page button directs user to one page and only that page #510

Closed frediy closed 9 years ago

frediy commented 9 years ago

From sayoyasu...@gmail.com on January 04, 2014 07:29:01

What steps will reproduce the problem? 1. Click the random page button on any wiki page What is the expected output? What do you see instead? When the random page button on the wiki is clicked instead of loading a random page each time, it loads a specific page every time that varies on a daily basis. What version of which web browser are you using? On what operating system? Google Chrome 31.0.1650.63 on Windows XP.

Original issue: http://code.google.com/p/lesswrong/issues/detail?id=413

frediy commented 9 years ago

From jack.tri...@gmail.com on January 05, 2014 14:13:03

Status: Accepted

frediy commented 9 years ago

From catherin...@gmail.com on January 06, 2014 16:12:09

Random was being cached and was not so random. Added a rule to avoid it being cached in the future.

Status: Fixed