.. |
0001_initial.py
|
Adding migrations. Yay for South
|
2010-06-11 16:58:07 -04:00 |
0002_view_settings.py
|
Big new feature: locking the mouse indicator keyline. This comes with user profiles, so I can now store lots of personalized data between sessions.
|
2010-06-11 20:55:38 -04:00 |
0003_last_seen.py
|
Last seen middleware, to keep track of when users are on.
|
2010-06-30 13:36:51 -04:00 |
0004_view_settings_to_preferences.py
|
Persisting view settings (page, view, story) on a per feed basis. Saves the current view for the feed for a user.
|
2010-07-06 14:59:34 -04:00 |
0005_view_settings_to_preferences.py
|
Persisting view settings (page, view, story) on a per feed basis. Saves the current view for the feed for a user.
|
2010-07-06 14:59:34 -04:00 |
0006_collapsed_folders.py
|
Folder moving and collapsing. Persistent across sessions, and is pretty fancy, too.
|
2010-09-05 18:08:08 -07:00 |
0007_premium.py
|
Further refining feed chooser dialog to include premium account information. Also refactoring across the board to handle premium accounts.
|
2010-10-05 19:05:01 -04:00 |
0008_timezone.py
|
Fixed a bunch fo bugs around feed chooser, OPML import, google reader import, and counts. Also added preferences for new windows, timezone support, and default views. This is one loaded commit.
|
2010-10-30 00:27:52 -04:00 |
0009_secret_token.py
|
Adding bookmarklet modal. Also adding the api app, which will handle incoming bookmarklet site adds. Uses a new privacy token to generate a unique URL for each user, so only they can add sites, no login needed.
|
2011-01-20 09:57:23 -05:00 |
0010_generate_secret_token.py
|
Adding bookmarklet modal. Also adding the api app, which will handle incoming bookmarklet site adds. Uses a new privacy token to generate a unique URL for each user, so only they can add sites, no login needed.
|
2011-01-20 09:57:23 -05:00 |
0011_feed_pane_size.py
|
Adding paging on recommendations. Also moved out of profile preferences, since it needs to be used by the base template when setting up the middle column (the column where recommended feeds go). Now a first-order column on user profiles.
|
2011-03-13 16:24:49 -04:00 |
0012_feed_pane_size_json.py
|
Adding paging on recommendations. Also moved out of profile preferences, since it needs to be used by the base template when setting up the middle column (the column where recommended feeds go). Now a first-order column on user profiles.
|
2011-03-13 16:24:49 -04:00 |
0013_tutorial_finished.py
|
Adding profile field for completing the tutorial.
|
2011-05-12 18:15:15 -04:00 |
0014_hide_mobile.py
|
Adding iphone and android apps, along with necessary migration for hiding mobile.
|
2011-08-07 21:38:09 -07:00 |
0015_send_emails.py
|
Finishing up new account email. Adding migration to save email sending preference.
|
2011-09-21 17:49:40 -07:00 |
0016_profile_stripe.py
|
Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing.
|
2012-02-27 21:46:34 -08:00 |
0017_gettingstarted.py
|
Replacing tutorial_finished boolean bakc in db so I can run development and production against the same db.
|
2012-03-20 11:15:40 -07:00 |
0018_blank_gettingstarted.py
|
Nulling fields for profile that don't work in prod yet.
|
2012-03-21 12:28:51 -07:00 |
0019_dashboard_date.py
|
Adding dashboard date and auto-highlighting new interactions, to be cleared on dashboard view.
|
2012-04-21 18:20:49 -07:00 |
0020_hide_mobile.py
|
Removing feedloadtime and hide_mobile in db.
|
2012-10-23 17:55:09 -07:00 |
0021_premium_expire.py
|
Fixing payment date.
|
2012-12-03 16:12:13 -08:00 |
0022_payment_history.py
|
Handling db transactions manually so I don't freeze the db while doing a standard data migration.
|
2012-12-03 16:28:32 -08:00 |
__init__.py
|
Adding migrations. Yay for South
|
2010-06-11 16:58:07 -04:00 |