Commit Graph

1124 Commits

Author SHA1 Message Date
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
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
Jelmer Vernooij
8801c6eec8
remove unused imports. 2018-11-03 14:20:47 +00:00
Jelmer Vernooij
f2333d716d
Merge pull request #489 from agdg/patch-1
Fix markdown
2018-10-20 22:34:03 +00:00
Antonio Guillen
9619f56269
Fix markdown 2018-10-20 22:43:18 +02:00
Benoît Latinier
dfbc80d5b6
Merge pull request #486 from vincentbernat/fix/anchor-load
embed: do not jump to unrelated anchor on load
2018-10-09 09:29:00 +02:00
Vincent Bernat
463f76cb0b embed: do not jump to unrelated anchor on load
When loading, Isso scrolls to the current document hash. This makes
sense when the document hash references a comment, but this doesn't
for an unrelated anchor. Tell Isso to only scroll for a comment.
2018-10-09 08:02:53 +02:00
Jelmer Vernooij
f6271a04a2
Merge pull request #485 from gloomy-ghost/bleach
Use bleach to sanitize HTML
2018-10-01 05:53:24 +01:00
gloomy-ghost
13426ca43c fix tests 2018-10-01 16:01:45 +13:00
Jelmer Vernooij
f1a4478272 Use bleach to sanitize HTML; allows use with newer versions of html5lib.
This fixes #296
2018-10-01 15:27:27 +13:00
Jelmer Vernooij
8e37a88d6d
Merge pull request #484 from gloomy-ghost/tests
Fix tests.
2018-10-01 03:08:55 +01:00
gloomy-ghost
c27e3d9838 do not use NOT NULL with DEFAULT at the same time 2018-10-01 01:48:19 +00:00
Benoît Latinier
d214e53bb6
Merge pull request #480 from frenchvandal/master
Minor typographic tweaks in French translation
2018-09-23 22:16:35 +02:00
Benoît Latinier
14303d0377
Merge pull request #479 from javier-lopez/patch-1
update es.js
2018-09-23 22:16:17 +02:00
Philippe
e993b498a0
Minor typographic tweaks in French translation
Replace single quotes by the proper apostrophe normally used in French typography. Much cleaner!
2018-09-23 14:29:55 +02:00
Javier López
32f98ce3f2
update es.js
according to commit b0264bc807 a new preview field was added, the spanish translation probably was taken from an automatic translator which sounds weird, I've updated such field.
2018-09-23 00:17:48 -05:00
Benoît Latinier
5bc176d85b
Merge pull request #473 from jtanx/inet
Use AF_INET if AF_UNIX isn't available (i.e. Windows)
2018-08-07 15:11:15 +02:00