Commit Graph

20115 Commits (14344f58f08b6868daf7f80eab1b12682f3740f0)

Author SHA1 Message Date
Simon McVittie 14344f58f0 Update changelog and close bug 2017-09-28 11:30:13 +01:00
Simon McVittie 30b101e6e8 Merge remote-tracking branch 'tails/img-determinism' 2017-09-28 11:19:27 +01:00
Simon McVittie 54dc5217ed Update changelog 2017-09-28 11:18:26 +01:00
Amitai Schleier d2975aeb96 Fix build with po4a 0.52. 2017-09-19 22:48:06 -04:00
fairusurped@12113b58e7c4c69149ded64c82f268e9fa14ad88 b2b75ca829 2017-09-07 09:55:41 -04:00
azzamsa 0cc2c1f455 2017-09-06 03:13:24 -04:00
azzamsa 8480cdc48c 2017-09-06 03:13:07 -04:00
azzamsa 8b265977bb Added a comment: my issue solved 2017-09-06 03:09:23 -04:00
intrigeri 0208305f5c Report bug + merge request: image resize is not deterministic. 2017-09-01 15:38:30 -04:00
intrigeri 146f1d9ab5 img: resize images in a deterministic manner. 2017-09-01 19:26:26 +00:00
intrigeri 948bc22ae4 t/img.t: test determinism of PNG resizing. 2017-09-01 19:25:44 +00:00
anna19 258feb8bc8 Added a comment: Reposted question on unix.sx 2017-08-28 11:49:19 -04:00
Joey Hess e3dfb26b90
emailauth, passwordauth: Avoid leaving cgisess_* files in the system temp directory.
Due to the use/abuse of CGI::Session to generate a token for the login
process, a new session database was created for each login, and left behind
afterwards. While each file is small, with many logings this could bloat
the size of /tmp significantly. Fixed by making CGI::Session write to
/dev/null, since there does not seem to be a way to entirely prevent the
writing.

This commit was sponsored by Henrik Riomar on Patreon.
2017-08-23 13:13:23 -04:00
Keeh 056349a7f0 removed 2017-08-21 16:02:23 -04:00
Keeh e13f9dbe87 2017-08-21 10:28:51 -04:00
Keeh f0982b1fd4 2017-08-21 10:20:33 -04:00
tbm@179cf05cd1bd36f352bd555cee25923d4216668f 6d5d1a2179 Clarify how to use sorting 2017-08-19 09:23:20 -04:00
dgsb 11b3fe108d 2017-08-09 02:07:37 -04:00
dgsb aaca2df33c 2017-08-08 16:37:01 -04:00
vpelcak@b216e425210695d731d2673167c7dd45e5e9b1c9 bd7edde9d6 2017-08-07 02:49:07 -04:00
smcv 8496c0c306 Added a comment 2017-07-23 14:02:30 -04:00
smcv e69fe3be51 Added a comment 2017-07-23 13:52:11 -04:00
smcv f3ccc45b89 Added a comment 2017-07-23 13:47:55 -04:00
smcv c68ce1f708 Added a comment 2017-07-23 13:46:37 -04:00
Simon McVittie 3789b385b2 core: Don't decode the result of strftime if already tagged as UTF-8
It wasn't in old Perls, but might be in Perl >= 5.21.1 due to commit
https://perl5.git.perl.org/perl.git/commit/9717af6 (Closes: #869240)
2017-07-23 16:04:57 +01:00
azzamsa ae19c4819c Added a comment: I have the same issue 2017-07-21 04:07:39 -04:00
ankit 2cc645060c Q. How to truncate blog posts? 2017-07-18 09:07:48 -04:00
Joey Hess f3beb9cb44
htmlscrubber: Add support for the video tag's loop and muted attributes.
Those were not in the original html5 spec, but have been added in the
whatwg html living standard and have wide browser support.

This commit was sponsored by John Peloquin on Patreon.
2017-07-11 15:51:44 -04:00
DavidCary 1958cf8af2 answer question, with reference. 2017-07-05 13:51:19 -04:00
openmedi 37c200f8e0 Added a comment 2017-06-25 12:12:20 -04:00
smcv 0bad6e596b removed 2017-06-23 10:28:02 -04:00
test 3e4f5bb224 2017-06-22 14:01:30 -04:00
Simon McVittie 4fe6dd0551 request more information 2017-06-22 15:37:19 +01:00
Simon McVittie 4ace7dbb75 t/img.t: Give better diagnostics if we can't load an image 2017-06-22 15:16:07 +01:00
Joey Hess 52a9d23e2c
add bug report originally emailed to me by Peter Simons 2017-06-22 09:55:27 -04:00
Simon McVittie fee378f056 Announce 3.20170622 2017-06-22 10:55:32 +01:00
Simon McVittie 7de336cbee debian/changelog: Add missing credit for toc fix 2017-06-22 10:53:17 +01:00
Simon McVittie 664f1f1977 3.20170622 2017-06-22 09:25:25 +01:00
Simon McVittie 60d79a6a79 debian: Declare compliance with Debian Policy 4.0.0 2017-06-22 09:24:48 +01:00
Simon McVittie 6508481224 debian: Use preferred https URL for Format of debian/copyright 2017-06-22 09:24:22 +01:00
Simon McVittie ac16c6fc90 debian: Document more past changes 2017-06-22 09:19:53 +01:00
Simon McVittie 453e07fd9f meta: Specifically document [[!meta foo:bar="baz"]] as not working 2017-06-22 09:19:02 +01:00
j@d945f5982c686dda5ab7bc2ef45e09d388233fad 63e6fa68b0 2017-06-20 19:03:02 -04:00
Simon McVittie 5a84cd308d osm: Convert savestate hook into a changes hook
savestate is not the right place to write wiki content, and in particular
this breaks websetup if osm's dependencies are not installed, even if
the osm plugin is not actually enabled. (Closes: #719913)

This is not a full solution: it should be possible to render the PoI files
for only the maps that changed, from the format, changes or rendered
hook. However, getting that right would require more understanding of
this plugin, and this version is enough to not break websetup. This
version is the closest correct hook to the one where this previously
took place.
2017-06-20 23:47:08 +01:00
alicef 18c4559f4e 2017-06-12 17:14:22 -04:00
https://tylercipriani.com/ 15278cad15 Ensure repo gets picked up by gitremotes script 2017-06-02 08:55:00 -04:00
https://tylercipriani.com/ e8ca4e5b8c Add jsonfeed patch 2017-06-01 19:26:28 -04:00
https://tylercipriani.com/ 07f0f84a8e Add thcipriani repository 2017-06-01 19:17:04 -04:00
https://tylercipriani.com/ d64ce01e0a Add my user page 2017-06-01 19:15:33 -04:00
smcv af501e9e14 current headinganchors does not damage headings' attributes, although it does not act on those headings 2017-06-01 10:03:51 -04:00