[Checkins] [zopefoundation/z3c.schema] 393ea6: Added __init__.py for namespace package

GitHub noreply at github.com
Wed Feb 27 15:14:26 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.schema
  Commit: 393ea6d91bce33f1eebda99018928346d02427cc
      https://github.com/zopefoundation/z3c.schema/commit/393ea6d91bce33f1eebda99018928346d02427cc
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    A src/z3c/schema/__init__.py

  Log Message:
  -----------
  Added __init__.py for namespace package


  Commit: c31444fd84352894715a5e125c476120d439a679
      https://github.com/zopefoundation/z3c.schema/commit/c31444fd84352894715a5e125c476120d439a679
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    A src/z3c/schema/email/README.txt
    A src/z3c/schema/email/__init__.py
    A src/z3c/schema/email/field.py
    A src/z3c/schema/email/interfaces.py
    A src/z3c/schema/email/tests.py

  Log Message:
  -----------
  Added RFC 822 conform email field to z3c.schema
Added unit tests


  Commit: b3215c9771bb49d2330485581d8294cd741b0d81
      https://github.com/zopefoundation/z3c.schema/commit/b3215c9771bb49d2330485581d8294cd741b0d81
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    M src/z3c/schema/email/README.txt
    M src/z3c/schema/email/__init__.py

  Log Message:
  -----------
  Import interfaces first


  Commit: 67af1a62bc1ba915bb40f3522d8e9e2777a56ed8
      https://github.com/zopefoundation/z3c.schema/commit/67af1a62bc1ba915bb40f3522d8e9e2777a56ed8
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    A src/z3c/schema/hostname/README.txt
    A src/z3c/schema/hostname/__init__.py
    A src/z3c/schema/hostname/field.py
    A src/z3c/schema/hostname/interfaces.py
    A src/z3c/schema/hostname/tests.py

  Log Message:
  -----------
  Added host name schema field to z3c.schema


  Commit: 3031630bfc49a199447f36493b0ae31431453e39
      https://github.com/zopefoundation/z3c.schema/commit/3031630bfc49a199447f36493b0ae31431453e39
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    A src/z3c/schema/baseurl/README.txt
    A src/z3c/schema/baseurl/__init__.py
    A src/z3c/schema/baseurl/field.py
    A src/z3c/schema/baseurl/interfaces.py
    A src/z3c/schema/baseurl/tests.py

  Log Message:
  -----------
  Added a base url field


  Commit: fd96940c4e4880a2e57764360210a3f7b58e217a
      https://github.com/zopefoundation/z3c.schema/commit/fd96940c4e4880a2e57764360210a3f7b58e217a
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2006-12-12 (Tue, 12 Dec 2006)

  Changed paths:
    A src/z3c/schema/regex/README.txt
    A src/z3c/schema/regex/__init__.py
    A src/z3c/schema/regex/field.py
    A src/z3c/schema/regex/interfaces.py
    A src/z3c/schema/regex/tests.py

  Log Message:
  -----------
  added regular expression field


  Commit: 5582610146336d02d2926eae55cdc73f99e262c7
      https://github.com/zopefoundation/z3c.schema/commit/5582610146336d02d2926eae55cdc73f99e262c7
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2006-12-28 (Thu, 28 Dec 2006)

  Changed paths:
    A src/z3c/schema/optchoice/README.txt
    A src/z3c/schema/optchoice/__init__.py
    A src/z3c/schema/optchoice/field.py
    A src/z3c/schema/optchoice/interfaces.py
    A src/z3c/schema/optchoice/tests.py

  Log Message:
  -----------
  Implemented a field that allows either to select a choice from a 
vocabulary or enter a custom value.

