[Checkins] [zopefoundation/zope.paste] dacd71: - Initial import of zope.paste

GitHub noreply at github.com
Mon Feb 25 17:10:51 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.paste
  Commit: dacd71ca690b2255c653b733e07ea4b2d07e46c1
      https://github.com/zopefoundation/zope.paste/commit/dacd71ca690b2255c653b733e07ea4b2d07e46c1
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2006-01-25 (Wed, 25 Jan 2006)

  Changed paths:
    A README.txt
    A setup.py
    A version.txt
    A zope/__init__.py
    A zope/paste/__init__.py
    A zope/paste/_server.py
    A zope/paste/_twisted.py
    A zope/paste/application.py
    A zope/paste/configure.zcml

  Log Message:
  -----------
  - Initial import of zope.paste


  Commit: cb7640fd8e77b2c2c18d87d54f81659a1d92d40a
      https://github.com/zopefoundation/zope.paste/commit/cb7640fd8e77b2c2c18d87d54f81659a1d92d40a
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2006-01-25 (Wed, 25 Jan 2006)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  - Ops, undefined variable after change


  Commit: a86a8abc1cc8eb35dcd55d38c1b617d85c006bb2
      https://github.com/zopefoundation/zope.paste/commit/a86a8abc1cc8eb35dcd55d38c1b617d85c006bb2
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2006-01-25 (Wed, 25 Jan 2006)

  Changed paths:
    M README.txt

  Log Message:
  -----------
  - More explicit


  Commit: 71edae1639de3cd1edfa6a0bedb0fbae9901b41d
      https://github.com/zopefoundation/zope.paste/commit/71edae1639de3cd1edfa6a0bedb0fbae9901b41d
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2006-01-25 (Wed, 25 Jan 2006)

  Changed paths:
    M README.txt

  Log Message:
  -----------
  - Extended documentation


  Commit: b80275bf943719860a9cf10bc3815a65a940adac
      https://github.com/zopefoundation/zope.paste/commit/b80275bf943719860a9cf10bc3815a65a940adac
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2006-01-25 (Wed, 25 Jan 2006)

  Changed paths:
    M README.txt

  Log Message:
  -----------
  - Typo


  Commit: dc51bfa64d796d14cf06a139742c8ba0ea9d12c5
      https://github.com/zopefoundation/zope.paste/commit/dc51bfa64d796d14cf06a139742c8ba0ea9d12c5
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M setup.py
    A zope/paste/factory.py

  Log Message:
  -----------
  Added a real PasteDeploy application factory. This allows you to run Zope 3
on any WSGI capable server, without integration code.

Docs and examples follow.


  Commit: e592039f9936a2ef7faac371c6a6d32701cd73b6
      https://github.com/zopefoundation/zope.paste/commit/e592039f9936a2ef7faac371c6a6d32701cd73b6
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  support for devmode


  Commit: f848a9b9a7125938e52fd08787ec09c6e99cbc0d
      https://github.com/zopefoundation/zope.paste/commit/f848a9b9a7125938e52fd08787ec09c6e99cbc0d
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M zope/paste/factory.py
    A zope/paste/schema.xml

  Log Message:
  -----------
  Support multiple database through a ZConfig file. You can still do the
