Skip to content

Commit 41526b1

Browse files
authored
Merge pull request #145 from agusmakmun/development
added issue template, fix martor z-index
2 parents b749c7e + 3e26e2f commit 41526b1

File tree

15 files changed

+88
-40
lines changed

15 files changed

+88
-40
lines changed
-25.6 KB
Loading

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
---
5+
6+
<!-- ⚠️ Please search existing issues to avoid creating duplicates. ⚠️ -->
7+
<!-- Describe the bug here. -->
8+
9+
## Details
10+
- Browser and browser version:
11+
- OS version:
12+
- Martor version:
13+
14+
### Steps to reproduce
15+
16+
1.
17+
2.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://stackoverflow.com/questions/tagged/martor
5+
about: Please ask and answer questions here.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature or enhancement
4+
---
5+
6+
<!-- ⚠️ Please search existing issues to avoid creating duplicates. ⚠️ -->
7+
<!-- Describe the enhancement here. -->

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ sudo: false
33

44
matrix:
55
include:
6-
- python: 3.4
7-
env: DJANGO="==1.8.*"
8-
- python: 3.4
9-
env: DJANGO="==1.9.*"
10-
- python: 3.4
11-
env: DJANGO="==1.10.*"
12-
- python: 3.4
13-
env: DJANGO="==1.11.*"
14-
156
- python: 3.5
167
env: DJANGO="==1.8.*"
178
- python: 3.5
@@ -57,6 +48,17 @@ matrix:
5748
- python: 3.7
5849
env: DJANGO="==3.1.*"
5950

51+
- python: 3.8
52+
env: DJANGO="==2.0.*"
53+
- python: 3.8
54+
env: DJANGO="==2.1.*"
55+
- python: 3.8
56+
env: DJANGO="==2.2.*"
57+
- python: 3.8
58+
env: DJANGO="==3.0.*"
59+
- python: 3.8
60+
env: DJANGO="==3.1.*"
61+
6062
- os: osx
6163
language: generic
6264
env: DJANGO="==3.1.*"

martor/locale/en/LC_MESSAGES/django.po

Lines changed: 4 additions & 4 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: 2020-09-16 11:53+0700\n"
11+
"POT-Creation-Date: 2020-11-01 13:57+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"
@@ -175,15 +175,15 @@ msgstr ""
175175
msgid "Markdown Guide (Help)"
176176
msgstr ""
177177

178-
#: views.py:22 views.py:36 views.py:37
178+
#: views.py:21 views.py:35 views.py:36
179179
msgid "Invalid request!"
180180
msgstr ""
181181

182-
#: views.py:77
182+
#: views.py:74
183183
#, python-format
184184
msgid "No users registered as `%(username)s` or user is unactived."
185185
msgstr ""
186186

187-
#: views.py:81
187+
#: views.py:79
188188
msgid "Validation Failed for field `username`"
189189
msgstr ""

martor/locale/id/LC_MESSAGES/django.po

Lines changed: 4 additions & 4 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: 2020-09-16 11:53+0700\n"
11+
"POT-Creation-Date: 2020-11-01 13:57+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"
@@ -177,17 +177,17 @@ msgstr "Layar Penuh"
177177
msgid "Markdown Guide (Help)"
178178
msgstr "Bantuan Penggunaan Markdown"
179179

180-
#: views.py:22 views.py:36 views.py:37
180+
#: views.py:21 views.py:35 views.py:36
181181
msgid "Invalid request!"
182182
msgstr "Permintaan tidak valid"
183183

184-
#: views.py:77
184+
#: views.py:74
185185
#, python-format
186186
msgid "No users registered as `%(username)s` or user is unactived."
187187
msgstr ""
188188
"Tidak ada pengguna terdaftar sebagai `%(username)s` atau pengguna telah "
189189
"nonaktif."
190190

191-
#: views.py:81
191+
#: views.py:79
192192
msgid "Validation Failed for field `username`"
193193
msgstr "Validasi Gagal untuk field `username`"

martor/locale/tr/LC_MESSAGES/django.po

Lines changed: 6 additions & 6 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: 2020-09-16 11:55+0700\n"
11+
"POT-Creation-Date: 2020-11-01 13:57+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Ozcan Yarimdunya <[email protected]>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -66,8 +66,8 @@ msgid ""
6666
"This editor is powered by Markdown. For full documentation, <a href="
6767
"\"%(doc_url)s\" target=\"_blank\">click here</a>."
6868
msgstr ""
69-
"Bu editör Markdown tarafından desteklenmektedir. Bütün dokümantasyon için, <a "
70-
"href=\"%(doc_url)s\" target=\"_blank\">buraya tıkla</a>."
69+
"Bu editör Markdown tarafından desteklenmektedir. Bütün dokümantasyon için, "
70+
"<a href=\"%(doc_url)s\" target=\"_blank\">buraya tıkla</a>."
7171

7272
#: templates/martor/bootstrap/guide.html:28
7373
#: templates/martor/bootstrap/toolbar.html:54
@@ -178,15 +178,15 @@ msgstr "Tam ekran"
178178
msgid "Markdown Guide (Help)"
179179
msgstr "Markdown Kılavuzu (Yardım)"
180180

181-
#: views.py:22 views.py:36 views.py:37
181+
#: views.py:21 views.py:35 views.py:36
182182
msgid "Invalid request!"
183183
msgstr "Geçersiz istek!"
184184

185-
#: views.py:77
185+
#: views.py:74
186186
#, python-format
187187
msgid "No users registered as `%(username)s` or user is unactived."
188188
msgstr "`%(username)s` kullanıcı kayıtlı değil veya aktif değil"
189189

190-
#: views.py:81
190+
#: views.py:79
191191
msgid "Validation Failed for field `username`"
192192
msgstr "`kullanıcı adı` alanı için doğrulama başarısız"

martor/static/martor/css/martor.bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ div.enable-living .tab-martor-menu a.nav-link {
162162
.main-martor-fullscreen {
163163
background: #fff;
164164
position: fixed;
165-
z-index: 999;
165+
z-index: 9999;
166166
max-height: 100%;
167167
height: 100%;
168168
width: 100%;

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)