The field itself is not that interesting, but the widget will be added 
soon, which will basically be a combo box with the possibility to enter 
a custom value.


  Commit: d19aecebafd064c0290234d3eecb711e869e5fb3
      https://github.com/zopefoundation/z3c.schema/commit/d19aecebafd064c0290234d3eecb711e869e5fb3
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-03-02 (Fri, 02 Mar 2007)

  Changed paths:
    A src/z3c/schema/ip/README.txt
    A src/z3c/schema/ip/__init__.py
    A src/z3c/schema/ip/field.py
    A src/z3c/schema/ip/interfaces.py
    A src/z3c/schema/ip/tests.py

  Log Message:
  -----------
  Add new IP field.


  Commit: 649941155f864908b0a901a26f5a7ab53ac076d1
      https://github.com/zopefoundation/z3c.schema/commit/649941155f864908b0a901a26f5a7ab53ac076d1
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    A bootstrap.py
    A buildout.cfg
    A setup.cfg
    A setup.py
    A src/z3c/__init__.py
    M src/z3c/schema/baseurl/interfaces.py
    M src/z3c/schema/email/interfaces.py
    M src/z3c/schema/hostname/field.py
    M src/z3c/schema/hostname/interfaces.py
    A src/z3c/schema/i18n.py
    M src/z3c/schema/ip/interfaces.py
    M src/z3c/schema/optchoice/interfaces.py
    M src/z3c/schema/regex/field.py
    M src/z3c/schema/regex/interfaces.py

  Log Message:
  -----------
  buildout, eg


  Commit: 2035870943302cef4e6ebc73efd01d3fc53cac14
      https://github.com/zopefoundation/z3c.schema/commit/2035870943302cef4e6ebc73efd01d3fc53cac14
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-04-04 (Wed, 04 Apr 2007)

  Changed paths:
    A src/z3c/schema/README.txt
    R src/z3c/schema/i18n.py
    A src/z3c/schema/i18n/__init__.py

  Log Message:
  -----------
  The z3c.schema is a namespace package,
move i18n implementation to it's own sub package.

This changes will not affect projects which include 
z3c.schema as a svn:externals. but let others
import sub packages of z3c.schema till we did before.


  Commit: f3b56a8131a045b6cee241a3b75d0708e4b8b32e
      https://github.com/zopefoundation/z3c.schema/commit/f3b56a8131a045b6cee241a3b75d0708e4b8b32e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-09-21 (Fri, 21 Sep 2007)

  Changed paths:
    A CHANGES.txt
    M setup.py
    A src/z3c/schema/dateselect/README.txt
    A src/z3c/schema/dateselect/__init__.py
    A src/z3c/schema/dateselect/field.py
    A src/z3c/schema/dateselect/interfaces.py
    A src/z3c/schema/dateselect/tests.py

  Log Message:
  -----------
  Added new ``DateSelect`` field.


  Commit: f646bcd5db2bbadaf99bea69f951671cd11a0fb4
      https://github.com/zopefoundation/z3c.schema/commit/f646bcd5db2bbadaf99bea69f951671cd11a0fb4
  Author: Randy Crafton <randycrafton at gmail.com>
  Date:   2007-12-04 (Tue, 04 Dec 2007)

  Changed paths:
    A src/z3c/schema/payments/README.txt
    A src/z3c/schema/payments/__init__.py
    A src/z3c/schema/payments/field.py
    A src/z3c/schema/payments/interfaces.py
    A src/z3c/schema/payments/tests.py

  Log Message:
  -----------
  Adding z3c.schema.payments which provides a 
