[Checkins] [zopefoundation/lovely.recipe] 280e8b: Add i18nstats script.

GitHub noreply at github.com
Sun Feb 24 02:31:34 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/lovely.recipe
  Commit: 280e8bd11facd425af34434df995e85f8ee88cd7
      https://github.com/zopefoundation/lovely.recipe/commit/280e8bd11facd425af34434df995e85f8ee88cd7
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2008-02-24 (Sun, 24 Feb 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/lovely/recipe/i18n/README.txt
    M src/lovely/recipe/i18n/i18n.py
    A src/lovely/recipe/i18n/i18nstats.py
    M src/lovely/recipe/testing.py

  Log Message:
  -----------
  Add i18nstats script.


  Commit: e0bbc065c355266ae77314dd8427746b480e5043
      https://github.com/zopefoundation/lovely.recipe/commit/e0bbc065c355266ae77314dd8427746b480e5043
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-04-24 (Thu, 24 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/fs/mkdir.py
    M src/lovely/recipe/fs/mkfile.py
    M src/lovely/recipe/fs/tests.py

  Log Message:
  -----------
  - added option "createpath" to mkfile and mkdir recipe


  Commit: 9aad3243da1850eb46867786453308886b159b1c
      https://github.com/zopefoundation/lovely.recipe/commit/9aad3243da1850eb46867786453308886b159b1c
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-04-24 (Thu, 24 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/fs/mkfile.py

  Log Message:
  -----------
  - fixed os error if a path already esists


  Commit: f0cb55df11c41df52a024261c7bfd63fc5ad808f
      https://github.com/zopefoundation/lovely.recipe/commit/f0cb55df11c41df52a024261c7bfd63fc5ad808f
  Author: Christian Theune <ct at gocept.com>
  Date:   2008-07-01 (Tue, 01 Jul 2008)

  Changed paths:
    M CHANGES.txt
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/fs/mkdir.py
    M src/lovely/recipe/fs/mkfile.py

  Log Message:
  -----------
  - Re-arranged the fs recipe code to not check for directory existence during
  initialisation phase.

- Fixed some test issues.


  Commit: 3917f5e5b4c4c21a5c4e6a9c075ddedc2ff56a02
      https://github.com/zopefoundation/lovely.recipe/commit/3917f5e5b4c4c21a5c4e6a9c075ddedc2ff56a02
  Author: Christian Theune <ct at gocept.com>
  Date:   2008-07-01 (Tue, 01 Jul 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  bump version


  Commit: 3054a7e294c3fb337c55f39ad4b3e1affe87ada4
      https://github.com/zopefoundation/lovely.recipe/commit/3054a7e294c3fb337c55f39ad4b3e1affe87ada4
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-07-16 (Wed, 16 Jul 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/i18n/i18n.py
    M src/lovely/recipe/i18n/i18nextract.py

  Log Message:
  -----------
  - added option extract-html to i18n recipe, i18nextract will then also parse
  "*.html" files.


  Commit: a01dd2851905515b6fe417592ad60fddebfa8214
      https://github.com/zopefoundation/lovely.recipe/commit/a01dd2851905515b6fe417592ad60fddebfa8214
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-07-16 (Wed, 16 Jul 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  new release


  Commit: 598c18f60a24c4c9c265fe875bb12f54d5ab38b3
      https://github.com/zopefoundation/lovely.recipe/commit/598c18f60a24c4c9c265fe875bb12f54d5ab38b3
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2008-07-16 (Wed, 16 Jul 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/fs/mkdir.py

  Log Message:
  -----------
  - make sure we don't fail if the directory to create already exists


  Commit: cea753c294b793df8fe0ab6b4c15857d899f32ae
      https://github.com/zopefoundation/lovely.recipe/commit/cea753c294b793df8fe0ab6b4c15857d899f32ae
  Author: Jodok Batlogg <jodok at batlogg.com>
  Date:   2008-07-22 (Tue, 22 Jul 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  making philikon happy


  Commit: 43c98daec32a2e1e065e819ad8aaafc8793ba6c3
      https://github.com/zopefoundation/lovely.recipe/commit/43c98daec32a2e1e065e819ad8aaafc8793ba6c3
  Author: Jodok Batlogg <jodok at batlogg.com>
  Date:   2008-10-03 (Fri, 03 Oct 2008)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  checking permissions


  Commit: 7969d124b1d3a3971ebd257c69f941ac12e4f363
      https://github.com/zopefoundation/lovely.recipe/commit/7969d124b1d3a3971ebd257c69f941ac12e4f363
  Author: Jodok Batlogg <jodok at batlogg.com>
  Date:   2008-10-03 (Fri, 03 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    A src/lovely/recipe/egg/README.txt
    A src/lovely/recipe/egg/__init__.py
    A src/lovely/recipe/egg/tests.py

  Log Message:
  -----------
  see CHANGES.txt


  Commit: 2c9fe2ad28b828c2e0f4809b5377171ad4325385
      https://github.com/zopefoundation/lovely.recipe/commit/2c9fe2ad28b828c2e0f4809b5377171ad4325385
  Author: Christian Zagrodnick <cz at gocept.com>
  Date:   2008-10-20 (Mon, 20 Oct 2008)

  Changed paths:
    M src/lovely/recipe/fs/README.txt
    A src/lovely/recipe/fs/mkdir-root.txt
    M src/lovely/recipe/fs/mkdir.py
    M src/lovely/recipe/fs/tests.py

  Log Message:
  -----------
  - Added a way to change the owner of created directories.


  Commit: 9429be1e8ca6145a254e9d3f72a770b4ad67e163
      https://github.com/zopefoundation/lovely.recipe/commit/9429be1e8ca6145a254e9d3f72a770b4ad67e163
  Author: Christian Zagrodnick <cz at gocept.com>
  Date:   2008-10-20 (Mon, 20 Oct 2008)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  - Added a way to change the owner of created directories.


  Commit: 4153177021353303f60c4b3effd42232235a0e2e
      https://github.com/zopefoundation/lovely.recipe/commit/4153177021353303f60c4b3effd42232235a0e2e
  Author: Christian Zagrodnick <cz at gocept.com>
  Date:   2008-10-20 (Mon, 20 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/fs/mkdir-root.txt
    M src/lovely/recipe/fs/mkdir.py

  Log Message:
  -----------
  - INCOMPATIBLE CHANGE: When creating directories the path used to be
  automatically joined with the buildout:directory. This was removed in favour
  of explicit joining in buildout.cfg.

/me hopes this is okay :)


  Commit: fda8bcc3f57fc82d05685c2bd55daace0f314185
      https://github.com/zopefoundation/lovely.recipe/commit/fda8bcc3f57fc82d05685c2bd55daace0f314185
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2009-02-04 (Wed, 04 Feb 2009)

  Changed paths:
    M src/lovely/recipe/importchecker/importchecker.py

  Log Message:
  -----------
  seems like python2.5 returns a 3-tuple from stmt.asList(), this should handle both 2.4 and 2.5


  Commit: 7ac66315280af1990be745d81734280e8cf0edeb
      https://github.com/zopefoundation/lovely.recipe/commit/7ac66315280af1990be745d81734280e8cf0edeb
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2009-02-05 (Thu, 05 Feb 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  ci test


  Commit: fae0ecfdd15603bb1618b9d21fccf3638745287a
      https://github.com/zopefoundation/lovely.recipe/commit/fae0ecfdd15603bb1618b9d21fccf3638745287a
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2009-02-05 (Thu, 05 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/lovely/recipe/egg/README.txt
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/fs/mkdir.py
    M src/lovely/recipe/fs/mkfile.py

  Log Message:
  -----------
  see changes


  Commit: fc5ff6ca85b71fb11f45b13da0f7447b4f6fb717
      https://github.com/zopefoundation/lovely.recipe/commit/fc5ff6ca85b71fb11f45b13da0f7447b4f6fb717
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2009-02-05 (Thu, 05 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump


  Commit: 7d34346dc7fc76e8d9be706d0108700ca4543025
      https://github.com/zopefoundation/lovely.recipe/commit/7d34346dc7fc76e8d9be706d0108700ca4543025
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2009-02-05 (Thu, 05 Feb 2009)

  Changed paths:
    M src/lovely/recipe/testing.py

  Log Message:
  -----------
  more dependencies


  Commit: 0f45ea5d6abe49d6e69e59d8a43e77d486b18334
      https://github.com/zopefoundation/lovely.recipe/commit/0f45ea5d6abe49d6e69e59d8a43e77d486b18334
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2009-04-03 (Fri, 03 Apr 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/fs/README.txt
    M src/lovely/recipe/fs/mkfile.py
    M src/lovely/recipe/testing.py

  Log Message:
  -----------
  fixed import, versio bump


  Commit: d8e59600479ecd21b5a449fda88f9c7c81b70868
      https://github.com/zopefoundation/lovely.recipe/commit/d8e59600479ecd21b5a449fda88f9c7c81b70868
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2009-04-14 (Tue, 14 Apr 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/i18n/i18nmergeall.py

  Log Message:
  -----------
   - do not use -U for msgmerge because it doesn't work on MAC and verion 0.17
   of msgmerge.


  Commit: 6a54dfc415469f1392539cc4eb220f5d07dff3aa
      https://github.com/zopefoundation/lovely.recipe/commit/6a54dfc415469f1392539cc4eb220f5d07dff3aa
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2009-05-18 (Mon, 18 May 2009)

  Changed paths:
    M src/lovely/recipe/fs/mkdir.py
    M src/lovely/recipe/fs/tests.py

  Log Message:
  -----------
  win32 does not have pwd module


  Commit: d35616d25bb188ecc173bb61025645085e074b2d
      https://github.com/zopefoundation/lovely.recipe/commit/d35616d25bb188ecc173bb61025645085e074b2d
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2009-05-18 (Mon, 18 May 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  forgot to update CHANGES.txt


  Commit: aed7a72205ac3a0e433f0ac1d8e46c6534f08920
      https://github.com/zopefoundation/lovely.recipe/commit/aed7a72205ac3a0e433f0ac1d8e46c6534f08920
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2009-05-18 (Mon, 18 May 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  new version


  Commit: c5f91544c0a7143b34cb2dfe8097ca8a073dbb1a
      https://github.com/zopefoundation/lovely.recipe/commit/c5f91544c0a7143b34cb2dfe8097ca8a073dbb1a
  Author: J?rgen kartnaller <juergen at kartnaller.at>
  Date:   2009-06-18 (Thu, 18 Jun 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/lovely/recipe/egg/__init__.py

  Log Message:
  -----------
   - removed pdb
Prepare for next release


  Commit: 13e190dc5cc17ae48f3938329d4256316f2e7e11
      https://github.com/zopefoundation/lovely.recipe/commit/13e190dc5cc17ae48f3938329d4256316f2e7e11
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2009-08-27 (Thu, 27 Aug 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/lovely/recipe/egg/README.txt
    M src/lovely/recipe/egg/__init__.py
    M src/lovely/recipe/i18n/tests.py
    M src/lovely/recipe/importchecker/README.txt
    M src/lovely/recipe/importchecker/app.py
    M src/lovely/recipe/testing.py
    M src/lovely/recipe/zeo/server.py
    M src/lovely/recipe/zope/zope.py

  Log Message:
  -----------
  version bump, documentation, cleanup, fixes in eggbox, see changes.txt


  Commit: 6c6aac5ba374ffc44e11e58762deff051fb3f162
      https://github.com/zopefoundation/lovely.recipe/commit/6c6aac5ba374ffc44e11e58762deff051fb3f162
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2010-01-28 (Thu, 28 Jan 2010)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/lovely/recipe/egg/README.txt
    M src/lovely/recipe/egg/__init__.py
    M src/lovely/recipe/egg/tests.py
    M src/lovely/recipe/testing.py

  Log Message:
  -----------
  fix eggbox _script


  Commit: 38b7ff04df312e9a92aa2cf753ed223d41dc2612
      https://github.com/zopefoundation/lovely.recipe/commit/38b7ff04df312e9a92aa2cf753ed223d41dc2612
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2010-01-28 (Thu, 28 Jan 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump


Compare: https://github.com/zopefoundation/lovely.recipe/compare/280e8bd11fac^...38b7ff04df31


More information about the checkins mailing list