Commit Graph

16650 Commits (da988473e1bd488c6432f9e71c17460057500594)

Author SHA1 Message Date
http://smcv.pseudorandom.co.uk/ f2e963c086 Added a comment 2012-03-26 04:22:38 -04:00
celty 44ef910615 2012-03-25 16:34:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnMBcAYtl-Ssg7elqgIl7s_P-KQB2aDHco fbe9a9b659 2012-03-25 00:55:11 -04:00
chrysn 94226faf35 workaround and some analysis of the bug 2012-03-24 22:46:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmAfIuCt_zl2UCMMgUXUJ37XIt-XYubXBw 36315896c6 2012-03-23 19:53:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M a0febfe838 2012-03-23 14:19:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M 1fb3495ed2 2012-03-23 14:14:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M dc9cae642e 2012-03-23 14:08:00 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkiulxucQx_YZQZUVJdNF6oMaZwWb8JF2M 272288613f 2012-03-22 22:15:26 -04:00
http://k1024.org/~iusty/ a2f2d07785 Added a comment: Re: comment 1 2012-03-22 15:34:55 -04:00
Joey Hess e7bf599ee0 remove debug message
A file may have no git sha1 if it's in the underlay, or just is not checked
into git. This debug message doesn't add any value and is potentially
confusing.
2012-03-22 13:07:30 -04:00
http://joey.kitenet.net/ 4b3102b48e Added a comment 2012-03-22 13:06:05 -04:00
http://joey.kitenet.net/ d47d98b4cc Added a comment 2012-03-22 12:56:40 -04:00
Joey Hess aaa72a3a80 inline: When the pagenames list includes pages that do not exist, skip them.
bestlink returns '' if no existing page matches a link. This propigated
through inline and other plugins, causing uninitialized value warnings, and
in some cases (when filecheck was enabled) making the whole directive fail.

Skipping the empty results fixes that, but this is papering over another
problem: If the missing page is later added, there is not dependency
information to know that the inline needs to be updated. Perhaps smcv will
fix that later.
2012-03-21 15:48:25 -04:00
Joey Hess 662ea9971c Remove dead link from plugins/teximg. Closes: #664885 2012-03-21 15:48:24 -04:00
http://k1024.org/~iusty/ fb6559dc1c Add new forum question 2012-03-20 19:11:57 -04:00
http://tbm.myopenid.com/ e5870d10c8 Added a comment: Still there? 2012-03-20 14:35:42 -04:00
chrysn 74a8f50b47 note discount's definition list capabilities 2012-03-20 12:56:52 -04:00
chrysn ac412a0b87 (finished move from previous commit) 2012-03-20 12:08:11 -04:00
chrysn e203d7ef16 giving the linkmap issue its own patch page to make it more readable 2012-03-20 12:07:19 -04:00
chrysn e32cad7820 (nobody sees the fnord -- remove relic from testing) 2012-03-20 12:00:21 -04:00
chrysn c9d9769f83 comment on a non-obvious function 2012-03-20 11:59:33 -04:00
http://vn91.ya.ru/ 442f49319b 2012-03-20 03:29:58 -04:00
Joey Hess 4d707e665f add news item for ikiwiki 3.20120203 2012-03-19 14:45:52 -04:00
Joey Hess 8d46f83756 releasing version 3.20120203 2012-03-19 14:44:17 -04:00
Joey Hess 83876a7da6 remove pod documentation
This caused the build system to make unwanted man pages. Using comments
instead.
2012-03-19 14:36:03 -04:00
Joey Hess 9f2a2879c8 Merge remote-tracking branch 'smcv/trail-test' 2012-03-19 11:19:41 -04:00
Joey Hess 20a20f2f27 fixed 2012-03-19 11:04:47 -04:00
http://smcv.pseudorandom.co.uk/ 97b64fde14 fails to clone from multiple locations 2012-03-19 06:03:15 -04:00
http://smcv.pseudorandom.co.uk/ c344a5830c fixed, I think? 2012-03-19 05:53:49 -04:00
Simon McVittie c7bc11f26f Use utime to make initial files in trail test come from the past
This ensures that when we do the second phase of the test (edit some
files and refresh), the changes get a different mtime and are picked up,
even if the entire test happened between two 1-second "clock ticks".
2012-03-19 09:49:31 +00:00
Joey Hess 914c362197 reproduce test suite failure, start of analysis 2012-03-18 19:55:50 -04:00
Joey Hess 0faceb91c0 misc cleanup 2012-03-18 19:33:11 -04:00
Joey Hess 1e0389fffb remove fullscreen option
The cgi shows a fullscreen map, so having this other option to do it seems
redundant, and also layering a fullscreen map over an existing wiki page
doesn't look very good to me (and prevents editing the page etc).
2012-03-18 18:03:48 -04:00
http://hands.com/~phil/ d92a19ff08 fix plugins/mdwn wikilink 2012-03-18 17:50:45 -04:00
Joey Hess b2471aa729 fix waypoint hrefs 2012-03-18 17:48:57 -04:00
http://hands.com/~phil/ 5fcc4a9434 fix plugins/osm wikilink 2012-03-18 17:45:38 -04:00
Joey Hess 06aa145676 fix href parameter for osm
This was not set anywhere, which causes their javascript to crash.
It *seems* the idea is this is the url to use to view the map full screen,
which uses ikiwiki.cgi.
2012-03-18 17:39:06 -04:00
Joey Hess 917cdb7ade multiple osm fixes
* fix will_render calls to pass proper relative filenames
* fix urls to kml etc files to not assume wiki's top is at /
* avoid building the javascript to display the map in two different
  ways between the cgi and on-page maps
* refactor duplicate code
2012-03-18 17:07:01 -04:00
Joey Hess 3867f038a7 load index file in osm cgi hook
This hook involves urlto, and that needs to have state loaded to work
in all situations.

Note that I can see no reason for the osm plugin to use a cgi hook at all.
This could just as well be a static html page!
2012-03-18 15:54:47 -04:00
Joey Hess d7eca43103 test failure mysteriously vanished 2012-03-18 15:27:49 -04:00
Joey Hess 93972b1d94 trail.t is failing 2012-03-18 15:06:27 -04:00
Joey Hess 83aefff02f mention that trail is set to "yes" 2012-03-18 14:47:29 -04:00
Joey Hess 223c6d487a more updates for trail merge 2012-03-18 14:38:20 -04:00
Joey Hess d134a2a6e9 avoid unnecessary uses of UNIVERSAL
Foo->Bar->can("method") works just as well, even if Foo::Bar is not
loaded. Using UNIVERSAL::can is deprecated.

But, I was unable to easily eliminate conditional.pm's use of UNIVERSAL::can
2012-03-18 14:34:21 -04:00
Joey Hess 9c30a00b24 merged trail3-integrated 2012-03-18 14:30:54 -04:00
Joey Hess a2eee93787 move 2012-03-18 14:23:47 -04:00
Joey Hess 23be8e3843 Merge branch 'master' of ssh://git.ikiwiki.info 2012-03-18 14:22:49 -04:00
Joey Hess a812692a50 changelog 2012-03-18 14:22:28 -04:00
http://smcv.pseudorandom.co.uk/ de00470dcf formatting 2012-03-18 14:21:11 -04:00