credit card schema type that validates a card
number against the ISO 7812 Card Industry standards.
This provides some level of error detection prior to
sending the card number to the payment processor.


  Commit: 1f027b4e757aeed6cb6b9f58b2e5b3aae9d12d54
      https://github.com/zopefoundation/z3c.schema/commit/1f027b4e757aeed6cb6b9f58b2e5b3aae9d12d54
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-09-14 (Sun, 14 Sep 2008)

  Changed paths:
    M src/z3c/schema/baseurl/field.py
    M src/z3c/schema/baseurl/tests.py
    M src/z3c/schema/dateselect/field.py
    M src/z3c/schema/dateselect/interfaces.py
    M src/z3c/schema/email/interfaces.py
    M src/z3c/schema/hostname/field.py
    M src/z3c/schema/hostname/tests.py
    M src/z3c/schema/ip/field.py
    M src/z3c/schema/ip/interfaces.py
    M src/z3c/schema/optchoice/field.py
    M src/z3c/schema/optchoice/tests.py
    M src/z3c/schema/payments/field.py
    M src/z3c/schema/payments/interfaces.py
    M src/z3c/schema/payments/tests.py
    M src/z3c/schema/regex/field.py
    M src/z3c/schema/regex/interfaces.py

  Log Message:
  -----------
  changed license header which I added earlier


  Commit: 4b51fe54d8552d07b938188500985c57a41a6bd8
      https://github.com/zopefoundation/z3c.schema/commit/4b51fe54d8552d07b938188500985c57a41a6bd8
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-09-14 (Sun, 14 Sep 2008)

  Changed paths:
    R setup.cfg

  Log Message:
  -----------
  removed unused old file


  Commit: 2e0f443b5a8afd996d95f9fb88d4de778206bb62
      https://github.com/zopefoundation/z3c.schema/commit/2e0f443b5a8afd996d95f9fb88d4de778206bb62
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-09-14 (Sun, 14 Sep 2008)

  Changed paths:
    M CHANGES.txt
    A README.txt
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Prepare for release
- added README.txt file
- update CHANGES.txt
- improved buildout and setup files


  Commit: 5435ceb47656468e19256a348e6ad00c1dd96899
      https://github.com/zopefoundation/z3c.schema/commit/5435ceb47656468e19256a348e6ad00c1dd96899
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2008-10-21 (Tue, 21 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb and release


  Commit: f62bce88d758c135270be092e4e2e5d8518e921b
      https://github.com/zopefoundation/z3c.schema/commit/f62bce88d758c135270be092e4e2e5d8518e921b
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2008-10-23 (Thu, 23 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/z3c/schema/baseurl/interfaces.py
    M src/z3c/schema/hostname/interfaces.py
    A src/z3c/schema/i18n/configure.zcml
    A src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.mo
    A src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.po
    A src/z3c/schema/i18n/locales/z3c.schema.pot
    M src/z3c/schema/regex/interfaces.py

  Log Message:
  -----------
  Add translations support and a russian translation.


  Commit: 9993c1902ed8f0cc1ee35b38c11f455685c6c6d8
      https://github.com/zopefoundation/z3c.schema/commit/9993c1902ed8f0cc1ee35b38c11f455685c6c6d8
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-11-12 (Wed, 12 Nov 2008)

  Changed paths:
    M CHANGES.txt
    A src/z3c/schema/i18n/locales/de/LC_MESSSAGES/z3c.schema.mo
    A src/z3c/schema/i18n/locales/de/LC_MESSSAGES/z3c.schema.po

  Log Message:
  -----------
  - Added german translations


  Commit: 68a5d19c5d56ba6f5b2459786f787882795e0a3e
      https://github.com/zopefoundation/z3c.schema/commit/68a5d19c5d56ba6f5b2459786f787882795e0a3e
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-11-12 (Wed, 12 Nov 2008)

  Changed paths:
    A src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.mo
    A src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.po
    R src/z3c/schema/i18n/locales/de/LC_MESSSAGES/z3c.schema.mo
    R src/z3c/schema/i18n/locales/de/LC_MESSSAGES/z3c.schema.po

  Log Message:
  -----------
  changed wrong named folder


  Commit: 6f84f99093cf50b544aaa738c1017931007647c5
      https://github.com/zopefoundation/z3c.schema/commit/6f84f99093cf50b544aaa738c1017931007647c5
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-01-26 (Mon, 26 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Change mailing list address.


  Commit: a3c8af9cffe5e402e0692a083c30f254e681e952
      https://github.com/zopefoundation/z3c.schema/commit/a3c8af9cffe5e402e0692a083c30f254e681e952
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-01-26 (Mon, 26 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version.


  Commit: 0a2ef81de8be12c4cffc1534d60a564dbffd7705
      https://github.com/zopefoundation/z3c.schema/commit/0a2ef81de8be12c4cffc1534d60a564dbffd7705
  Author: Laurent Mignon <Laurent.Mignon at softwareag.com>
  Date:   2009-03-25 (Wed, 25 Mar 2009)

  Changed paths:
    M CHANGES.txt
    A src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.mo
    A src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.po

  Log Message:
  -----------
  Added french translations


  Commit: 7543b7721bf3e4d13810b62df82d32848af451c1
      https://github.com/zopefoundation/z3c.schema/commit/7543b7721bf3e4d13810b62df82d32848af451c1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/schema/payments/README.txt

  Log Message:
  -----------
  - Added doctests to ``long_description`` so they appear on PyPI.
- Fixed rest of doctests.


  Commit: 9ba0a3d987e930fdd170697ef1e8e6486f52c576
      https://github.com/zopefoundation/z3c.schema/commit/9ba0a3d987e930fdd170697ef1e8e6486f52c576
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.6.1


  Commit: b01968440331c72d930c4439e270dc2d4024cb00
      https://github.com/zopefoundation/z3c.schema/commit/b01968440331c72d930c4439e270dc2d4024cb00
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.6.2


  Commit: 91bcf6daa04cb51b86589961cd98b5b0a6b2d485
      https://github.com/zopefoundation/z3c.schema/commit/91bcf6daa04cb51b86589961cd98b5b0a6b2d485
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/schema/email/README.txt
    M src/z3c/schema/ip/README.txt

  Log Message:
  -----------
  - Updated tests to run with `zope.schema` >= 3.6, thus requiring at least this version.


  Commit: fc7d67f49650d660c5dcba8f190575d0e900e13e
      https://github.com/zopefoundation/z3c.schema/commit/fc7d67f49650d660c5dcba8f190575d0e900e13e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M bootstrap.py
    M src/z3c/schema/i18n/__init__.py
    M src/z3c/schema/i18n/locales/z3c.schema.pot

  Log Message:
  -----------
  Conform to repository policy.


  Commit: 34e4f6b3dc269b42e33a46c3dfc2f8f382c93543
      https://github.com/zopefoundation/z3c.schema/commit/34e4f6b3dc269b42e33a46c3dfc2f8f382c93543
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/schema/baseurl/tests.py
    M src/z3c/schema/dateselect/tests.py
    M src/z3c/schema/email/tests.py
    M src/z3c/schema/hostname/tests.py
    M src/z3c/schema/ip/tests.py
    M src/z3c/schema/optchoice/tests.py
    M src/z3c/schema/payments/tests.py
    M src/z3c/schema/regex/tests.py

  Log Message:
  -----------
  - Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest[unit]``.


  Commit: dd6298c579805ff9a9a8b226376269390d47cd77
      https://github.com/zopefoundation/z3c.schema/commit/dd6298c579805ff9a9a8b226376269390d47cd77
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.7.0


  Commit: 0bdcd4b2ac81f9629f11d93d38246e31d6e358a1
      https://github.com/zopefoundation/z3c.schema/commit/0bdcd4b2ac81f9629f11d93d38246e31d6e358a1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-18 (Mon, 18 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.7.1


  Commit: e46df5dc8b80e72a5cc6fd96eb062e5207224de3
      https://github.com/zopefoundation/z3c.schema/commit/e46df5dc8b80e72a5cc6fd96eb062e5207224de3
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-03-30 (Wed, 30 Mar 2011)

  Changed paths:
    M CHANGES.txt
    A src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.mo
    A src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.po

  Log Message:
  -----------
  Add nl translations.


  Commit: 5a8c23d75788004b095ff874291b088c7312a1f8
      https://github.com/zopefoundation/z3c.schema/commit/5a8c23d75788004b095ff874291b088c7312a1f8
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-03-31 (Thu, 31 Mar 2011)

  Changed paths:
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.po

  Log Message:
  -----------
  Update translation to wiggy's comments and http://www.onzetaal.nl/advies/e-mailadres.php


  Commit: 36669a48c8fb4a4defa63948f7f0c4b6fb331d91
      https://github.com/zopefoundation/z3c.schema/commit/36669a48c8fb4a4defa63948f7f0c4b6fb331d91
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-03-31 (Thu, 31 Mar 2011)

  Changed paths:
    M buildout.cfg
    M src/z3c/schema/email/interfaces.py
    M src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/z3c.schema.pot

  Log Message:
  -----------
  Drop the RFC822 from the user error messages per wiggy's suggestion.


  Commit: b0205ae60c4042d03ee4a1367dc5dea60802cc80
      https://github.com/zopefoundation/z3c.schema/commit/b0205ae60c4042d03ee4a1367dc5dea60802cc80
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2011-04-01 (Fri, 01 Apr 2011)

  Changed paths:
    M src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.po

  Log Message:
  -----------
  Fixed fuzzy in French translation.


  Commit: 9c9eff621a0aec06ae0b989448be2a7c69d2131f
      https://github.com/zopefoundation/z3c.schema/commit/9c9eff621a0aec06ae0b989448be2a7c69d2131f
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2011-04-02 (Sat, 02 Apr 2011)

  Changed paths:
    M src/z3c/schema/i18n/locales/fr/LC_MESSAGES/z3c.schema.mo

  Log Message:
  -----------
  update mo file


  Commit: 4aab5288afe921d975383631c0908bbb4d9233a2
      https://github.com/zopefoundation/z3c.schema/commit/4aab5288afe921d975383631c0908bbb4d9233a2
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2011-04-02 (Sat, 02 Apr 2011)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Replaced lovely.recipe:i18n recipe by the more maintained z3c.recipe.i18n:i18n recipe.


  Commit: cda477d56b0ec9d9c639aa996f2fa9a35c86f474
      https://github.com/zopefoundation/z3c.schema/commit/cda477d56b0ec9d9c639aa996f2fa9a35c86f474
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-04-03 (Sun, 03 Apr 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.7.1


  Commit: 7e66e5d3c0ea0725daacab478d3da5af8dfa6c14
      https://github.com/zopefoundation/z3c.schema/commit/7e66e5d3c0ea0725daacab478d3da5af8dfa6c14
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-04-03 (Sun, 03 Apr 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.8


  Commit: 50a783bf0c1c3b4cb6b0e96e21239c4aa4f096a6
      https://github.com/zopefoundation/z3c.schema/commit/50a783bf0c1c3b4cb6b0e96e21239c4aa4f096a6
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-04-03 (Sun, 03 Apr 2011)

  Changed paths:
    M CHANGES.txt
    M src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/de/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/nl/LC_MESSAGES/z3c.schema.po
    M src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.mo
    M src/z3c/schema/i18n/locales/ru/LC_MESSAGES/z3c.schema.po

  Log Message:
  -----------
  Fixed i18n files after something injected 'fuzzy' into the PO files.


  Commit: d652c6a243382cf2eb83f902cd7e280ac7fafcd3
      https://github.com/zopefoundation/z3c.schema/commit/d652c6a243382cf2eb83f902cd7e280ac7fafcd3
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-04-03 (Sun, 03 Apr 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.7.2


  Commit: 6e1abfac2f2c8603fb33961f90150bcd22923dcb
      https://github.com/zopefoundation/z3c.schema/commit/6e1abfac2f2c8603fb33961f90150bcd22923dcb
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2011-04-03 (Sun, 03 Apr 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.8


Compare: https://github.com/zopefoundation/z3c.schema/compare/393ea6d91bce^...6e1abfac2f2c


More information about the checkins mailing list