isso/isso
Lucas Cimon c4373186f9
Fixing likes counter of replies not being displayed (#637)
Until this fix, likes counters of replies are only displayed if the parent comment has likes.

This is because the previous CSS rule there applied to **all** HTML children of the element with the `isso-no-votes` class, not only its own footer likes ounter.
With this PR we get the expected behaviour
2020-04-16 02:28:39 +00:00
..
css Fixing likes counter of replies not being displayed (#637) 2020-04-16 02:28:39 +00:00
db Add a approve-if-email-previously-approved setting. 2019-12-07 18:28:51 +00:00
demo Reverted change to demo file; changed web server config to mount the uWSGI app at the root, as it turns out it's capable of serving the demo file itself 2015-01-03 13:07:41 +00:00
ext Set subject for notification about new comment, subject should not be empty (#589) 2019-11-25 10:06:42 +01:00
img Add a basic admin interface (Fix issue #10) 2017-04-23 13:45:24 +02:00
js [i18n] Added the Brazilian Portuguese language 2020-02-28 07:58:06 +01:00
templates Make Isso compatible with Content Security Policies without script-src 'unsafe-inline' (#597) 2019-12-04 00:24:49 +01:00
tests html: Add markdown render flag option (#616) 2020-02-15 16:24:32 +01:00
utils html: Add markdown render flag option (#616) 2020-02-15 16:24:32 +01:00
views Add python 3.8 support. (#615) 2020-02-15 16:24:13 +01:00
__init__.py Fix compatibility with werkzeug 1.0.0. Fixes #611 (#614) 2020-02-15 15:52:10 +01:00
compat.py Fix flake8 errors. 2019-04-14 15:21:23 +00:00
config.py Fix flake8 errors. 2019-04-14 15:21:23 +00:00
core.py Fix compatibility with werkzeug 1.0.0. Fixes #611 (#614) 2020-02-15 15:52:10 +01:00
defaults.ini actually include isso/defaults.ini 2016-01-09 01:01:39 +01:00
dispatch.py Fix compatibility with werkzeug 1.0.0. Fixes #611 (#614) 2020-02-15 15:52:10 +01:00
migrate.py Fix compatibility with new XML API. 2019-01-18 20:04:13 +00:00
run.py symlink share/isso.conf to isso/defaults.ini and include it properly 2016-01-09 00:15:04 +01:00
wsgi.py Fix compatibility with werkzeug 1.0.0. Fixes #611 (#614) 2020-02-15 15:52:10 +01:00