MusicBrainz Git Server | 1 Apr 2011 14:56
Favicon

[mb-commits] branch, mbs-1517, updated. MBS-1517, refactor Recording-> appears_on to use a single query for multiple r...

The branch, mbs-1517 has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=9472f3d8bd604236ef341f7d146e48d631e17b8c (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=86d2e2df79c2af875da0d41abbc46d50aa7b806b (commit)

Summary of changes:
 lib/MusicBrainz/Server/Controller/WS/js.pm         |   34 ++++++++---
 lib/MusicBrainz/Server/Data/Recording.pm           |   62 +++++++++++++-------
 .../Server/WebService/JSONSerializer.pm            |   10 ++-
 root/static/scripts/MB/Control/Autocomplete.js     |   11 +++-
 .../static/scripts/MB/Control/ReleaseRecordings.js |   25 ++++----
 t/lib/t/MusicBrainz/Server/Data/Recording.pm       |   11 ++++
 t/sql/recording.sql                                |   31 ++++++++--
 t/sql/tracklist.sql                                |   10 ++--
 8 files changed, 134 insertions(+), 60 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 9472f3d8bd604236ef341f7d146e48d631e17b8c
Author: warp <kuno <at> frob.nl>
Date:   Fri Apr 1 14:55:05 2011 +0200

    MBS-1517, refactor Recording->appears_on to use a single query for multiple recordings

diff --git a/lib/MusicBrainz/Server/Controller/WS/js.pm b/lib/MusicBrainz/Server/Controller/WS/js.pm
index e5d4b60..b3b8980 100644
(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 15:00
Favicon

[mb-commits] branch, next, updated. Merge branch 'mbs-1517' into next MBS-1517, refactor Recording-> appears_on to...

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=e22fb20ceb676ac3898b9740bb15792a193605c4 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=9472f3d8bd604236ef341f7d146e48d631e17b8c (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=8d274ed2a2d543b184f6df83223d5856da20b6ce (commit)

Summary of changes:
 lib/MusicBrainz/Server/Controller/WS/js.pm         |   34 ++++++++---
 lib/MusicBrainz/Server/Data/Recording.pm           |   60 ++++++++++++-------
 .../Server/WebService/JSONSerializer.pm            |   10 ++-
 root/static/scripts/MB/Control/Autocomplete.js     |   11 +++-
 .../static/scripts/MB/Control/ReleaseRecordings.js |   25 ++++----
 t/lib/t/MusicBrainz/Server/Data/Recording.pm       |   11 ++++
 t/sql/recording.sql                                |   31 +++++++++--
 t/sql/tracklist.sql                                |   10 ++--
 8 files changed, 132 insertions(+), 60 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 e22fb20ceb676ac3898b9740bb15792a193605c4
Merge: 8d274ed 9472f3d
Author: warp <kuno <at> frob.nl>
Date:   Fri Apr 1 15:00:17 2011 +0200

    Merge branch 'mbs-1517' into next
(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:13
Favicon

[mb-commits] branch, master, updated. Unset country in schema_fixup if the country code is unknown.

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

Summary of changes:
 lib/MusicBrainz/Server/Data/Search.pm |    1 +
 1 files changed, 1 insertions(+), 0 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 9be0b9f9c4e835b7868fed28071499ac5fe70606
Author: warp <kuno <at> frob.nl>
Date:   Fri Apr 1 16:12:54 2011 +0200

    Unset country in schema_fixup if the country code is unknown.

diff --git a/lib/MusicBrainz/Server/Data/Search.pm b/lib/MusicBrainz/Server/Data/Search.pm
index 9db816c..9680ce0 100644
--- a/lib/MusicBrainz/Server/Data/Search.pm
+++ b/lib/MusicBrainz/Server/Data/Search.pm
 <at>  <at>  -262,6 +262,7  <at>  <at>  sub schema_fixup
     if (exists $data->{country})
     {
         $data->{country} = $c->model('Country')->find_by_code ($data->{country});
+        delete $data->{country} unless defined $data->{country};
(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:13
Favicon

[mb-commits] branch, next, updated. Unset country in schema_fixup if the country code is unknown.

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

Summary of changes:
 lib/MusicBrainz/Server/Data/Search.pm |    1 +
 1 files changed, 1 insertions(+), 0 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 e6839d4d502d2de7735f8a941b412515b3f5cc0a
Author: warp <kuno <at> frob.nl>
Date:   Fri Apr 1 16:12:54 2011 +0200

    Unset country in schema_fixup if the country code is unknown.

diff --git a/lib/MusicBrainz/Server/Data/Search.pm b/lib/MusicBrainz/Server/Data/Search.pm
index 9db816c..9680ce0 100644
--- a/lib/MusicBrainz/Server/Data/Search.pm
+++ b/lib/MusicBrainz/Server/Data/Search.pm
 <at>  <at>  -262,6 +262,7  <at>  <at>  sub schema_fixup
     if (exists $data->{country})
     {
         $data->{country} = $c->model('Country')->find_by_code ($data->{country});
+        delete $data->{country} unless defined $data->{country};
(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:38
Favicon

[mb-commits] branch, master, updated. Merge branch 'mbs-1431-annotations' Decode HTML entities when loading annotat...

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

Summary of changes:
 lib/MusicBrainz/Server/Data/EntityAnnotation.pm |    7 +++++++
 1 files changed, 7 insertions(+), 0 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 ba5969e8c787d6523ed08ef59a46bd112a2d72a0
Merge: 9be0b9f 65ad3b1
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Apr 1 15:38:01 2011 +0100

    Merge branch 'mbs-1431-annotations'

    * mbs-1431-annotations:
      Decode HTML entities when loading annotations

commit 65ad3b115cfe3618113caf554887c762b52363d7
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Wed Mar 30 14:15:35 2011 +0100
(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:38
Favicon

[mb-commits] branch, next, updated. Merge branch 'master' into next Merge branch 'mbs-1431-annotations' Unset cou...

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=a52ca4ffe8848ac12690f808d5a81c28eb33159c (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=ba5969e8c787d6523ed08ef59a46bd112a2d72a0 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=9be0b9f9c4e835b7868fed28071499ac5fe70606 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=984f188d3364ad49b3b8f21621c788258dea0aff (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=8a55f83fd2d4aa5147c793402ac95b4b72287cf8 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=65ad3b115cfe3618113caf554887c762b52363d7 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=e6839d4d502d2de7735f8a941b412515b3f5cc0a (commit)

Summary of changes:
 lib/MusicBrainz/Server/Data/EntityAnnotation.pm |    7 +++++++
 1 files changed, 7 insertions(+), 0 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 a52ca4ffe8848ac12690f808d5a81c28eb33159c
Merge: e6839d4 ba5969e
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Apr 1 15:38:12 2011 +0100

(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:39
Favicon

[mb-commits] branch, master, updated. Merge branch 'mbs-301-recording-direct-search' Make the amount of queries for...

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

Summary of changes:
 lib/MusicBrainz/Server/Controller/Search.pm |   11 +++++++----
 lib/MusicBrainz/Server/Data/Release.pm      |   23 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 4 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 4f71119514817f87bdbcf56443d52fbb58d6f244
Merge: ba5969e 93d61c6
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Apr 1 15:38:41 2011 +0100

    Merge branch 'mbs-301-recording-direct-search'

    * mbs-301-recording-direct-search:
      Make the amount of queries for direct recording searches constant

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

(Continue reading)

MusicBrainz Git Server | 1 Apr 2011 16:39
Favicon

[mb-commits] branch, next, updated. Merge branch 'master' into next Merge branch ' mbs-301-recording-direct-search'

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=499c5ac20901441ba8be668869a2b1a24652b26b (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=4f71119514817f87bdbcf56443d52fbb58d6f244 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=a52ca4ffe8848ac12690f808d5a81c28eb33159c (commit)

Summary of changes:

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 499c5ac20901441ba8be668869a2b1a24652b26b
Merge: a52ca4f 4f71119
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Apr 1 15:38:49 2011 +0100

    Merge branch 'master' into next

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

hooks/post-receive
--

-- 
mb_server
MusicBrainz Git Server | 1 Apr 2011 17:29
Favicon

[mb-commits] branch, mbs-78-freedb-import, updated. Change /freedb/import links to /freedb/show

The branch, mbs-78-freedb-import has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=4176a98254be27af86e2960899a0b301e57d53b9 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=aa08d565e0b395a2dc6fc425a59206751283e206 (commit)

Summary of changes:
 .../Server/Controller/ReleaseEditor/Import.pm      |    2 +-
 root/search/results-freedb.tt                      |    2 +-
 2 files changed, 2 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 Apr 2011 17:29
Favicon

[mb-commits] branch, next, updated. Merge branch 'mbs-78-freedb-import' into next Change /freedb/ import links to ...

The branch, next has been updated
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=4893bf0a6db8df337788578a6472dc8290777a4c (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=4176a98254be27af86e2960899a0b301e57d53b9 (commit)
       via 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=aa08d565e0b395a2dc6fc425a59206751283e206 (commit)
      from 
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=499c5ac20901441ba8be668869a2b1a24652b26b (commit)

Summary of changes:
 .../Server/Controller/ReleaseEditor/Import.pm      |    2 +-
 root/search/results-freedb.tt                      |    2 +-
 2 files changed, 2 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 -----------------------------------------------------------------
commit 4893bf0a6db8df337788578a6472dc8290777a4c
Merge: 499c5ac 4176a98
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Fri Apr 1 16:28:27 2011 +0100

    Merge branch 'mbs-78-freedb-import' into next

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

hooks/post-receive
(Continue reading)


Gmane