[ckan-changes] [okfn/ckan] 996661: [#2816] Re-add some items to model.__init__
GitHub
noreply at github.com
Wed Aug 29 13:07:16 UTC 2012
Branch: refs/heads/2549-merge-organizations
Home: https://github.com/okfn/ckan
Commit: 9966615969fa2aa4823fc6d3455528b194136255
https://github.com/okfn/ckan/commit/9966615969fa2aa4823fc6d3455528b194136255
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M ckan/model/__init__.py
M ckan/model/domain_object.py
Log Message:
-----------
[#2816] Re-add some items to model.__init__
Commit: db6ab9e188c091ea894cce3766f029cc0e101535
https://github.com/okfn/ckan/commit/db6ab9e188c091ea894cce3766f029cc0e101535
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M CHANGELOG.txt
M ckan/controllers/group.py
Log Message:
-----------
Merge branch 'allow-group-read-sort' into release-v1.8
Commit: a2fe71dd5d885b085a95cf71b0de0cd42dd432f0
https://github.com/okfn/ckan/commit/a2fe71dd5d885b085a95cf71b0de0cd42dd432f0
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M ckan/config/environment.py
M ckan/lib/search/__init__.py
Log Message:
-----------
[#2844] actually use simple-search config option
Commit: fbd347c4b3f26bcbbdf20be310181f7d56d68df5
https://github.com/okfn/ckan/commit/fbd347c4b3f26bcbbdf20be310181f7d56d68df5
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M ckan/lib/search/sql.py
Log Message:
-----------
[#2844] Fix error in simple search
Commit: 7a0cff82d358a0c9b6e29d793c3e5294c644bc5c
https://github.com/okfn/ckan/commit/7a0cff82d358a0c9b6e29d793c3e5294c644bc5c
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M ckan/tests/lib/test_simple_search.py
Log Message:
-----------
[#2844] fix test
Commit: 1eb959b172c1aef0038f940f89056979cb5524ed
https://github.com/okfn/ckan/commit/1eb959b172c1aef0038f940f89056979cb5524ed
Author: amercader <amercadero at gmail.com>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M doc/datastore.rst
Log Message:
-----------
Fix typo in datastore docs
Commit: 59440982da8e6665a88a6097ed79aebe3a21a81b
https://github.com/okfn/ckan/commit/59440982da8e6665a88a6097ed79aebe3a21a81b
Author: amercader <amercadero at gmail.com>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M ckan/config/environment.py
M ckan/lib/search/__init__.py
M ckan/lib/search/sql.py
M ckan/tests/lib/test_simple_search.py
Log Message:
-----------
Merge branch '2844-re-enable-simple-search-for-1.8' into release-v1.8
Commit: 72b0e9fcab4f99c5f20102981496ed18b31ae787
https://github.com/okfn/ckan/commit/72b0e9fcab4f99c5f20102981496ed18b31ae787
Author: amercader <amercadero at gmail.com>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M ckan/model/__init__.py
M ckan/model/domain_object.py
Log Message:
-----------
Merge branch '2816-re-add-model-bits' into release-v1.8
Commit: c81ce4b6816e0669cf878603b1046558644b258f
https://github.com/okfn/ckan/commit/c81ce4b6816e0669cf878603b1046558644b258f
Author: amercader <amercadero at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/search/index.py
Log Message:
-----------
Avoid unnecessary commit request
The commit can be sent on the same request with the dict to index
Commit: 7b65a54088db9f8ed0511aa200a6409ebe223392
https://github.com/okfn/ckan/commit/7b65a54088db9f8ed0511aa200a6409ebe223392
Author: amercader <amercadero at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/cli.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/tests/lib/test_cli.py
Log Message:
-----------
Commit only once at the end of a search index rebuild
Commiting changes in the Solr search index is a heavy task that takes
significant time. We are currently commiting changes after each update,
which is probably fine for individual updated (ie users editing or
creating a dataset), but when rebuilding the whole index it is
unnecessary. A single commit at the end of the process is needed, and
that speeds the reindexing about a 85%.
A flag has been added (`-e` or `--commit-each`) to allow the old
behaviour (commiting after each edit).
Commit: 8473cd8bcb15d88805a309470129ed10fe8ba522
https://github.com/okfn/ckan/commit/8473cd8bcb15d88805a309470129ed10fe8ba522
Author: amercader <amercadero at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
Log Message:
-----------
Allow not returning the package dict when creating or updating
This avoids calling package_show
Commit: 74f12575b32922c92b0f607c809692911ef641e1
https://github.com/okfn/ckan/commit/74f12575b32922c92b0f607c809692911ef641e1
Author: amercader <amercadero at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
Log Message:
-----------
Return dataset id if 'return_pacakge_dict' is False
Commit: 4006757ba6a6ead21c3deb17427fd6176b481ec2
https://github.com/okfn/ckan/commit/4006757ba6a6ead21c3deb17427fd6176b481ec2
Author: amercader <amercadero at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
Log Message:
-----------
Use return_id_only instead of return_package_dict
Suggested by @tobes, as it is more backwards compatible
Commit: 088c170c114f2ada971d4db3f0e9c39d298b81b9
https://github.com/okfn/ckan/commit/088c170c114f2ada971d4db3f0e9c39d298b81b9
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Quick fix for deprecated
Commit: fa0601bbf67f9571a4cc18622dd2251f203682a8
https://github.com/okfn/ckan/commit/fa0601bbf67f9571a4cc18622dd2251f203682a8
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Proper fix of deprecated_context_item
Commit: 489717f0d20d22455d9fb6d701f8b1280bf614d2
https://github.com/okfn/ckan/commit/489717f0d20d22455d9fb6d701f8b1280bf614d2
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
some documentation
Commit: b28adbfcae582fcc1687c1421cd1ebe77c622202
https://github.com/okfn/ckan/commit/b28adbfcae582fcc1687c1421cd1ebe77c622202
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Add the warning again
Commit: f908c6b8643b4e3ad14cd8e04084737fec0db014
https://github.com/okfn/ckan/commit/f908c6b8643b4e3ad14cd8e04084737fec0db014
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Store the message plus better names
Commit: 6fe8c57ffc24504d453a2f90f15ce59074426ce6
https://github.com/okfn/ckan/commit/6fe8c57ffc24504d453a2f90f15ce59074426ce6
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Fix the original deprecate_context_item function.
Commit: 46ea2590653e0a9d4cc714ecd429532e4753360e
https://github.com/okfn/ckan/commit/46ea2590653e0a9d4cc714ecd429532e4753360e
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Revert "Fix the original deprecate_context_item function."
This reverts commit 3ae477bfa84e62a6bdb5fa4f99e9800c007fb681.
thread unsafe
Commit: 35168a5a3bcb710cb633c7fb1f3f7003312839b0
https://github.com/okfn/ckan/commit/35168a5a3bcb710cb633c7fb1f3f7003312839b0
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Fix up as suggested by kindly
Commit: 227d8e5bb409fcfb68e94408eb7ac57aa61af334
https://github.com/okfn/ckan/commit/227d8e5bb409fcfb68e94408eb7ac57aa61af334
Author: kindly <kindly at gmail.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/cli.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/tests/lib/test_cli.py
Log Message:
-----------
Merge branch 'release-v1.8' of github.com:okfn/ckan into release-v1.8
Commit: 9e348cdc7e30689fd7ee83952270a4608b8f83c6
https://github.com/okfn/ckan/commit/9e348cdc7e30689fd7ee83952270a4608b8f83c6
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
[i18n] Pull final translations for CKAN 1.8 from Transifex
Pulled the po files from Transifex, checked them, and compiled them to
create the mo files.
Commit: efad575c6e76b18afac4463c541039bb330aa37f
https://github.com/okfn/ckan/commit/efad575c6e76b18afac4463c541039bb330aa37f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Remove zh_TW translation from CKAN 1.8
It has 0% translations
Commit: 63b92ce7e779b77fa0d8ee56184f927f680d278a
https://github.com/okfn/ckan/commit/63b92ce7e779b77fa0d8ee56184f927f680d278a
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/lib/maintain.py
Log Message:
-----------
Merge branch 'release-v1.8' of github.com:okfn/ckan into release-v1.8
Commit: 2f7a60dbbf937cc1a5787b1d6988bcd7d4ccdc70
https://github.com/okfn/ckan/commit/2f7a60dbbf937cc1a5787b1d6988bcd7d4ccdc70
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
Update CKAN's default list of language options
Commit: ad08763e03177cc3bf253de078e1899c08355fa5
https://github.com/okfn/ckan/commit/ad08763e03177cc3bf253de078e1899c08355fa5
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/lib/plugins.py
M ckan/plugins/interfaces.py
M ckanext/organizations/forms.py
A ckanext/organizations/templates/organization_edit.html
Log Message:
-----------
[#2843] Remove 'Add Existing Datasets' option from organization edit
The link wasn't working, and this option doesn't make any sense when
organizations is enabled, because every dataset must belong to one and
only one organization anyway.
This commit simply removes the link from the organization edit page,
making it consistent with the other organization pages (read etc.)
It was necessary to add the ability to override the group/edit.html
template to the IGroupForm plugin to do this.
Commit: 7041f22239f654dd0ee52be643e55cb367f797ab
https://github.com/okfn/ckan/commit/7041f22239f654dd0ee52be643e55cb367f797ab
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/controllers/group.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/maintain.py
M ckan/lib/plugins.py
M ckan/model/__init__.py
M ckan/model/domain_object.py
M ckan/plugins/interfaces.py
M ckanext/organizations/forms.py
A ckanext/organizations/templates/organization_edit.html
Log Message:
-----------
Merge branch '2843-cannot-add-existing-datasets-to-organizations'
Commit: c8ee3e142972229477272754dd7291a00c730f06
https://github.com/okfn/ckan/commit/c8ee3e142972229477272754dd7291a00c730f06
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M ckan/controllers/home.py
M ckan/i18n/check_po_files.py
M ckan/logic/action/create.py
Log Message:
-----------
Fix unicode formatting bug
Commit: fbb9160f879519d96a8852f8ac55544664f98a6a
https://github.com/okfn/ckan/commit/fbb9160f879519d96a8852f8ac55544664f98a6a
Author: tobes <toby.junk at gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Fix error on unicode related title
Commit: 2b59d11ad63eab0e2c251ac3b08bfe87a7771451
https://github.com/okfn/ckan/commit/2b59d11ad63eab0e2c251ac3b08bfe87a7771451
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
[xs] Minor fix for accept header handling on package
Commit: 1a4df28995ae6f2b47e22d239bacafce967b3d91
https://github.com/okfn/ckan/commit/1a4df28995ae6f2b47e22d239bacafce967b3d91
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/check_po_files.py
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
R ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/maintain.py
M ckan/lib/plugins.py
M ckan/logic/action/create.py
M ckan/model/__init__.py
M ckan/model/domain_object.py
M ckan/plugins/interfaces.py
A ckanext/organizations/templates/organization_edit.html
Log Message:
-----------
Merge from master
Compare: https://github.com/okfn/ckan/compare/4a9f7d9ead32...1a4df28995ae
More information about the ckan-changes
mailing list