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
Jeremy Tan
faaff1d4ac
Use AF_INET if AF_UNIX isn't available (i.e. Windows)
2018-08-07 20:44:16 +10:00
Benoît Latinier
4c9692264f
add: contributors & changes
2018-07-31 23:11:05 +02:00
Benoît Latinier
e680c91f4a
Merge pull request #472 from Rocket1184/hotfix/i18n-fix-zh-optional-placeholder
...
i18n: fix zh_CN/TW 'optional' in postbox placeholder
2018-07-31 09:01:11 +02:00
Benoît Latinier
c9230d5a52
Merge pull request #438 from vincentbernat/fix/rss-relative
...
feed: remove trailing / from base URL
2018-07-31 08:59:22 +02:00
Rocka
2f45f3f82e
i18n: fix zh_CN/TW 'optional' in postbox placeholder
2018-07-31 09:07:52 +08:00
Benoît Latinier
9c57ac22e5
Merge pull request #471 from pozitron57/patch-6
...
Make password form focused on page load
2018-07-31 01:18:20 +02:00
Sergey Lisakov
20ba003791
Make password form focused on page load
...
No need to click on the input form to type in the password, it is active by default
2018-07-30 19:13:32 +03:00
Benoît Latinier
dc4b0a7baf
Merge pull request #468 from pozitron57/patch-5
...
fix link to misaka extensions
2018-07-30 16:48:51 +02:00
Benoît Latinier
263305f718
Merge pull request #469 from Rocket1184/hotfix/i18n-zh-postbox-notification
...
i18n: zh_CN/TW translate for 'postbox-notification
2018-07-30 16:46:21 +02:00
Sergey Lisakov
be1e81b109
typo
...
at least on site → at least one site
2018-07-30 17:16:50 +03:00
Rocka
6d62e91a77
i18n: zh_CN/TW translate for 'postbox-notification; use full-width brackets
2018-07-30 20:36:47 +08:00
Sergey Lisakov
fe3088df2b
fix link to misaka extensions
2018-07-30 12:30:41 +03:00
Benoît Latinier
0a7b8ae7df
Merge pull request #447 from tribut/wsgi-docs
...
Update docs for mod_wsgi
2018-07-28 23:22:29 +02:00
Benoît Latinier
5dad7bd353
Merge pull request #466 from pozitron57/patch-4
...
add "postbox-notification"
2018-07-28 22:47:17 +02:00
Sergey Lisakov
b1bbf70fd8
add "postbox-notification"
2018-07-28 22:15:53 +03:00