root | 6 Dec 2007 22:56
Favicon

[mb-commits] r9611 - in metabrainz/trunk/htdocs/finances: . reports

Author: robert
Date: 2007-12-06 21:56:25 +0000 (Thu, 06 Dec 2007)
New Revision: 9611

Added:
   metabrainz/trunk/htdocs/finances/reports/MetaBrainz_Foundation_balance_sheet_20071130.pdf
   metabrainz/trunk/htdocs/finances/reports/MetaBrainz_Foundation_profit_loss_20071130.pdf
Modified:
   metabrainz/trunk/htdocs/finances/index.html
Log:
November finances

Modified: metabrainz/trunk/htdocs/finances/index.html
===================================================================
--- metabrainz/trunk/htdocs/finances/index.html	2007-11-30 00:38:28 UTC (rev 9610)
+++ metabrainz/trunk/htdocs/finances/index.html	2007-12-06 21:56:25 UTC (rev 9611)
 <at>  <at>  -52,6 +52,8  <at>  <at> 
 </p>

 <ul>
+<li>November: <a href="reports/MetaBrainz_Foundation_balance_sheet_20071130.pdf">balance sheet</a>,
+             <a href="reports/MetaBrainz_Foundation_profit_loss_20071130.pdf">profit &amp; loss</a></li>
 <li>October: <a href="reports/MetaBrainz_Foundation_balance_sheet_20071031.pdf">balance sheet</a>,
              <a href="reports/MetaBrainz_Foundation_profit_loss_20071031.pdf">profit &amp; loss</a></li>
 <li>September: <a href="reports/MetaBrainz_Foundation_balance_sheet_20070930.pdf">balance sheet</a>,

Added: metabrainz/trunk/htdocs/finances/reports/MetaBrainz_Foundation_balance_sheet_20071130.pdf

Property changes on: metabrainz/trunk/htdocs/finances/reports/MetaBrainz_Foundation_balance_sheet_20071130.pdf
___________________________________________________________________
(Continue reading)

root | 10 Dec 2007 20:22
Favicon

[mb-commits] r9612 - in mb_server/trunk/htdocs/edit: album artist

Author: robert
Date: 2007-12-10 19:22:58 +0000 (Mon, 10 Dec 2007)
New Revision: 9612

Modified:
   mb_server/trunk/htdocs/edit/album/add.html
   mb_server/trunk/htdocs/edit/artist/add.html
Log:
Fixed links to style.html

Modified: mb_server/trunk/htdocs/edit/album/add.html
===================================================================
--- mb_server/trunk/htdocs/edit/album/add.html	2007-12-06 21:56:25 UTC (rev 9611)
+++ mb_server/trunk/htdocs/edit/album/add.html	2007-12-10 19:22:58 UTC (rev 9612)
 <at>  <at>  -96,7 +96,7  <at>  <at> 
 								<a href="/freedb/freedb.html?search=<% uri_escape($ar->GetName()) %>">import
 								releases from the FreeDB database</a>?</li>
 							<li>
-								Please read the <a href="/style.html">style guidelines</a>
+								Please read the <a href="/doc/StyleGuidelines">style guidelines</a>
 								first, then enter the number of tracks on this release:</li>
 						</ul>
 					</td>

