diff options
Diffstat (limited to 'doc/recentchanges/change_2a452ddf146c4148155095e400f56b4674d76953._change')
-rw-r--r-- | doc/recentchanges/change_2a452ddf146c4148155095e400f56b4674d76953._change | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/doc/recentchanges/change_2a452ddf146c4148155095e400f56b4674d76953._change b/doc/recentchanges/change_2a452ddf146c4148155095e400f56b4674d76953._change deleted file mode 100644 index 52a0e5bd0..000000000 --- a/doc/recentchanges/change_2a452ddf146c4148155095e400f56b4674d76953._change +++ /dev/null @@ -1,64 +0,0 @@ -[[!meta author="""joey"""]] - -[[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]] - -[[!meta title="""change to bugs/aggregate_generates_long_filenames on ikiwiki"""]] - -[[!meta permalink="http://ikiwiki.info/recentchanges/#change-2a452ddf146c4148155095e400f56b4674d76953"]] - -<div id="change-2a452ddf146c4148155095e400f56b4674d76953" class="metadata"> -<span class="desc"><br />Changed pages:</span> -<span class="pagelinks"> - -<a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/bugs/aggregate_generates_long_filenames.mdwn;h=c38ad6c7b84bba739f7deea2e40519b65b56792a;hp=40decb392b97533a833dec37768399bfa417a8cc;hb=2a452ddf146c4148155095e400f56b4674d76953;hpb=8de7fde49c295a6c9098767b9fdfea79de8476eb" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=bugs%2Faggregate_generates_long_filenames&do=goto" rel="nofollow">bugs/aggregate generates long filenames</a> - - -</span> -<span class="desc"><br />Changed by:</span> -<span class="committer"> - -<a href="http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto" rel="nofollow">joey</a> - -</span> -<span class="desc"><br />Commit type:</span> -<span class="committype">git</span> -<span class="desc"><br />Date:</span> -<span class="changedate"><span class="relativedate" title="Tue, 16 Nov 2010 13:34:41 -0400">13:34:41 11/16/10</span></span> -<span class="desc"><br /></span> -</div> - -<span class="revert"> -<a href="http://ikiwiki.info/ikiwiki.cgi?rev=2a452ddf146c4148155095e400f56b4674d76953&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> -</span> - -<div class="changelog"> - - -but it already checks length..<br /> - - -</div> - -<div class="diff"> -<pre> -diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn -index 40decb3..c38ad6c 100644 ---- a/doc/bugs/aggregate_generates_long_filenames.mdwn -+++ b/doc/bugs/aggregate_generates_long_filenames.mdwn -@@ -11,3 +11,11 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi - - - -- [[Jon]] -+ -+> I have to wonder what filesystem you have there where 147 characters -+> is a long filename. Ikiwiki already uses `POSIX::pathconf` on the srcdir -+> to look up `_PC_NAME_MAX` -+> to see if the filename is too long, and shortens it, so it seems -+> that, in additional to having a rather antique long filename limit, your -+> system also doesn't properly expose it via pathconf. Not sure what -+> ikiwiki can do here. --[[Joey]] - -</pre> -</div> - -<!-- 2a452ddf146c4148155095e400f56b4674d76953 --> |