Samuel Clay
|
f12ada9613
|
A whole bunch of colored logs.
|
2010-12-05 23:50:48 -05:00 |
|
Samuel Clay
|
725d4e5905
|
A whole bunch of colored logs.
|
2010-12-05 21:05:34 -05:00 |
|
Samuel Clay
|
fd88d41f74
|
Showing starred stories in their own feed view.
|
2010-12-02 20:18:33 -05:00 |
|
Samuel Clay
|
b66080ca4d
|
Fixing how duplicate feeds are handled and found. When a subscription is not found, check for duplicate feeds and then switch accordingly. When merging feeds, don't forget to bring along the dupe feed's dupe feeds.
|
2010-11-09 09:55:44 -05:00 |
|
Samuel Clay
|
e7646d7e98
|
Adding change password to Preferences. Also changing timing for feed updates.
|
2010-11-08 12:09:55 -05:00 |
|
Samuel Clay
|
44fcee1568
|
Adding uniqueness on Folders. Also removing unused indexes in mongo.
|
2010-11-04 22:47:18 -04:00 |
|
Samuel Clay
|
7b4060a384
|
Fixing errors around a user trying to open a feed that has been de-duped and lost. The server now finds the de-duped feed and sends it back.
|
2010-10-25 20:20:59 -04:00 |
|
Samuel Clay
|
10f58f8608
|
Renaming json.py to json_functions.py to resolve namespace conflict with anyjson.
|
2010-10-23 13:06:28 -04:00 |
|
Samuel Clay
|
443f25effa
|
Merge branch 'master' into chooser
|
2010-10-13 18:39:49 -04:00 |
|
Samuel Clay
|
35ae5a6b91
|
Changing how unread counts are calculated. No more collisions between negatives and positives.
|
2010-10-13 18:18:37 -04:00 |
|
Samuel Clay
|
eb2c38c0b1
|
Changing how unread counts are calculated. No more collisions between negatives and positives.
|
2010-10-13 18:08:30 -04:00 |
|
Samuel Clay
|
9b5ec6eaa2
|
Merge branch 'master' into chooser
Conflicts:
apps/reader/models.py
apps/rss_feeds/models.py
media/css/reader.css
media/js/newsblur/reader.js
utils/feed_fetcher.py
|
2010-10-13 09:08:42 -04:00 |
|
Samuel Clay
|
4cf9b05f0c
|
Changing all datetime.datetime.now() to datetime.datetime.utcnow().
|
2010-10-10 23:55:00 -04:00 |
|
Samuel Clay
|
6d20886529
|
Putting server and client sides together to choose feeds.
|
2010-09-28 18:53:57 -04:00 |
|
Samuel Clay
|
e4c00a77a8
|
Feeds get auto-selected in feed chooser by priority. Unfortunately, it prioritizes incorrectly right now by using the minimum cutoff in a non-stable sort.
|
2010-09-24 18:22:12 -04:00 |
|
Samuel Clay
|
c7d1410bb1
|
Hiding unneccessary logging statement.
|
2010-09-23 16:37:43 -04:00 |
|
Samuel Clay
|
825ca6d407
|
Quick changes to fix issues with new users and their newly subscribed feeds.
|
2010-09-23 16:33:06 -04:00 |
|
Samuel Clay
|
402ef2db2e
|
Deleting old stories just for the specific feed.
|
2010-09-22 11:15:56 -04:00 |
|
Samuel Clay
|
9870276df1
|
Adding Delete Folder to the folder action menu. Uses a new algorithm that is far better and way more efficient than deleting each feed individually.
|
2010-09-22 10:12:38 -04:00 |
|
Samuel Clay
|
7099107899
|
Merge branch 'master' into folder_actions
|
2010-09-20 19:32:17 -04:00 |
|
Samuel Clay
|
0143fee6c8
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
apps/reader/models.py
|
2010-09-20 18:22:07 -04:00 |
|
Samuel Clay
|
28f5be041e
|
Tightening compute scores times.
|
2010-09-20 09:34:18 -04:00 |
|
Samuel Clay
|
4119266e56
|
Now that we're counting unread stories differently, make sure to not include old stories that are behind the mark_read date for the user.
|
2010-09-19 11:48:38 -04:00 |
|
Samuel Clay
|
82163735e5
|
Increasing verbosity of feed fetching when forced.
|
2010-09-19 11:41:22 -04:00 |
|
Samuel Clay
|
b9cbf6a71e
|
Deleting old read stories and speeding up computing feed scores by caching stories to search through.
|
2010-09-19 11:30:18 -04:00 |
|
Samuel Clay
|
554d5f5985
|
Adding extra logging to calculate_feed_scores for debugging purposes.
|
2010-09-18 16:19:30 -04:00 |
|
Samuel Clay
|
905600a798
|
Adding extra logging to calculate_feed_scores for debugging purposes.
|
2010-09-18 16:15:59 -04:00 |
|
Samuel Clay
|
afc7d15ad0
|
Fixing timezones so future stories aren't unread when tehy are marked as read.
|
2010-09-16 22:04:18 -04:00 |
|
Samuel Clay
|
471a8bc28b
|
Fixing bad login problems. 1) Showing error info for unknown usernames, and 2) coercing all usernames to lowercase when logging in.
|
2010-09-16 14:36:51 -04:00 |
|
Samuel Clay
|
220b4f6033
|
Mark Folder as Read.
|
2010-09-16 11:28:42 -04:00 |
|
Samuel Clay
|
7c1041b713
|
While story_guids are not fully migrated, need to check for both guid and unicode ID.
|
2010-09-10 08:56:30 -07:00 |
|
Samuel Clay
|
0230fd64ef
|
While story_guids are not fully migrated, need to check for both guid and unicode ID.
|
2010-09-10 08:38:50 -07:00 |
|
Samuel Clay
|
0d5b964b38
|
Small code cleanups before relaunching story_guids unique.
|
2010-09-10 00:51:20 -07:00 |
|
Samuel Clay
|
ae2fdee539
|
Rewinding classifiers iterator, since they are being refetched every time.
|
2010-09-07 17:55:40 -07:00 |
|
Samuel Clay
|
8521655d4b
|
No override for saving usersubscriptions.
|
2010-09-01 08:29:43 -04:00 |
|
Samuel Clay
|
f90029eed1
|
Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres.
|
2010-08-22 18:34:40 -04:00 |
|
Samuel Clay
|
79d1ffd5db
|
Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts.
|
2010-08-21 23:49:36 -04:00 |
|
Samuel Clay
|
ac53f33788
|
Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories.
|
2010-08-21 20:42:38 -04:00 |
|
Samuel Clay
|
7e40103a4c
|
Adding a duplicate feed table so future duplicates will be caught and corrected.
|
2010-08-19 10:43:07 -04:00 |
|
Samuel Clay
|
2b8f4bff95
|
Normalizing logging across all views and models.
|
2010-08-17 17:45:51 -04:00 |
|
Samuel Clay
|
f3522cf0ec
|
Adding logging in many other places.
|
2010-08-16 15:45:35 -04:00 |
|
Samuel Clay
|
588207384c
|
Logging tweaks to handle console and file handlers.
|
2010-08-16 12:52:39 -04:00 |
|
Samuel Clay
|
602d54504a
|
Silencing logs in background processes.
|
2010-08-15 12:07:19 -04:00 |
|
Samuel Clay
|
3df0722dcc
|
Moving from print-based logging to python-based logging. Quite the improvement. Console/Stream output in development, logfile in production.
|
2010-08-15 12:04:26 -04:00 |
|
Samuel Clay
|
aed8a84ae1
|
Short-circuiting unfetched feeds from computation.
|
2010-08-11 14:44:25 -04:00 |
|
Samuel Clay
|
eed39f820f
|
Short-circuiting unfetched feeds from computation.
|
2010-08-11 14:42:40 -04:00 |
|
Samuel Clay
|
66eae41e2d
|
Intelligence Trainer. A whopper of a commit.
|
2010-08-01 19:12:49 -04:00 |
|
Samuel Clay
|
f6ff242457
|
Keeping track of feed opens. This will go into statistics later.
|
2010-07-20 20:23:49 -04:00 |
|
Samuel Clay
|
0248b5c89a
|
Finished feed drag-and-drop reordering
|
2010-07-11 11:10:45 -04:00 |
|
Samuel Clay
|
c063333165
|
Using denormalized story author over normalized story author (which is used for counting authors)
|
2010-07-08 12:14:48 -04:00 |
|