root | 1 May 2011 10:43
Favicon

[mb-commits] r12974 - python-musicbrainz2/trunk/src/musicbrainz2

Author: luks
Date: 2011-05-01 08:43:54 +0000 (Sun, 01 May 2011)
New Revision: 12974

Modified:
   python-musicbrainz2/trunk/src/musicbrainz2/__init__.py
Log:
Increase version number

Modified: python-musicbrainz2/trunk/src/musicbrainz2/__init__.py
===================================================================
--- python-musicbrainz2/trunk/src/musicbrainz2/__init__.py	2011-04-29 11:49:31 UTC (rev 12973)
+++ python-musicbrainz2/trunk/src/musicbrainz2/__init__.py	2011-05-01 08:43:54 UTC (rev 12974)
 <at>  <at>  -21,6 +21,6  <at>  <at> 
  <at> author: Matthias Friedrich <matt <at> mafr.de>
 """
 __revision__ = '$Id$'
-__version__ = '0.7.2'
+__version__ = '0.7.3'

 # EOF
root | 1 May 2011 10:50
Favicon

[mb-commits] r12975 - python-musicbrainz2/tags

Author: luks
Date: 2011-05-01 08:50:41 +0000 (Sun, 01 May 2011)
New Revision: 12975

Added:
   python-musicbrainz2/tags/release-0.7.3/
Log:
Tag the 0.7.3 release
MusicBrainz Git Server | 2 May 2011 12:05
Favicon

[mb-commits] branch, mbs-1783, created. MBS-1783, Change ArtistCredit field to also keep track of artist names ( relea...

The branch, mbs-1783 has been created
        at  d3b02b69fb02d286ee855268ecf48184b52c2ac7 (commit)

- Log -----------------------------------------------------------------
commit d3b02b69fb02d286ee855268ecf48184b52c2ac7
Author: warp <kuno <at> frob.nl>
Date:   Mon May 2 12:01:17 2011 +0200

    MBS-1783, Change ArtistCredit field to also keep track of artist names (release-group/create?artist,
recording/create?artist, release/*).
    MBS-1783, Change ArtistCredit field to also keep track of artist names (release-group/create,
recording/edit, recording/create).

diff --git a/lib/MusicBrainz/Server/Data/Artist.pm b/lib/MusicBrainz/Server/Data/Artist.pm
index 80b6ccc..b8f3b6c 100644
--- a/lib/MusicBrainz/Server/Data/Artist.pm
+++ b/lib/MusicBrainz/Server/Data/Artist.pm
 <at>  <at>  -294,6 +294,26  <at>  <at>  sub load_meta
     },  <at> _);
 }

+
+sub load_for_artist_credits {
+    my ($self,  <at> artist_credits) =  <at> _;
+
+    return unless  <at> artist_credits;
+
+    my %artist_ids;
+    for my $ac ( <at> artist_credits)
+    {
(Continue reading)

MusicBrainz Git Server | 2 May 2011 13:53
Favicon

[mb-commits] branch, mbs-1783, updated. MBS-1783, change all remaining uses of artist_credit_to_alternative_ref to ar...

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

Summary of changes:
 lib/MusicBrainz/Server/Controller/WS/js.pm         |   12 ++--------
 lib/MusicBrainz/Server/Data/Utils.pm               |   21 --------------------
 lib/MusicBrainz/Server/Wizard/ReleaseEditor.pm     |    8 +-----
 .../Server/Wizard/ReleaseEditor/Edit.pm            |    4 +-
 .../scripts/MB/Control/ReleaseAdvancedTab.js       |    4 +-
 5 files changed, 9 insertions(+), 40 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 c18e21aee8f0790ec8e86a98371d1d668b8540de
Author: warp <kuno <at> frob.nl>
Date:   Mon May 2 13:53:23 2011 +0200

    MBS-1783, change all remaining uses of artist_credit_to_alternative_ref to artist_credit_to_ref.

diff --git a/lib/MusicBrainz/Server/Controller/WS/js.pm b/lib/MusicBrainz/Server/Controller/WS/js.pm
index c1e0039..384a370 100644
--- a/lib/MusicBrainz/Server/Controller/WS/js.pm
+++ b/lib/MusicBrainz/Server/Controller/WS/js.pm
 <at>  <at>  -8,7 +8,7  <at>  <at>  use MusicBrainz::Server::WebService::Validator;
(Continue reading)

MusicBrainz Git Server | 2 May 2011 14:58
Favicon

[mb-commits] branch, master, updated. Load sha1/sha1.js in tests/all.html as it is required for tests/utility.js.

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

Summary of changes:
 root/static/scripts/tests/all.html |    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 742b2728e6ba937518463e7a3e0b3d3e47cff71d
Author: warp <kuno <at> frob.nl>
Date:   Mon May 2 14:57:56 2011 +0200

    Load sha1/sha1.js in tests/all.html as it is required for tests/utility.js.

diff --git a/root/static/scripts/tests/all.html b/root/static/scripts/tests/all.html
index c6bc68c..6e5eb3a 100644
--- a/root/static/scripts/tests/all.html
+++ b/root/static/scripts/tests/all.html
 <at>  <at>  -4,6 +4,7  <at>  <at> 
     <link rel="stylesheet" href="../../lib/qunit/qunit.css" type="text/css" />
     <script type="text/javascript" charset="utf-8" src="../../lib/jquery/jquery-1.5.1.js"></script>
     <script type="text/javascript" charset="utf-8" src="../../lib/jquery.ui/ui/jquery-ui-1.8.10.custom.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../lib/sha1/sha1.js"></script>
(Continue reading)

MusicBrainz Git Server | 2 May 2011 16:27
Favicon

[mb-commits] branch, master, updated. Corrected wrong loop which lead to value 0 stopping the loop. Now also handle...

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

Summary of changes:
 po/extract_pot |   60 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 31 insertions(+), 29 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 a5457dec7fed98d97d6430ee34930583d6ebb30a
Author: Nikolai Prokoschenko <nikolai <at> prokoschenko.de>
Date:   Sat Apr 30 15:42:25 2011 +0200

    Corrected wrong loop which lead to value 0 stopping the loop. Now also handles multiple strings per
Template::Toolkit entity (like SWITCH)

diff --git a/po/extract_pot b/po/extract_pot
index e3ecf05..17523f1 100755
--- a/po/extract_pot
+++ b/po/extract_pot
 <at>  <at>  -44,7 +44,8  <at>  <at>  sub get_translations {
     my $data = shift;
     my  <at> translations = ();
     my $line_number;
(Continue reading)

MusicBrainz Git Server | 2 May 2011 17:26
Favicon

[mb-commits] branch, master, updated. Change ADMIN_EMAILS default to 'root'

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

Summary of changes:
 admin/config.sh |    2 +-
 1 files changed, 1 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 8e429eff9be1d67f4ed34d26f55e2d943314072f
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Mon May 2 16:26:25 2011 +0100

    Change ADMIN_EMAILS default to 'root'

    The defaults are unroutable on most of our machines at the moment, Dave suggests
    in email that root might be a better choice.

diff --git a/admin/config.sh b/admin/config.sh
index 3809ec2..8eb0489 100644
--- a/admin/config.sh
+++ b/admin/config.sh
 <at>  <at>  -9,7 +9,7  <at>  <at> 

(Continue reading)

MusicBrainz Git Server | 2 May 2011 17:29
Favicon

[mb-commits] branch, master, updated. Fix plural translation in historic 'merge release' edit template

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

Summary of changes:
 po/mb_server.pot                             |  431 ++++++++++++++++++++++----
 root/edit/details/historic/merge_releases.tt |    2 +-
 2 files changed, 371 insertions(+), 62 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 08c635271420bcb356ca32ba2e5eedc9d37a5df9
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date:   Mon May 2 16:28:11 2011 +0100

    Fix plural translation in historic 'merge release' edit template

diff --git a/po/mb_server.pot b/po/mb_server.pot
index 68d5248..f775469 100644
--- a/po/mb_server.pot
+++ b/po/mb_server.pot
 <at>  <at>  -8,7 +8,7  <at>  <at>  msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
(Continue reading)

MusicBrainz Git Server | 2 May 2011 17:32
Favicon

[mb-commits] branch, master, updated. Improve the display of the historic 'change release quality' template

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

Summary of changes:
 po/mb_server.pot                                   |    4 +++-
 .../details/historic/change_release_quality.tt     |    6 +++++-
 2 files changed, 8 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 | 2 May 2011 17:36
Favicon

[mb-commits] branch, master, updated. Improve the display of the historic 'change release quality' template

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

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (bf11f737803b20c04d975076ad7d66d442145b01)
            \
             N -- N -- N (fc0fb5f04dc6afe12ec3245f1bdbc074ab7067e0)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Summary of changes:
 .../details/historic/change_release_quality.tt     |    4 ++--
 1 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 fc0fb5f04dc6afe12ec3245f1bdbc074ab7067e0
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
(Continue reading)


Gmane