Commit Graph

10 Commits (bc674751486a2a5d423e6c6a0aa8778da3c73231)

Author SHA1 Message Date
Brandon Mathis bfbb8f32fb Using https instead of protocol relative urls, for Pinboard and Twitter feeds
Brandon Mathis a010c99289 Twitter API call and links are now protocol relative
Brandon Mathis 898b149dda removed console.log from twitter.js #facepalm
Brandon Mathis 579142c28b fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false"
Brandon Mathis 9cf956cc96 added buffer for mentions in twitter stream
Brandon Mathis 347c954894 updated added reqwest to ender.js, fixed twitter.js url expansion bug
Frederic Hemberger 167db49940 Refactores twitter widget
- Order of code: Define functions first before using them
- Fixed issues found by jsHint (http://jshint.com)
- Switched to Twitter's current API url
- Expand shortened urls, fixes 
Brandon Mathis bd44056045 fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old
Philip Hofstetter 81dcb0301b correctly scope locals
having such generic variables as feed and i global is a recipe for
trouble waiting to happen.

These variables aren't used outside of the twitter plugin, so we can
easily make them local to getTwitterFeed
Brandon Mathis ea349cdfbf Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use