Commit graph

3471 commits

Author SHA1 Message Date
Samuel Clay
eea0e29dda Updating counts for tagged stories. 2013-11-22 11:10:23 -08:00
Samuel Clay
698358c761 Storing user tags and retrieving in all views. 2013-11-22 11:08:38 -08:00
Samuel Clay
69b9f1cf45 Revert "Updating stories which give integrity errors."
This reverts commit 98c4b2c7a0.

Conflicts:
	apps/rss_feeds/models.py
2013-11-22 11:07:16 -08:00
Samuel Clay
ad12f263c1 Allowing replacement of story dates on integrityerror updated stories. 2013-11-22 11:07:16 -08:00
Samuel Clay
0273550d8c Swapping errors. 2013-11-22 11:07:16 -08:00
Samuel Clay
3c2ccd7e3c Updating stories which give integrity errors. 2013-11-22 11:07:15 -08:00
Samuel Clay
f6bd217eb3 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-22 11:07:14 -08:00
Samuel Clay
0d41890bc5 Fixing reader tests and fixing broken delete where multiple feeds would be deleted. 2013-11-22 11:07:14 -08:00
Samuel Clay
5020b5fca4 Fixing bug on deleting acocunt with multiple shared stories with same id. 2013-11-22 11:07:13 -08:00
Samuel Clay
1e4f4fb19b Turning off upgrade message in iOS. 2013-11-22 11:07:13 -08:00
Samuel Clay
58aa923dd5 Fixing a crash on mark read. 2013-11-22 11:07:10 -08:00
Samuel Clay
894dbc01d1 Fixing empty story hashes. 2013-11-22 11:07:09 -08:00
Samuel Clay
a88ba4508e Fixing sharing message when posting to ADN (now truncates at 256). 2013-11-22 11:07:07 -08:00
Samuel Clay
a56f44cdef Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-11-22 11:06:24 -08:00
Samuel Clay
e0c787519f Switching to faster (and less space intensive) story hash fetch. 2013-11-22 11:06:22 -08:00
Samuel Clay
bcb1f66e38 Fixing persistance of redis keys due to redis' RESTORE command using a millisecond TTL, not a second TTL. 2013-11-22 11:06:21 -08:00
Samuel Clay
bf885ff8f8 Fixing redis issues by pipelining. 2013-11-22 11:06:21 -08:00
Samuel Clay
facd2a229c Fixing a couple small bugs. 2013-11-22 11:06:21 -08:00
Samuel Clay
5a15d8d5fc Fixing subs for socialsubs. 2013-11-22 11:06:21 -08:00
Samuel Clay
a40931fd06 Fixing unread hashes on single feeds. 2013-11-22 11:06:20 -08:00
Samuel Clay
6d7568a6e1 Fixing redis issue with existing keys beyond a RESTORE. 2013-11-22 11:06:20 -08:00
Samuel Clay
61bd28c503 Fixing socialsub issue. 2013-11-22 11:06:20 -08:00
Samuel Clay
bbde892abe Adding options popover (and read_filter) to all shared stories and global shared stories. 2013-11-22 11:06:20 -08:00
Samuel Clay
87eca2951b Only trimming active users. 2013-11-22 11:06:20 -08:00
Samuel Clay
c3e4f592ec Fixing issue with wrong subs. 2013-11-22 11:06:20 -08:00
Samuel Clay
0aaed464cd Fixing trim user stories on malformed story hash. 2013-11-22 11:06:20 -08:00
Samuel Clay
4f9c4fbbc3 Fixing missig unread ranked stories cache. 2013-11-22 11:06:20 -08:00
Samuel Clay
674356fbed Major refactoring of social blurblog. Also adding a new trimmer, but keeping it turned off. 2013-11-22 11:06:20 -08:00
Samuel Clay
feb55e0b3e Fixing rstats. 2013-11-22 11:06:20 -08:00
Samuel Clay
06cec48c68 Showing unread icon in ios when marking as unread. 2013-11-22 11:06:19 -08:00
Samuel Clay
e2e74809dc Fixing missing shared key when sharing a story. 2013-11-22 11:06:19 -08:00
Samuel Clay
2e4b851d0c Fixing spacing and position of toolbars on all ios views. 2013-11-22 11:06:18 -08:00
Samuel Clay
eacfd9e765 Loading feed trainer from feed list. Gestures for social subs (profile + mark read). 2013-11-22 11:06:17 -08:00
Samuel Clay
5c4cab2888 Fixing massive river bug where stories would abruptly end while paging. 2013-11-22 11:06:17 -08:00
Samuel Clay
ac9aecc84a Beginning ios7 transition. Still lots of views to go. 2013-11-22 11:06:11 -08:00
Samuel Clay
fab57feba1 Fixing mark as read for social subs. 2013-11-22 11:06:09 -08:00
Samuel Clay
5df7a81ed0 Fixing mark as read for social subs. 2013-11-22 11:06:09 -08:00
Samuel Clay
eef8d215f0 Adding redis to monit. 2013-11-22 11:06:09 -08:00
Samuel Clay
44de8fc4ea Merge branch 'master' into organizer
* master: (38 commits)
  New Play Store image assets.
  Fix layout bug on small screens.
  Revert "Updating stories which give integrity errors."
  Fix laggy updates for saved stories unsave ops.
  Ability to unsave stories.
  Make height of saved stories row match other folders.
  Make rows reliably hilight when tapped. (#282)
  Allowing replacement of story dates on integrityerror updated stories.
  Swapping errors.
  Updating stories which give integrity errors.
  Fixing margin on subscribe/follow taskbar button.
  Upgrading Android Studio.
  Fixing #261. Decoding html entities in story titles (both in the share dialog and in the story detail view).
  Flattening gradients on feed and story selection. Adding colored background back in to selected river stories.
  Fixing modal resizing. Thanks to @tomtaylor for finding the broken dialog.
  Remove unused ABS progress indicator support for reading view.
  Implement #426 - preference to show/hide public comments
  Pressed state for overlay_done button.
  Pressed states for all overlay buttons.
  Fit overlays on 360dp screens. Move progress indicator to overlay.  Add progress indicator for text mode.
  ...
2013-11-21 18:37:55 -08:00
Samuel Clay
474dc2c3b6 Revert "Updating stories which give integrity errors."
This reverts commit 98c4b2c7a0.

Conflicts:
	apps/rss_feeds/models.py
2013-11-17 14:34:30 -08:00
Samuel Clay
491ea1fc21 Allowing replacement of story dates on integrityerror updated stories. 2013-11-15 10:48:26 -08:00
Samuel Clay
7b5bbdc7eb Swapping errors. 2013-11-15 10:45:00 -08:00
Samuel Clay
98c4b2c7a0 Updating stories which give integrity errors. 2013-11-15 10:38:03 -08:00
Samuel Clay
db74119842 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-06 23:39:28 -08:00
Samuel Clay
ab3eadbb3f Fixing reader tests and fixing broken delete where multiple feeds would be deleted. 2013-11-06 11:12:41 -08:00
Samuel Clay
309189ad69 Fixing bug on deleting acocunt with multiple shared stories with same id. 2013-11-04 12:29:24 -08:00
Samuel Clay
b5d1d74bac Turning off upgrade message in iOS. 2013-10-31 09:59:05 -07:00
Samuel Clay
1841b0eac5 Merge branch 'master' into organizer
* master: (115 commits)
  Fixing ios images. Submitting v3.5.
  Fixing mongo btree munin graph.
  Adding Swift Reader to Goodies.
  Speeding up scrolling on feed list.
  Support navigating back to home page from action bar in Preferences
  Redrawing intelligence slider on ios.
  Normal profile.
  V3.0.4 (RC3)
  Massively speeding up the viewWillAppear on the feed list.
  RC2 (or is it RC3 by now?) of iOS app.
  Fixing a crash on mark read.
  Fixing broken story page control.
  Adding Pinterest.
  Tightening up comments line height.
  Fixing bug around loading feeds when there's no offline db.
  Correctly render DB changes in folder list more quickly.
  Fixing empty story hashes.
  Cleaning up kill utils.
  Fixing hiding and showing of notifier on fetch.
  iOS7 app RC2
  ...
2013-10-29 13:24:46 -07:00
Samuel Clay
6f82e716e5 Merge branch 'master' into ios7
* master:
  Adding Pinterest.
  Tightening up comments line height.
  Correctly render DB changes in folder list more quickly.
  Fixing empty story hashes.
  Cleaning up kill utils.
  Clean up ItemList subclasses.
  Clean up ItemsList subclass tagging and lifecycle.
  Fix backwards error catch.
  Refactor page-crawling in *Reading activities to fix looping. (#387)
2013-10-17 11:24:01 -07:00
Samuel Clay
aa67f74979 Fixing a crash on mark read. 2013-10-17 11:21:37 -07:00