root | 3 Jan 2007 21:04
Favicon

[mb-commits] r8762 - in mb_server/branches/labels: . admin admin/reports admin/sql admin/sql/updates cgi-bin cgi-bin/MusicBrainz/Server cgi-bin/MusicBrainz/Server/Handlers/WS/1 cgi-bin/MusicBrainz/Server/Moderation htdocs htdocs/cdi htdocs/comp htdocs/comp/layout htdocs/comp/moderation htdocs/comp/relationship htdocs/comp/release htdocs/comp/release_editor htdocs/css htdocs/edit htdocs/edit/album htdocs/edit/url htdocs/freedb htdocs/mod/search htdocs/mod/search/pre htdocs/scripts htdocs/search htdocs/user

Author: luks
Date: 2007-01-03 20:04:14 +0000 (Wed, 03 Jan 2007)
New Revision: 8762

Added:
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_URL.pm
   mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_URL
   mb_server/branches/labels/htdocs/edit/url/
   mb_server/branches/labels/htdocs/edit/url/edit.html
   mb_server/branches/labels/htdocs/mod/search/pre/url.html
Removed:
   mb_server/branches/labels/admin/sql/updates/20061011-1.sql
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_CHANGE_RELEASE_LOCK.pm
   mb_server/branches/labels/htdocs/comp/moderation/MOD_CHANGE_RELEASE_LOCK
   mb_server/branches/labels/htdocs/edit/album/lock.html
   mb_server/branches/labels/htdocs/edit/url/edit.html
   mb_server/branches/labels/htdocs/freedb/top.html
   mb_server/branches/labels/htdocs/scripts/search-lucene.js
Modified:
   mb_server/branches/labels/INSTALL
   mb_server/branches/labels/admin/reports/BadWin32CDTOCs.inc
   mb_server/branches/labels/admin/sql/CreateTables.sql
   mb_server/branches/labels/admin/startup.pl
   mb_server/branches/labels/cgi-bin/Album.pm
   mb_server/branches/labels/cgi-bin/FreeDB.pm
   mb_server/branches/labels/cgi-bin/Insert.pm
   mb_server/branches/labels/cgi-bin/ModDefs.pm
   mb_server/branches/labels/cgi-bin/Moderation.pm
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Handlers/WS/1/Artist.pm
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Handlers/WS/1/Common.pm
(Continue reading)

root | 4 Jan 2007 00:43
Favicon

[mb-commits] r8763 - metabrainz/trunk/htdocs/about

Author: robert
Date: 2007-01-03 23:43:08 +0000 (Wed, 03 Jan 2007)
New Revision: 8763

Modified:
   metabrainz/trunk/htdocs/about/index.html
   metabrainz/trunk/htdocs/about/supporters.html
Log:
Added sun to the supporters and updated the list of directors.

Modified: metabrainz/trunk/htdocs/about/index.html
===================================================================
--- metabrainz/trunk/htdocs/about/index.html	2007-01-03 20:04:14 UTC (rev 8762)
+++ metabrainz/trunk/htdocs/about/index.html	2007-01-03 23:43:08 UTC (rev 8763)
 <at>  <at>  -43,12 +43,12  <at>  <at> 
 </p>

 <ul>
+<li>Director <a href="http://blogs.magnatune.com">John Buckman/a> of
+     <a href="http://www.magnatune.com">Magnatune</a></li>
 <li>Director <a href="http://danbri.org/">Dan Brickley</a> of
     <a href="http://w3.org">W3C</a> and the <a href="http://www.foaf-project.org/">FOAF Project</a></li>
 <li>Director <a href="http://craphound.com">Cory Doctorow</a> of
     <a href="http://annenberg.edu">the USC Annenberg Center for Communication</a></li>
-<li>Director <a href="http://joi.ito.com">Joichi Ito</a> of
-     <a href="http://www.neoteny.com">Neoteny Co. Ltd.</a></li>
 <li>Executive Director <a href="http://mayhem-chaos.net">Robert Kaye</a> of the
     MetaBrainz Foundation</li>
 <li>Director <a href="http://www.futureofmusic.org/about/members.cfm#bz">Brian Zisk</a> of the
 <at>  <at>  -61,6 +61,8  <at>  <at> 
(Continue reading)

root | 4 Jan 2007 00:45
Favicon

[mb-commits] r8764 - metabrainz/trunk/htdocs/about

Author: djce
Date: 2007-01-03 23:45:29 +0000 (Wed, 03 Jan 2007)
New Revision: 8764

Modified:
   metabrainz/trunk/htdocs/about/index.html
Log:
Borked a closing tag

