Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
registration
Commits
0f0967ed816d
Commit
c2c639b2
authored
Oct 11, 2010
by
Sylvain Thénault
Browse files
0.4
--HG-- branch : stable
parent
84403a34f712
Changes
5
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
0f0967ed
...
...
@@ -4,7 +4,7 @@
modname
=
'registration'
distname
=
'cubicweb-registration'
numversion
=
(
0
,
3
,
3
)
numversion
=
(
0
,
4
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
debian/changelog
View file @
0f0967ed
cubicweb-registration (0.4.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 11 Oct 2010 15:25:41 +0200
cubicweb-registration (0.3.3-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
0f0967ed
...
...
@@ -8,7 +8,7 @@ Homepage: http://www.cubicweb.org/project/cubicweb-registration
Package: cubicweb-registration
Architecture: all
Depends: cubicweb-common (>= 3.
7.4
), python-crypto, python-imaging
Depends: cubicweb-common (>= 3.
8.0
), python-crypto, python-imaging
Description: public registration component for the CubicWeb framework
This CubicWeb component provides a public registration feature (users
can register and create an account without the need for admin
...
...
i18n/fr.po
View file @
0f0967ed
...
...
@@ -9,6 +9,7 @@ msgstr ""
"PO-Revision-Date: 2010-05-05 16:39+0200\n"
"Last-Translator: Nicolas Chauvat <nicolas.chauvat@logilab.fr>\n"
"Language-Team: fr <nicolas.chauvat@logilab.fr>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
@@ -42,8 +43,7 @@ msgstr "Confirmez votre enregistrement sur %(base_url)s"
#, python-format
msgid "Congratulations, your registration is complete. Welcome %s !"
msgstr ""
"Félicitations, vote compte est maintenant activé. Bienvenue %s !"
msgstr "Félicitations, vote compte est maintenant activé. Bienvenue %s !"
msgid "Invalid registration data. Please try registering again."
msgstr ""
...
...
setup.py
View file @
0f0967ed
#!/usr/bin/env python
# pylint: disable
-msg
=W0404,W0622,W0704,W0613
,W0152
# pylint: disable=W0404,W0622,W0704,W0613
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment