-
Notifications
You must be signed in to change notification settings - Fork 9
/
changelog
179 lines (105 loc) · 4.72 KB
/
changelog
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
0.8.3
* rationalizes templates for read-only and editable elements
-- Sebastien Mirolo <smirolo@djaodjin.com> Mon, 25 Nov 2024 16:10:00 -0700
0.8.2
* updates API documentation
* adds root in breadcrumbs
-- Sebastien Mirolo <smirolo@djaodjin.com> Tue, 18 Jun 2024 02:25:00 -0700
0.8.1
* loads commenter picture/name from profile API
* makes API endpoint with or without account slug depending on URL pattern
* handles updates to django-storages>=1.14 properly
* newsfeed API for updates to PageElement a user follows (experimental)
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 11 Apr 2024 16:40:00 -0700
0.7.1
* fixes URL routes regression introduced in version 0.7.0
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 25 Jan 2024 12:35:00 -0700
0.7.0
* generates usable OpenAPI 3 schema
* adds sequences and user progress through a sequence
* imports content of PageElement as a .docx
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 18 Jan 2024 17:00:00 -0700
0.6.9
* adds tags into practice description
* compatibles with Bootstrap5
* publishes distribution using pyproject.toml
-- Sebastien Mirolo <smirolo@djaodjin.com> Sat, 12 Aug 2023 19:30:00 -0700
0.6.8
* supports for bleach 6.0 released Jan 2023 introducing breaking changes
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 23 Feb 2023 17:25:00 -0700
0.6.7
* redirects to uploaded document when assets APIis copy/pasted in URL bar
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 6 Nov 2022 14:33:00 -0700
0.6.6
* optionally loads content directly through View instead of API
* LOCALE keys can be up to 8 characters
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 8 Sep 2022 23:55:00 -0700
0.6.5
* fixes uploaded document not found when going through S3 direct upload
* compatibles with Django4.0
-- Sebastien Mirolo <smirolo@djaodjin.com> Fri, 19 Aug 2022 20:06:00 -0700
0.6.4
* whitelists HTML tags used by PageElement editor
* compatibles with bleach 5+
-- Sebastien Mirolo <smirolo@djaodjin.com> Tue, 9 Aug 2022 10:15:00 -0700
0.6.3
* uses content API for non-leafs elements in PageElementView
* fixes computation of number of pages in pagination
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 5 Jul 2022 15:33:00 -0700
0.6.0
* adds feature to upload documents
* fixes accounts for obj.extra being None
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 8 Jun 2022 15:03:00 -0700
0.5.0
* moves theme template editor to djaodjin-extended-templates
where it fits best.
* adds dynamic layout for page elements
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 1 May 2022 11:37:00 -0700
0.4.3
* adds public parameter for profile pictures
* sorts while flattening content tree
* adds breadcrumbs in context
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 21 Apr 2022 22:39:00 -0700
0.4.2
* clears cache for Jinja2>=2.9
-- Sebastien Mirolo <smirolo@djaodjin.com> Sat, 2 Oct 2021 16:40:00 -0700
0.4.1
* adds comment_was_posted signal
* enables to customize html/css for pagination links
* fitlers list of page elements by search criteria
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 30 Sep 2021 00:00:00 -0700
0.4.0
* edits template wysiwyg-style directly
* settles API for PageElements
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 18 Jul 2021 17:05:00 -0700
0.3.6
* uses the correct active theme on create and read
* switches default from S3BotoStorage to S3Boto3Storage
-- Sebastien Mirolo <smirolo@djaodjin.com> Mon, 26 Apr 2021 23:40:00 -0700
0.3.5
* chages DELETE media to take a query parameter instead of a body
* moves all translated strings to the server
* fixes installing theme with unicode characters in template files
* fixes reactions APIs
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 24 Mar 2020 23:37:00 -0700
0.3.4
* adds reactions in API for page element detail
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 26 Nov 2020 21:06:00 -0700
0.3.3
* adds follow/upvote/comment reactions
* insures API endpoint consistently ends without a trailing '/'
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 28 Oct 2020 14:33:00 -0700
0.3.0
* adds an API end point to retrieve a content tree
* adds an API end point to search for page elements
* replaces api_page_elements by api_page_element_base
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 14 Jul 2020 13:59:00 -0700
0.2.9
* compatibles with Django3
* uses `detail` consistently to return user-friendly messages
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 7 Jun 2020 11:41:00 -0700
0.2.8
* uses acl option to add ?public=1
* updates API docs
* adds blacklist for template files
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 5 Mar 2020 09:45:00 -0700