Skip to content

Commit 0eb1866

Browse files
authored
Merge branch 'master' into fix/handling-i18n-data-attribute-values
2 parents 42f38e0 + 6dffaa7 commit 0eb1866

33 files changed

Lines changed: 127 additions & 69 deletions

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Checklist
33
- [ ] I am running the latest version. Installing Isso from GitHub from the `master` branch does not fix my issue
44
- [ ] I have checked the [troubleshooting guide](https://isso-comments.de/docs/guides/troubleshooting/)
5-
- [ ] I have searched the [open issues](https://github.com/posativ/isso/issues), but my issue has not already been reported
5+
- [ ] I have searched the [open issues](https://github.com/isso-comments/isso/issues), but my issue has not already been reported
66

77
## What is not working?
88
<!-- Explain your issue in detail -->

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ New Features
88
^^^^^^^^^^^^
99

1010
- Add Catalan localisation (`#966`_, welpo)
11+
- Make <code class="language-$lang"> for syntax highlighting (`#998`_, pkvach)
1112

1213
.. _#966: https://github.com/posativ/isso/pull/966
14+
.. _#998: https://github.com/isso-comments/isso/pull/998
1315

1416
Breaking Changes
1517
^^^^^^^^^^^^^^^^
@@ -24,13 +26,15 @@ Bugfixes & Improvements
2426
- Make language code handling more robust (`#983`_, ix5)
2527
- Prevent auto creation of invalid links in comments (`#995`_, pkvach)
2628
- Fix W3C Validation issues (`#999`_, pkvach)
29+
- Handle deleted comments in Disqus migration (`#994`_, pkvach)
2730
- Fix newline character handling in data-isso-* i18n strings (`#992`_, pkvach)
2831

2932
.. _#951: https://github.com/posativ/isso/pull/951
3033
.. _#967: https://github.com/posativ/isso/pull/967
3134
.. _#983: https://github.com/posativ/isso/pull/983
3235
.. _#995: https://github.com/isso-comments/isso/pull/995
3336
.. _#999: https://github.com/isso-comments/isso/pull/999
37+
.. _#994: https://github.com/isso-comments/isso/pull/994
3438
.. _#992: https://github.com/isso-comments/isso/pull/992
3539

3640
0.13.1.dev0 (2023-02-05)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A Docker image with the latest stable release is provided at
5252
## Contributing
5353

5454
- Pull requests are very much welcome! These might be
55-
[good first issues](https://github.com/posativ/isso/labels/good-first-issue)
55+
[good first issues](https://github.com/isso-comments/isso/labels/good-first-issue)
5656
- See [Ways to Contribute](https://isso-comments.de/docs/contributing/)
5757
- [Translate](https://isso-comments.de/docs/contributing/#translations)
5858

@@ -66,7 +66,7 @@ Refer to the docs for
6666

6767
- Join `#isso` via [Matrix](https://matrix.to/#/#isso:libera.chat) or via IRC on
6868
[Libera.Chat](https://libera.chat/)
69-
- Ask a question on [GitHub Discussions](https://github.com/posativ/isso/discussions).
69+
- Ask a question on [GitHub Discussions](https://github.com/isso-comments/isso/discussions).
7070

7171
## License
7272

apidoc/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To generate this documentation:
55
1. Install `Node.js` and `npm`
66
2. Run:
77
```console
8-
git clone https://github.com/posativ/isso && cd isso
8+
git clone https://github.com/isso-comments/isso && cd isso
99
make apidoc-init apidoc
1010
```
1111
3. View API documentation in browser at `./apidoc/_output/index.html`:

apidoc/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This is the API documentation of the Isso commenting system.
1414
### Technical details
1515

1616
These API docs are automatically generated by [apiDoc][apidoc] from
17-
[isso/views/comments.py](https://github.com/posativ/isso/blob/master/isso/views/comments.py).
17+
[isso/views/comments.py](https://github.com/isso-comments/isso/blob/master/isso/views/comments.py).
1818

1919
You can select previous versions from a dropdown on the upper right of the
2020
page.
2121

2222
For more information about Isso, visit **[isso-comments.de](https://isso-comments.de)**
23-
or check out the source at **[GitHub](https://github.com/posativ/isso)**.
23+
or check out the source at **[GitHub](https://github.com/isso-comments/isso)**.
2424

2525
[apiDoc]: https://apidocjs.com/
2626

contrib/dump_comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
contrib/dump_comments.py --help
3535
3636
By installing the optional colorama dependency, you'll get a colored output.
37-
An example of output can be found at https://github.com/posativ/isso/issues/634
37+
An example of output can be found at https://github.com/isso-comments/isso/issues/634
3838
"""
3939

4040
import argparse

docs/community.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Getting in contact
99
------------------
1010

1111
The main place of interaction for the Isso community is the
12-
`GitHub issue tracker <https://github.com/posativ/isso/issues>`_.
12+
`GitHub issue tracker <https://github.com/isso-comments/isso/issues>`_.
1313

1414
A few people - including the lead developers and maintainers - frequent the
1515
``#isso`` channel, which you can join via
1616
`Matrix <https://matrix.to/#/#isso:libera.chat">`_ or via IRC on
1717
`Libera.Chat <https://libera.chat/>`_
1818

1919
You may also ask questions or suggest improvements on
20-
`GitHub Discussions <https://github.com/posativ/isso/discussions>`_.
20+
`GitHub Discussions <https://github.com/isso-comments/isso/discussions>`_.
2121

2222
.. _scripts-and-helpers:
2323

@@ -26,7 +26,7 @@ Scripts & Helpers
2626

2727
Some utility scripts have been developed by isso users.
2828
They are stored in the `GitHub contrib/ directory
29-
<https://github.com/posativ/isso/tree/master/contrib>`_ :
29+
<https://github.com/isso-comments/isso/tree/master/contrib>`_ :
3030

3131
* `dump_comments.py` : dump isso comments as text, optionally with color
3232
* `import_blogger.py` : comment importer from Blogger
@@ -37,7 +37,7 @@ Powered by Isso
3737
---------------
3838

3939
A list of websites and people that use Isso can be found at
40-
`the wiki at GitHub <https://github.com/posativ/isso/wiki/Powered-by-isso>`_.
40+
`the wiki at GitHub <https://github.com/isso-comments/isso/wiki/Powered-by-isso>`_.
4141

4242
Feel free to add your own project to the list!
4343

@@ -53,7 +53,7 @@ like Hugo, Ghost or Pelican.*
5353
- Remember to add last updated timestamp (mon/year) to each new/updated article
5454
- Only publicly keep most relevant articles/tutorials here, the rest can
5555
stay as commented-out ones to avoid duplicates (see list below)
56-
- Migration complete from https://github.com/posativ/isso/wiki/Tutorials,
56+
- Migration complete from https://github.com/isso-comments/isso/wiki/Tutorials,
5757
wiki page deleted
5858
5959
* `Add comments to a static blog with Isso <https://oktomus.com/posts/2020/add-comments-to-a-static-blog-with-isso/>`_ (1/2020)
@@ -129,7 +129,7 @@ Some popular options are:
129129

130130
Click the ``Edit on GitHub`` button in the top right corner and read the
131131
GitHub Issue named
132-
`Improve & Expand Documentation <https://github.com/posativ/isso/issues/797>`_
132+
`Improve & Expand Documentation <https://github.com/isso-comments/isso/issues/797>`_
133133
for further information.
134134

135135
**What's missing?**

docs/docs/contributing/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ participating.
1111
written or click the top right **"Edit on GitHub"** button to directly edit
1212
a page.
1313

14-
.. _docs/: https://github.com/posativ/isso/tree/master/docs
14+
.. _docs/: https://github.com/isso-comments/isso/tree/master/docs
1515

1616
Sections covered in this document:
1717

@@ -251,7 +251,7 @@ Then visit ``localhost:8000``
251251

252252
Click the ``Edit on GitHub`` button in the top right corner and read the
253253
GitHub Issue named
254-
`Improve & Expand Documentation <https://github.com/posativ/isso/issues/797>`_
254+
`Improve & Expand Documentation <https://github.com/isso-comments/isso/issues/797>`_
255255
for further information.
256256

257257
**What's missing?**

docs/docs/contributing/index.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Report issues
1717
-------------
1818

1919
You are welcome report issues at the
20-
`GitHub Issue tracker <https://github.com/posativ/isso/issues>`_.
20+
`GitHub Issue tracker <https://github.com/isso-comments/isso/issues>`_.
2121

2222
If you need help or want to request a feature, please `open a discussion`__
2323
instead. For more ways to get in contact, see the :doc:`/community` page.
2424

25-
.. __: https://github.com/posativ/isso/discussions
25+
.. __: https://github.com/isso-comments/isso/discussions
2626

2727
Here are a few general rules to keep in mind when reporting issues:
2828

@@ -50,8 +50,8 @@ referece and open a Pull Request.
5050
You may notice some "weird" newlines in translations -- that's the separator
5151
for pluralforms_ in the templating engine.
5252

53-
.. __: https://github.com/posativ/isso/blob/master/isso/js/app/i18n/en.js
54-
.. __: https://github.com/posativ/isso/blob/master/isso/js/app/i18n/
53+
.. __: https://github.com/isso-comments/isso/blob/master/isso/js/app/i18n/en.js
54+
.. __: https://github.com/isso-comments/isso/blob/master/isso/js/app/i18n/
5555
.. _pluralforms: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html?id=l10n/pluralforms
5656

5757
.. _contribute-docs:
@@ -113,9 +113,9 @@ For example, this a **good commit:**
113113
- https://www.maxability.co.in/2016/01/03/placeholder-attribute-and-why-it-is-not-accessible/
114114
115115
This commit is a reland of
116-
https://github.com/posativ/isso/pull/356 with a fix for the
116+
https://github.com/isso-comments/isso/pull/356 with a fix for the
117117
placeholder-replacement code in `isso.js` as reported in
118-
https://github.com/posativ/isso/issues/524
118+
https://github.com/isso-comments/isso/issues/524
119119
120120
...while this is a **bad commit:**
121121

@@ -195,23 +195,23 @@ What is currently needed?
195195
well thought-out opinion
196196
- Look at `milestones`__ - the next release of Isso will be version 0.13, and
197197
you can help by looking for open issues and PRs that
198-
`contribute to 0.13 <https://github.com/posativ/isso/milestone/5>`_
198+
`contribute to 0.13 <https://github.com/isso-comments/isso/milestone/5>`_
199199
- Nicer automated testing, via docker or GH actions, of most of the available
200200
setup options (fastcgi/proxy configs, docker, apachge/nginx, ...)
201201

202202
@posativ's wishlist:
203203

204-
- `Admin Web Interface <https://github.com/posativ/isso/issues/10>`_ –
204+
- `Admin Web Interface <https://github.com/isso-comments/isso/issues/10>`_ –
205205
administration via email is cumbersome with a high amount of comments. A
206206
administration web interface should include the ability to:
207207

208208
- Delete or activate comments matching a filter (e.g. name, email, ip address)
209209
- Close threads and remove threads completely
210210

211-
.. __: https://github.com/posativ/isso/labels/needs-contributor
212-
.. __: https://github.com/posativ/isso/labels/good-first-issue
213-
.. __: https://github.com/posativ/isso/labels/needs-decision
214-
.. __: https://github.com/posativ/isso/milestones
211+
.. __: https://github.com/isso-comments/isso/labels/needs-contributor
212+
.. __: https://github.com/isso-comments/isso/labels/good-first-issue
213+
.. __: https://github.com/isso-comments/isso/labels/needs-decision
214+
.. __: https://github.com/isso-comments/isso/milestones
215215

216216
Regarding fancy new CI tools
217217
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

docs/docs/guides/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In germany, Isso `is also pokémon N° 360`__.
3131

3232
Click the ``Edit on GitHub`` button in the top right corner and read the
3333
GitHub Issue named
34-
`Improve & Expand Documentation <https://github.com/posativ/isso/issues/797>`_
34+
`Improve & Expand Documentation <https://github.com/isso-comments/isso/issues/797>`_
3535
for further information.
3636

3737
**What's missing?**

0 commit comments

Comments
 (0)