MusicBrainz Git Server | 1 Dec 2011 14:38
Favicon

[mb-commits] branch, master, updated. MBS-3471: Display the release group that a release is being added to

The branch, master has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=b7384777fa852a19296b3c8031513453c270ee47 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=0d8be892630846a935f8bd3a5faf0516d9022fa8 (commit)

Summary of changes:
 lib/MusicBrainz/Server/Edit/Release/Create.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

hooks/post-receive
--

-- 
mb_server
MusicBrainz Git Server | 1 Dec 2011 14:38
Favicon

[mb-commits] branch, MBS-3684, created. MBS-3684: Use tocTrackCount() to get a track count from a mediums TOC

The branch, MBS-3684 has been created
        at  f569710a1b7b859435199c8463814b9e257c083c (commit)

- Log -----------------------------------------------------------------
commit f569710a1b7b859435199c8463814b9e257c083c
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Thu Dec 1 13:11:20 2011 +0000

    MBS-3684: Use tocTrackCount() to get a track count from a mediums TOC

    There are 2 ways to provide a TOC for a medium - having one already in the
    database, and adding one in the release editor. The former case worked correctly
    but importing a CD stub didn't work correctly, as it couldn't correctly
    determine the track count.

diff --git a/root/static/scripts/release-editor/MB/Control/ReleaseTracklist.js b/root/static/scripts/release-editor/MB/Control/ReleaseTracklist.js
index 8b99745..32204c8 100644
--- a/root/static/scripts/release-editor/MB/Control/ReleaseTracklist.js
+++ b/root/static/scripts/release-editor/MB/Control/ReleaseTracklist.js
 <at>  <at>  -581,13 +581,20  <at>  <at>  MB.Control.ReleaseDisc = function (parent, $disc) {
         self.$nowloading.hide ();
     };

+    self.tocTrackCount = function() {
+        var releaseTocCount = MB.medium_cdtocs[self.number],
+        parsedTocCount = self.$toc.val().split(/\s+/)[1];
+
+        return releaseTocCount || parsedTocCount || null;
+    }
+
(Continue reading)

MusicBrainz Git Server | 1 Dec 2011 14:38
Favicon

[mb-commits] branch, mbs-3811, created. Merge remote branch 'origin/mbs-496-toggle' into mbs-3811 MBS-496, show track...

The branch, mbs-3811 has been created
        at  40a52f346724e57059f44d08ee69503ad9dae492 (commit)

- Log -----------------------------------------------------------------
commit 40a52f346724e57059f44d08ee69503ad9dae492
Merge: da3fc4b 20646ff
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Thu Dec 1 10:06:01 2011 +0000

    Merge remote branch 'origin/mbs-496-toggle' into mbs-3811

    * origin/mbs-496-toggle:
      MBS-496, show track relationships by default.
      MBS-496, more tweaks to font-size and padding/margins of relationships displayed inline in tracklist.
      MBS-496, add a toggle to hide/show relationships, and decrease the font size of displayed relationships.

-----------------------------------------------------------------------

hooks/post-receive
--

-- 
mb_server
MusicBrainz Git Server | 1 Dec 2011 16:13
Favicon

[mb-commits] branch, next, updated. Merge branch 'mbs-3858' into next MBS-3858: Make setting a tracklist lengths ...

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=33560fb635037202e3e6e84ffde1726962c2ec43 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=1a45ccb316a06a483cf824c716557a62f00d1116 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=08fbe1fc3707882d1271409e76e509ef3e55d641 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=b7384777fa852a19296b3c8031513453c270ee47 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=75ec99db65bb2020df986cf2cadfc1001194fcd5 (commit)

Summary of changes:
 lib/MusicBrainz/Server/Data/Track.pm          |    1 +
 lib/MusicBrainz/Server/Data/Tracklist.pm      |   41 +++++++++++++++++--------
 lib/MusicBrainz/Server/Edit/Release/Create.pm |    5 ++-
 3 files changed, 32 insertions(+), 15 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33560fb635037202e3e6e84ffde1726962c2ec43
