[ckan-changes] [okfn/ckan] 7a4fb0: [#2302] show logo if defined else ckan one
GitHub
noreply at github.com
Wed Jul 25 18:44:42 UTC 2012
Branch: refs/heads/2302-simple-themes
Home: https://github.com/okfn/ckan
Commit: 7a4fb0d462983c7f69c9157952b88e42d675dae8
https://github.com/okfn/ckan/commit/7a4fb0d462983c7f69c9157952b88e42d675dae8
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M ckan/templates/header.html
Log Message:
-----------
[#2302] show logo if defined else ckan one
Commit: 50f0a57561b587437944b69a557531a7a48e4e67
https://github.com/okfn/ckan/commit/50f0a57561b587437944b69a557531a7a48e4e67
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M ckan/lib/app_globals.py
M ckan/templates/base.html
Log Message:
-----------
[#2302] set main_css via the global config
Commit: f6feb1e32e19a51dcdd9858be203c06e21b939b9
https://github.com/okfn/ckan/commit/f6feb1e32e19a51dcdd9858be203c06e21b939b9
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
A ckan/public/base/css/fuchsia.css
A ckan/public/base/css/green.css
A ckan/public/base/css/red.css
Log Message:
-----------
[#2302] add some new style sheets
Commit: 61fbf7f744c1f6ced9b86eadc8707943fa07542c
https://github.com/okfn/ckan/commit/61fbf7f744c1f6ced9b86eadc8707943fa07542c
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M ckan/lib/app_globals.py
Log Message:
-----------
[#2302] make css link absolute
Commit: 65fc06ca8709767319530b8cfc67847bff781fe0
https://github.com/okfn/ckan/commit/65fc06ca8709767319530b8cfc67847bff781fe0
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/lib/app_globals.py
Log Message:
-----------
[#2302] css setting minor refactor
Commit: 5e105cc99fa3bbe024116e5e264f9580c53b0ccf
https://github.com/okfn/ckan/commit/5e105cc99fa3bbe024116e5e264f9580c53b0ccf
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/controllers/admin.py
Log Message:
-----------
[#2302] General clean-up ofadmin controller
Commit: 032b9ac4e38e27500784025d07e4fcdb61c4cfc6
https://github.com/okfn/ckan/commit/032b9ac4e38e27500784025d07e4fcdb61c4cfc6
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M CHANGELOG.txt
M LICENSE.txt
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/dictization/__init__.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/maintain.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/publisher/get.py
M ckan/logic/schema.py
M ckan/model/authz.py
M ckan/model/group.py
M ckan/model/license.py
M ckan/model/meta.py
M ckan/new_authz.py
M ckan/public/base/css/main.css
M ckan/public/base/javascript/client.js
M ckan/public/base/javascript/main.js
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/media.less
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/public/scripts/application.js
A ckan/templates/admin/authz.html
A ckan/templates/admin/index.html
M ckan/templates/base.html
M ckan/templates/group/read.html
M ckan/templates/group/snippets/group_form.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/read.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
A ckan/templates/snippets/internal-tracking.html
M ckan/templates/snippets/language_selector.html
M ckan/templates/snippets/related.html
M ckan/templates/user/list.html
M ckan/templates/user/read.html
M ckan/templates_legacy/facets.html
M ckan/templates_legacy/layout_base.html
M ckan/tests/forms/test_authz.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_admin.py
M ckan/tests/functional/test_authz.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_package_edit_authz.py
M ckan/tests/functional/test_publisher_auth.py
M ckan/tests/functional/test_search.py
M ckan/tests/functional/test_storage.py
M ckan/tests/functional/test_upload.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
M ckan/tests/models/test_authz.py
M ckan/tests/models/test_repo.py
M ckan/tests/models/test_user.py
M ckanext/organizations/forms.py
M ckanext/publisher_form/templates/publisher_read.html
M doc/coding-standards.rst
A doc/frontend-development.rst
M doc/index.rst
M doc/install-from-source.rst
A doc/toolkit.rst
A jshint.json
Log Message:
-----------
Merge branch '2375-demo-theme-development' into 2302-simple-themes
Commit: 16cb7a3e49287049f28f00818247179b7133c5b9
https://github.com/okfn/ckan/commit/16cb7a3e49287049f28f00818247179b7133c5b9
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/controllers/admin.py
M ckan/lib/app_globals.py
A ckan/templates/admin/config.html
Log Message:
-----------
[#2302] set style via form
Commit: 48986635ae53427d29e3b46f84b219eeb0672da8
https://github.com/okfn/ckan/commit/48986635ae53427d29e3b46f84b219eeb0672da8
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/controllers/admin.py
M ckan/lib/app_globals.py
M ckan/templates/admin/config.html
Log Message:
-----------
[#2302] improvements for setting css
Commit: 1a2c4ce26180a880acf0fba62f0c0cc26c0f5cb5
https://github.com/okfn/ckan/commit/1a2c4ce26180a880acf0fba62f0c0cc26c0f5cb5
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M ckan/controllers/admin.py
M ckan/lib/app_globals.py
M ckan/templates/admin/config.html
M ckan/templates/base.html
Log Message:
-----------
[#2302] allow setting of site title
Compare: https://github.com/okfn/ckan/compare/7a4fb0d46298^...1a2c4ce26180
More information about the ckan-changes
mailing list