Skip to content

Commit 8c93d35

Browse files
committed
feat: bump version
1 parent 9dbd518 commit 8c93d35

File tree

16 files changed

+110
-108
lines changed

16 files changed

+110
-108
lines changed

docs/changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Changelog
33

44
This document tracks the changes made to Martor over time.
55

6-
Version 1.7.16 (Current)
6+
Version 1.7.15 (Current)
77
-------------------------
88

9-
**Release Date:** August 28, 2025
9+
**Release Date:** 03-Sep-2025
1010

1111
**New Features:**
1212

@@ -28,6 +28,8 @@ Version 1.7.16 (Current)
2828
* Resolved static file loading issues
2929
* Fixed admin integration edge cases
3030
* Improved CSRF token handling
31+
* Fixed missing ACE editor icon files causing collectstatic MissingFileError
32+
* Added 26 missing icon files (main-1.png through main-26.png, main-5.svg through main-25.svg) for ACE CSS
3133

3234
**Documentation:**
3335

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
version = __version__
3838
release = __version__
3939
except ImportError:
40-
version = "1.7.16"
41-
release = "1.7.16"
40+
version = "1.7.15"
41+
release = "1.7.15"
4242

4343
# -- General configuration ---------------------------------------------------
4444
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ What information should I include in bug reports?
515515
516516
## Environment
517517
- Django: 4.2.0
518-
- Martor: 1.7.16
518+
- Martor: 1.7.15
519519
- Python: 3.9.0
520520
- Browser: Chrome 91.0
521521

martor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.16"
2-
__release_date__ = "28-Aug-2025"
1+
__version__ = "1.7.15"
2+
__release_date__ = "03-Sep-2025"
33
__author__ = "Agus Makmun (Summon Agus)"
44
__author_email__ = "[email protected]"
32 Bytes
Binary file not shown.

martor/locale/en/LC_MESSAGES/django.po

Lines changed: 24 additions & 24 deletions
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: 2023-02-15 09:08+0700\n"
11+
"POT-Creation-Date: 2025-09-03 23:53+0700\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"
@@ -32,7 +32,7 @@ msgstr ""
3232
msgid "Uploading... please wait..."
3333
msgstr ""
3434

35-
#: templates/martor/bootstrap/editor.html:43
35+
#: templates/martor/bootstrap/editor.html:38
3636
#: templates/martor/semantic/editor.html:18
3737
msgid "Nothing to preview"
3838
msgstr ""
@@ -68,7 +68,7 @@ msgid ""
6868
msgstr ""
6969

7070
#: templates/martor/bootstrap/guide.html:30
71-
#: templates/martor/bootstrap/toolbar.html:54
71+
#: templates/martor/bootstrap/toolbar.html:53
7272
#: templates/martor/semantic/guide.html:17
7373
#: templates/martor/semantic/toolbar.html:38
7474
msgid "Code"
@@ -88,90 +88,90 @@ msgstr ""
8888
msgid "Martor Toolbar Buttons"
8989
msgstr ""
9090

91-
#: templates/martor/bootstrap/toolbar.html:7
91+
#: templates/martor/bootstrap/toolbar.html:6
9292
#: templates/martor/semantic/toolbar.html:5
9393
msgid "Bold"
9494
msgstr ""
9595

96-
#: templates/martor/bootstrap/toolbar.html:15
96+
#: templates/martor/bootstrap/toolbar.html:14
9797
#: templates/martor/semantic/toolbar.html:11
9898
msgid "Italic"
9999
msgstr ""
100100

101-
#: templates/martor/bootstrap/toolbar.html:23
101+
#: templates/martor/bootstrap/toolbar.html:22
102102
#: templates/martor/semantic/toolbar.html:17
103103
msgid "Horizontal Line"
104104
msgstr ""
105105

106-
#: templates/martor/bootstrap/toolbar.html:32
106+
#: templates/martor/bootstrap/toolbar.html:31
107+
#: templates/martor/bootstrap/toolbar.html:37
107108
#: templates/martor/bootstrap/toolbar.html:38
108109
#: templates/martor/bootstrap/toolbar.html:39
109-
#: templates/martor/bootstrap/toolbar.html:40
110110
#: templates/martor/semantic/toolbar.html:23
111111
#: templates/martor/semantic/toolbar.html:26
112112
#: templates/martor/semantic/toolbar.html:27
113113
#: templates/martor/semantic/toolbar.html:28
114114
msgid "Heading"
115115
msgstr ""
116116