Merge: 1a45ccb 08fbe1f
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Thu Dec 1 15:12:43 2011 +0000

    Merge branch 'mbs-3858' into next

(Continue reading)

MusicBrainz Git Server | 1 Dec 2011 16:13
Favicon

[mb-commits] branch, mbs-3858, created. MBS-3858: Make setting a tracklist lengths to a CDTOC use find-or-insert sema...

The branch, mbs-3858 has been created
        at  08fbe1fc3707882d1271409e76e509ef3e55d641 (commit)

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

hooks/post-receive
--

-- 
mb_server
MusicBrainz Git Server | 1 Dec 2011 17:13
Favicon

[mb-commits] branch, mbs-3152, updated. MBS-3152, change renderToDisc for cdstub/ freedb imports to keep track of subs...

The branch, mbs-3152 has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=23ab870615c34806255aa12691cb30f3b0547876 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=2569080273304b80589833cf44af1f29061c0003 (commit)

Summary of changes:
 root/static/scripts/common/MB/utility.js           |    2 -
 .../release-editor/MB/Control/ReleaseAddDisc.js    |   27 +++++++++----------
 .../release-editor/MB/Control/ReleaseTracklist.js  |    8 +++--
 3 files changed, 18 insertions(+), 19 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 23ab870615c34806255aa12691cb30f3b0547876
Author: warp <kuno <at> frob.nl>
Date:   Thu Dec 1 10:23:55 2011 -0500

    MBS-3152, change renderToDisc for cdstub/freedb imports to keep track of subsecond track lengths.

diff --git a/root/static/scripts/common/MB/utility.js b/root/static/scripts/common/MB/utility.js
index c307d85..7349253 100644
--- a/root/static/scripts/common/MB/utility.js
+++ b/root/static/scripts/common/MB/utility.js
 <at>  <at>  -190,8 +190,6  <at>  <at>  MB.utility.formatTrackLength = function (duration)
             ("00" + String (Math.floor (length_in_secs % 60))).slice (-2);
     }
(Continue reading)

MusicBrainz Git Server | 1 Dec 2011 17:52
Favicon

