Skip to content

Commit 711539e

Browse files
committed
Merge tag '8.5.0' into rel
2 parents 1ccf193 + 1b04dc2 commit 711539e

File tree

45 files changed

+175
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+175
-150
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 8.5.0
2+
-------------
3+
4+
:Date: September 12, 2022
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9596 <https://github.com/readthedocs/readthedocs.org/pull/9596>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: OAuth: save refresh token (`#9594 <https://github.com/readthedocs/readthedocs.org/pull/9594>`__)
8+
* `@humitos <https://github.com/humitos>`__: OAuth: add logging for imported GitHub RemoteRepository (`#9590 <https://github.com/readthedocs/readthedocs.org/pull/9590>`__)
9+
* `@humitos <https://github.com/humitos>`__: Telemetry: lowercase JSON keys (`#9587 <https://github.com/readthedocs/readthedocs.org/pull/9587>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Embedded js: fix no-sphinx docs (`#9586 <https://github.com/readthedocs/readthedocs.org/pull/9586>`__)
11+
* `@humitos <https://github.com/humitos>`__: Release 8.4.3 (`#9584 <https://github.com/readthedocs/readthedocs.org/pull/9584>`__)
12+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9583 <https://github.com/readthedocs/readthedocs.org/pull/9583>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Invitations: delete related invitations when deleting an object (`#9582 <https://github.com/readthedocs/readthedocs.org/pull/9582>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: New unresolver implementation (`#9500 <https://github.com/readthedocs/readthedocs.org/pull/9500>`__)
15+
116
Version 8.4.3
217
-------------
318

docs/conf.py

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

7070
master_doc = "index"
7171
copyright = "2010, Read the Docs, Inc & contributors"
72-
version = "8.4.3"
72+
version = "8.5.0"
7373
release = version
7474
exclude_patterns = ["_build"]
7575
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.4.3",
3+
"version": "8.5.0",
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.4.3"
4+
__version__ = "8.5.0"

readthedocs/locale/ar/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
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-09-06 10:02+0000\n"
15+
"POT-Creation-Date: 2022-09-12 21:40+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/"

readthedocs/locale/ca/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
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-09-06 10:02+0000\n"
12+
"POT-Creation-Date: 2022-09-12 21:40+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/"

readthedocs/locale/de/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
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-09-06 10:02+0000\n"
23+
"POT-Creation-Date: 2022-09-12 21:40+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/"

readthedocs/locale/en/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
11+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

readthedocs/locale/es/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgid ""
2626
msgstr ""
2727
"Project-Id-Version: readthedocs\n"
2828
"Report-Msgid-Bugs-To: \n"
29-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
29+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
3030
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
3131
"Last-Translator: Leonardo J. Caballero G. <[email protected]>, "
3232
"2015,2017-2020,2022\n"

readthedocs/locale/eu/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
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-09-06 10:02+0000\n"
12+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1313
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1414
"Last-Translator: Asier Iturralde Sarasola <[email protected]>, 2018\n"
1515
"Language-Team: Basque (http://www.transifex.com/readthedocs/readthedocs/"

readthedocs/locale/fr/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ msgid ""
3030
msgstr ""
3131
"Project-Id-Version: readthedocs\n"
3232
"Report-Msgid-Bugs-To: \n"
33-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
33+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
3434
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
3535
"Last-Translator: Anne-Laure Gaillard, 2022\n"
3636
"Language-Team: French (http://www.transifex.com/readthedocs/readthedocs/"

readthedocs/locale/gl/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: readthedocs\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
11+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1212
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1313
"Last-Translator: Leandro Regueiro <[email protected]>, 2013\n"
1414
"Language-Team: Galician (http://www.transifex.com/readthedocs/readthedocs/"
1.67 KB
Binary file not shown.

readthedocs/locale/he/LC_MESSAGES/django.po

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: readthedocs\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
11+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1212
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1313
"Last-Translator: Yaron Shahrabani <[email protected]>, 2018-2019,2022\n"
1414
"Language-Team: Hebrew (http://www.transifex.com/readthedocs/readthedocs/"
@@ -249,6 +249,8 @@ msgid ""
249249
"<a href=\"?user=%(user)s\"> <code>%(user)s</code> </a> <a href=\"?"
250250
"action=%(action)s\" title=\"%(path)s\">visited</a> a page"
251251
msgstr ""
252+
"עמוד <a href=\"?action=%(action)s\" title=\"%(path)s\">זכה לביקור</a> של <a "
253+
"href=\"?user=%(user)s\"> <code>%(user)s</code> </a>"
252254

253255
#: audit/templates/audit/list_logs.html:43
254256
#, python-format
@@ -262,6 +264,8 @@ msgid ""
262264
"<a href=\"?user=%(user)s\"> <code>%(user)s</code> </a> <a href=\"?"
263265
"action=%(action)s\" title=\"%(path)s\">downloaded</a> a document"
264266
msgstr ""
267+
"מסמך <a href=\"?action=%(action)s\" title=\"%(path)s\">נמשך</a> על ידי <a "
268+
"href=\"?user=%(user)s\"> <code>%(user)s</code> </a>"
265269

266270
#: audit/templates/audit/list_logs.html:56
267271
#, python-format
@@ -1146,11 +1150,11 @@ msgstr "{0} עבור {1}"
11461150

11471151
#: invitations/models.py:91
11481152
msgid "From user"
1149-
msgstr ""
1153+
msgstr "ממשתמש"
11501154

11511155
#: invitations/models.py:97
11521156
msgid "To user"
1153-
msgstr ""
1157+
msgstr "למשתמש"
11541158

11551159
#: invitations/models.py:103 organizations/models.py:55
11561160
#: organizations/models.py:288
@@ -1159,15 +1163,15 @@ msgstr "דוא״ל"
11591163

11601164
#: invitations/models.py:108
11611165
msgid "Expiration date"
1162-
msgstr ""
1166+
msgstr "תאריך תפוגה"
11631167

11641168
#: invitations/templates/invitations/includes/invitation_list.html:19
11651169
msgid "Invitation expired"
1166-
msgstr ""
1170+
msgstr "תוקף ההזמנה פג"
11671171

11681172
#: invitations/templates/invitations/includes/invitation_list.html:21
11691173
msgid "Invitation pending"
1170-
msgstr ""
1174+
msgstr "הזמנה ממתינה"
11711175

11721176
#: invitations/templates/invitations/includes/invitation_list.html:28
11731177
#: templates/profiles/private/token_list.html:40
@@ -1176,7 +1180,7 @@ msgstr "שלילה"
11761180

11771181
#: invitations/templates/invitations/invitation_detail.html:5
11781182
msgid "Invitation request"
1179-
msgstr ""
1183+
msgstr "בקשת הזמנה"
11801184

11811185
#: invitations/templates/invitations/invitation_detail.html:12
11821186
#, python-format
@@ -1187,7 +1191,7 @@ msgstr ""
11871191

11881192
#: invitations/templates/invitations/invitation_detail.html:22
11891193
msgid "Your invitation has expired."
1190-
msgstr ""
1194+
msgstr "תוקף ההזמנה שלך פג."
11911195

11921196
#: invitations/templates/invitations/invitation_detail.html:24
11931197
msgid "Ask the admin of the organization to invite you again."
@@ -1203,6 +1207,7 @@ msgid ""
12031207
"This invitation will expire in <span "
12041208
"title=\"%(expiration_date)s\">%(valid_until)s</span>."
12051209
msgstr ""
1210+
"ההזמנה תפוג בעוד <span title=\"%(expiration_date)s\">%(valid_until)s</span>."
12061211

12071212
#: invitations/templates/invitations/invitation_detail.html:39
12081213
msgid "Accept"
@@ -1214,7 +1219,7 @@ msgstr ""
12141219

12151220
#: notifications/forms.py:29
12161221
msgid "Notification"
1217-
msgstr "התרעה"
1222+
msgstr "התראה"
12181223

12191224
#: oauth/models.py:28 oauth/models.py:116 organizations/models.py:215
12201225
msgid "Users"
@@ -1431,7 +1436,7 @@ msgstr ""
14311436

14321437
#: organizations/models.py:111
14331438
msgid "organization"
1434-
msgstr ""
1439+
msgstr "ארגון"
14351440

14361441
#: organizations/models.py:187
14371442
#, python-brace-format
@@ -1444,7 +1449,7 @@ msgstr "גישה"
14441449

14451450
#: organizations/models.py:246
14461451
msgid "team"
1447-
msgstr ""
1452+
msgstr "צוות"
14481453

14491454
#: organizations/models.py:283 templates/base.html:192
14501455
msgid "Team"
@@ -1780,7 +1785,7 @@ msgstr "נא לאמת את כתובת הדוא״ל שלך"
17801785
#: organizations/views/private.py:104 organizations/views/private.py:169
17811786
#: projects/views/private.py:475
17821787
msgid "Invitation sent"
1783-
msgstr ""
1788+
msgstr "נשלחה הזמנה"
17841789

17851790
#: organizations/views/private.py:113
17861791
msgid "Owner removed"
@@ -2442,7 +2447,7 @@ msgstr "המיזם הזה שוכפל בהצלחה"
24422447

24432448
#: projects/models.py:463
24442449
msgid "project"
2445-
msgstr ""
2450+
msgstr "מיזם"
24462451

24472452
#: projects/models.py:473
24482453
msgid "Model must have slug"
@@ -2536,11 +2541,11 @@ msgstr "מצב אישור SSL"
25362541

25372542
#: projects/models.py:1696
25382543
msgid "Skip validation process."
2539-
msgstr ""
2544+
msgstr "דילוג על תהליך אימות."
25402545

25412546
#: projects/models.py:1702
25422547
msgid "Start date of the validation process."
2543-
msgstr ""
2548+
msgstr "תאריך התחלת תהליך האימות."
25442549

25452550
#: projects/models.py:1713
25462551
msgid "Set a custom max-age (eg. 31536000) for the HSTS header"
@@ -2627,7 +2632,7 @@ msgstr ""
26272632

26282633
#: projects/models.py:1939
26292634
msgid "Disable all page views"
2630-
msgstr ""
2635+
msgstr "השבתת כל צפיות העמוד"
26312636

26322637
#: projects/models.py:1943
26332638
msgid "Disable indexing of sphinx domains"
@@ -3185,7 +3190,7 @@ msgstr "נמצא מבוך"
31853190

31863191
#: templates/429.html:6
31873192
msgid "Too many requests"
3188-
msgstr ""
3193+
msgstr "יותר מדי בקשות"
31893194

31903195
#: templates/500.html:5
31913196
msgid "Server Error"
@@ -3230,7 +3235,7 @@ msgid ""
32303235
"email address so you can receive notifications, reset your password, etc."
32313236
msgstr ""
32323237
"לא מוגדרת עבורך אף כתובת דוא״ל. עליך להוסיף כתובת דוא״ל כדי שתגענה אליך "
3233-
"התרעות, איפוס ססמה וכו׳."
3238+
"התראות, איפוסי סיסמאות וכו׳."
32343239

32353240
#: templates/account/email.html:50
32363241
msgid "Add E-mail Address"
@@ -3264,18 +3269,18 @@ msgid ""
32643269
"A request has been made to reset your Read the Docs password. To confirm "
32653270
"this reset request, please go to:"
32663271
msgstr ""
3267-
"התקבלה בקשה לאיפוס הססמה שלך ב־Read the Docs. כדי לאשר את בקשת האיפוס הזו, "
3272+
"התקבלה בקשה לאיפוס הסיסמה שלך ב־Read the Docs. כדי לאשר את בקשת האיפוס הזו, "
32683273
"נא לגשת אל:"
32693274

32703275
#: templates/account/email/password_reset_key_message.html:15
32713276
#: templates/account/email/password_reset_key_message.txt:10
32723277
msgid ""
32733278
"If you did not request to reset your password, you can disregard this email."
3274-
msgstr "אם לא ביקשת את איפוס הססמה שלך, ניתן להתעלם מההודעה הזו."
3279+
msgstr "אם לא ביקשת את איפוס הסיסמה שלך, ניתן להתעלם מההודעה הזו."
32753280

32763281
#: templates/account/email/password_reset_key_subject.txt:3
32773282
msgid "Password reset"
3278-
msgstr "איפוס ססמה"
3283+
msgstr "איפוס סיסמה"
32793284

32803285
#: templates/account/login.html:6 templates/account/login.html:12
32813286
#: templates/account/login.html:23
@@ -3294,7 +3299,7 @@ msgstr "אם טרם יצרת חשבון, נא <a href=\"%(signup_url)s\">להי
32943299
msgid ""
32953300
"If you forgot your password, <a href=\"%(password_reset_url)s\">reset it.</a>"
32963301
msgstr ""
3297-
"אם שכחת את הססמה שלך, ניתן <a href=\"%(password_reset_url)s\">לאפס אותה.</a>"
3302+
"אם שכחת את הסיסמה שלך, ניתן <a href=\"%(password_reset_url)s\">לאפס אותה.</a>"
32983303

32993304
#: templates/account/login.html:31 templates/account/signup.html:52
33003305
msgid "Or"
@@ -3305,7 +3310,7 @@ msgstr "או"
33053310
#: templates/account/password_change.html:15
33063311
#: templates/profiles/base_profile_edit.html:50
33073312
msgid "Change Password"
3308-
msgstr "החלפת ססמה"
3313+
msgstr "החלפת סיסמה"
33093314

33103315
#. Translators: Note, the full sentence goes 'Sign up' 'or' 'Log in'. But unfortunately the three bits have to be separate.
33113316
#: templates/account/signup.html:5 templates/core/home-header.html:17
@@ -4904,19 +4909,19 @@ msgstr ""
49044909

49054910
#: templates/projects/project_notifications.html:30
49064911
msgid "Existing Notifications"
4907-
msgstr "התרעות קיימות"
4912+
msgstr "התראות קיימות"
49084913

49094914
#: templates/projects/project_notifications.html:54
49104915
msgid "Remove Notifications"
4911-
msgstr "הסרת התרעות"
4916+
msgstr "הסרת התראות"
49124917

49134918
#: templates/projects/project_notifications.html:72
49144919
msgid "New Email Notifications"
4915-
msgstr "התרעות חדשות בדוא״ל"
4920+
msgstr "התראות חדשות בדוא״ל"
49164921

49174922
#: templates/projects/project_notifications.html:74
49184923
msgid "Add an email address to notify"
4919-
msgstr "הוספת כתובת דוא״ל לשליחת התרעות"
4924+
msgstr "הוספת כתובת דוא״ל לשליחת התראות"
49204925

49214926
#: templates/projects/project_redirects.html:5
49224927
msgid "Edit Redirects"

readthedocs/locale/hu/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: readthedocs\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-09-06 10:02+0000\n"
11+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1212
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1313
"Last-Translator: Laszlo Matusek <[email protected]>, 2021\n"
1414
"Language-Team: Hungarian (http://www.transifex.com/readthedocs/readthedocs/"

readthedocs/locale/id_ID/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
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-09-06 10:02+0000\n"
12+
"POT-Creation-Date: 2022-09-12 21:40+0000\n"
1313
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1414
"Last-Translator: Rifqi Imaduddin Irfan, 2021\n"
1515
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/readthedocs/"
281 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)