Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listener feeds #4

Closed
wants to merge 19 commits into from
Closed

listener feeds #4

wants to merge 19 commits into from

Commits on Oct 24, 2010

  1. Copy the full SHA
    64bd048 View commit details
    Browse the repository at this point in the history
  2. Added :block_guest_comments User setting to control whether guests ha…

    …ve the ability to comment on an artists tracks. Defaults to allowing comments. Modified User edit page so user can change the setting.
    mmower committed Oct 24, 2010
    Copy the full SHA
    1339da7 View commit details
    Browse the repository at this point in the history
  3. If the user changes their :block_guest_comments setting the Asset#cac…

    …he_key for all their tracks gets updated to invalidate cached tabs.
    mmower committed Oct 24, 2010
    Copy the full SHA
    91dd654 View commit details
    Browse the repository at this point in the history
  4. Merging sudara's fix

    mmower committed Oct 24, 2010
    Copy the full SHA
    4873a65 View commit details
    Browse the repository at this point in the history
  5. Added a "listener feed" as /users/:u/listenfeed.rss that returns the …

    …last 15 new tracks from artists the user is following. Should be suitable for subscription in iTunes et al.
    mmower committed Oct 24, 2010
    Copy the full SHA
    2a0e3cf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6bb783d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:sudara/alonetone

    * 'master' of github.com:sudara/alonetone:
      fix up stats page
      UI tweaks, fix map position
      Be consistent with ronnia font
      Fix pagination
      Test out typekit
    mmower committed Oct 24, 2010
    Copy the full SHA
    5b44b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2010

  1. Copy the full SHA
    d2fd16f View commit details
    Browse the repository at this point in the history
  2. Changed: the Listen Feed now users the users "display name", rather t…

    …han their "user name", because it will be more familiar
    mmower committed Oct 28, 2010
    Copy the full SHA
    25b2cf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2010

  1. Merging sudaras changes

    mmower committed Nov 4, 2010
    Copy the full SHA
    fdc5778 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55345c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2010

  1. Merge branch 'master' of github.com:sudara/alonetone into sudara

    * 'master' of github.com:sudara/alonetone:
      Fix: updating the profile bit of the user profile no longer hangs
    mmower committed Nov 9, 2010
    Copy the full SHA
    0624abc View commit details
    Browse the repository at this point in the history
  2. Cache asset tabs separately for guests and logged in users to avoid t…

    …he problem of a logged in user caching the tabs with comments enabled so that they are then presented, via the cache, to a guest who should not be able to comment.
    mmower committed Nov 9, 2010
    Copy the full SHA
    17c079e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:mmower/alonetone

    * 'master' of github.com:mmower/alonetone:
      Fix: updating the profile bit of the user profile no longer hangs
    mmower committed Nov 9, 2010
    Copy the full SHA
    f202a57 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2010

  1. Merge branch 'master' of github.com:sudara/alonetone

    * 'master' of github.com:sudara/alonetone:
      deploy script should remove combined js/css because rails seems to not be smart enough
      Namespace the soundmanager stuff in timestamped folder
      add swf
      NOTE TO SELF: .swf are cached for 10 years, so change filename when updating swf files
      Cache asset tabs separately for guests and logged in users to avoid the problem of a logged in user caching the tabs with comments enabled so that they are then presented, via the cache, to a guest who should not be able to comment.
    mmower committed Nov 23, 2010
    Copy the full SHA
    c7d6f89 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a02388b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2011

  1. Merge branch 'master' of github.com:sudara/alonetone

    * 'master' of github.com:sudara/alonetone:
      Put the track length in the listen feed item titles.
    mmower committed Feb 14, 2011
    Copy the full SHA
    f0981fd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2011

  1. Merge branch 'master' of github.com:sudara/alonetone

    * 'master' of github.com:sudara/alonetone:
      clean up css in second part of deploy, otherwise it seems old css/js linger
      ipad style tweaks
      iPad/iPhone support. iPad icon. New soundmanager. Relative positioning of footer.
    mmower committed Mar 2, 2011
    Copy the full SHA
    fb28d56 View commit details
    Browse the repository at this point in the history
  2. When showing stats about which artist an account listens to only look…

    … at the last 4 months worth of listens. This makes it a moving reflection of taste rather than fixating on old favourites.
    mmower committed Mar 2, 2011
    Copy the full SHA
    96b62d5 View commit details
    Browse the repository at this point in the history