webtranslator - l10n: Second commit, uff! Lots of changes was added,

From: mario__(at)pgfoundry(dot)org (User Mario__)
To: pgsql-committers(at)postgresql(dot)org
Subject: webtranslator - l10n: Second commit, uff! Lots of changes was added,
Date: 2006-08-04 09:02:18
Message-ID: 20060804090218.DEF6C86C662@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Second commit, uff! Lots of changes was added, IMO you have to see the code :)
(some...)

- Now, There is one table only for the Users. It was a bit hard to do this
- Lots of TODOs in views.py file added
- "Revisor" now is able to see which are the translations sents and
which of them are not checked.
- Templates now are more "smarts" :), they know when a user is loged in

Modified Files:
--------------
l10n:
settings.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/settings.py.diff?r1=1.1.1.1&r2=1.2)
l10n/es:
models.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/models.py.diff?r1=1.1.1.1&r2=1.2)
template_coordinador.html (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_coordinador.html.diff?r1=1.1.1.1&r2=1.2)
template_nueva_asignacion.html (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_nueva_asignacion.html.diff?r1=1.1.1.1&r2=1.2)
template_revisor.html (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_revisor.html.diff?r1=1.1.1.1&r2=1.2)
template_show_file.html (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_show_file.html.diff?r1=1.1.1.1&r2=1.2)
template_status.html (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_status.html.diff?r1=1.1.1.1&r2=1.2)
views.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/views.py.diff?r1=1.1.1.1&r2=1.2)
l10n/scripts:
functions.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/scripts/functions.sql.diff?r1=1.1.1.1&r2=1.2)
index.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/scripts/index.sql.diff?r1=1.1.1.1&r2=1.2)
views.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/scripts/views.sql.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
l10n/es:
template_stop.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_stop.html?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-04 14:09:51 pgsql: Teach eval_const_expressions to simplify BooleanTest nodes that
Previous Message Michael Meskes 2006-08-04 08:52:18 pgsql: Regression test updates and fixes