Commit Graph

18579 Commits (7ee8aa477e6c854533dc04ea90f97a7d4edaa17f)

Author SHA1 Message Date
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
Simon McVittie 9be3f95116 Merge branch 'ready/imgforpdf-and-more' 2014-09-12 21:59:00 +01:00
Simon McVittie 669a5f5ecc Merge branch 'ready/chrysn/linkmapenhancement' 2014-09-12 21:57:04 +01:00
Simon McVittie 390f12a845 Merge branch 'ready/edittemplate2' 2014-09-12 21:54:13 +01:00
Simon McVittie 70a4857624 more changelog and bug-closing 2014-09-12 21:50:20 +01:00
Simon McVittie dadde570a1 Merge branch 'ready/postform-no' 2014-09-12 21:46:04 +01:00
Simon McVittie 252804628d Merge branch 'ready/perf' 2014-09-12 21:45:04 +01:00
Simon McVittie 1a785a311e Merge branch 'ready/more-proxy-utf8-fail' 2014-09-12 21:42:36 +01:00
Simon McVittie cf3e3c5a88 Merge remote-tracking branch 'spalax/paternal/upload-svg' 2014-09-12 21:41:45 +01:00
Simon McVittie a55752a7be Merge branch 'ready/comments' 2014-09-12 21:40:24 +01:00
Simon McVittie 2eea320b67 Merge branch 'ready/trail-sort' 2014-09-12 21:38:06 +01:00
Simon McVittie a5536103e7 changelog/close bugs 2014-09-12 21:32:13 +01:00
Simon McVittie ab876a9947 Merge branch 'ready/anarcat/safe_unicode' 2014-09-12 21:23:29 +01:00
Simon McVittie a94dd618cc Don't URL-encode links to Debian wiki pages 2014-09-12 19:23:36 +01:00
smcv d512c5ee66 yes, duplicate 2014-09-12 14:16:12 -04:00
smcv b1d37fd30c possible dup 2014-09-12 13:53:06 -04:00
smcv eee819bad7 clarify 2014-09-12 05:54:37 -04:00
smcv ef9bf2ea76 I still don't think 'rtl' is a suitable name for this switch 2014-09-12 05:45:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk6z7Jsfi_XWfzFJNZIjYUcjgrthg4aPUU 1f685bfc23 Added a comment: Same Trick in Apache 2014-09-10 14:58:24 -04:00
smcv 7a7276b5fb switch man shortcut to manpages.debian.org (Closes: #700322) 2014-09-10 05:24:42 -04:00
smcv 2035c2b5b4 clarify further 2014-09-10 04:43:01 -04:00
smcv db99afcd18 clarif 2014-09-10 04:42:24 -04:00
smcv ec1d6e8ebb clarify 2014-09-10 04:40:34 -04:00
smcv 6c87fdc562 re-review 2014-09-10 04:39:53 -04:00
smcv 2e3e266aa7 add alternative (IMO better) branch 2014-09-10 04:11:05 -04:00
Simon McVittie 77a2267dcf filecheck: accept MIME types that don't contain ';' 2014-09-10 09:00:20 +01:00
smcv 91a35852c6 branch looks good 2014-09-10 03:39:35 -04:00
https://id.koumbit.net/anarcat 3ec57aa5e6 patch 2014-09-09 23:13:23 -04:00
Antoine Beaupré feb21ebfac do not double-decode unicode in CGI forms
this works around a behavior change introduced in Encode.pm 2.53
shipped with the Perl 5.20 release described here:

http://ikiwiki.info/bugs/garbled_non-ascii_characters_in_body_in_web_interface/
2014-09-09 23:11:51 -04:00
https://id.koumbit.net/anarcat 336982ce97 Added a comment 2014-09-09 23:00:23 -04:00
https://id.koumbit.net/anarcat 0d07529f6e more info, dupe? 2014-09-09 22:57:12 -04:00
https://id.koumbit.net/anarcat 570220ecc2 2014-09-09 22:49:02 -04:00
https://id.koumbit.net/anarcat fd22cdc446 fixed upstream! 2014-09-09 21:43:44 -04:00
smcv 6568adbbaf another possibility 2014-09-09 13:52:21 -04:00