117-
#: templates/martor/bootstrap/toolbar.html:47
117+
#: templates/martor/bootstrap/toolbar.html:46
118118
#: templates/martor/semantic/toolbar.html:34
119119
msgid "Pre or Code"
120120
msgstr ""
121121

122-
#: templates/martor/bootstrap/toolbar.html:53
122+
#: templates/martor/bootstrap/toolbar.html:52
123123
#: templates/martor/semantic/toolbar.html:37
124124
msgid "Pre"
125125
msgstr ""
126126

127-
#: templates/martor/bootstrap/toolbar.html:60
127+
#: templates/martor/bootstrap/toolbar.html:59
128128
#: templates/martor/semantic/toolbar.html:44
129129
msgid "Quote"
130130
msgstr ""
131131

132-
#: templates/martor/bootstrap/toolbar.html:69
132+
#: templates/martor/bootstrap/toolbar.html:68
133133
#: templates/martor/semantic/toolbar.html:50
134134
msgid "Unordered List"
135135
msgstr ""
136136

137-
#: templates/martor/bootstrap/toolbar.html:77
137+
#: templates/martor/bootstrap/toolbar.html:76
138138
#: templates/martor/semantic/toolbar.html:56
139139
msgid "Ordered List"
140140
msgstr ""
141141

142-
#: templates/martor/bootstrap/toolbar.html:86
142+
#: templates/martor/bootstrap/toolbar.html:85
143143
#: templates/martor/semantic/toolbar.html:62
144144
msgid "URL/Link"
145145
msgstr ""
146146

147-
#: templates/martor/bootstrap/toolbar.html:95
147+
#: templates/martor/bootstrap/toolbar.html:94
148148
#: templates/martor/semantic/toolbar.html:68
149149
msgid "Insert Image Link"
150150
msgstr ""
151151

152-
#: templates/martor/bootstrap/toolbar.html:103
153-
#: templates/martor/bootstrap/toolbar.html:108
152+
#: templates/martor/bootstrap/toolbar.html:102
153+
#: templates/martor/bootstrap/toolbar.html:107
154154
#: templates/martor/semantic/toolbar.html:74
155155
#: templates/martor/semantic/toolbar.html:76
156156
msgid "Upload an Image"
157157
msgstr ""
158158

159-
#: templates/martor/bootstrap/toolbar.html:113
159+
#: templates/martor/bootstrap/toolbar.html:112
160160
#: templates/martor/semantic/toolbar.html:81
161161
msgid "Insert Emoji"
162162
msgstr ""
163163

164-
#: templates/martor/bootstrap/toolbar.html:121
164+
#: templates/martor/bootstrap/toolbar.html:120
165165
#: templates/martor/semantic/toolbar.html:87
166166
msgid "Direct Mention User"
167167
msgstr ""
168168

169-
#: templates/martor/bootstrap/toolbar.html:129
169+
#: templates/martor/bootstrap/toolbar.html:128
170170
#: templates/martor/semantic/toolbar.html:93
171171
msgid "Full Screen"
172172
msgstr ""
173173

174-
#: templates/martor/bootstrap/toolbar.html:140
174+
#: templates/martor/bootstrap/toolbar.html:139
175175
#: templates/martor/semantic/toolbar.html:99
176176
msgid "Markdown Guide (Help)"
177177
msgstr ""
@@ -191,15 +191,15 @@ msgid ""
191191
"a>."
192192
msgstr ""
193193

194-
#: views.py:22 views.py:40 views.py:41
194+
#: views.py:19 views.py:37 views.py:38
195195
msgid "Invalid request!"
196196
msgstr ""
197197

198-
#: views.py:78
198+
#: views.py:74
199199
#, python-format
200200
msgid "No users registered as `%(username)s` or user is unactived."
201201
msgstr ""
202202

203-
#: views.py:83
203+
#: views.py:79
204204
msgid "Validation Failed for field `username`"
205205
msgstr ""

martor/locale/id/LC_MESSAGES/django.po

Lines changed: 32 additions & 32 deletions
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: 2023-02-15 09:08+0700\n"
11+
"POT-Creation-Date: 2025-09-03 23:52+0700\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"
@@ -32,7 +32,7 @@ msgstr "Pratinjau"
3232
msgid "Uploading... please wait..."
3333
msgstr "Sedang mengupload... silahkan tunggu..."
3434

35-
#: templates/martor/bootstrap/editor.html:43
35+
#: templates/martor/bootstrap/editor.html:38
3636
#: templates/martor/semantic/editor.html:18
3737
msgid "Nothing to preview"
3838
msgstr "Tidak ada yang bisa dilihat"
@@ -63,18 +63,18 @@ msgstr "Hak cipta &copy; <a href=\"%(repo_url)s\">Martor</a>"
6363
#: templates/martor/bootstrap/guide.html:24
6464
#, fuzzy, python-format
6565
#| msgid ""
66-
#| "This editor is powered by Markdown. For full documentation, <a href="
67-
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
66+
#| "This editor is powered by Markdown. For full documentation, <a "
67+
#| "href=\"%(doc_url)s\" target=\"_blank\">click here</a>."
6868
msgid ""
6969
"This editor is powered by Markdown. For full\n"
7070
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click "
7171
"here</a>."
7272
msgstr ""
73-
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
74-
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
73+
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a "
74+
"href=\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
7575

7676
#: templates/martor/bootstrap/guide.html:30
77-
#: templates/martor/bootstrap/toolbar.html:54
77+
#: templates/martor/bootstrap/toolbar.html:53
7878
#: templates/martor/semantic/guide.html:17
7979
#: templates/martor/semantic/toolbar.html:38
8080
msgid "Code"
@@ -94,90 +94,90 @@ msgstr "... untuk Mendapatkan"
9494
msgid "Martor Toolbar Buttons"
9595
msgstr ""
9696

97-
#: templates/martor/bootstrap/toolbar.html:7
97+
#: templates/martor/bootstrap/toolbar.html:6
9898
#: templates/martor/semantic/toolbar.html:5
9999
msgid "Bold"
100100
msgstr "Tebal"
101101

102-
#: templates/martor/bootstrap/toolbar.html:15
102+
#: templates/martor/bootstrap/toolbar.html:14
103103
#: templates/martor/semantic/toolbar.html:11
104104
msgid "Italic"
105105
msgstr "Miring"
106106

107-
#: templates/martor/bootstrap/toolbar.html:23
107+
#: templates/martor/bootstrap/toolbar.html:22
108108
#: templates/martor/semantic/toolbar.html:17
109109
msgid "Horizontal Line"
110110
msgstr "Garis Horisontal"
111111

112-
#: templates/martor/bootstrap/toolbar.html:32
112+
#: templates/martor/bootstrap/toolbar.html:31
113+
#: templates/martor/bootstrap/toolbar.html:37
113114
#: templates/martor/bootstrap/toolbar.html:38
114115
#: templates/martor/bootstrap/toolbar.html:39
115-
#: templates/martor/bootstrap/toolbar.html:40
116116
#: templates/martor/semantic/toolbar.html:23
117117
#: templates/martor/semantic/toolbar.html:26
118118
#: templates/martor/semantic/toolbar.html:27
119119
#: templates/martor/semantic/toolbar.html:28
120120
msgid "Heading"
121121
msgstr ""
122122

123-
#: templates/martor/bootstrap/toolbar.html:47
123+
#: templates/martor/bootstrap/toolbar.html:46
124124
#: templates/martor/semantic/toolbar.html:34
125125
msgid "Pre or Code"
126126
msgstr "Pre atau Kode"
127127

128-
#: templates/martor/bootstrap/toolbar.html:53
128+
#: templates/martor/bootstrap/toolbar.html:52
129129
#: templates/martor/semantic/toolbar.html:37
130130
msgid "Pre"
131131
msgstr ""
132132

133-
#: templates/martor/bootstrap/toolbar.html:60
133+
#: templates/martor/bootstrap/toolbar.html:59
134134
#: templates/martor/semantic/toolbar.html:44
135135
msgid "Quote"
136136
msgstr "Kutipan"
137137

