Skip to content

Commit 4e23ab1

Browse files
authored
Release 8.3.4 (#9436)
1 parent afb4647 commit 4e23ab1

File tree

33 files changed

+477
-466
lines changed

33 files changed

+477
-466
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 8.3.4
2+
-------------
3+
4+
:Date: July 19, 2022
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Fix docs (`#9432 <https://github.com/readthedocs/readthedocs.org/pull/9432>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: Build: check for self.data.version being None (`#9430 <https://github.com/readthedocs/readthedocs.org/pull/9430>`__)
8+
* `@ericholscher <https://github.com/ericholscher>`__: Release 8.3.3 (`#9427 <https://github.com/readthedocs/readthedocs.org/pull/9427>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: Redirects: merge query params from the redirect and original request (`#9420 <https://github.com/readthedocs/readthedocs.org/pull/9420>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Audit logs: truncate browser (`#9417 <https://github.com/readthedocs/readthedocs.org/pull/9417>`__)
11+
112
Version 8.3.3
213
-------------
314

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
master_doc = "index"
6969
copyright = "2010, Read the Docs, Inc & contributors"
70-
version = "8.3.3"
70+
version = "8.3.4"
7171
release = version
7272
exclude_patterns = ["_build"]
7373
default_role = "obj"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "8.3.3",
3+
"version": "8.3.4",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <[email protected]>",
66
"scripts": {

readthedocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "8.3.3"
4+
__version__ = "8.3.4"

readthedocs/locale/ar/LC_MESSAGES/django.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: readthedocs\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2022-07-12 14:41+0000\n"
15+
"POT-Creation-Date: 2022-07-19 10:03+0000\n"
1616
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1717
"Last-Translator: Mustafa <[email protected]>, 2020\n"
1818
"Language-Team: Arabic (http://www.transifex.com/readthedocs/readthedocs/"
@@ -155,69 +155,69 @@ msgstr ""
155155
msgid "Download"
156156
msgstr ""
157157

158-
#: audit/models.py:85 core/models.py:38 gold/models.py:35
158+
#: audit/models.py:87 core/models.py:38 gold/models.py:35
159159
#: projects/models.py:117
160160
msgid "User"
161161
msgstr "المستخدم"
162162

163-
#: audit/models.py:92
163+
#: audit/models.py:94
164164
msgid "User ID"
165165
msgstr ""
166166

167-
#: audit/models.py:98 core/forms.py:55
167+
#: audit/models.py:100 core/forms.py:55
168168
msgid "Username"
169169
msgstr "اسم المستخدم"
170170

171-
#: audit/models.py:107 builds/models.py:111 builds/models.py:616
171+
#: audit/models.py:109 builds/models.py:111 builds/models.py:616
172172
#: projects/models.py:1376 redirects/models.py:57
173173
msgid "Project"
174174
msgstr "المشروع"
175175

176-
#: audit/models.py:114
176+
#: audit/models.py:116
177177
msgid "Project ID"
178178
msgstr ""
179179

180-
#: audit/models.py:120
180+
#: audit/models.py:122
181181
msgid "Project slug"
182182
msgstr ""
183183

184-
#: audit/models.py:129 oauth/models.py:122 subscriptions/models.py:175
184+
#: audit/models.py:131 oauth/models.py:122 subscriptions/models.py:175
185185
msgid "Organization"
186186
msgstr "المنظمة"
187187

188-
#: audit/models.py:135
188+
#: audit/models.py:137
189189
msgid "Organization ID"
190190
msgstr ""
191191

192-
#: audit/models.py:141
192+
#: audit/models.py:143
193193
msgid "Organization slug"
194194
msgstr ""
195195

196-
#: audit/models.py:149 builds/models.py:1126
196+
#: audit/models.py:151 builds/models.py:1126
197197
msgid "Action"
198198
msgstr ""
199199

200-
#: audit/models.py:154
200+
#: audit/models.py:156
201201
msgid "Auth backend"
202202
msgstr ""
203203

204-
#: audit/models.py:160 core/history.py:78
204+
#: audit/models.py:162 core/history.py:78
205205
msgid "IP address"
206206
msgstr ""
207207

208-
#: audit/models.py:166 core/history.py:84
208+
#: audit/models.py:168 core/history.py:84
209209
msgid "Browser user-agent"
210210
msgstr ""
211211

212-
#: audit/models.py:174
212+
#: audit/models.py:176
213213
msgid "Resource"
214214
msgstr ""
215215

216-
#: audit/models.py:211
216+
#: audit/models.py:223
217217
msgid "shared link"
218218
msgstr ""
219219

220-
#: audit/models.py:212
220+
#: audit/models.py:224
221221
msgid "shared password"
222222
msgstr ""
223223

readthedocs/locale/ca/LC_MESSAGES/django.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: readthedocs\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2022-07-12 14:41+0000\n"
12+
"POT-Creation-Date: 2022-07-19 10:03+0000\n"
1313
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1414
"Last-Translator: dplanella <[email protected]>, 2017\n"
1515
"Language-Team: Catalan (http://www.transifex.com/readthedocs/readthedocs/"
@@ -151,69 +151,69 @@ msgstr ""
151151
msgid "Download"
152152
msgstr ""
153153

154-
#: audit/models.py:85 core/models.py:38 gold/models.py:35
154+
#: audit/models.py:87 core/models.py:38 gold/models.py:35
155155
#: projects/models.py:117
156156
msgid "User"
157157
msgstr "Usuari"
158158

159-
#: audit/models.py:92
159+
#: audit/models.py:94
160160
msgid "User ID"
161161
msgstr ""
162162

163-
#: audit/models.py:98 core/forms.py:55
163+
#: audit/models.py:100 core/forms.py:55
164164
msgid "Username"
165165
msgstr ""
166166

167-
#: audit/models.py:107 builds/models.py:111 builds/models.py:616
167+
#: audit/models.py:109 builds/models.py:111 builds/models.py:616
168168
#: projects/models.py:1376 redirects/models.py:57
169169
msgid "Project"
170170
msgstr "Projecte"
171171

172-
#: audit/models.py:114
172+
#: audit/models.py:116
173173
msgid "Project ID"
174174
msgstr ""
175175

176-
#: audit/models.py:120
176+
#: audit/models.py:122
177177
msgid "Project slug"
178178
msgstr ""
179179

180-
#: audit/models.py:129 oauth/models.py:122 subscriptions/models.py:175
180+
#: audit/models.py:131 oauth/models.py:122 subscriptions/models.py:175
181181
msgid "Organization"
182182
msgstr "Organització"
183183

184-
#: audit/models.py:135
184+
#: audit/models.py:137
185185
msgid "Organization ID"
186186
msgstr ""
187187

188-
#: audit/models.py:141
188+
#: audit/models.py:143
189189
msgid "Organization slug"
190190
msgstr ""
191191

192-
#: audit/models.py:149 builds/models.py:1126
192+
#: audit/models.py:151 builds/models.py:1126
193193
msgid "Action"
194194
msgstr ""
195195

196-
#: audit/models.py:154
196+
#: audit/models.py:156
197197
msgid "Auth backend"
198198
msgstr ""
199199

200-
#: audit/models.py:160 core/history.py:78
200+
#: audit/models.py:162 core/history.py:78
201201
msgid "IP address"
202202
msgstr ""
203203

204-
#: audit/models.py:166 core/history.py:84
204+
#: audit/models.py:168 core/history.py:84
205205
msgid "Browser user-agent"
206206
msgstr ""
207207

208-
#: audit/models.py:174
208+
#: audit/models.py:176
209209
msgid "Resource"
210210
msgstr ""
211211

212-
#: audit/models.py:211
212+
#: audit/models.py:223
213213
msgid "shared link"
214214
msgstr ""
215215

216-
#: audit/models.py:212
216+
#: audit/models.py:224
217217
msgid "shared password"
218218
msgstr ""
219219

readthedocs/locale/de/LC_MESSAGES/django.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: readthedocs\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2022-07-12 14:41+0000\n"
23+
"POT-Creation-Date: 2022-07-19 10:03+0000\n"
2424
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
2525
"Last-Translator: Anthony <[email protected]>, 2022\n"
2626
"Language-Team: German (http://www.transifex.com/readthedocs/readthedocs/"
@@ -162,69 +162,69 @@ msgstr "Seitenansicht"
162162
msgid "Download"
163163
msgstr "Download"
164164

165-
#: audit/models.py:85 core/models.py:38 gold/models.py:35
165+
#: audit/models.py:87 core/models.py:38 gold/models.py:35
166166
#: projects/models.py:117
167167
msgid "User"
168168
msgstr "Benutzer"
169169

170-
#: audit/models.py:92
170+
#: audit/models.py:94
171171
msgid "User ID"
172172
msgstr "Benutzer-ID"
173173

174-
#: audit/models.py:98 core/forms.py:55
174+
#: audit/models.py:100 core/forms.py:55
175175
msgid "Username"
176176
msgstr "Benutzername"
177177

178-
#: audit/models.py:107 builds/models.py:111 builds/models.py:616
178+
#: audit/models.py:109 builds/models.py:111 builds/models.py:616
179179
#: projects/models.py:1376 redirects/models.py:57
180180
msgid "Project"
181181
msgstr "Projekt"
182182

183-
#: audit/models.py:114
183+
#: audit/models.py:116
184184
msgid "Project ID"
185185
msgstr "Projekt-ID"
186186

187-
#: audit/models.py:120
187+
#: audit/models.py:122
188188
msgid "Project slug"
189189
msgstr "Projektslug"
190190

191-
#: audit/models.py:129 oauth/models.py:122 subscriptions/models.py:175
191+
#: audit/models.py:131 oauth/models.py:122 subscriptions/models.py:175
192192
msgid "Organization"
193193
msgstr "Organisation"
194194

195-
#: audit/models.py:135
195+
#: audit/models.py:137
196196
msgid "Organization ID"
197197
msgstr "Organisations-ID"
198198

199-
#: audit/models.py:141
199+
#: audit/models.py:143
200200
msgid "Organization slug"
201201
msgstr "Organisationsslug"
202202

203-
#: audit/models.py:149 builds/models.py:1126
203+
#: audit/models.py:151 builds/models.py:1126
204204
msgid "Action"
205205
msgstr "Aktion"
206206

207-
#: audit/models.py:154
207+
#: audit/models.py:156
208208
msgid "Auth backend"
209209
msgstr "Auth-Backend"
210210

211-
#: audit/models.py:160 core/history.py:78
211+
#: audit/models.py:162 core/history.py:78
212212
msgid "IP address"
213213
msgstr "IP Adresse"
214214

215-
#: audit/models.py:166 core/history.py:84
215+
#: audit/models.py:168 core/history.py:84
216216
msgid "Browser user-agent"
217217
msgstr "Browser-Benutzeragent"
218218

219-
#: audit/models.py:174
219+
#: audit/models.py:176
220220
msgid "Resource"
221221
msgstr "Ressource"
222222

223-
#: audit/models.py:211
223+
#: audit/models.py:223
224224
msgid "shared link"
225225
msgstr "geteilter Link"
226226

227-
#: audit/models.py:212
227+
#: audit/models.py:224
228228
msgid "shared password"
229229
msgstr "geteiltes Passwort"
230230

0 commit comments

Comments
 (0)