# By Samuel Clay (4) and ojiikun (1)
* master:
ES requires valid url.
Overriding haystack elasticsearch url.
Removing Redis autocomplete. Upgrading elasticsearch.
Using haystack and elasticsearch for a third autocomplete feature.
Refactor/fix mark-as-read-while-reading workflow.
* master:
Fixing scrolling height when mouse indicator position is locked. Expands padding to fit the bottom-most story. Thanks to @bdarnell and @dancarroll for the push. Fixes#230.
Slight cleanup of fabfile.
Adding all role to send commands to every server (specificaly setup_hosts).
* master:
Fixing issue where user agent doesn't exist.
Change crossover to narrow view from 700 to 720px.
Conflicts:
media/js/newsblur/reader/reader.js
* master:
Another bug found by @kyleniemeyer's story. a - b was supposed to be b - a.
Fixing Global shared stories by checking for missing story hashes properly.
Using index in msharedstory search.
Using new story_hashes instead of story object ids.
Updating Android from v1.3 to v1.3.1, fixing duplicate All Site Stories bug.
Conflicts:
apps/social/models.py
* master:
Fixing Underscore in bookmarklet to handle sites with window.exports functionality, which breaks _. Thanks to @kyleniemeyer for finding the bug.
# By ojiikun (3) and others
# Via Samuel Clay (3) and ojiikun (1)
* master:
Upping ulimit file descriptor limits.
README.md typo fixes
newline at end of readme
Fix duplicate appearance of All Stories heading.
Revert "Fix NPE on login."
Fix NPE on login.
# By Piotr Mitros (5) and others
# Via Samuel Clay (2) and Daniel (1)
* master:
Normalizing settings.
Fixed#217. Remove (via Newsblur) when sharing
Documented additional hack to get into the system without Stripe installed
Expanded requirements
Fixed doc. We do require a non-fake migrate as well.
Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py.
Added requirements.txt