-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: ckan/ckan
base: master
head repository: ODHK/ckan
compare: master
Commits on Dec 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 48507ff - Browse repository at this point
Copy the full SHA 48507ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fcff83 - Browse repository at this point
Copy the full SHA 4fcff83View commit details
Commits on Dec 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a42b093 - Browse repository at this point
Copy the full SHA a42b093View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5969f0 - Browse repository at this point
Copy the full SHA d5969f0View commit details
Commits on Dec 16, 2013
-
[#1393] user_dictize: return apikey correctly
Was returning email instead of apikey. Fixes #1393
Configuration menu - View commit details
-
Copy full SHA for 8fe6661 - Browse repository at this point
Copy the full SHA 8fe6661View commit details -
Configuration menu - View commit details
-
Copy full SHA for c517507 - Browse repository at this point
Copy the full SHA c517507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4fc08 - Browse repository at this point
Copy the full SHA 7e4fc08View commit details
Commits on Dec 17, 2013
-
[#1384] Make the database query in related_list
* We didn't actually do the database query in related_list if we didn't pass a dataset. This commit fixes that. * Share the dictize function for both cases.
Configuration menu - View commit details
-
Copy full SHA for 974c5d2 - Browse repository at this point
Copy the full SHA 974c5d2View commit details -
[#1384] Update related controller to use a list
The controller relied on the output of related_list being a Query object. Updated them to use the list.
Configuration menu - View commit details
-
Copy full SHA for fde6ced - Browse repository at this point
Copy the full SHA fde6cedView commit details -
[#1384] Update tests to deal with list
The tests also relied on related_list being a Query instead of a list. Updated them and added new asserts.
Configuration menu - View commit details
-
Copy full SHA for 54e50ff - Browse repository at this point
Copy the full SHA 54e50ffView commit details -
[#1384] Update documentation for related_list
The related_list function should not need an id or dataset parameter. We use it ourselves in the related dashboard without an id or dataset parameter.
Configuration menu - View commit details
-
Copy full SHA for e2db71e - Browse repository at this point
Copy the full SHA e2db71eView commit details -
[#1384] Remove sorted from model_dictize
related_items is already sorted from the database query. Adding another sorting at the model_dictize level looks unnecessary and overrides the one from the query.
Configuration menu - View commit details
-
Copy full SHA for 7d9231e - Browse repository at this point
Copy the full SHA 7d9231eView commit details -
[#1384] Fix test broken due to sorted change
* Fix the test broken because it expects results from sorted. * Correct the PEP8 change in related controller.
Configuration menu - View commit details
-
Copy full SHA for a22c5ee - Browse repository at this point
Copy the full SHA a22c5eeView commit details
Commits on Jan 8, 2014
-
Fix test failures associted with related_list
The related_list dictization changes returned them as returned by the database. This change gives it a default order if they're not previously sorted.
Configuration menu - View commit details
-
Copy full SHA for 781934d - Browse repository at this point
Copy the full SHA 781934dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950d90a - Browse repository at this point
Copy the full SHA 950d90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9c035 - Browse repository at this point
Copy the full SHA dd9c035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a8d38 - Browse repository at this point
Copy the full SHA 47a8d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8622d17 - Browse repository at this point
Copy the full SHA 8622d17View commit details -
Removed limit of number of arguments passed to
user add
command.This is needed as the ``user add`` command is supposed to accept a variable number of arguments.
Configuration menu - View commit details
-
Copy full SHA for 9790453 - Browse repository at this point
Copy the full SHA 9790453View commit details -
[#1380] Encourage installing latest release in source install docs
Needed an automated way to get the latest version number, so I added functions to doc/conf.py for this, and then used them in the source and package install docs.
Configuration menu - View commit details
-
Copy full SHA for d130274 - Browse repository at this point
Copy the full SHA d130274View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50dba2 - Browse repository at this point
Copy the full SHA a50dba2View commit details -
[#1380] Fix some broken hyperlinks in the docs
Stop Sphinx from hyperlinking part of the URL in pip install commands.
Configuration menu - View commit details
-
Copy full SHA for deb198c - Browse repository at this point
Copy the full SHA deb198cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2879b92 - Browse repository at this point
Copy the full SHA 2879b92View commit details -
[#1188] Allow organization dropdown to be displayed
The current logic was unclear. If a user belongs to at least one organization, the dropdown will be displayed, both on the created and edit forms. Same for the visibility one.
Configuration menu - View commit details
-
Copy full SHA for 6cb9a97 - Browse repository at this point
Copy the full SHA 6cb9a97View commit details -
[#1188] Allow empty orgs if datasets can be unowned
If the "create_unowned_dataset" is set to True and you are not a sysadmin and select the "No organization" option on the dataset form, you get a validation error.
Configuration menu - View commit details
-
Copy full SHA for 6123e22 - Browse repository at this point
Copy the full SHA 6123e22View commit details -
Revert "[#1188] Allow organization dropdown to be displayed"
There is certain logic, albeit a bit flacky, in hiding the organization dropwdown, in that if shown, any user belonging to an organization could take ownership of any unowned dataset in the instance. We need to properly define the auth rules and enforce them at the validator level as well. For the time being, showing the dropdown only to sysadmins makes sense (and of course fixing the original bug on the visibility field validator, which is done on the next commit) This reverts commit f366ba6.
Configuration menu - View commit details
-
Copy full SHA for 1ebb8eb - Browse repository at this point
Copy the full SHA 1ebb8ebView commit details -
[#1188] Fix visibility validator
To not rely on owner_org being present, when the validator gets a value of private and there is no owner_org, we request the dataset anyway and check if it actually has an owner_org. Added new validation tests
Configuration menu - View commit details
-
Copy full SHA for f8fb2a2 - Browse repository at this point
Copy the full SHA f8fb2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c06164 - Browse repository at this point
Copy the full SHA 7c06164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8386c14 - Browse repository at this point
Copy the full SHA 8386c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec8351 - Browse repository at this point
Copy the full SHA aec8351View commit details
Commits on Jan 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for cec0551 - Browse repository at this point
Copy the full SHA cec0551View commit details -
[#1422] More secure default for the repoze secret key
The who.ini file has a secret key used during authentication. To make sure users don't forget to update it we can use the beaker session secret which is generated randomly when creating the ckan ini file. If users define a secret in the who.ini file, this one will be used. To do this, we use a small custom plugin that checks the secret key and calls the core repoze plugin afterwards.
Configuration menu - View commit details
-
Copy full SHA for ae3cdb7 - Browse repository at this point
Copy the full SHA ae3cdb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a4272 - Browse repository at this point
Copy the full SHA 12a4272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9daf484 - Browse repository at this point
Copy the full SHA 9daf484View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdb460 - Browse repository at this point
Copy the full SHA dbdb460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a86f8e - Browse repository at this point
Copy the full SHA 6a86f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9ca47 - Browse repository at this point
Copy the full SHA 2a9ca47View commit details
Commits on Jan 21, 2014
-
[#1421] Ensure that check_access is called on activity_create
Otherwise when disabling the activity streams the action returned before calling the auth function, which made the auth audit fail
Configuration menu - View commit details
-
Copy full SHA for 8d6897c - Browse repository at this point
Copy the full SHA 8d6897cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eac009b - Browse repository at this point
Copy the full SHA eac009bView commit details -
[#1428] Fix superimposing resource items
This was caused by removing the "This resource has no description" message in #1302.
Configuration menu - View commit details
-
Copy full SHA for ac17318 - Browse repository at this point
Copy the full SHA ac17318View commit details -
[#1368] Fix dataset ordering on org and group pages
Match dataset ordering options with those on the main search
Configuration menu - View commit details
-
Copy full SHA for 45281fc - Browse repository at this point
Copy the full SHA 45281fcView commit details
Commits on Jan 22, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 515345f - Browse repository at this point
Copy the full SHA 515345fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8618989 - Browse repository at this point
Copy the full SHA 8618989View commit details
Commits on Jan 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4c8c063 - Browse repository at this point
Copy the full SHA 4c8c063View commit details -
we need try, except to handle local datastore use
This reverts commit 129aec8.
Configuration menu - View commit details
-
Copy full SHA for 9e24f51 - Browse repository at this point
Copy the full SHA 9e24f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889b7e9 - Browse repository at this point
Copy the full SHA 889b7e9View commit details
Commits on Jan 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c9e1bb9 - Browse repository at this point
Copy the full SHA c9e1bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6e78a - Browse repository at this point
Copy the full SHA bd6e78aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f670543 - Browse repository at this point
Copy the full SHA f670543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a69006 - Browse repository at this point
Copy the full SHA 7a69006View commit details
There are no files selected for viewing
This file was deleted.