-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
99 lines (99 loc) · 2.52 KB
/
CHANGELOG
File metadata and controls
99 lines (99 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
1.1.4
- ref: replace "word-wrap" with "overflow-wrap"
- tests: own the docker image
1.1.3
- enh: update i18n to reflect that members may not modify collections
1.1.2
- enh: also patch resource_item listing for dataset view
1.1.1
- reg: remove some style hints to make line break in resource names work
1.1.0
- feat: improve resource listing to show full resource names
1.0.0
- declare first stable release
0.12.1
- enh: add site_title to welcome page
- enh: add about text (#5)
0.12.0
- integration with DCOR version bump for CKAN 2.11.3
- fix: i18n branding not working when ckan installed as package
- fix: remove zombie cli.py from repository
- ref: remove i18n copying of javascript translations (they seem unused)
0.11.2
- ci: fully migrate CI workflow to docker
0.11.1
- fix: properly find main.css location using `pkg_resources`
- fix: ignore missing "en_GB.js" file during i18n branding
- enh: implement docker based testing
0.8.2
- setup: fix ckanext namespace
0.8.1
- build: fix CI pipeline
0.8.0
- setup: migrate to pyproject.toml
0.7.8
- maintenance release
0.7.7
- maintenance release
0.7.6
- maintenance release
0.7.5
- enh: update color replacement
0.7.4
- maintenance release
0.7.3
- fix: set default html background color
0.7.2
- fix: fix i18n hack for changing collections not working with CKAN 2.10
0.7.1
- fix: snap site footer to bottom of page
0.7.0
- ref: use proper theming in CKAN 2.10
- ref: migrate templates to CKAN 2.10
0.6.1
- maintenance release
0.6.0
- enh: instead of relying on old libraries, just cat all css and
serve it as main.css (#2)
- ref: move condensed download buttons to ckanext-dc-serve
0.5.0
- fix: don't show "Users" page link when user not logged-in (#3)
0.4.6
- maintenance release
0.4.5
- maintenance release
0.4.4
- maintenance release
0.4.3
- enh: add apple-touch-icon images
- ci: fix coverage stats
0.4.2
- maintenance release
0.4.1
- fix: update MANIFEST.in (missing trailer image)
0.4.0
- enh: added promoted.html template with DCOR tiles artwork
- ref: moved branding to dcor_control
- tests: use vagrant for tests
0.3.9
- fix: i18-hack did not work properly
0.3.8
- maintenance release
0.3.7
- ci: migrate to GH Actions
- build: use install_requires instead of requirements.txt
0.3.6
- enh: added green DCOR-med icon
0.3.5
- fix: include Lato fonts
0.3.4
- fix: do not use a brand icon for Circles
- ref: use solid icons
0.3.3
- fix: manifest did not include artwork
0.3.2
- maintenance release
0.3.1
- maintenance release
0.3.0
- initial open-sourced release