fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-11 11:38 am

[dw-nonfree] change suggestions generator tags

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/bbf0616525d1]

http://bugs.dwscoalition.org/show_bug.cgi?id=3882

Change tags applied by the suggestions generator.

Patch by [staff profile] denise.

Files modified:
  • htdocs/site/suggest.bml
--------------------------------------------------------------------------------
diff -r f9796e29c64c -r bbf0616525d1 htdocs/site/suggest.bml
--- a/htdocs/site/suggest.bml	Fri Nov 04 19:56:52 2011 +0800
+++ b/htdocs/site/suggest.bml	Fri Nov 11 19:40:05 2011 +0800
@@ -80,7 +80,7 @@
 
         # and now we post it. For this, we're going to post as the
         # user (so they get any comments, etc), and we're going to
-        # auto-tag it as "untagged", so the suggestions maintainer
+        # auto-tag it as "bugzilla: unmigrated", so the suggestions maintainer
         # can find new/untagged posts when they want to.
 
         my $journalpost = LJ::Protocol::do_request( 'postevent', {
@@ -91,7 +91,7 @@
             'usejournal'      => $destination->user,
             'security'        => 'public',
             'usejournal_okay' => 1,
-            'props'           => { 'taglist' => 'untagged' , 'opt_noemail' => !$POST{email} },
+            'props'           => { 'taglist' => 'bugzilla: unmigrated' , 'opt_noemail' => !$POST{email} },
             'tz'              => 'guess',
             }, \$response, {
             'nopassword'      => 1,
@@ -130,7 +130,7 @@
         # account should have unmoderated posting ability, so that the
         # post is posted directly to the comm without having to go 
         # through moderation.) for this post, we tag it as 
-        # "bugzilla_unmigrated", so the suggestions maintainer can find
+        # "admin: unmigrated", so the suggestions maintainer can find
         # any/all unposted bugzilla links.
 
         my $bugzillapost = LJ::Protocol::do_request( 'postevent', {
@@ -141,7 +141,7 @@
             'usejournal'      => $destination->user,
             'security'        => 'private',
             'usejournal_okay' => 1,
-            'props'           => { 'taglist' => 'bugzilla_unmigrated' },
+            'props'           => { 'taglist' => 'admin: unmigrated' },
             'tz'              => 'guess',
             }, \$response2, {
             'nopassword'      => 1,
--------------------------------------------------------------------------------