[mb-commits] r9866 - in mb_server/trunk: . cgi-bin

root at musicbrainz.org root at musicbrainz.org
Mon Jun 2 21:54:43 UTC 2008


Author: robert
Date: 2008-06-02 21:54:43 +0000 (Mon, 02 Jun 2008)
New Revision: 9866

Modified:
   mb_server/trunk/AUTHORS
   mb_server/trunk/cgi-bin/UserSubscription.pm
Log:
Checking in Muz's awesome perl heavy patch. Fixes #3329


Modified: mb_server/trunk/AUTHORS
===================================================================
--- mb_server/trunk/AUTHORS	2008-05-31 20:35:36 UTC (rev 9865)
+++ mb_server/trunk/AUTHORS	2008-06-02 21:54:43 UTC (rev 9866)
@@ -90,4 +90,7 @@
   - Submitted new Multiple TRMs per album report
   - Fixed bug [ 1239431 ] Move Disc ID: Failed dependency
 
+  Mustaqil "Muzz" Ali
+  - Submitted patch for #3329
+
 (please send change requests to rob at musicbrainz.org or maintainer)

Modified: mb_server/trunk/cgi-bin/UserSubscription.pm
===================================================================
--- mb_server/trunk/cgi-bin/UserSubscription.pm	2008-05-31 20:35:36 UTC (rev 9865)
+++ mb_server/trunk/cgi-bin/UserSubscription.pm	2008-06-02 21:54:43 UTC (rev 9866)
@@ -700,7 +700,9 @@
 			if $self->{'verbose'};
 		
 		$editorstext .= "$sub->{'name'} ($open open, $applied applied)\n"
-					 . "$root/mod/search/pre/editor.html"
+					 . "All Edits: $root/mod/search/pre/editor.html"
+					 . "?userid=$sub->{'subscribededitor'}\n"
+					 . "Open Edits: $root/mod/search/pre/editor-open.html"
 					 . "?userid=$sub->{'subscribededitor'}\n\n";
 	}
 




More information about the MusicBrainz-commits mailing list