Modified: mb_server/trunk/htdocs/edit/artist/add.html
===================================================================
--- mb_server/trunk/htdocs/edit/artist/add.html	2007-12-06 21:56:25 UTC (rev 9611)
+++ mb_server/trunk/htdocs/edit/artist/add.html	2007-12-10 19:22:58 UTC (rev 9612)
 <at>  <at>  -116,7 +116,7  <at>  <at> 
 		{
(Continue reading)

root | 10 Dec 2007 22:42
Favicon

[mb-commits] r9613 - mb_server/branches/RELEASE_20071014-BRANCH/cgi-bin/MusicBrainz/Server

Author: robert
Date: 2007-12-10 21:42:49 +0000 (Mon, 10 Dec 2007)
New Revision: 9613

Modified:
   mb_server/branches/RELEASE_20071014-BRANCH/cgi-bin/MusicBrainz/Server/Release.pm
Log:
Fixed the screwed up numbers for the release types. Sigh.

Modified: mb_server/branches/RELEASE_20071014-BRANCH/cgi-bin/MusicBrainz/Server/Release.pm
===================================================================
---
mb_server/branches/RELEASE_20071014-BRANCH/cgi-bin/MusicBrainz/Server/Release.pm	2007-12-10
19:22:58 UTC (rev 9612)
+++
mb_server/branches/RELEASE_20071014-BRANCH/cgi-bin/MusicBrainz/Server/Release.pm	2007-12-10
21:42:49 UTC (rev 9613)
 <at>  <at>  -43,8 +43,8  <at>  <at> 
 use constant RELEASE_FORMAT_DAT				=> 11;
 use constant RELEASE_FORMAT_DIGITAL			=> 12;
 use constant RELEASE_FORMAT_OTHER			=> 13;
-use constant RELEASE_FORMAT_WAX_CYLINDER	=> 13;
-use constant RELEASE_FORMAT_PIANO_ROLL  	=> 14;
+use constant RELEASE_FORMAT_WAX_CYLINDER	=> 14;
+use constant RELEASE_FORMAT_PIANO_ROLL  	=> 15;
 use constant LAST_RELEASE_FORMAT			=> 15;

 my %ReleaseFormatNames = (
root | 28 Dec 2007 22:29
Favicon

[mb-commits] r9615 - miscellaneous/trunk/folksonomy

Author: robert
Date: 2007-12-28 21:29:39 +0000 (Fri, 28 Dec 2007)
New Revision: 9615

Added:
   miscellaneous/trunk/folksonomy/fktag/
Log:
Creating a new dir for warp's script.
root | 28 Dec 2007 22:29
Favicon

[mb-commits] r9614 - miscellaneous/trunk

Author: robert
Date: 2007-12-28 21:29:32 +0000 (Fri, 28 Dec 2007)
New Revision: 9614

Added:
   miscellaneous/trunk/folksonomy/
Log:
Creating a new dir for warp's script.
root | 28 Dec 2007 22:38
Favicon

[mb-commits] r9616 - miscellaneous/trunk/folksonomy/fktag

Author: warp
Date: 2007-12-28 21:38:02 +0000 (Fri, 28 Dec 2007)
New Revision: 9616

Added:
   miscellaneous/trunk/folksonomy/fktag/fktag
Log:
first checkin of fktag.

example code in python which shows how to submit
folksonomy tags through the xml webservice.

Added: miscellaneous/trunk/folksonomy/fktag/fktag

Property changes on: miscellaneous/trunk/folksonomy/fktag/fktag
___________________________________________________________________
Name: svn:executable
   + *
root | 28 Dec 2007 23:35
Favicon

[mb-commits] r9617 - miscellaneous/trunk/folksonomy/fktag

Author: warp
Date: 2007-12-28 22:35:04 +0000 (Fri, 28 Dec 2007)
New Revision: 9617

Modified:
   miscellaneous/trunk/folksonomy/fktag/fktag
Log:
when changing the code to parse the configfile after the arguments have
been parsed i moved setting the output encoding too.  this fixes that.

Modified: miscellaneous/trunk/folksonomy/fktag/fktag
===================================================================
--- miscellaneous/trunk/folksonomy/fktag/fktag	2007-12-28 21:38:02 UTC (rev 9616)
+++ miscellaneous/trunk/folksonomy/fktag/fktag	2007-12-28 22:35:04 UTC (rev 9617)
 <at>  <at>  -139,6 +139,7  <at>  <at> 
     """ main. """

     (_, encoding) = locale.getdefaultlocale ()
+    sys.stdout = codecs.getwriter(encoding)(sys.stdout)

     arg = argv()

 <at>  <at>  -164,7 +165,6  <at>  <at> 
     else:
         fatal ("No tags specified.")

-    sys.stdout = codecs.getwriter(encoding)(sys.stdout)
     (u, p) = read_config ()

     req_post["user"] = u
(Continue reading)

root | 30 Dec 2007 16:59
Favicon

[mb-commits] r9618 - miscellaneous/trunk/folksonomy/fktag

Author: warp
Date: 2007-12-30 15:59:21 +0000 (Sun, 30 Dec 2007)
New Revision: 9618

Modified:
   miscellaneous/trunk/folksonomy/fktag/fktag
Log:
added a warning about overwriting tags.

Modified: miscellaneous/trunk/folksonomy/fktag/fktag
===================================================================
--- miscellaneous/trunk/folksonomy/fktag/fktag	2007-12-28 22:35:04 UTC (rev 9617)
+++ miscellaneous/trunk/folksonomy/fktag/fktag	2007-12-30 15:59:21 UTC (rev 9618)
 <at>  <at>  -11,6 +11,11  <at>  <at> 
      mbid        musicbrainz id for the identity.
      tags        comma-seperated list of tags.

+     WARNING!  Submitting tags this way overwrites any tags you have previously
+     submitted for that particular mbid.  If you want to add to your tags, you
+     will have to look up what was previously submitted and use the full set of 
+     tags as the argument for --tags.
+
 example:

      fktag --release 4d5b5022-d3e3-434b-9f75-c2147ed06c7f --tags "foo, bar"
 <at>  <at>  -23,7 +28,7  <at>  <at> 
 def version():
     """ print version. """

-    print '''fktag 0.4
(Continue reading)

root | 30 Dec 2007 22:16
Favicon

[mb-commits] r9619 - lucene_index/trunk/serverindex

Author: luks
Date: 2007-12-30 21:16:56 +0000 (Sun, 30 Dec 2007)
New Revision: 9619

Modified:
   lucene_index/trunk/serverindex/labelindex.py
Log:
Dates in the label index are 9-10, not 7-8.

Modified: lucene_index/trunk/serverindex/labelindex.py
===================================================================
--- lucene_index/trunk/serverindex/labelindex.py	2007-12-30 15:59:21 UTC (rev 9618)
+++ lucene_index/trunk/serverindex/labelindex.py	2007-12-30 21:16:56 UTC (rev 9619)
 <at>  <at>  -92,7 +92,7  <at>  <at> 
                 ret.append(unicode(row[i], 'utf-8'))

             # Dates
-            elif i in (7, 8):
+            elif i in (9, 10):
                 try:
                     ret.append(self.dateRe.sub('', unicode(row[i], 'utf-8')))
                 except TypeError:
root | 31 Dec 2007 06:04
Favicon

[mb-commits] r9620 - in mb_server/branches/EnhancedVoting-BRANCH/htdocs: comp scripts

Author: Jugdish
Date: 2007-12-31 05:04:40 +0000 (Mon, 31 Dec 2007)
New Revision: 9620

Modified:
   mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmod
   mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmoddetail
   mb_server/branches/EnhancedVoting-BRANCH/htdocs/scripts/jsvoting.js
Log:
Just checkpointing my work so I can come back to it after re-installing mbserver image

Modified: mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmod
===================================================================
--- mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmod	2007-12-30 21:16:56 UTC (rev 9619)
+++ mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmod	2007-12-31 05:04:40 UTC (rev 9620)
 <at>  <at>  -107,7 +107,7  <at>  <at> 

 %	}

-		[ <a href="/mod/addnote.html?modid=<% $editid %>" id="rowid<% $editid %>-addnote"
onclick="toggleNoteText(this); return false;">Add note</a>
+		[ <a href="/mod/addnote.html?modid=<% $editid %>" id="rowid<% $editid %>-addnote"
onclick="toggleNoteText(<% $editid %>); return false;">Add note</a>

 % 	my $url = uri_escape($r->uri.'?'.$r->args);
 % 	if ($is_open and

Modified: mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmoddetail
===================================================================
--- mb_server/branches/EnhancedVoting-BRANCH/htdocs/comp/showmoddetail	2007-12-30 21:16:56
(Continue reading)


Gmane