[ckan-changes] [okfn/ckan] 94a367: [#746] Extend Pylons installer to tweak deployment...
GitHub
noreply at github.com
Mon May 6 21:11:54 UTC 2013
Branch: refs/heads/746-update-deployment.ini_tmpl
Home: https://github.com/okfn/ckan
Commit: 94a367fef3fb2b2ca2bd63dce19de692ef143c89
https://github.com/okfn/ckan/commit/94a367fef3fb2b2ca2bd63dce19de692ef143c89
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
A ckan/config/install.py
M setup.py
Log Message:
-----------
[#746] Extend Pylons installer to tweak deployment.ini_tmpl
With the new 'paste.app_install' entry point on setup.py, we can define
a custom "installer" that basically allows us to define new variables to
be used on the deployment.ini_tmpl file. This is useful eg for defining
the ckan version and provide a link to the relevant documentation for
the configuration options.
Commit: 36fff9664e20a6f7f282fffe73626629eb5ffe65
https://github.com/okfn/ckan/commit/36fff9664e20a6f7f282fffe73626629eb5ffe65
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
M doc/datastore-setup.rst
Log Message:
-----------
[#746] Document datastore db url config options
And include them from the datastore setup documentation to avoid
duplication.
Commit: b674dbe4f5371f378788c3d7a7bb8b55b44a4dfa
https://github.com/okfn/ckan/commit/b674dbe4f5371f378788c3d7a7bb8b55b44a4dfa
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#746] Update configuration.rst
* Document ckan.email_notifications_since
* Remove duplicate search.facet.limits
* Minor formatting tweaks
Commit: a36ea43d936cebab6b7e4c9ada5df8801833784d
https://github.com/okfn/ckan/commit/a36ea43d936cebab6b7e4c9ada5df8801833784d
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#746] Document file store options in configuration.rst
TODO: Expand them
Commit: ddef4f59b89cbbe6f331589f1f8e16860d78c706
https://github.com/okfn/ckan/commit/ddef4f59b89cbbe6f331589f1f8e16860d78c706
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#746] Update deployment.ini_tmpl
Remove legacy and unused options, add new ones. Change the structure to
follow more closely the documentation on configuration.rst. Remove all inline
comments to avoid having documentation in more than one place.
Compare: https://github.com/okfn/ckan/compare/94a367fef3fb^...ddef4f59b89c
More information about the ckan-changes
mailing list