[ckan-changes] [okfn/ckan] bd6a67: Updated edit in controller to reindex packages whe...
GitHub
noreply at github.com
Fri Oct 5 14:51:19 UTC 2012
Branch: refs/heads/release-v1.7.1-ecportal
Home: https://github.com/okfn/ckan
Commit: bd6a6746c69d7c72625f7b85bd0ca5bd6f683283
https://github.com/okfn/ckan/commit/bd6a6746c69d7c72625f7b85bd0ca5bd6f683283
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-10-04 (Thu, 04 Oct 2012)
Changed paths:
M ckan/controllers/group.py
Log Message:
-----------
Updated edit in controller to reindex packages when name changed
(cherry picked from commit dbe25d8b8d7fabfc40c5d794a920b91cec349335)
Commit: 86eb93c9f101381929728144f71513859060674d
https://github.com/okfn/ckan/commit/86eb93c9f101381929728144f71513859060674d
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-10-04 (Thu, 04 Oct 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/lib/search/__init__.py
M ckan/model/modification.py
Log Message:
-----------
Re-index datasets belonging to group upon group name changing.
Previously, this only occurred when the name was changed through the WUI.
This method works through the synchronous_search plugin.
Commit: e93df59cf5c9c932ba853d6eefcbf5c5b5d4774c
https://github.com/okfn/ckan/commit/e93df59cf5c9c932ba853d6eefcbf5c5b5d4774c
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[ec] Fix for small bug in tracking running totals.
Fix for a bug where the running totals for the first day a page was
visited were being counted twice. ie:
If on day 1, a given dataset page is visited by 2 distinct users,
then the count for that day will be 2, but both running total columns
will show 4. This doubling only occurs on the first day: subsequent
days' running totals will still be out-by-N (where N is the error on the
first day), but not continue to double
Commit: 18ca569c3489a170634d2d1dc6ffd5de7c02e338
https://github.com/okfn/ckan/commit/18ca569c3489a170634d2d1dc6ffd5de7c02e338
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[ec] A very simple tracking stats export.
Paster command to export some very simple tracking stats to a csv file.
Commit: 3995b9f7e7d6a24d3d690809f24630aea9a94331
https://github.com/okfn/ckan/commit/3995b9f7e7d6a24d3d690809f24630aea9a94331
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M ckan/logic/auth/publisher/delete.py
Log Message:
-----------
[ec] Ensure sysadmins can delete datasets (pub auth).
Compare: https://github.com/okfn/ckan/compare/4b94642950fe...3995b9f7e7d6
More information about the ckan-changes
mailing list