8 Commits (09c1c615f6df52cb10b925f1e03e03abee8258d0)

Author SHA1 Message Date
Brandon Mathis 898b149dda removed console.log from twitter.js #facepalm 14 years ago
Brandon Mathis 579142c28b fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false" 14 years ago
Brandon Mathis 9cf956cc96 added buffer for mentions in twitter stream 14 years ago
Brandon Mathis 347c954894 updated added reqwest to ender.js, fixed twitter.js url expansion bug 14 years ago
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 #165
14 years ago
Brandon Mathis bd44056045 fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old 14 years ago
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
14 years ago
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 14 years ago