Commit Graph

18612 Commits (6a8c07bf7dcc28457af948aee8eebb0fa1af85d4)

Author SHA1 Message Date
Simon McVittie 6efa9f6b53 news entry for 3.20140916 2014-09-16 11:16:52 +01:00
Simon McVittie 9d08f18a13 Add myself to Uploaders and release to Debian 2014-09-16 10:03:24 +01:00
Simon McVittie 30c23b5e72 Add package dependencies for scalable img support
- suggest ghostscript (required for PDF-to-PNG thumbnailing)
  and libmagickcore-extra (required for SVG-to-PNG thumbnailing)
- build-depend on ghostscript so the test for scalable images can be run
2014-09-16 10:00:40 +01:00
Simon McVittie eb4945a3bc img: raise an error if we cannot find the image's size
This happens for PDFs without ghostscript installed, for instance.
2014-09-16 10:00:40 +01:00
Simon McVittie 526a463ae5 img test: skip SVG tests if unsupported by Image::Magick 2014-09-16 10:00:27 +01:00
Amitai Schlair 04a10a180d Pass -templatedir to get this test passing again. 2014-09-15 22:16:39 -04:00
smcv 9877e7facb bug report 2014-09-15 18:52:52 -04:00
https://id.koumbit.net/anarcat 69d6516994 email verification is a separate issue, can we please fix the bug here? 2014-09-15 18:28:43 -04:00
jcflack 118bb42496 add gables and turrets to bikeshed 2014-09-15 18:21:13 -04:00
Simon McVittie 3ed8340154 Revert "Use templatebody for the templates in the basewiki and docwiki"
This reverts commit 236c46a3f7.
We can't apply this bit until the ikiwiki on ikiwiki.info
(i.e. Branchable) supports [[!templatebody]].
2014-09-15 23:12:53 +01:00
Simon McVittie 5ff68d5171 changelog, close bugs 2014-09-15 22:12:45 +01:00
Simon McVittie 7f5c2cfa5a Merge branch 'ready/templatebody' 2014-09-15 21:52:03 +01:00
Simon McVittie 7660979f74 changelog, close bug 2014-09-15 21:49:48 +01:00
Simon McVittie a1614ba8c5 Merge branch 'master' of ssh://ikiwiki.branchable.com 2014-09-15 21:39:18 +01:00
https://id.koumbit.net/anarcat ff5198fb47 poll vote (Accept both) 2014-09-15 16:32:19 -04:00
https://id.koumbit.net/anarcat e4ae341a80 this patch doesn't make the situation worse, actually 2014-09-15 16:30:44 -04:00
https://id.koumbit.net/anarcat 63e58fa590 first answer 2014-09-15 16:27:44 -04:00
Simon McVittie c1b80c54fa Merge branch 'ready/autoindex-more-often' 2014-09-15 21:23:18 +01:00
Simon McVittie 70bc1a2113 add more wording based on what chrysn suggested 2014-09-15 21:22:42 +01:00
Simon McVittie 7dcf18dba5 Merge branch 'ready/document-success-reason' 2014-09-15 21:15:31 +01:00
Simon McVittie bb46e3b365 Merge remote-tracking branch 'origin/master' 2014-09-15 21:12:43 +01:00
Simon McVittie 3d1de970f1 changelog, close bug 2014-09-15 21:11:17 +01:00
Simon McVittie ea2ab6f885 Merge branch 'ready/more-magic' 2014-09-15 21:08:40 +01:00
jcflack c23c737c74 fine-tuning of halfheartedness 2014-09-15 08:31:20 -04:00
jcflack eb9f7bcc7f responses in halfhearted defense of provider in questions 2014-09-15 08:29:36 -04:00
smcv a6185778eb respond 2014-09-15 05:30:08 -04:00
Simon McVittie 303f183d45 write changelog, close bug 2014-09-15 09:53:52 +01:00
Simon McVittie 9d928bd694 Merge remote-tracking branch 'jcflack/early-env' 2014-09-15 09:44:51 +01:00
jcflack f574bc2ed4 made 'this change' link a comparison of the branch rather than a specific commit. 2014-09-14 20:21:09 -04:00
Lafayette Chamber Singers Webmaster 29e80b4eed More cautious escaping of environment values.
Tightened the escaping per this review comment:
http://source.ikiwiki.branchable.com/?p=source.git;a=commitdiff;h=f35fc6a603b5473ce2c07bb0236e28e57f718315

(I didn't introduce a $tmp, as $val was local to that block already, and each
hex encoding is in its own C string literal to avoid consuming subsequent
chars that are valid hex digits.)
2014-09-14 20:07:43 -04:00
smcv 8c20849e04 point taken 2014-09-14 18:53:37 -04:00
jcflack a4cedcc96d 2014-09-14 18:34:13 -04:00
jcflack cc20344f5c 2014-09-14 18:18:08 -04:00
jcflack b590cc3687 rename plugins/plugins/openid/troubleshooting.mdwn to plugins/openid/troubleshooting.mdwn 2014-09-14 18:16:56 -04:00
jcflack fbf2036c92 2014-09-14 18:04:06 -04:00
jcflack 0402dbbe74 2014-09-14 18:03:46 -04:00
smcv f35fc6a603 review 2014-09-14 14:03:00 -04:00
smcv 0bc89ad142 make gitremotes work 2014-09-14 13:35:39 -04:00
jcflack 1632140af6 2014-09-14 13:35:03 -04:00
jcflack ed1ab1622c 2014-09-14 13:19:02 -04:00
Lafayette Chamber Singers Webmaster bc4721da04 Installing ikiwiki on a shared-hosting server, there may be no access to
install prerequisite Perl modules in the systemwide locations. They may
have to be installed under the home directory, such as by using local::lib
(which is how the cPanel Perl-module installer works, on systems that use it).

For that to work, the local::lib-defined value for PERL5LIB must be in
the environment when Perl starts up. The former way %config{ENV} was handled
was too late, depending on the Perl code to unpack it from the storable and
put it into the environment.

Easy solution is to build the wrapper to repopulate the environment based on
%config{ENV} before ever exec'ing Perl (and then remove it from the storable
as there is nothing more that the Perl code will need to do with it).
2014-09-14 12:12:09 -04:00
Simon McVittie 2b0054a1dd propose a branch which uses non-numeric `show` for this purpose 2014-09-14 16:01:01 +01:00
Simon McVittie 0490ead761 extend rst test to cover a fixed bug 2014-09-14 15:47:42 +01:00
smcv 24a5dceb01 rename bugs/redirect.mdwn to todo/redirect.mdwn 2014-09-14 10:29:37 -04:00
Simon McVittie 153064ff6d close bug 2014-09-14 15:28:05 +01:00
Simon McVittie 952cf0fb84 branch for comment, not merging just yet 2014-09-14 15:25:29 +01:00
Simon McVittie 43367c5e30 extend regression test for inline to cover inlining, show, reverse 2014-09-14 15:14:42 +01:00
smcv c6a237d08a fix link 2014-09-12 19:15:07 -04:00
smcv 98e1b92d89 more thoughts on this 2014-09-12 19:13:12 -04:00
Simon McVittie fdfd5ffac7 more bug-closing 2014-09-12 22:02:54 +01:00