Modified: metabrainz/trunk/htdocs/about/index.html
===================================================================
--- metabrainz/trunk/htdocs/about/index.html	2007-01-03 23:43:08 UTC (rev 8763)
+++ metabrainz/trunk/htdocs/about/index.html	2007-01-03 23:45:29 UTC (rev 8764)
 <at>  <at>  -43,7 +43,7  <at>  <at> 
 </p>

 <ul>
-<li>Director <a href="http://blogs.magnatune.com">John Buckman/a> of
+<li>Director <a href="http://blogs.magnatune.com">John Buckman</a> of
      <a href="http://www.magnatune.com">Magnatune</a></li>
 <li>Director <a href="http://danbri.org/">Dan Brickley</a> of
     <a href="http://w3.org">W3C</a> and the <a href="http://www.foaf-project.org/">FOAF Project</a></li>
root | 4 Jan 2007 21:57
Favicon

[mb-commits] r8765 - mb_server/branches/labels/cgi-bin/MusicBrainz/Server

Author: luks
Date: 2007-01-04 20:57:50 +0000 (Thu, 04 Jan 2007)
New Revision: 8765

Modified:
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Release.pm
Log:
Add the extra info for new release events.

Modified: mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Release.pm
===================================================================
--- mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Release.pm	2007-01-03 23:45:29 UTC
(rev 8764)
+++ mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Release.pm	2007-01-04 20:57:50 UTC
(rev 8765)
 <at>  <at>  -153,10 +153,13  <at>  <at> 
 	my $self = shift;
    	my $sql = Sql->new($self->{DBH});
 	$sql->Do(
-		"INSERT INTO release (album, country, releasedate) VALUES (?, ?, ?)",
+		"INSERT INTO release (album, country, releasedate, label, catno, barcode) VALUES (?, ?, ?, ?, ?, ?)",
 		$self->GetAlbum,
 		$self->GetCountry,
 		$self->GetSortDate,
+		$self->GetLabel,
+		$self->GetCatNo,
+		$self->GetBarcode,
 	);
 	$self->SetId($sql->GetLastInsertId("release"));
 }
(Continue reading)

root | 4 Jan 2007 22:20
Favicon

[mb-commits] r8766 - mb_server/branches/labels/htdocs/comp/moderation

Author: luks
Date: 2007-01-04 21:20:42 +0000 (Thu, 04 Jan 2007)
New Revision: 8766

Modified:
   mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_RELEASEEVENTS
   mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_RELEASEEVENTS
   mb_server/branches/labels/htdocs/comp/moderation/MOD_REMOVE_RELEASEEVENTS
Log:
Display label related info in 'edit release events' edits.

Modified: mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_RELEASEEVENTS
===================================================================
--- mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_RELEASEEVENTS	2007-01-04
20:57:50 UTC (rev 8765)
+++ mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_RELEASEEVENTS	2007-01-04
21:20:42 UTC (rev 8766)
 <at>  <at>  -59,6 +59,21  <at>  <at> 
 			<td class="lbl">Add:</td>
 			<td class="field">
 				<& /comp/releasedate, $t->{"d"} &> - <& .ShowCountryName, $t->{"c"} &>
