forked from ckan/ckan
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QOL-7544] apply QGOV patches to 2.9.5 base
update psycopg2 to support PostgreSQL 12, ckan#5796 [QOL-9275] add config flag to control private dataset behaviour - If set to True, then return Forbidden or redirect to login page, instead of hiding the dataset's existence. Bump moment from 2.26.0 to 2.29.4 Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.26.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> fix logic import [DC-32816] update sqlparse to handle CSV contents more robustly, GitHub ckan#5822 - This is already fixed on master but not backported to 2.9 [DC-31965] handle missing resources in activity stream - Copy cleanup from upstream Revert "Add test and changelog" This reverts commit 3745031. Revert "Check if locale exists on i18n JS API" This reverts commit c906ee1. Revert "Fixing tests." This reverts commit 233be7e. Add test and changelog Fixing tests. Check if locale exists on i18n JS API fix errno2 check for resource remove extra comma (cherry picked from commit fb27f2a) [QOL-8785] only import Pylons response when relevant [QOL-8785] fix missing imports and make Flake8 happy [QOL-8785] reuse uploader mimetype if present [QOL-8785] store resource URL in uploader so we can retrieve it for Pylons downloads [QOL-8785] parse config flag as a boolean [QOL-8785] skip test for now [QOL-8785] drop test environment for post [QOL-8785] make mailer test syntax match other tests [QOL-8785] add blank password fields to pass validation [QOL-8785] restore 'save' flag to test form [QOL-8785] add debugging statement for test failure [QOL-8785] add username to test environment [QOL-8785] adjust test assertion for better failure message [QOL-8785] fix test assertion syntax [QOL-8785] adjust test username change parameters [QOL-8785] fix test assertion syntax [QOL-8785] fix test assertion syntax [QOL-8785] oops only add version to emails if flag is not set [QOL-8785] use string not bool for test config value [QOL-8785] add mail server parameter to test [QOL-8785] make post-reset landing page configurable [QOL-8785] use 'download' function to simplify controller [QOL-8785] drop 'REMOTE_USER' value in test as it's confusing the dashboard [QOL-8785] update assertion syntax for pytest [QOL-8515] get test app from fixtures instead of directly retrieving it [QOL-8515] make pep8 happy [QOL-8515] skip updating package modified timestamp if only updating resources - copied from 2.8.8 QGOV branch [QOL-8515] allow sysadmins to update usernames - copied from 2.8.8 QGOV branch [QOL-8515] optionally redirect to a different page after password resets - copied from 2.8.8 QGOV branch [QOL-8515] optionally hide CKAN version in site status and emails - copied from 2.8.8 QGOV branch [QOL-8515] make pep8 happy [QOL-8515] make pep8 happy [QOL-8515] fix import spelling [QOL-8515] make pep8 happy [QOL-8515] add functionality to delete uploaded files from storage on resource deletion [QOL-8515] adjust mocking of 'open' function to handle PY2 and PY3 [QOL-8515] oops provide necessary test import [QOL-8515] add testing of extra IUploader functions add metadata to uploader interface, next step, surface it via package * add metadata to IUploader interface's * Add new resource_file_metadata_show get api to surface metadata checks, usage case is archiver or similar verifying files have not change or disappeared * missed storage_path from file delete/download [QOL-8576] simplify imports [QOL-8576] fix isoformat syntax so lint is happy - raw string literals aren't allowed, but Python 2 'isoformat' can't handle unicode, so use the 'str' function, which is documented to have the same effect Fix isoformat argument for Python 2 [QOL-7544] handle storage directory already existing, ckan#6521 remove white space lint check if dir already exists [QOL-7544] apply QGOV patches to 2.9.5 base - render full name as 'Displayed Name' since that better describes its purpose - handle race condition in creation of site user - ignore authentication when loading user profile during password reset
- Loading branch information
Showing
34 changed files
with
641 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
# Copyright (C) 2020 ORGANIZATION | ||
# This file is distributed under the same license as the ckan project. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. | ||
# | ||
# | ||
# Translators: | ||
# Adrià Mercader <[email protected]>, 2020 | ||
# | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
|
@@ -4777,7 +4777,7 @@ msgstr "Change details" | |
|
||
#: ckan/templates/user/edit_user_form.html:10 | ||
msgid "Full name" | ||
msgstr "Full name" | ||
msgstr "Displayed name" | ||
|
||
#: ckan/templates/user/edit_user_form.html:10 | ||
msgid "eg. Joe Bloggs" | ||
|
@@ -4931,7 +4931,7 @@ msgstr "username" | |
|
||
#: ckan/templates/user/new_user_form.html:6 | ||
msgid "Full Name" | ||
msgstr "Full Name" | ||
msgstr "Displayed Name" | ||
|
||
#: ckan/templates/user/new_user_form.html:27 | ||
msgid "Create Account" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.