Commit graph

885 commits

Author SHA1 Message Date
Samuel Clay
cde8040c9b Adding explainer for error-ridden feeds. 2013-04-17 14:36:13 -07:00
Samuel Clay
af847330c6 Rebasing sucks. 2013-04-17 09:06:17 -07:00
Samuel Clay
39f3933e5f Cleaning up about page. 2013-04-16 13:08:09 -07:00
Samuel Clay
3e9236864e Updating footer to include ios/android links. 2013-04-16 12:59:59 -07:00
Samuel Clay
49bcb4ebc1 Cleaning up FAQ. 2013-04-16 12:35:54 -07:00
Samuel Clay
52dc851de8 Lightening colors. 2013-04-16 10:50:05 -07:00
Samuel Clay
97cd620de0 Speeding up scrolling on dev by removing text shadows and gradients. 2013-04-15 23:09:49 -07:00
Samuel Clay
405b425938 Fixing splash screen fade. 2013-04-12 10:11:21 -07:00
Samuel Clay
2247ed0624 Cleaning up profile dialog. 2013-04-11 16:54:21 -07:00
Samuel Clay
4599fa9cb4 Adding manage menu to every modal dialog's title. Needs an icon, but completely usable now. 2013-04-11 16:50:18 -07:00
Samuel Clay
a67302b430 Styling fieldset legends. 2013-04-11 13:41:10 -07:00
Samuel Clay
468928c66e Restyling intelligence trainer. 2013-04-10 17:38:25 -07:00
Samuel Clay
ce29e7688d Merge branch 'master' into circular
* master:
  Rejiggering autocomplete to only include > 10 subs.
  Have RegisterProgressFragment finished via noHistory Manifest option rather than hackish finish with Fragment. Improve comments
  Fix registration regression bug caused by #151
  Fix for #159 force close during add feed (auto complete) now that is is enabled again
  Remove log call from DeleteFeedFragment
  Fix #140. Delete feed now works and confirmation dialog has been added.
  Fix issue where selection within stories was hidden
2013-04-10 11:28:43 -07:00
Samuel Clay
ec7840d3c1 Fixing socialsubs loading bug. 2013-04-09 13:35:07 -07:00
Caleb Eggensperger
35a55fd6f3 Fix issue where selection within stories was hidden
Applied only to list view on dev.
2013-04-09 13:21:44 -05:00
Samuel Clay
0b90dbd356 Better menu hover colors. 2013-04-08 19:14:39 -07:00
Samuel Clay
2fb4c54925 Refactoring story progress indicator to auto-center. 2013-04-08 11:47:31 -07:00
Samuel Clay
da7e208b01 Adding icons to all dialogs. 2013-04-05 11:26:25 -07:00
Samuel Clay
e8484a6166 Trying to clean up preferences. 2013-04-04 17:22:52 -07:00
Samuel Clay
d18e287834 Broken nb-full-container implementation. 2013-04-03 22:33:01 -07:00
Samuel Clay
aeabb2171e Opening share dialog in story titles if easier. 2013-04-03 13:25:26 -07:00
Samuel Clay
0ff44aaf85 Re-styling menus. 2013-04-03 11:57:40 -07:00
Samuel Clay
9aafd8eab2 Adding delaying to reader import. Adding reader starred story import. 2013-04-02 15:41:50 -07:00
Samuel Clay
b0a7e508b4 Styling 2013-04-01 08:28:02 -07:00
Samuel Clay
f44678c056 Adding @anaconda's safari extension for unreads. Also fixing up real-time stats on Statistics to look better. 2013-03-30 20:33:00 -07:00
Samuel Clay
b8ed1bb487 Cleaning up animations on hide/show panes. 2013-03-29 10:58:20 -07:00
Samuel Clay
a67df54101 Merge branch 'master' into circular
* master:
  Adding task servers to db firewall.
  Adding redis cache. Returning favicon server.
  Better munin plugins for redis and mongo.
  Removing unused redis keys for shared/comments. Dry-run.
  Adding read preference to migration.
  Migration to create story_hash for missing feeds.
  Making a clearer description of slow feeds.
  Upping feed fetches, slowing down fetch interval for less active feeds, setting premium expire time to one year from most recent payment date (as opposed to borked payment gap logic), and adding logginf or tasking feeds.
  Switching check for HAProxy'ied socket.io to dev instead of www. Thanks @anaconda!
  Sync delay in mongodb and updating story hash migration.
  Upping feed fetches.
  Fix force close when attempting to fetch a user with a null user.id value
  Fix force close updating ProfileActivityFragment if no profile response was received
  Move creating ImageLoader in NewsBlurApplication to onCreate to ensure that base context has been set and prevent force close
  Boosting fetches.
  Fix duplicate requirement