[mb-commits] branch, next, updated. Merge branch 'mbs-3152' into next MBS-3152, change renderToDisc for cdstub/ fr...

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=7b6ce636dd8e7b4a80c63c8007965ceb2bb9609c (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=23ab870615c34806255aa12691cb30f3b0547876 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=2569080273304b80589833cf44af1f29061c0003 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=33560fb635037202e3e6e84ffde1726962c2ec43 (commit)

Summary of changes:
 lib/MusicBrainz/Server/Controller/WS/js.pm         |   13 ++--
 lib/MusicBrainz/Server/Edit/Medium/Edit.pm         |    4 +-
 lib/MusicBrainz/Server/Edit/Medium/Util.pm         |   27 ++++++--
 .../Server/Form/ReleaseEditor/Tracklist.pm         |   20 +-----
 lib/MusicBrainz/Server/Wizard/ReleaseEditor.pm     |    8 +-
 root/static/scripts/common/MB/utility.js           |   37 ++++++++++-
 .../release-editor/MB/Control/ReleaseAddDisc.js    |   27 ++++----
 .../release-editor/MB/Control/ReleaseEdits.js      |    2 +-
 .../release-editor/MB/Control/ReleaseRecordings.js |    2 +-
 .../release-editor/MB/Control/ReleaseTracklist.js  |   69 ++++++++++++++------
 .../scripts/release-editor/MB/TrackParser.js       |    4 +-
 11 files changed, 140 insertions(+), 73 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b6ce636dd8e7b4a80c63c8007965ceb2bb9609c
(Continue reading)

MusicBrainz Git Server | 1 Dec 2011 17:55
Favicon

[mb-commits] branch, master, updated. Merge branch 'mbs-496-toggle' MBS-496, show track relationships by default. M...

The branch, master has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=bb6361d2ca9720d91d07709fb899f48d24a47350 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=20646ff6b4e1a1c23428c3c813fae8e813dd37df (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=a317dc78d2e8f6dadaf38ffeedd939f9b72da9e1 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=53fd50135806194ebf494469f03d088dd01e4191 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=b7384777fa852a19296b3c8031513453c270ee47 (commit)

Summary of changes:
 root/release/index.tt       |   37 ++++++++++++++++++++++++++++++++++++-
 root/tracklist/tracklist.tt |   21 +++++++++++++--------
 2 files changed, 49 insertions(+), 9 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb6361d2ca9720d91d07709fb899f48d24a47350
Merge: b738477 20646ff
Author: warp <kuno <at> frob.nl>
Date:   Thu Dec 1 11:55:44 2011 -0500

    Merge branch 'mbs-496-toggle'

    * mbs-496-toggle:
(Continue reading)

MusicBrainz Git Server | 1 Dec 2011 20:42
Favicon

[mb-commits] branch, master, updated. MBS-2785, render artist without mbid properly in ArtistCredit renderPreviewHTML.

The branch, master has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=c630813079b469be44c1779f4c2fa64aee222e7c (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=bb6361d2ca9720d91d07709fb899f48d24a47350 (commit)

Summary of changes:
 .../static/scripts/edit/MB/Control/ArtistCredit.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c630813079b469be44c1779f4c2fa64aee222e7c
Author: warp <kuno <at> frob.nl>
Date:   Thu Dec 1 14:41:22 2011 -0500

    MBS-2785, render artist without mbid properly in ArtistCredit renderPreviewHTML.

diff --git a/root/static/scripts/edit/MB/Control/ArtistCredit.js b/root/static/scripts/edit/MB/Control/ArtistCredit.js
index 77efbf4..a74c701 100644
--- a/root/static/scripts/edit/MB/Control/ArtistCredit.js
+++ b/root/static/scripts/edit/MB/Control/ArtistCredit.js
 <at>  <at>  -321,7 +321,8  <at>  <at>  MB.Control.ArtistCredit = function(obj, boxnumber, container) {
     self.renderPreviewHTML = function () {
         if (self.$gid.val () === '')
         {
-            return self.renderName ();
(Continue reading)

MusicBrainz Git Server | 2 Dec 2011 16:29
Favicon

[mb-commits] branch, mbs-1935, created. Display artist disambiguation comments in hover for artist links

The branch, mbs-1935 has been created
        at  3dbbfa264d536acf0ffdb56a1248eb2c637911e3 (commit)

- Log -----------------------------------------------------------------
commit 3dbbfa264d536acf0ffdb56a1248eb2c637911e3
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Dec 2 15:23:04 2011 +0000

    Display artist disambiguation comments in hover for artist links

diff --git a/lib/MusicBrainz/Server/Data/ArtistCredit.pm b/lib/MusicBrainz/Server/Data/ArtistCredit.pm
index c03b9cf..c8237a6 100644
--- a/lib/MusicBrainz/Server/Data/ArtistCredit.pm
+++ b/lib/MusicBrainz/Server/Data/ArtistCredit.pm
 <at>  <at>  -16,7 +16,8  <at>  <at>  sub get_by_ids
     my ($self,  <at> ids) =  <at> _;
     my $query = "SELECT artist, artist_name.name, join_phrase, artist_credit,
                         artist.id, gid, n2.name AS artist_name,
-                        n3.name AS sort_name " .
+                        n3.name AS sort_name,
+                        comment " .
                 "FROM artist_credit_name " .
                 "JOIN artist_name ON artist_name.id=artist_credit_name.name " .
                 "JOIN artist ON artist.id=artist_credit_name.artist " .
 <at>  <at>  -44,7 +45,8  <at>  <at>  sub get_by_ids
             id => $row->{id},
             gid => $row->{gid},
             name => $row->{artist_name},
-            sort_name => $row->{sort_name}
+            sort_name => $row->{sort_name},
(Continue reading)


Gmane