Commit graph

6221 commits

Author SHA1 Message Date
Samuel Clay
3051836cd6 Merge pull request #239 from ojiikun/master
Android: Auto-Flush Mark-as-Read Batches at Max Size
2013-05-10 14:09:22 -07:00
ojiikun
84be7ea490 Upper limit on mark-read batch size auto-flushes. 2013-05-10 21:06:41 +00:00
Samuel Clay
8708f21027 Merge pull request #238 from ojiikun/master
Android: Remove Cosmetic sleep() on Login
2013-05-10 13:56:00 -07:00
Samuel Clay
7b2ae49ca6 Merge branch 'master' into circular
* master:
  Keeping read_status consistent as an integer, not a boolean.
2013-05-10 13:50:56 -07:00
Samuel Clay
b44b126b41 Keeping read_status consistent as an integer, not a boolean. 2013-05-10 13:50:38 -07:00
Samuel Clay
6881553809 Merge branch 'ruserstory'
* ruserstory:
  Adding real-time update on marking feed as read.
  Remvoing unused everything_unread param from river stories.
  Using story_hashes instead of fetch_stories parameter.
  Moving read stories over to RUserStory when merging feeds.
  Cleaning up MUserStory imports.
  Speeding up blurblog sub counter b yonly using unread stories instead of all stories since a certain date.
  Speeding up unread story counts.
  Speeding up unread story counts.
  Adding force calculate sub scores option.
  Showing starred and shared status on global/river blurblog.
  Fixing global feed to show read stories.
  Fixing reading stories in river blurblog.
  Moving river blurblog to no longer use MUserStory.
  Adding MUserStory back in when reading and unreading, to maintain backwards compatibility.
  Fully converting feeds and folders to use redis-only read stories (removing MUserStory). Still need to do socialsubs.
2013-05-10 13:38:09 -07:00
Mark Anderson
a06f851740 Merge remote-tracking branch 'upstream/master' into storyorder
Conflicts:
	media/android/NewsBlur/src/com/newsblur/activity/FeedReading.java
	media/android/NewsBlur/src/com/newsblur/activity/FolderReading.java
	media/android/NewsBlur/src/com/newsblur/activity/Reading.java
2013-05-10 21:34:36 +01:00
ojiikun
b12a83465e Remove forced sleep suspected of causing null activity access in fragments. 2013-05-10 20:04:40 +00:00
Samuel Clay
a8e672d09c Merge branch 'master' into ruserstory
* master:
  Removing unnecessary redis sync call on feed load.
  Android 1.3.2.
2013-05-10 12:41:28 -07:00
Samuel Clay
82b4fbfc56 Styling payment history for user admin dialog. 2013-05-10 12:31:31 -07:00
Samuel Clay
a6981913b6 Fixing global blurblog. 2013-05-10 12:29:38 -07:00
Samuel Clay
2bd2589c80 Handling error when user is already refunded. 2013-05-10 12:15:54 -07:00
Samuel Clay
68df960072 Handling error when user is already refunded. 2013-05-10 12:15:26 -07:00
Samuel Clay
af11be2e4c Handling error when user is already refunded. 2013-05-10 12:14:18 -07:00
Samuel Clay
b0eec18c5e New admin dialog for easy refunds and premium activations. 2013-05-10 12:05:33 -07:00
Samuel Clay
8d09a48094 Removing unused parameter from global feed. 2013-05-10 09:05:18 -07:00
Samuel Clay
3df5918f6e Merge branch 'master' into circular
* master:
  Removing unnecessary redis sync call on feed load.
2013-05-09 17:36:35 -07:00
Samuel Clay
91c31d4c80 Removing unnecessary redis sync call on feed load. 2013-05-09 17:36:30 -07:00
Samuel Clay
769c88b7fb Merge branch 'master' into circular
* master:
  Android 1.3.2.
2013-05-09 17:35:41 -07:00
Samuel Clay
6a8e8e309b Android 1.3.2. 2013-05-09 17:35:35 -07:00
Samuel Clay
24201a496b Merge branch 'ruserstory' into circular
* ruserstory:
  Adding real-time update on marking feed as read.
  Remvoing unused everything_unread param from river stories.
  Using story_hashes instead of fetch_stories parameter.
  Moving read stories over to RUserStory when merging feeds.
  Cleaning up MUserStory imports.
  Speeding up blurblog sub counter b yonly using unread stories instead of all stories since a certain date.
  Speeding up unread story counts.
  Speeding up unread story counts.
  Adding force calculate sub scores option.
  Showing starred and shared status on global/river blurblog.
  Fixing global feed to show read stories.
  Fixing reading stories in river blurblog.
  Moving river blurblog to no longer use MUserStory.
  Adding MUserStory back in when reading and unreading, to maintain backwards compatibility.
  Fully converting feeds and folders to use redis-only read stories (removing MUserStory). Still need to do socialsubs.

Conflicts:
	apps/reader/views.py
	apps/social/models.py
2013-05-09 17:00:30 -07:00
Samuel Clay
716d78525a Merge branch 'master' into circular
* master:
  cleanup and fixing some of my stupid bugs
  cleanup and fixing some of my stupid bugs
  whoops, that section isn't called in the normal installation process. Reverted.
  Fix to make detecting if the install is a dev env work properly
  Fixed typo. Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install. Lastly, added a separate function to change the shell of the host, so it's easier to disable.

