[ckan-changes] [ckan/ckan] 442bea: User blueprint
GitHub
noreply at github.com
Mon Jan 8 13:21:00 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 442beae49e6527623de06804e691e8dd549a0ef8
https://github.com/ckan/ckan/commit/442beae49e6527623de06804e691e8dd549a0ef8
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/home.py
M ckan/lib/helpers.py
M ckan/templates-bs2/header.html
M ckan/templates-bs2/user/activity_stream.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates-bs2/user/edit.html
M ckan/templates-bs2/user/edit_base.html
M ckan/templates-bs2/user/edit_user_form.html
M ckan/templates-bs2/user/followers.html
M ckan/templates-bs2/user/list.html
M ckan/templates-bs2/user/login.html
M ckan/templates-bs2/user/logout_first.html
M ckan/templates-bs2/user/new.html
M ckan/templates-bs2/user/read.html
M ckan/templates-bs2/user/read_base.html
M ckan/templates-bs2/user/request_reset.html
M ckan/templates-bs2/user/snippets/login_form.html
M ckan/templates-bs2/user/snippets/user_search.html
M ckan/templates/header.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/edit.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/edit_user_form.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/templates/user/request_reset.html
M ckan/templates/user/snippets/login_form.html
M ckan/templates/user/snippets/user_search.html
M ckan/tests/controllers/test_home.py
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/functional/test_activity.py
M ckan/tests/legacy/functional/test_pagination.py
M ckan/tests/legacy/functional/test_user.py
A ckan/views/user.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
Log Message:
-----------
User blueprint
Commit: 584753959cb1e3c18c1400676445a6f7788f14f4
https://github.com/ckan/ckan/commit/584753959cb1e3c18c1400676445a6f7788f14f4
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M ckan/config/middleware/flask_app.py
M ckan/config/routing.py
M ckan/lib/helpers.py
M ckan/templates-bs2/header.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates-bs2/user/edit_user_form.html
M ckan/templates-bs2/user/list.html
M ckan/templates-bs2/user/snippets/followee_dropdown.html
M ckan/templates/header.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/dashboard_datasets.html
M ckan/templates/user/edit_user_form.html
M ckan/templates/user/list.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/functional/test_activity.py
M ckan/tests/legacy/functional/test_pagination.py
M ckan/tests/legacy/functional/test_user.py
A ckan/views/dashboard.py
M ckan/views/user.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
Log Message:
-----------
Dashboard blueprint
Commit: b28832738ac3d8d9db786cbbef7f93a991a3ff48
https://github.com/ckan/ckan/commit/b28832738ac3d8d9db786cbbef7f93a991a3ff48
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M .travis.yml
M Dockerfile
M ckan/config/middleware/pylons_app.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/template.py
M ckan/logic/action/delete.py
M ckan/templates-bs2/organization/snippets/organization_form.html
M ckan/templates/organization/snippets/organization_form.html
M ckan/tests/controllers/test_organization.py
R ckan/tests/legacy/misc/test_format_text.py
M ckan/tests/lib/test_helpers.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/logic/action.py
M ckanext/multilingual/plugin.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
M contrib/docker/apache.wsgi
M contrib/docker/ckan-entrypoint.sh
M contrib/docker/docker-compose.yml
M contrib/docker/my_init.d/50_configure
M contrib/docker/my_init.d/70_initdb
M contrib/docker/postgresql/Dockerfile
M doc/contributing/issues.rst
M doc/maintaining/configuration.rst
M doc/maintaining/getting-started.rst
M doc/maintaining/installing/install-from-docker-compose.rst
M requirements.in
M requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into user-blueprint
Commit: 9d1322e09b5a8877042b6cac67270f4d694a35a8
https://github.com/ckan/ckan/commit/9d1322e09b5a8877042b6cac67270f4d694a35a8
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M ckan/views/user.py
Log Message:
-----------
small cleaning
Commit: 5ee0e074c6bfe7a288a8f35f2e1ca5f1af7ce59d
https://github.com/ckan/ckan/commit/5ee0e074c6bfe7a288a8f35f2e1ca5f1af7ce59d
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M ckan/config/middleware/flask_app.py
M ckan/config/routing.py
M ckan/controllers/home.py
M ckan/lib/helpers.py
M ckan/templates-bs2/header.html
M ckan/templates-bs2/user/activity_stream.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates-bs2/user/edit.html
M ckan/templates-bs2/user/edit_base.html
M ckan/templates-bs2/user/edit_user_form.html
M ckan/templates-bs2/user/followers.html
M ckan/templates-bs2/user/list.html
M ckan/templates-bs2/user/login.html
M ckan/templates-bs2/user/logout_first.html
M ckan/templates-bs2/user/new.html
M ckan/templates-bs2/user/read.html
M ckan/templates-bs2/user/read_base.html
M ckan/templates-bs2/user/request_reset.html
M ckan/templates-bs2/user/snippets/followee_dropdown.html
M ckan/templates-bs2/user/snippets/login_form.html
M ckan/templates-bs2/user/snippets/user_search.html
M ckan/templates/header.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/dashboard_datasets.html
M ckan/templates/user/edit.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/edit_user_form.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/templates/user/request_reset.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates/user/snippets/login_form.html
M ckan/templates/user/snippets/user_search.html
M ckan/tests/controllers/test_home.py
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/functional/test_activity.py
M ckan/tests/legacy/functional/test_pagination.py
M ckan/tests/legacy/functional/test_user.py
A ckan/views/dashboard.py
A ckan/views/user.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
Log Message:
-----------
Merge pull request #3927 from smotornyuk/user-blueprint
User blueprint
Compare: https://github.com/ckan/ckan/compare/0ccb2ce3fc86...5ee0e074c6bf
More information about the ckan-changes
mailing list