NewsBlur/utils
Samuel Clay d247ab6206 Merge branch 'master' into jammit
* master:
  Fixing bogus type error, caused by duplicate feeds.
  Correcting styling on site settings loader icon.
  Removing dupe migration from feed_settings.
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Fixing #41: Adding REDIS to local_settings.py.template.
  Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Switching to requests from urllib2/httplib. Bring on the page errors.
  Adding a bunch fo keyboard shortcuts.
  Adding elapsed time field to river and feed view.
  Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities.
  Fixing the space bar key to not queue, so it's actually useful now!
  Refining media enclosures by adding all types and linking to their source.
  Refining media enclosure detection.

Conflicts:
	config/nginx.newsblur.conf
2011-11-27 03:17:23 -05:00
..
backups Fixing mongo db backup. 2011-10-05 19:30:21 -07:00
munin Fixing gradient in story detail view in iOS. 2011-11-03 09:19:24 -07:00
templatetags Fixing css conflicts in jammit. Adding code rendering to jammit for bookmarklet. 2011-11-24 11:07:23 -05:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
bootstrap_mongo.py Adding mongo feed icon model, bootstrapping, and moved the views. Still need the importer and the canonical rep to match new models. 2011-04-21 23:10:43 -04:00
compressed_textfield.py Adding trainer and account type to home page. 2010-10-17 17:25:10 -04:00
diff.py Initial 2009-06-16 03:08:55 +00:00
feed_fetch.sh More .gitignore, and adding cron jobs to fetch feeds. These will be replaced by celery within the next day or two. 2010-08-30 23:56:53 -04:00
feed_fetch_silent.sh Permissions on munin graph. 2010-09-08 13:38:58 -04:00
feed_fetcher.py Merge branch 'master' into feed_settings 2011-11-27 02:41:40 -05:00
feed_functions.py Updating rss_feeds tests for completeness. Updating README to include how to run test suite. 2011-09-01 09:11:29 -07:00
feedfinder.py Brief cleanup. 2011-11-12 15:36:38 -08:00
feedparser.py Updating feedparser. 2011-11-16 13:58:05 -08:00
fields.py Dropping a bunch of extra postgres tables. 2011-01-17 23:20:25 -05:00
Image Color Algorithm.py Auto-adjusting font size on original story view in iphone app. 2011-07-17 22:39:26 -07:00
jammit.py Fixing up jammit branch for launch by adding socket.io, bookmarklet, and compressed static assets. Still needs icons. 2011-11-24 14:58:04 -05:00
json_functions.py Finishing up feed_link corrections. Just need feed_address (which is essentially a refactor and abstraction of this feed_link code), and then duplicate UI, which is pretty easy. Yay. 2011-11-16 18:41:36 -08:00
kill_celery.sh Kill celery without killing itself. 2011-04-11 15:46:33 -04:00
log.py Changing color of logged user agent. 2011-09-16 09:34:16 -07:00
management_functions.py Woo - Checking for content and title differences to resolve duplicate entries. Integration tests prove a number of differences are successfully resolved. 2009-08-30 00:43:13 +00:00
memcached_status.py Adding memcached. 2010-02-05 17:30:59 -05:00
ratelimit.py Fixing error on committing to cache for rate limits when the dummy cache backend is used. 2011-11-23 16:34:36 -05:00
restart Fixing empty recommendations for new servers. Also adding firewall information and fixing up fabfile. 2011-03-19 18:35:44 -04:00
rtail.py Making the feed title in the feed detail page work correctly with a favicon. Still need to add the favicon to the back button int he story detail view. 2011-08-24 19:36:03 -07:00
S3.py Updating integration tests to include updated feeds. Wahoo! Now to figure out the dupe issues through testing. 2009-08-08 16:52:11 +00:00
ssh-copy-id Adding ssh-copy-id for easy ssh key movement. 2011-08-26 09:34:45 -07:00
story_functions.py Refining media enclosures by adding all types and linking to their source. 2011-11-25 10:38:39 -05:00
test-settings.py Updating rss_feeds tests for completeness. Updating README to include how to run test suite. 2011-09-01 09:11:29 -07:00
testrunner.py Initial stab at MongoDB in feed fetching and feed viewing. Still need to fix authors, tags, counts, aggregations, and any remaining bugs. 2010-08-21 13:57:49 -04:00
urlnorm.py Fixing the feed chooser to show total # of feeds. Also fixing a unicode issue in normalizing urls. 2011-08-26 19:58:06 -07:00
user_functions.py Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions. 2011-07-17 20:53:30 -07:00
view_functions.py New function for giving a 404 instead of a 500 on required parameters. 2011-10-28 10:29:29 -07:00