Remove a duplicate Load More button on the user profile page
Fix a crash in the Sunshine Sidebar with reports of already-deleted comments
Various fixes to search indexing
Fix a security vulnerability that could reveal unpublished drafts
API Changes
Add localStartTime and localEndTime resolvers to posts, which return the time of a meetup in the time zone of the meetup location (null if no location specified)
Technical
Clean up sequences
Infrastructure for validating database contents against schemas
Optimize some slow mongodb queries
Migration infrastructure for dealing with denormalized fields
robots.txt now blocks crawlers from our test servers (no change on the main site)
When people type the URL, the option is automatically presented, or when people post something containing a URL (without a link), one is automatically added?
I initially wondered because I'd seen a comment written after this post which had a URL, but no link. I've found the auto-linking works just fine for me though.
Not true. The markdown editor also autolinks, and it does so on the server-side, so greaterwrong should also be good (unless they send HTML directly, in which case it won't work).
We implemented the markdown editor autolinking a few weeks ago, since it was literally just adding a single option to our markdown parser.
We've deployed an updated version of LessWrong, with a bunch of bug fixes and small features added since last time (March 1).
Features and Changes
Bug Fixes
API Changes
Technical