Conflicts:
	fabfile.py
2013-03-28 19:09:14 -07:00
Samuel Clay
fc53550392 Making a clearer description of slow feeds. 2013-03-28 12:17:30 -07:00
Samuel Clay
ba6167206b Adding tooltips to taskbar buttons, collapsing titles when narrow. 2013-03-27 11:53:39 -07:00
Samuel Clay
fe6d82e507 Adding List and Split view icons. 2013-03-26 17:19:17 -07:00
Samuel Clay
a72f93b2e1 Fixing lock size. 2013-03-26 16:11:27 -07:00
Samuel Clay
995bd6c3e0 Showing new empty unreads message for both unread and focus. 2013-03-26 13:49:44 -07:00
Samuel Clay
bbab256455 Fixing intelligence slider on resize, and menu arrow positioning in story titles. 2013-03-26 13:49:44 -07:00
Samuel Clay
ad304faac7 Fixing a ton of resize and layout bugs on web. 2013-03-26 13:49:44 -07:00
Samuel Clay
92112a5b56 Inverting segmented controls. Adding loader to public comments bar. Fixing button in feed chooser. 2013-03-26 11:10:12 -07:00
Samuel Clay
2f49cb3a07 Merge branch 'master' into circular
* master:
  Fixing port for real-time over SSL.
  Fixing port for real-time over SSL.
  Fixing broken CSS line.
  Boosting feed fetches.
  Premiums users with no active feeds should get all of their feeds activated.
2013-03-25 14:42:45 -07:00
Samuel Clay
bcca2511a0 Fixing port for real-time over SSL. 2013-03-25 13:30:57 -07:00
Samuel Clay
cdbf960515 Fixing repeatedly-loaded story traversal controls in ios. 2013-03-22 19:25:41 -07:00
Samuel Clay
b3744e3ac6 Merge branch 'master' into circular
* master:
  Warning on missing maintenance.
  Further pushing out feed updates.
  Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails.
  Further pushing down feed fetches to handle load until db is scaled out.
  Scrolling code blocks.
  New task servers.
  Turning down feed fetches.
  If requests.raw won't work, sut fudge it with a StringIO for now.
  Further turning down feed fetches until mongo is ready to replicate.
  Fixing Facebook image calculation.
  Fixing facebook posting.
  Moving shared story unread recalc to background task. Will greatly speed up sharing.
  Ramping down feed fetching until they can be handled.
  Only show time breakdown when > 1 sec.
  Fixed API docs for /reader/river_stories
  make fabfile.py use requirements.txt
  Make sure to send the proper content-type with social feeds
  Restore default whitespace to pre/code blocks
  Phase 2: switching to using story_hash index instead of compound unique story_feed_id/story_guid index.
  document keyboard shortcut to add site/folder

Conflicts:
	apps/social/views.py
2013-03-20 10:49:09 -07:00
Samuel Clay
ff1f79eddf Scrolling code blocks. 2013-03-19 18:29:10 -07:00
Samuel Clay
b86de9c518 Merge pull request #97 from wombleton/master
Restore default pre/code block styling
2013-03-19 18:10:07 -07:00
Samuel Clay
8039958adb Adding upload/import sites menu item to Manage menu. 2013-03-19 13:42:56 -07:00
Samuel Clay
344bc18735 Style changes as per Tyler. 2013-03-19 12:45:50 -07:00
Samuel Clay
2481102249 Fixing poover size, api for river to include notice about read_filter, and new email icon. 2013-03-19 12:23:35 -07:00
Samuel Clay
df1d630e03 New charts (at half the size) for statistics dialog. 2013-03-19 11:11:17 -07:00
Samuel Clay
491c012bac Adding settings menu to dashboard. 2013-03-19 10:19:19 -07:00
Samuel Clay
2732c385c7 Fixing share bar for tons of sharers. 2013-03-19 10:19:05 -07:00
Samuel Clay
631f78951c Fixing share bar for tons of sharers. 2013-03-18 18:19:35 -07:00
Rowan Crawford
5481d11623 Restore default whitespace to pre/code blocks 2013-03-19 00:02:00 +13:00
Samuel Clay
e2601c38ed intelligence trainer bullets. 2013-03-14 15:32:19 -07:00