+%				if ($t->{"l"})
+%				{
+%					my $label = Label->new($self->{DBH});
+%					$label->SetId($t->{"l"});
+%					$label->LoadFromId();
+					- Label: <& /comp/linklabel, label => $label &>
+%				}
+%				if ($t->{"n"})
+%				{
(Continue reading)

root | 4 Jan 2007 22:47
Favicon

[mb-commits] r8767 - mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation

Author: luks
Date: 2007-01-04 21:47:57 +0000 (Thu, 04 Jan 2007)
New Revision: 8767

Modified:
   mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm
Log:
Escape special characters.

Modified: mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm
===================================================================
---
mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm	2007-01-04
21:20:42 UTC (rev 8766)
+++
mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm	2007-01-04
21:47:57 UTC (rev 8767)
 <at>  <at>  -33,6 +33,24  <at>  <at> 
 sub Name { "Edit Release Events (old version)" }
 (__PACKAGE__)->RegisterHandler;

+sub _EncodeText
+{
+	my $t = $_[0];
+	$t =~ s/\$/\$26/g;
+	$t =~ s/ /\$20/g;
+	$t =~ s/=/\$3D/g;
+	return $t;
+}
+
(Continue reading)

root | 4 Jan 2007 23:04
Favicon

[mb-commits] r8768 - mb_server/branches/labels/htdocs/edit/albumreleases

Author: luks
Date: 2007-01-04 22:04:19 +0000 (Thu, 04 Jan 2007)
New Revision: 8768

Modified:
   mb_server/branches/labels/htdocs/edit/albumreleases/selectlabel.html
Log:
Fix editing of release events with multiple labels.

Modified: mb_server/branches/labels/htdocs/edit/albumreleases/selectlabel.html
===================================================================
--- mb_server/branches/labels/htdocs/edit/albumreleases/selectlabel.html	2007-01-04 21:47:57
UTC (rev 8767)
+++ mb_server/branches/labels/htdocs/edit/albumreleases/selectlabel.html	2007-01-04 22:04:19
UTC (rev 8768)
 <at>  <at>  -65,6 +65,8  <at>  <at> 
 			if (defined $submit_select and defined $selected_label) 
 			{
 				$rel->{label} = $selected_label;
+				$selected_label = undef;
+				$search = undef;
 			}
 			else
 			{
root | 4 Jan 2007 23:16
Favicon

[mb-commits] r8769 - mb_server/branches/labels/htdocs/comp/moderation

Author: luks
Date: 2007-01-04 22:16:09 +0000 (Thu, 04 Jan 2007)
New Revision: 8769

Modified:
   mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_ARTIST
   mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_LABEL
   mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_ARTIST
   mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_LABEL
Log:
Correct package name.

Modified: mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_ARTIST
===================================================================
--- mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_ARTIST	2007-01-04 22:04:19 UTC
(rev 8768)
+++ mb_server/branches/labels/htdocs/comp/moderation/MOD_ADD_ARTIST	2007-01-04 22:16:09 UTC
(rev 8769)
 <at>  <at>  -94,7 +94,7  <at>  <at> 
 		<tr>
 			<td class="lbl"><% Artist::GetBeginDateName($type) %>:</td>
 			<td>
-			 	<% MusicBrainz::MakeDisplayDateStr($begin) %></td>
+			 	<% MusicBrainz::Server::Validation::MakeDisplayDateStr($begin) %></td>
 		</tr>

 %	}
 <at>  <at>  -105,7 +105,7  <at>  <at> 
 		<tr>
 			<td class="lbl"><% Artist::GetEndDateName($type) %>:</td>
(Continue reading)

root | 4 Jan 2007 23:19
Favicon

[mb-commits] r8770 - mb_server/branches/labels/htdocs/comp/moderation

Author: luks
Date: 2007-01-04 22:19:20 +0000 (Thu, 04 Jan 2007)
New Revision: 8770

Modified:
   mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_RELEASEEVENTS
Log:
No JS-diffs for 'edit release event' edits.

Modified: mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_RELEASEEVENTS
===================================================================
--- mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_RELEASEEVENTS	2007-01-04
22:16:09 UTC (rev 8769)
+++ mb_server/branches/labels/htdocs/comp/moderation/MOD_EDIT_RELEASEEVENTS	2007-01-04
22:19:20 UTC (rev 8770)
 <at>  <at>  -58,7 +58,7  <at>  <at> 

 		<tr>
 			<td class="lbl">Change:</td>
-			<td class="diff" id="ov::edit<% $self->GetId %><% $i %>">
+			<td class="field">
 				<& /comp/releasedate, $t->{"d"} &> - <& .ShowCountryName, $t->{"c"} &>
 %				if ($t->{"l"})
 %				{
 <at>  <at>  -79,7 +79,7  <at>  <at> 
 		</tr>
 		<tr>
 			<td>&nbsp;</td>
-			<td class="diff" id="nv::edit<% $self->GetId %><% $i++ %>">
+			<td class="field">
(Continue reading)

root | 4 Jan 2007 23:40
Favicon

[mb-commits] r8771 - in mb_server/branches/labels: cgi-bin htdocs/show/label

Author: luks
Date: 2007-01-04 22:40:22 +0000 (Thu, 04 Jan 2007)
New Revision: 8771

Modified:
   mb_server/branches/labels/cgi-bin/Label.pm
   mb_server/branches/labels/htdocs/show/label/index.html
Log:
Display artist names on the label page.

Modified: mb_server/branches/labels/cgi-bin/Label.pm
===================================================================
--- mb_server/branches/labels/cgi-bin/Label.pm	2007-01-04 22:19:20 UTC (rev 8770)
+++ mb_server/branches/labels/cgi-bin/Label.pm	2007-01-04 22:40:22 UTC (rev 8771)
 <at>  <at>  -703,9 +703,9  <at>  <at> 
 		SELECT
 			album.id,
 			artist,
-			name,
+			album.name,
 			album.modpending,
-			gid,
+			album.gid,
 			attributes,
 			language,
 			script,
 <at>  <at>  -714,12 +714,14  <at>  <at> 
 			tracks,
 			discids,
 			trmids,
(Continue reading)


Gmane