Commit graph

186 commits

Author SHA1 Message Date
Samuel Clay
8f5a4c612d Updating rss_feeds tests for completeness. Updating README to include how to run test suite. 2011-09-01 09:11:29 -07:00
Samuel Clay
5389350368 Adding starred stories import to Google Reader import. Also moving to db backed session engine (from memcache). 2011-08-29 18:43:17 -07:00
Samuel Clay
8c60347532 Typo in mongodb host settings. 2011-08-27 16:25:17 -07:00
Samuel Clay
6a8981f1bf Using defaults for mongo settings to simplify settings. 2011-08-27 16:22:52 -07:00
Samuel Clay
bd0ba19c97 Adding slaveOK to mongo connection. 2011-08-26 23:40:56 -07:00
Samuel Clay
551eebe66a Final iphone tweaks -- favicon in titlebar. Also updating broker url. 2011-08-25 12:09:41 -07:00
Samuel Clay
ffe3653c37 Cleaning up reader import, subscriber expire down to 2, and adding favicon to title in iphone app feed detail. 2011-08-24 10:24:02 -07:00
Samuel Clay
de98a4e49b Adding account dialog. Also remvoing colorama as a third-party. 2011-07-27 09:33:34 -07:00
Samuel Clay
229bd75281 Went nuts and restyled a bunch of table cells. Also hooked up accounts. Need to clean up the login view, as well as finish the reading flow. 2011-07-20 21:08:57 -07:00
Samuel Clay
66cd29fee1 Cleaning up readme and commenting out the wacky devserver. 2011-07-17 21:50:37 -07:00
Samuel Clay
ff50d85d7d 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
Samuel Clay
ae7f79b3a0 Adding moderation queue to recommended feeds (finally!) 2011-07-11 18:22:28 -07:00
Samuel Clay
a95d78dacd Moving CSS mobile directory to a more logical place. 2011-06-09 22:27:11 -04:00
Samuel Clay
d0f0ac9507 Moving CSS mobile directory to a more logical place. 2011-06-09 22:25:37 -04:00
Samuel Clay
9c85c16761 Moving mobile compressed css asset to match folder structure. 2011-06-09 22:22:42 -04:00
Samuel Clay
76c0ffaa0f Changing order of mobile dependencies. 2011-06-09 22:15:34 -04:00
Samuel Clay
54aad37d87 Completed the UI for both the feed page and the stories page. Needs paging, detail view, and web view. Whew. 2011-06-09 22:08:59 -04:00
Samuel Clay
ab3e707a8a Adding stories page. 2011-06-07 12:57:14 -04:00
Samuel Clay
3d933723d9 Showing feeds, icons, and unread counts. Needs separated unread counts and an intelligence slider. 2011-06-07 10:17:56 -04:00
Samuel Clay
6d0c0c3cdc Adding in new mobile site. Doesn't sohwing anything but a stubbed in list view. 2011-06-05 17:52:11 -04:00
Samuel Clay
53d9724e0e Adding in tutorial module on dashboard, hooking up tutorial launcher button and tutorail launcher menu item to open the new tutorial dialog. 2011-05-10 18:30:35 -04:00
Samuel Clay
56e0292197 Using new django1.3 logging. Adding SQL middleware for use in development. Pretty SQL. 2011-05-08 19:25:58 -04:00
Samuel Clay
390f8489dc jQuery 1.5.1 -> jQuery 1.6.1pre. 2011-05-07 21:33:42 -04:00
Samuel Clay
2f0633e538 Drawing out send email dialog. Still needs love and an entire backend. 2011-05-03 20:59:07 -04:00
Samuel Clay
5bfb41e97d Using the correct template loaders for 1.3. 2011-05-01 20:08:03 -04:00
Samuel Clay
f8583ad955 Django 1.3-izing everything. Moving logging back to counting everything in the last day, but without the hard-work of deleting old entries. 2011-05-01 19:58:40 -04:00
Samuel Clay
909339381a Statistics graph. 2011-04-15 11:34:41 -04:00
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
cfedbbe32a Taking subscriber expire back down to 3 days. 2011-04-11 15:21:58 -04:00
Samuel Clay
4bc1481950 Simple spacing changes in settings.py. 2011-04-11 09:30:39 -04:00
Samuel Clay
9dc185d52b Adding stubbed modal for recommending a feed. 2011-03-28 10:08:10 -04:00
Samuel Clay
cefad64948 Desperate attempt to fix amqp server, which is refusing to accept messages. (Actually, it acts like it does, then doesn't know where they went. UGH!) 2011-03-19 19:24:14 -04:00
Samuel Clay
fbfede640c Upgrading to mongodb 1.8. Adding user/pass to mongo, using item_frequencies with map_reduce (to avoid eval on the db). 2011-03-19 16:19:53 -04:00
Samuel Clay
c172fd5f3e Adding new status page to show last feeds fetched and their stats. 2011-03-01 09:59:06 -05:00
Samuel Clay
8833dd793d Adding basic structure for recommended feeds. 2011-02-28 23:27:58 -05:00
Samuel Clay
6c8926d8bf Upgrading to jQuery 1.5.1 and launching. 2011-02-28 19:29:19 -05:00
Samuel Clay
40b8830d6b Master/slave databases. 2011-02-09 16:34:05 -05:00
Samuel Clay
e066dcf759 Master/slave databases. 2011-02-09 16:31:32 -05:00
Samuel Clay
9cc44b7490 Master/slave databases. 2011-02-09 16:28:10 -05:00
Samuel Clay
9f85c6a4fe Last straw on subscriber_expire. 1 day of no activity from any of the feeds subscribers puts it in hibernation, only to return when the user returns. 2011-02-07 12:25:41 -05:00
Samuel Clay
8db9d02124 Last possible stop for subscriber expire. 2 days. 2011-02-04 10:32:06 -05:00
Samuel Clay
4168eb1993 Small tweaks to subscriber expire and feed floater. 2011-02-04 00:49:03 -05:00
Samuel Clay
22cf5ede6c Crazy refactor of feedfinder to extract timelimits, so they can be caught by a lower-level api instead of messing up the feed fetcher. 2011-02-02 13:07:12 -05:00
Samuel Clay
7ec3eca817 Trying to fix right-clicks. Also making feed floater a bit transparent. And setting subscriber expire to 4 days, since stale feeds are now instantly updated. 2011-02-01 22:58:00 -05:00
Samuel Clay
27c633f0b0 Success on saving all images. Still some issues with transparency and resizing large images and having weird cutoffs. 2011-01-29 11:24:27 -05:00
Samuel Clay
24da103f03 Adding jQuery noconflict. Whoops. Sorry, everybody on the Internet. 2011-01-22 21:53:40 -05:00
Samuel Clay
90bc120599 Adding folders to bookmarklet. 2011-01-21 22:00:36 -05:00
Samuel Clay
567840ffff Bookmarklet now shows a modal where you can select which folder to add the site. Includes JS and CSS, uncompressed, on host page. 2011-01-21 20:29:19 -05:00
Samuel Clay
dbf664ebb5 Bookmarklet now calls api.add_site using the secret token. 2011-01-20 19:14:54 -05:00
Samuel Clay
8afdbd8ab0 Adding bookmarklet modal. Also adding the api app, which will handle incoming bookmarklet site adds. Uses a new privacy token to generate a unique URL for each user, so only they can add sites, no login needed. 2011-01-20 09:57:23 -05:00