Matthieu Olivier
b1ea9b2fb3
Fix missing letter
2019-01-09 13:54:21 +01:00
root
e3d5741c51
Rollback quickstart + split documentation for advanced migrations
2019-01-09 13:41:38 +01:00
Jelmer Vernooij
57af7a782d
Merge pull request #356 from mpchadwick/feature/postbox-input-labels-2
...
Use <label>s rather than placeholders
2019-01-07 02:18:11 +00:00
Benoit Latinier
5cfbb3274c
Merge pull request #522 from silberzwiebel/patch-1
...
German translation for reply notification in de.js
2019-01-04 15:23:10 +01:00
kartoffelsalat
b2251e9201
German translation for reply notification in de.js
2019-01-04 14:57:52 +01:00
Matthieu Olivier
acb1e25193
Code was not visible
2019-01-02 13:23:20 +01:00
Matthieu Olivier
97ceaa1748
Activate generic importer + document usage
2019-01-02 13:14:28 +01:00
Matthieu Olivier
c47f705907
Activate generic importer + document usage
2019-01-01 22:37:00 +01:00
Jelmer Vernooij
5d15728eb0
Merge pull request #511 from fliiiix/improvement/docs
...
Be more consistent and link to client config.
2019-01-01 18:47:15 +00:00
Jelmer Vernooij
06d49292a6
Merge pull request #510 from fliiiix/bugfix/disqus_import
...
Fix handling of disqus exports with missing email fields.
2019-01-01 18:46:50 +00:00
fliiiix
d2ced12f80
Consistency and link to client config
2018-12-31 22:46:41 +01:00
Jelmer Vernooij
5b44ca8fb2
Merge pull request #519 from HorlogeSkynet/master
...
Removes potential '//' from email links (#420 )
2018-12-30 13:39:02 +00:00
Samuel FORESTIER
1a3f803b96
Removes potential '//' from email links ( #420 )
...
If the user specifies a public endpoint as `http[s]://comments.exemple.com/` in configuration, the trailing slash will involve a `//` in the generated email links.
2018-12-30 13:55:24 +01:00
Benoit Latinier
784e08170a
Merge pull request #514 from WanderlandTravelers/override-translations
...
Override translations
2018-12-26 09:57:10 +01:00
Jelmer Vernooij
2ca39dee82
Merge pull request #515 from SnorlaxYum/patch-3
...
Remove question about gravatar from FAQ.
2018-12-25 12:44:49 +00:00
Sim
ad2b7b6233
Update faq.rst
...
Now we've got Gravatar support
2018-12-25 11:43:14 +08:00
Jelmer Vernooij
915c74dc1b
Merge pull request #513 from WanderlandTravelers/attr-data-isso-reply-notifications
...
Add data-isso-reply-notifications to attributes in configuration.
2018-12-22 11:01:51 +00:00
Brad Pitcher
ebefbe6a4a
fix inline code highlighting
2018-12-21 21:12:27 -08:00
Brad Pitcher
423d73664b
fix typo in translation override docs
2018-12-21 21:09:26 -08:00
Brad Pitcher
47a5b2c84b
override translation strings using data attributes
2018-12-21 21:04:36 -08:00
Brad Pitcher
dfbb7fa413
Add data-isso-reply-notifications to attributes
...
There is a header describing `data-isso-reply-notifications` but it is not in the initial data attributes examples. I assume the initial list is meant to be exhaustive? I overlooked this setting on my initial read through the docs because it wasn't there, so I thought it would be helpful to add.
2018-12-21 20:47:48 -08:00
fliiiix
a3ac7b9081
Use default IP if none is found Fix #477
...
This is related to the email one. Disqus
doesn't export ip for posts. If none is
present '0.0.0.0' is used.
2018-12-15 20:14:37 +01:00
fliiiix
1f4ced626c
Import disqus posts without Email Fix #477
...
It looks like disqus has stoped to add a Email
into there exports. So this sets the email just
to ''. This can be changed to a default email
if that is prefered.
Signed-off-by: fliiiix <de-ch@hotmail.de>
2018-12-15 20:14:37 +01:00
Jelmer Vernooij
40d011e6bb
List Benoît and myself as co-maintainers.
2018-12-02 18:32:42 +00:00
Jelmer Vernooij
a45ef339e6
Merge pull request #490 from vincentbernat/fix/css-notification
...
css: fix vertical alignment of notification checkbox
2018-11-27 19:48:49 +00:00
Jelmer Vernooij
adc4f839fc
Merge pull request #504 from doenietzomoeilijk/patch-1
...
Add a missing closing brace.
2018-11-25 13:23:31 +00:00
Max Roeleveld
8a46e13028
Add a missing closing brace
...
Gotta love IDE highlighting: one little brace was missing near the end of the CSS file. This means the last couple of definitions were ignored previously.
2018-11-25 10:18:23 +01:00
Jelmer Vernooij
966d403ebb
Merge pull request #499 from jelmer/admin-bool
...
Don't open the admin page with a default password by default. Fixes #491
2018-11-23 03:21:12 +00:00
Jelmer Vernooij
afc90a05cc
Reject actual logins when admin is disabled.
2018-11-11 16:20:23 +00:00
Jelmer Vernooij
5d811e3a51
Document the admin configuration.
2018-11-11 15:33:57 +00:00
Jelmer Vernooij
77813de8f9
Don't open the admin page with a default password by default. Fixes #491
2018-11-11 15:29:33 +00:00
Jelmer Vernooij
e6132580a9
Merge pull request #496 from vincentbernat/fix/feedlink-append
...
embed: fix feed link creation on older browsers
2018-11-10 18:22:39 +00:00
Vincent Bernat
fd46a7d86e
embed: fix feed link creation on older browsers
...
When a browser doesn't support DOM manipulation convenience methods,
the addition of the feed link was triggering an error because elements
created by `$.new()` are regular elements, not elements from our own
mini-DOM implementation. Therefore, the `append()` method may be
absent. Use `appendChild()` instead.
2018-11-10 19:15:04 +01:00
Jelmer Vernooij
1d16db53da
Merge pull request #495 from flortsch/master
...
Properly handle to field in mail notifications when using uWSGI spooler.
2018-11-06 21:00:33 +00:00
Florian Latifi
c5311e1d7d
Properly handle to field in mail notifications when using uWSGI spooler
...
This commit fixes an error occuring when isso sends out mail
notifications via the uWSGI spooler.
2018-11-06 18:20:22 +01:00
Jelmer Vernooij
b88e6e870d
Start on 0.11.2.
2018-11-03 18:56:51 +00:00
Jelmer Vernooij
8ad5496585
Release 0.11.1
2018-11-03 18:55:49 +00:00
Jelmer Vernooij
1e9465e3fe
Support providing path to SASS.
2018-11-03 18:53:01 +00:00
Jelmer Vernooij
1957ae517e
Add notes about building js and css.
2018-11-03 18:52:49 +00:00
Vincent Bernat
80257353ba
css: reduce size of the label for reply notifications
...
Otherwise, the label seems too big for me.
2018-11-03 18:15:57 +01:00
Vincent Bernat
527f287826
css: fix vertical alignment of notification checkbox
...
This is usually a pain to vertically align without additional markup.
The proposed solution happens to be the shortest solution I know of,
but it may be outdated.
2018-11-03 18:15:56 +01:00
Jelmer Vernooij
5dc07b29e4
Start on 0.11.1.
2018-11-03 15:02:45 +00:00
Jelmer Vernooij
e648bee33d
Preparing release 0.11.0.
2018-11-03 15:01:37 +00:00
Jelmer Vernooij
54c72f379a
Add notes on releasing new versions.
2018-11-03 14:59:16 +00:00
Jelmer Vernooij
cc07f0b22f
Fix another python3-specific flake.
2018-11-03 14:53:54 +00:00
Jelmer Vernooij
20f2f2a1f5
Remove old pyflakes commands.
2018-11-03 14:52:00 +00:00
Jelmer Vernooij
63cc15a962
Fix current flakes.
2018-11-03 14:50:55 +00:00
Jelmer Vernooij
62ddcba701
Move flakes command into Makefile.
2018-11-03 14:50:05 +00:00
Jelmer Vernooij
eb0052c53f
Fix rst syntax error.
2018-11-03 14:46:02 +00:00
Jelmer Vernooij
0456d68f29
Fix address anonimization function on Python 2.
2018-11-03 14:40:47 +00:00