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
|
aaf83ed7a0
|
Merge branch 'master' into tutorial
|
2011-05-18 17:51:58 -04:00 |
|
Samuel Clay
|
58a24c32c7
|
Adding collapsed folder icon. Also fixing scroll on story manage menu in feed view.
|
2011-05-16 11:34:05 -04:00 |
|
Samuel Clay
|
b22bbf98b8
|
Feed icons for recommended feeds.
|
2011-05-14 12:50:11 -04:00 |
|
Samuel Clay
|
5adf024dda
|
Finishing all boilerplate to the tutorial. This includes the preference to show/hide tutorial, and hiding the dashboard module.
|
2011-05-13 10:15:56 -04:00 |
|
Samuel Clay
|
2de8f6dc2e
|
Cleaning up index page by removing howitworks random start and a bit of logic.
|
2011-05-11 20:25:01 -04:00 |
|
Samuel Clay
|
03d370b040
|
Adding paging to tutorial. Also adding the tutorial dashboard image. Colorful.
|
2011-05-11 12:27:28 -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
|
9f3cd3d05b
|
Stubbing in the new tutorial.
|
2011-05-09 20:59:52 -04:00 |
|
Samuel Clay
|
14d412422b
|
9 line changes and we get scrolling on the dashboard. Much needed relief.
|
2011-05-09 18:33:46 -04:00 |
|
Samuel Clay
|
9ed4cd6bbb
|
Merge branch 'master' into timezone_features
Conflicts:
apps/reader/views.py
templates/reader/feeds.xhtml
utils/templatetags/utils_tags.py
|
2011-05-08 20:45:32 -04:00 |
|
Samuel Clay
|
e00dc9914b
|
Text change in emailed stories for plain text version.
|
2011-05-08 20:37:06 -04:00 |
|
Samuel Clay
|
e24a32d329
|
Cleaning up from address in shared stories.
|
2011-05-08 20:32:02 -04:00 |
|
Samuel Clay
|
0b4527c3f0
|
Cleaning up emailed stories.
|
2011-05-08 20:24:37 -04:00 |
|
Samuel Clay
|
5d4c7565e9
|
Story text in shared/emailed stories. Extracting text for plain/text emails.
|
2011-05-08 19:41:50 -04:00 |
|
Samuel Clay
|
c6ebb58cf8
|
Merge branch 'master' of github.com:samuelclay/NewsBlur into send_email
|
2011-05-07 21:12:24 -04:00 |
|
Samuel Clay
|
03d74d5313
|
Cleaning up the send email dialog (as well as the add site dialog). Everything looks great, save for an email icon and a bit more validation.
|
2011-05-07 21:12:13 -04:00 |
|
Samuel Clay
|
da7e36db2e
|
Sending html/text emails based on user input. Just need to add some validation and potential cleanups. The form is kinda ugly.
|
2011-05-07 17:58:53 -04:00 |
|
Samuel Clay
|
504d7d94da
|
Adding feedback archiving for instant loads. Feedback is now on the dashboard.
|
2011-05-07 17:22:41 -04:00 |
|
Samuel Clay
|
54a10301b9
|
Adding community feedback to whats new module on dashboard.
|
2011-05-07 12:06:51 -04:00 |
|
Samuel Clay
|
08bee1e13c
|
Adding Send to Email button on stories.
|
2011-05-03 11:40:38 -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
|
cc94f3fd12
|
Double duty: Adding /rss_feeds/search_feed endpoint for discovering feeds through the API. Also adding in a new preference for the sort order of feeds. A bit broken, but it'll do for now. Thanks to @heliostatic for the idea.
|
2011-04-25 20:53:29 -04:00 |
|
Samuel Clay
|
8cf598fcbe
|
Refreshing dashboard graphs every 10 minutes. Why not?
|
2011-04-24 22:47:20 -04:00 |
|
Samuel Clay
|
2842162b0e
|
Adding an API endpoint for feed training. Cleaning up internal use of the feed trainer (fixing a bug around training a single unloaded feed.)
|
2011-04-24 21:27:31 -04:00 |
|
Samuel Clay
|
350afa15d7
|
Merge branch 'master' into dashboard_tweaks
|
2011-04-24 18:17:52 -04:00 |
|
Samuel Clay
|
b81d39d3b0
|
Using GetSatisfaction for feedback. Added authentication section to API. Ready to launch!
|
2011-04-24 18:17:44 -04:00 |
|
Samuel Clay
|
455c1cb058
|
Cleaning up API YAML. Merging Publishers into FAQ. Now I just need a page to replace Publishers and this can launch.
|
2011-04-24 14:13:01 -04:00 |
|
Samuel Clay
|
6b13260872
|
Screenshots added to press page. Press Page is now complete!
|
2011-04-24 11:20:22 -04:00 |
|
Samuel Clay
|
c83e412615
|
Defaults and formatting on the API.
|
2011-04-24 02:02:10 -04:00 |
|
Samuel Clay
|
42cd43681f
|
Completed API. May need some example output, but it's all there and documented.
|
2011-04-24 01:52:44 -04:00 |
|
Samuel Clay
|
9bb423936d
|
Filling out the feed and stories and feed management sections of the API. Just intelligence and import/export to go.
|
2011-04-24 00:05:39 -04:00 |
|
Samuel Clay
|
d1fd28b702
|
Adding the last few endpoints. Now just need to write out descriptions and params for all of them and we're done.
|
2011-04-23 23:15:44 -04:00 |
|
Samuel Clay
|
1d9168bd0e
|
Moving API to a YAML backed template.
|
2011-04-23 18:22:52 -04:00 |
|
Samuel Clay
|
ee993e46d5
|
Adding the shortcut key for hiding sidebar to the hide sidebar button. It's 'u' by the way.
|
2011-04-23 00:05:49 -04:00 |
|
Samuel Clay
|
e81a843b09
|
API continuing to evolve.
|
2011-04-22 10:05:22 -04:00 |
|
Samuel Clay
|
3f04fbfc82
|
Further refining the API.
|
2011-04-21 22:36:26 -04:00 |
|
Samuel Clay
|
a2e082b0d8
|
Paging from 1 and not 0. Moving the JS assetmodel to use new paging and API endpoints.
|
2011-04-21 10:44:55 -04:00 |
|
Samuel Clay
|
42d6abe247
|
Refactoring URLs for the reader.
|
2011-04-20 09:35:59 -04:00 |
|
Samuel Clay
|
30af215591
|
Just the right bullet.
|
2011-04-18 09:25:30 -04:00 |
|
Samuel Clay
|
49ad68335f
|
The sweetest sound: refactoring graph collection.
|
2011-04-18 09:09:57 -04:00 |
|
Samuel Clay
|
9cb9fa6073
|
Collecting stats on sites loaded and avg response time. Displaying stats in graphs.
|
2011-04-16 16:21:00 -04:00 |
|
Samuel Clay
|
909339381a
|
Statistics graph.
|
2011-04-15 11:34:41 -04:00 |
|
Samuel Clay
|
cb125b8dd4
|
Adding graphs to stats on dashboard. Still need to collect stats.
|
2011-04-15 09:48:07 -04:00 |
|
Samuel Clay
|
3b76b5e5c2
|
Merge branch 'master' into dashboard_tweaks
|
2011-04-14 09:29:39 -04:00 |
|
Samuel Clay
|
3b96f5da55
|
Adding preference for hiding story changes. This also allows users to have story changes off and selectively see them using the same logic to detect if a story has any modifications.
|
2011-04-13 23:06:16 -04:00 |
|
Samuel Clay
|
668c2c23d6
|
Quick stub of an idea. Maybe needs some stats.
|
2011-04-13 18:03:56 -04:00 |
|
Samuel Clay
|
532ff3c8f3
|
Updating API and Publishers.
|
2011-04-13 09:42:07 -04:00 |
|