Author: buildbot
Date: Thu Feb 16 22:48:06 2012
New Revision: 805112

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/   (props changed)
    
websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl

Propchange: websites/staging/ooo-site/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 16 22:48:06 2012
@@ -1 +1 @@
-1245233
+1245235

Modified: 
websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
==============================================================================
--- 
websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
 (original)
+++ 
websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
 Thu Feb 16 22:48:06 2012
@@ -1,24 +1,45 @@
 #!/usr/bin/perl -w
 
+# kls -- run this separately to build submission_gateway.html
+# key = key (this is sort, not sorted by description!, second hash value)
+# first value is actual BZ link -- MUST correpsond to BZ categories
+# second value is link description in table
+# third value -- assigned person (maube this doesn't work anymore)
+
 %toplevels = ( 'api' => ['api','API','jsc'],
+       'bibliographic' => ['bibliographic','Bibliographic',''],
           'dba' => ['Database%20access','Database Access','oj'],
           'documentation' => ['documentation','Documentation','kcarr'],
+       'education' => ['education','Education',''],
+       'extensions' => ['extensions','Extensions',''],
           'external' => ['external','External Sources','mh'],
+       'formula editor' => ['Formula%20editor','Formula editor',''],
           'framework' => ['framework','Application Framework','mba'],
           'graphics' => ['Drawing','Graphics Applications','ka'],
           'gsl' => ['gsl','Graphic System Layer (GSL)','pl'],
           'installation' => ['Installation','Installation','is'],
           'l10n' => ['l10n','Localization and Internationalization 
(L10N/I18N)','pjanik'],
+       'lingucomponent' => ['lingucomponent','Lingucomponent',''],
+       'marketing' => ['marketing','Marketing',''],
+       'native-lang' => ['native-lang','Native Language',''],
+       'oopm' => ['oopm','Project Management',''],
+       'performance' => ['performance','Performance',''],
           'porting' => ['porting','Porting','mh'],
           'qa' => ['qa', 'Quality Assurance (QA)','ja'],
           'sc' => ['Spreadsheet','Spreadsheet','nn'],
-          'script' => ['framework&subcomponent=scripting','Scripting 
Engines','kr'],
+       'sdk' => ['sdk','Software Development Kit',''],
+       'security' => ['security','Security',''],
+          'script' => ['scripting','Scripting Engines','kr'],
+       'specs' => ['specs','Specifications',''],
           'sw' => ['Word%20processor','Word Processing','ama'],
           'tools' => ['tools','Tools','mh'],
           'ucb' => ['ucb','Universal Content Broker (UCB)','mhu'],
           'udk' => ['udk','UNO Development Kit (UDK)','kr'],
           'ui'  => ['ui','User Interface Design','os'],
           'util' => ['framework','Utilities','cd'],
+       'vba' => ['vba','Visual Basic for Applications',''],
+       'wp' => ['wp','WordPerfect Integration',''],
+       'www' => ['www','Website and other infrastructure',''],
           'xml' => ['xml','XML','mba']
             );
 


Reply via email to