damned-lies r864 - in trunk: . templates
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r864 - in trunk: . templates
- Date: Fri, 2 May 2008 12:39:04 +0100 (BST)
Author: claudep
Date: Fri May 2 11:39:03 2008
New Revision: 864
URL: http://svn.gnome.org/viewvc/damned-lies?rev=864&view=rev
Log:
2008-05-02 Claude Paroz <claude 2xlibre net>
* REQUIREMENTS: Add vcs requirements.
* gnome-modules.xml.in: New translatable manual for Invest Applet.
* releases.xml.in: gnome-nettool branched for 2.22.
* releases.py: Removed utf-8 encoding (no more useful with Cheetah
templates 2.0.1).
* templates/header.tmpl: Added #unicode command. Fixes #445062.
Modified:
trunk/ChangeLog
trunk/REQUIREMENTS
trunk/gnome-modules.xml.in
trunk/releases.py
trunk/releases.xml.in
trunk/templates/header.tmpl
Modified: trunk/REQUIREMENTS
==============================================================================
--- trunk/REQUIREMENTS (original)
+++ trunk/REQUIREMENTS Fri May 2 11:39:03 2008
@@ -15,6 +15,8 @@
o msgmerge
o intltool-update (>= 0.37)
o xml2po
+ o vcs programs depending on module repositories (currently supported: cvs,
+ subversion, hg, git)
intltool-update requirements:
o Perl
Modified: trunk/gnome-modules.xml.in
==============================================================================
--- trunk/gnome-modules.xml.in (original)
+++ trunk/gnome-modules.xml.in Fri May 2 11:39:03 2008
@@ -594,6 +594,10 @@
<_description>Weather Report Manual</_description>
<directory>gweather/docs</directory>
</document>
+ <document id="invest">
+ <_description>Invest Applet Manual</_description>
+ <directory>invest-applet/docs</directory>
+ </document>
<document id="command-line">
<_description>Command Line Manual</_description>
<directory>mini-commander/help</directory>
@@ -890,11 +894,12 @@
<branch id="HEAD" stringfrozen="true"/>
</module>
<module id="gnome-nettool">
- <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-network">
<branch id="HEAD"/>
Modified: trunk/releases.py
==============================================================================
--- trunk/releases.py (original)
+++ trunk/releases.py Fri May 2 11:39:03 2008
@@ -18,11 +18,6 @@
def get_stats_for_module(self, module, domain, branch, language, type):
- if module: module = module.encode('utf-8')
- if domain: domain = domain.encode('utf-8')
- if branch: branch = branch.encode('utf-8')
- if language: language = language.encode('utf-8')
- if type: type = type.encode('utf-8')
if language:
stats = Statistics.select(AND(Statistics.q.Module == module,
Statistics.q.Domain == domain,
Modified: trunk/releases.xml.in
==============================================================================
--- trunk/releases.xml.in (original)
+++ trunk/releases.xml.in Fri May 2 11:39:03 2008
@@ -587,7 +587,7 @@
<module id="gnome-media" branch="gnome-2-22"/>
<module id="gnome-menus" branch="gnome-2-22"/>
<module id="gnome-netstatus"/>
- <module id="gnome-nettool"/>
+ <module id="gnome-nettool" branch="gnome-2-22"/>
<module id="gnome-panel" branch="gnome-2-22"/>
<module id="gnome-power-manager" branch="gnome-2-22"/>
<module id="gnome-screensaver" branch="gnome-2-22"/>
Modified: trunk/templates/header.tmpl
==============================================================================
--- trunk/templates/header.tmpl (original)
+++ trunk/templates/header.tmpl Fri May 2 11:39:03 2008
@@ -1,3 +1,4 @@
+#unicode UTF-8
#import defaults
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]