[ckan-changes] [ckan/ckan] 7314bc: Fix language switcher in CKAN webpages
GitHub
noreply at github.com
Wed Feb 28 11:59:49 UTC 2018
Branch: refs/heads/release-v2.5.8
Home: https://github.com/ckan/ckan
Commit: 7314bc7c107857348f5cd95ae51d855d3499a255
https://github.com/ckan/ckan/commit/7314bc7c107857348f5cd95ae51d855d3499a255
Author: Declan Dunne <d.dunne at ucc.ie>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/templates/snippets/language_selector.html
Log Message:
-----------
Fix language switcher in CKAN webpages
Commit: 54f3b0f4279a4dc80725b5508f638b492e0eefe4
https://github.com/ckan/ckan/commit/54f3b0f4279a4dc80725b5508f638b492e0eefe4
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/lib/formatters.py
M ckan/model/activity.py
Log Message:
-----------
Issue #147 - Activity Time stored in UTC
bcgov/ckanext-bcgov#147 ckan/ckan#2882 ckan/ckan#2970
The Activity model now stores its timestamp in utc
In Formatters, localized_nice_date, removed the datetime replace method
calls with actually ensuring the comparing timestamps have a timezone
specified
fixing typo
Commit: f2eca95a5736b0058c9f188c535dffc9f3228808
https://github.com/ckan/ckan/commit/f2eca95a5736b0058c9f188c535dffc9f3228808
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
A ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Adding migration script to adjust current activity timestamps to utc
Commit: 59af91e0a611ac0a5da755de07beb127b8303ebc
https://github.com/ckan/ckan/commit/59af91e0a611ac0a5da755de07beb127b8303ebc
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Using only sql statement, removed python and logging
Commit: ae94c29e0ded0255f79aa6a12ddad1899e3f0827
https://github.com/ckan/ckan/commit/ae94c29e0ded0255f79aa6a12ddad1899e3f0827
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixed pep8 issues
Commit: c9fd4db2f42e2c3bde4d283ac0c03265f084d99a
https://github.com/ckan/ckan/commit/c9fd4db2f42e2c3bde4d283ac0c03265f084d99a
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/lib/formatters.py
Log Message:
-----------
Need to use replace for naive timestamps
Commit: 34d4a885b012795a063df5c7e54cbec971fd0875
https://github.com/ckan/ckan/commit/34d4a885b012795a063df5c7e54cbec971fd0875
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixing another pep8 issue
Commit: 97651704ed6effb9a11a6a238e027f762cd1cb2c
https://github.com/ckan/ckan/commit/97651704ed6effb9a11a6a238e027f762cd1cb2c
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Prefixing strings for pep8
Compare: https://github.com/ckan/ckan/compare/6bbc360eef89...97651704ed6e
More information about the ckan-changes
mailing list