138-
#: templates/martor/bootstrap/toolbar.html:69
138+
#: templates/martor/bootstrap/toolbar.html:68
139139
#: templates/martor/semantic/toolbar.html:50
140140
msgid "Unordered List"
141141
msgstr "Daftar tak berurut"
142142

143-
#: templates/martor/bootstrap/toolbar.html:77
143+
#: templates/martor/bootstrap/toolbar.html:76
144144
#: templates/martor/semantic/toolbar.html:56
145145
msgid "Ordered List"
146146
msgstr "Daftar berurut"
147147

148-
#: templates/martor/bootstrap/toolbar.html:86
148+
#: templates/martor/bootstrap/toolbar.html:85
149149
#: templates/martor/semantic/toolbar.html:62
150150
msgid "URL/Link"
151151
msgstr ""
152152

153-
#: templates/martor/bootstrap/toolbar.html:95
153+
#: templates/martor/bootstrap/toolbar.html:94
154154
#: templates/martor/semantic/toolbar.html:68
155155
msgid "Insert Image Link"
156156
msgstr "Sisipkan Link Gambar"
157157

158-
#: templates/martor/bootstrap/toolbar.html:103
159-
#: templates/martor/bootstrap/toolbar.html:108
158+
#: templates/martor/bootstrap/toolbar.html:102
159+
#: templates/martor/bootstrap/toolbar.html:107
160160
#: templates/martor/semantic/toolbar.html:74
161161
#: templates/martor/semantic/toolbar.html:76
162162
msgid "Upload an Image"
163163
msgstr "Unggah Gambar"
164164

165-
#: templates/martor/bootstrap/toolbar.html:113
165+
#: templates/martor/bootstrap/toolbar.html:112
166166
#: templates/martor/semantic/toolbar.html:81
167167
msgid "Insert Emoji"
168168
msgstr "Sisipkan Emoji"
169169

170-
#: templates/martor/bootstrap/toolbar.html:121
170+
#: templates/martor/bootstrap/toolbar.html:120
171171
#: templates/martor/semantic/toolbar.html:87
172172
msgid "Direct Mention User"
173173
msgstr "Sebutkan Pengguna secara Langsung"
174174

175-
#: templates/martor/bootstrap/toolbar.html:129
175+
#: templates/martor/bootstrap/toolbar.html:128
176176
#: templates/martor/semantic/toolbar.html:93
177177
msgid "Full Screen"
178178
msgstr "Layar Penuh"
179179

180-
#: templates/martor/bootstrap/toolbar.html:140
180+
#: templates/martor/bootstrap/toolbar.html:139
181181
#: templates/martor/semantic/toolbar.html:99
182182
msgid "Markdown Guide (Help)"
183183
msgstr "Bantuan Penggunaan Markdown"
@@ -193,27 +193,27 @@ msgstr "Hak cipta &copy; <a href=\"%(repo_url)s\">Martor</a>"
193193
#: templates/martor/semantic/guide.html:11
194194
#, fuzzy, python-format
195195
#| msgid ""
196-
#| "This editor is powered by Markdown. For full documentation, <a href="
197-
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
196+
#| "This editor is powered by Markdown. For full documentation, <a "
197+
#| "href=\"%(doc_url)s\" target=\"_blank\">click here</a>."
198198
msgid ""
199199
"This editor is powered by Markdown. For full\n"
200200
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
201201
"a>."
202202
msgstr ""
203-
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
204-
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
203+
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a "
204+
"href=\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
205205

206-
#: views.py:22 views.py:40 views.py:41
206+
#: views.py:19 views.py:37 views.py:38
207207
msgid "Invalid request!"
208208
msgstr "Permintaan tidak valid"
209209

210-
#: views.py:78
210+
#: views.py:74
211211
#, python-format
212212
msgid "No users registered as `%(username)s` or user is unactived."
213213
msgstr ""
214214
"Tidak ada pengguna terdaftar sebagai `%(username)s` atau pengguna telah "
215215
"nonaktif."
216216

217-
#: views.py:83
217+
#: views.py:79
218218
msgid "Validation Failed for field `username`"
219219
msgstr "Validasi Gagal untuk field `username`"

0 commit comments

Comments
 (0)