Conflicts:
	fabfile.py
2013-05-09 16:54:29 -07:00
Samuel Clay
71aa961262 Adding real-time update on marking feed as read. 2013-05-09 16:42:58 -07:00
Samuel Clay
0483273840 Remvoing unused everything_unread param from river stories. 2013-05-09 16:40:06 -07:00
Samuel Clay
cc5d87f795 Using story_hashes instead of fetch_stories parameter. 2013-05-09 16:16:14 -07:00
Samuel Clay
9ef8b9b3c1 Merge branch 'master' into ruserstory
# By Fake Name
# Via Fake Name (2) and Samuel Clay (1)
* master:
  cleanup and fixing some of my stupid bugs
  cleanup and fixing some of my stupid bugs
  whoops, that section isn't called in the normal installation process. Reverted.
  Fix to make detecting if the install is a dev env work properly
  Fixed typo. Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install. Lastly, added a separate function to change the shell of the host, so it's easier to disable.
2013-05-09 15:31:28 -07:00
Samuel Clay
22070f055b Merge pull request #236 from fake-name/master
Further corrections (mostly to my changes)
2013-05-09 15:00:24 -07:00
Samuel Clay
e5a87464ab Moving read stories over to RUserStory when merging feeds. 2013-05-09 14:56:51 -07:00
Fake Name
4da6eb77a2 Merge branch 'master' of https://github.com/fake-name/NewsBlur 2013-05-09 01:32:07 -07:00
Fake Name
0c82d782f8 cleanup and fixing some of my stupid bugs 2013-05-09 01:30:37 -07:00
Fake Name
a31731bbf9 cleanup and fixing some of my stupid bugs 2013-05-09 01:27:53 -07:00
Samuel Clay
274e6c8bdb Fixing Global Feed on dev. 2013-05-08 17:48:04 -07:00
Samuel Clay
d509568442 Fixing Global Feed on dev. 2013-05-08 17:46:50 -07:00
Samuel Clay
563c8fc2fd Better header border on blurblogs. 2013-05-08 17:43:40 -07:00
Samuel Clay
a6414d963c Fixing borders between header and footer 2013-05-08 17:39:39 -07:00
Samuel Clay
06511bd628 Making blurblog header more pronounced. 2013-05-08 17:22:27 -07:00
Samuel Clay
03ad1f5077 Merge branch 'master' into ruserstory
# By Samuel Clay (6) and ojiikun (1)
* master:
  ES requires valid url.
  Overriding haystack elasticsearch url.
  Removing Redis autocomplete. Upgrading elasticsearch.
  Using haystack and elasticsearch for a third autocomplete feature.
  Refactor/fix mark-as-read-while-reading workflow.
  Selecting story when clicking on a link.
  Preventing infinite loop on merged dupe feeds.
2013-05-08 15:23:27 -07:00
Samuel Clay
a6bc5e68f4 Merge branch 'master' into circular
# By Samuel Clay (4) and ojiikun (1)
* master:
  ES requires valid url.
  Overriding haystack elasticsearch url.
  Removing Redis autocomplete. Upgrading elasticsearch.
  Using haystack and elasticsearch for a third autocomplete feature.
  Refactor/fix mark-as-read-while-reading workflow.
2013-05-08 12:23:14 -07:00
Samuel Clay
a6c3fa7830 ES requires valid url. 2013-05-08 12:23:10 -07:00
Samuel Clay
d620fb9ea0 Overriding haystack elasticsearch url. 2013-05-08 12:23:10 -07:00
Samuel Clay
777d5a5e9c Removing Redis autocomplete. Upgrading elasticsearch. 2013-05-08 12:23:10 -07:00
Samuel Clay
365e0c2813 Using haystack and elasticsearch for a third autocomplete feature. 2013-05-08 12:23:09 -07:00
Samuel Clay
6633560587 Merge pull request #235 from ojiikun/master
Android: Fix Mark-As-Read-While-Reading Workflow
2013-05-08 10:41:51 -07:00
ojiikun
35b680c0d9 Refactor/fix mark-as-read-while-reading workflow. 2013-05-08 10:09:36 +00:00
Fake Name
cf7401a262 whoops, that section isn't called in the normal installation process. Reverted. 2013-05-08 02:27:32 -07:00
Fake Name
78cde45f05 Fix to make detecting if the install is a dev env work properly 2013-05-08 02:15:55 -07:00
Fake Name
e7e819444a Fixed typo.
Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install.
Lastly, added a separate function to change the shell of the host, so it's easier to disable.
2013-05-08 01:59:33 -07:00
Samuel Clay
62a93d7ce7 Merge branch 'master' into circular
* master:
  Selecting story when clicking on a link.
2013-05-07 16:39:10 -07:00
Samuel Clay
530f8ea3dd Selecting story when clicking on a link. 2013-05-07 16:39:05 -07:00
Samuel Clay
4ae44c02bc Merge branch 'master' into circular
* master:
  Preventing infinite loop on merged dupe feeds.
2013-05-07 16:23:34 -07:00