lp:~music-clockwork/resonate/mixes

Created by Brian Kassouf and last modified
Get this branch:
bzr branch lp:~music-clockwork/resonate/mixes
Members of music clockwork can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
music clockwork
Project:
Resonate
Status:
Development

Recent revisions

619. By Brian Kassouf <brian@brian-laptop>

pulled in the new revisions from trunk branch

618. By Brian Kassouf <brian@brian-laptop>

added some files i forgot to include earlier

617. By Brian Kassouf <brian@brian-laptop>

merged in the changes from trunk so it is running off the version without
elixer and enabled the move track up and down buttons

616. By Brian Kassouf <brian@brian-laptop>

started work on User Constructed Mixes. features included in this
commit:

*create Mix
*enter/exit "Mix Mode"
*add/remove tracks to a mix

615. By Chris Wagner

Merge in changes from distributed-resonate branch.

614. By resonatedev

Oh, nothing...

613. By resonatedev

properly call init_resonate() from scan.py.

612. By chris

* Make 'username' a required field for the User model.
* Make the 'full_name' and 'location' attributes of the User model be required
  fields. They can be empty strings (""), but they cannot be None/NULL.
* Add "initial values" support to our forms library.
* Make the "edit profile" form be pre-populated with the user's current
  profile details (name, email, location).
* A few other, minor changes.

611. By chris

* maintain form values when a form does not validate. this fixes #778.
* add a little more testing for the "password" field type (since i had broke
  it while working on the above fix).

610. By chris

* no longer perform Resonate's initialization upon loading the "resonate"
  module; instead, the "init_resonate" function, which can found in the
  same module, must be called explicitly.
* some minor formatting changes to base resonate module (__init__.py).
* create a slightly cleaner system for dealing with
  initialization/configuration/environment errors. rather than print an
  ugly stack track when we have one of these (e.g., when we can't connect
  to the database, when an invalid database engine is specified in the config
  file, etc.) we'll now just print an appropriate message indicating what
  went wrong. right now, very little potential problems make use of this
  mechanism (i.e., raising the ConfigurationError exception), but we will
  plan to add more, appropriate error-handling code is we run across the
  potential problems that can arise [upon initialization].

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers