damned-lies r817 - in trunk: . po



Author: claudep
Date: Mon Mar 24 21:31:23 2008
New Revision: 817
URL: http://svn.gnome.org/viewvc/damned-lies?rev=817&view=rev

Log:
2008-03-24  Claude Paroz  <claude 2xlibre net>

	* dispatcher.py: Deferred printing of page so as header is not printed in
	case of errors. 
	* gnome-modules.xml.in:
	* releases.xml.in: gnome-session branched for 2.22.
	Added gswitchit_plugins module to Extra release.
	* people.xml.in:
	* translation-teams.xml.in: Danish coordinatorship changed.
	http://mail.gnome.org/archives/gnome-i18n/2008-March/msg00404.html

Modified:
   trunk/ChangeLog
   trunk/dispatcher.py
   trunk/gnome-modules.xml.in
   trunk/people.xml.in
   trunk/po/   (props changed)
   trunk/releases.xml.in
   trunk/translation-teams.xml.in

Modified: trunk/dispatcher.py
==============================================================================
--- trunk/dispatcher.py	(original)
+++ trunk/dispatcher.py	Mon Mar 24 21:31:23 2008
@@ -73,9 +73,9 @@
         for var in self._variables:
             tmpl.__dict__[var] = self._variables[var]
 
-        print "Content-type: %s; charset=UTF-8\n" % (content_type)
-        print unicode(tmpl).encode('utf-8')
-        global utils
+        header = "Content-type: %s; charset=UTF-8\n" % (content_type)
+        page = unicode(tmpl).encode('utf-8')
+        print "%s\n%s" % (header, page)
         if type == 'html':
             print utils.TemplateInspector(tmpl)
     

Modified: trunk/gnome-modules.xml.in
==============================================================================
--- trunk/gnome-modules.xml.in	(original)
+++ trunk/gnome-modules.xml.in	Mon Mar 24 21:31:23 2008
@@ -958,11 +958,12 @@
   </module>
   <module id="gnome-session">
     <maintainer id="vuntz"/>
-    <branch id="HEAD" stringfrozen="true"/>
+    <branch id="HEAD" stringfrozen="false"/>
     <branch id="gnome-2-14" stringfrozen="true"/>
     <branch id="gnome-2-16" stringfrozen="true"/>
     <branch id="gnome-2-18" stringfrozen="true"/>
     <branch id="gnome-2-20" stringfrozen="true"/>
+    <branch id="gnome-2-22" stringfrozen="true"/>
   </module>
   <module id="gnome-settings-daemon">
     <branch id="HEAD" stringfrozen="true"/>
@@ -1145,6 +1146,9 @@
   <module id="gperfmeter">
     <branch id="HEAD"/>
   </module>
+  <module id="gswitchit_plugins">
+    <branch id="HEAD"/>
+  </module>
   <module id="gtetrinet">
     <branch id="HEAD"/>
   </module>

Modified: trunk/people.xml.in
==============================================================================
--- trunk/people.xml.in	(original)
+++ trunk/people.xml.in	Mon Mar 24 21:31:23 2008
@@ -330,9 +330,9 @@
     <bugzilla-account>pknbe volny cz</bugzilla-account>
   </person>
   <!-- da translation coordinator -->
-  <person id="mwh">
-    <name>Martin Willemoes Hansen</name>
-    <email>mwh sysrq dk</email>
+  <person id="kennethn">
+    <name>Kenneth Nielsen</name>
+    <email>k nielsen81 gmail com</email>
   </person>
   <!-- dv translation coordinator -->
   <person id="x-sofwathullahmohamed">

Modified: trunk/releases.xml.in
==============================================================================
--- trunk/releases.xml.in	(original)
+++ trunk/releases.xml.in	Mon Mar 24 21:31:23 2008
@@ -189,6 +189,7 @@
     <module id="gossip"/>
     <module id="gparted"/>
     <module id="gperfmeter"/>
+    <module id="gswitchit_plugins"/>
     <module id="gtranslator" branch="gtranslator_1_1_8"/>
     <module id="gturing"/>
     <module id="guikachu"/>
@@ -588,7 +589,7 @@
       <module id="gnome-panel"/>
       <module id="gnome-power-manager" branch="gnome-2-22"/>
       <module id="gnome-screensaver"/>
-      <module id="gnome-session"/>
+      <module id="gnome-session" branch="gnome-2-22"/>
       <module id="gnome-settings-daemon"/>
       <module id="gnome-system-monitor" branch="gnome-2-22"/>
       <module id="gnome-system-tools"/>

Modified: trunk/translation-teams.xml.in
==============================================================================
--- trunk/translation-teams.xml.in	(original)
+++ trunk/translation-teams.xml.in	Mon Mar 24 21:31:23 2008
@@ -147,7 +147,7 @@
   </team>
   <team id="da">
     <_language id="da">Danish</_language>
-    <coordinator id="mwh"/>
+    <coordinator id="kennethn"/>
     <webpage>http://www.dansk-gruppen.dk/index.php?ID=18&amp;lang=da</webpage>
   </team>
   <team id="dv">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]