file_storage shortcut if you don't want a separate file and a Data.fs is
enough for you.


  Commit: 60f978e77cd7ae996d17aee0ba5be2dfc467a01e
      https://github.com/zopefoundation/zope.paste/commit/60f978e77cd7ae996d17aee0ba5be2dfc467a01e
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  Treat relative filenames as relative to the PasteDeploy config file


  Commit: 9d72373fd0861aebd695c8f61551652f939059da
      https://github.com/zopefoundation/zope.paste/commit/9d72373fd0861aebd695c8f61551652f939059da
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  We don't need to require a database, at least not in theory at this point
(WSGIPublisherApplication doesn't work too well w/o a database). One of the main
reasons of using PasteDeploy is, after all, decoupling the database definition
from the server definition, and therefore allowing Zope 3 to run w/o the ZODB
for example


  Commit: b131451add7f4430af5151459f544c6599476efd
      https://github.com/zopefoundation/zope.paste/commit/b131451add7f4430af5151459f544c6599476efd
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M README.txt
    A multiple.txt
    M setup.py
    M version.txt

  Log Message:
  -----------
  * Streamline README.txt, add documentation for the new feature (Zope 3 on top of Paste),
  and move some cumbersome "documentation" out to a separate file.
* Bump version number to 0.2
* Improve packaging metadata, use README.txt as CheeseShop frontpage


  Commit: e8a0c7f8b32743423c7d5db4d4f7ab25d40b6f97
      https://github.com/zopefoundation/zope.paste/commit/e8a0c7f8b32743423c7d5db4d4f7ab25d40b6f97
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  Added Zope boilerplate header


  Commit: 2cd8da275bdada2e2952083eeeff426f471a3c11
      https://github.com/zopefoundation/zope.paste/commit/2cd8da275bdada2e2952083eeeff426f471a3c11
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  need to require setuptools for the namespace package declaration


  Commit: b0cc6d793d6968b039a0034f811f4bb6ed61f5ee
      https://github.com/zopefoundation/zope.paste/commit/b0cc6d793d6968b039a0034f811f4bb6ed61f5ee
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-04-01 (Sun, 01 Apr 2007)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  There can be only ever one Zope application (due to the global setup that Zope
does when it loads the ZCML configuration, and the locks it could have on
file storages).


  Commit: 556f70ef1e1af17d347ed129ac3fbc98dc7e70fc
      https://github.com/zopefoundation/zope.paste/commit/556f70ef1e1af17d347ed129ac3fbc98dc7e70fc
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-05-28 (Mon, 28 May 2007)

  Changed paths:
    M version.txt

  Log Message:
  -----------
  bump version number on  the trunk


  Commit: a0eb129b3f7a73f070d83df57c0f6c57e83dacf3
      https://github.com/zopefoundation/zope.paste/commit/a0eb129b3f7a73f070d83df57c0f6c57e83dacf3
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-05-31 (Thu, 31 May 2007)

  Changed paths:
    M setup.py
    R version.txt

  Log Message:
  -----------
  get rid of version.txt, inline version info in setup.py


  Commit: 28b33a82968232e8aa6d890fa5366f3af2fd90b7
      https://github.com/zopefoundation/zope.paste/commit/28b33a82968232e8aa6d890fa5366f3af2fd90b7
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-05-31 (Thu, 31 May 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  zope.paste 0.3 will be for Zope 3.4 (egg form), therefore explicitly listing its
dependencies.


  Commit: 99c21fa43c1d3c7a0f729c9aaacea562969df564
      https://github.com/zopefoundation/zope.paste/commit/99c21fa43c1d3c7a0f729c9aaacea562969df564
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-05-31 (Thu, 31 May 2007)

  Changed paths:
    A bootstrap.py
    A buildout.cfg
    A test-site.zcml
    A test.ini

  Log Message:
  -----------
  Buildoutify: install PasteDeploy and a WSGI/PasteDeploy-compatible server (comes
with PasteScript) and run a Zope app solely using PasteDeploy (after the buildout,
run
  $ bin/paster serve test.ini
)


  Commit: 59d1d422d6c7199d7a16dee11b8d51cf634d9f29
      https://github.com/zopefoundation/zope.paste/commit/59d1d422d6c7199d7a16dee11b8d51cf634d9f29
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-06-02 (Sat, 02 Jun 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  bump version number on the trunk


  Commit: 566dc20dc31f05dfe057e49867c8a880f596df9e
      https://github.com/zopefoundation/zope.paste/commit/566dc20dc31f05dfe057e49867c8a880f596df9e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    A CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Add a changelog.  Add 'dev' suffix to version number in setup.py.


  Commit: a44c0a3fd85170cad5e57b5780a3cc2e9c0afc00
      https://github.com/zopefoundation/zope.paste/commit/a44c0a3fd85170cad5e57b5780a3cc2e9c0afc00
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Get the newest bootstrap.py from zc.buildout 1.6.1.

The old one failed to bootstrap on Ubuntu 12.04 with an error about trying (and
failing) to write to some setuptools.egg-info file in /usr/local while
installing distribute 0.6.28.


  Commit: 43ecc9fdfb8e797dc02a6b1a380d9b8e4ebd3462
      https://github.com/zopefoundation/zope.paste/commit/43ecc9fdfb8e797dc02a6b1a380d9b8e4ebd3462
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  Refactoring: replace the abspath() closure with os.path.abspath.

os.path.abspath(anything, absolute_path) returns absolute_path already,
so the os.path.isabs() check is redundant.

I want to refactor the DB setup bits into a separate utility function,
and the use of this closure is in my way.


  Commit: 27d216fb13caab4087f5a0c16eb7723c66bb363d
      https://github.com/zopefoundation/zope.paste/commit/27d216fb13caab4087f5a0c16eb7723c66bb363d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    M zope/paste/factory.py

  Log Message:
  -----------
  Refactoring: extract database_factory() helper function.

This is convenient for people who want to customize the WSGI factory
function and would rather not copy and paste the existing one.


  Commit: c0e958830176b5f95d6a7903ba2c74553356ea37
      https://github.com/zopefoundation/zope.paste/commit/c0e958830176b5f95d6a7903ba2c74553356ea37
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    M CHANGES.txt
    M zope/paste/factory.py

  Log Message:
  -----------
  Support a 'features' config option in the PasteDeploy INI file.


  Commit: fd7435583d08299b600e4f0c28e57090655d139a
      https://github.com/zopefoundation/zope.paste/commit/fd7435583d08299b600e4f0c28e57090655d139a
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-21 (Tue, 21 Aug 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.4


  Commit: 0e3a3ebf18600eefacd116a9370ef1ea5f68436c
      https://github.com/zopefoundation/zope.paste/commit/0e3a3ebf18600eefacd116a9370ef1ea5f68436c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-08-21 (Tue, 21 Aug 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.5


Compare: https://github.com/zopefoundation/zope.paste/compare/dacd71ca690b^...0e3a3ebf1860


More information about the checkins mailing list