Commit Graph

1825 Commits (6902f9850a1f1c6e7eca9fab29ec98d4e7d9df3a)

Author SHA1 Message Date
http://liw.fi/ 06641bb880 2010-08-02 18:35:07 +00:00
Joey Hess b2571bb50d close, cannot reproduce 2010-08-01 12:18:57 -04:00
intrigeri 1fe87a0808 resubmitted patch to po4a upstream 2010-07-30 13:15:33 +02:00
intrigeri 5e716ca62a fixed by the last po4a release 2010-07-30 12:55:28 +02:00
intrigeri 6c4caf8211 Move po todo/bugs to dedicated pages. 2010-07-29 16:32:56 +02:00
http://weakish.myopenid.com/ 0ddc89123e fix link syntax 2010-07-19 04:33:37 +00:00
http://weakish.myopenid.com/ 47e2e673bc link to 404 plugin 2010-07-19 04:31:08 +00:00
Joey Hess e674bb1445 fix other 2 cases of conflicting destdir files
Cleanly fixed case where destdir file failed to be written because there
was a directory with the same name. This can be detected with no extra
system calls, and dealt with by finding all pages that wrote files
inside the directory, and removing them and the directory.

The other, inverse case would be expensive to detect in will_render,
since it would need to check each parent directory of the file to see
if the directory is really a conflicting file. But prep_writefile
already does a similar scan for symlinks in the path, so I added code
there to remove the conflicting file. This fix assumes that the file
is written using writefile, and not some other means (but using other means
would be a security hole too, so hopefully nothing does).
2010-07-18 17:38:35 -04:00
Joey Hess 775fefeea7 class of bugs I am working on 2010-07-18 13:52:03 -04:00
Joey Hess 0eee3fe2a2 merged filter-full 2010-07-12 15:39:32 -04:00
intrigeri ea3926bd87 the filter-full branch works nicely 2010-07-11 11:27:54 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE 87890d19cc quick fix 2010-07-07 09:01:29 +00:00
Joey Hess 6160238439 comments; my filter-full branch should fix this 2010-07-04 15:15:34 -04:00
intrigeri 1ffe0d9739 cleaner bugfix in now available 2010-06-30 12:15:44 +02:00
intrigeri 47d1b3eac5 new bug report, patch provided 2010-06-25 19:32:29 +02:00
Joey Hess 57e56828f5 store state to avoid needing to rebuild when changing theme 2010-06-18 16:40:47 -04:00
Joey Hess 99c9d8c34f also a problem for theme plugin 2010-06-18 14:39:08 -04:00
jhagg 79ffede4a7 2010-06-17 08:30:38 +00:00
Joey Hess 69c22fa1ea attachment: Support Windows paths when taking basename of client-supplied file name. 2010-06-16 13:23:32 -04:00
jhagg 96c7e31c34 2010-06-16 13:40:29 +00:00
privat b39630c16c Thanks 2010-06-15 13:33:16 +00:00
Joey Hess c0bc2d0839 editpage, comments: Fix broken links in sidebar (due to forcebaseurl). (Thanks, privat) 2010-06-14 14:34:52 -04:00
privat 8746480c25 Reopen the bug since it is not fixed 2010-06-14 13:54:43 +00:00
Joey Hess 89a970bd7d response 2010-06-13 09:11:59 -04:00
jwalzer 77a3585e92 2010-06-11 13:53:06 +00:00
zimek 6ba1cf7c3d 2010-06-11 11:14:34 +00:00
http://jblevins.org/ 48a1dce15d Update URL 2010-06-10 22:16:55 +00:00
tschwinge 0fbec10a42 Fixed. 2010-06-10 08:54:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 0430953608 2010-06-10 03:29:22 +00:00
Joey Hess 24b59b3a9e editpage: Avoid storing accidental state changes when previewing pages.
This is a slow, safe, stupid approach. Could make deep copies of the data
structures as backups instead of re-loading the index from disk.
2010-06-09 17:44:40 -04:00
Joey Hess 1187506588 ugly bug 2010-06-09 17:13:35 -04:00
Joey Hess e93cee3378 Fix display of sidebar when previewing page edit. (Thanks, privat)
On second thought, only display a page's personal sidebar when previewing
it, not when editing normally.
2010-06-09 16:59:17 -04:00
Joey Hess 95b45864de relativedate: Fix problem with localised dates not working. 2010-06-09 16:16:48 -04:00
Joey Hess e96cf38ecc When editing a page, show that page's sidebar. (Thanks, privat) 2010-06-09 16:00:12 -04:00
Joey Hess 2eefd84d0a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-06-09 15:32:20 -04:00
Joey Hess b5978713f1 close; use ENV in setup file 2010-06-09 15:29:20 -04:00
privat 0b3d08665b 2010-06-09 19:26:40 +00:00
Joey Hess 2b716c47a7 close old bug, apparently worked around 2010-06-09 15:21:28 -04:00
Joey Hess 3638657f75 closing; cannot reproduce and no followup for 1 year 9 months 2010-06-09 15:15:18 -04:00
Joey Hess b382625f9f close 2010-06-09 15:13:46 -04:00
Joey Hess 34594fb89a close 2010-06-09 15:11:23 -04:00
Joey Hess 3cd4d1e31b fixed 2010-06-09 15:08:41 -04:00
Joey Hess addedde0d6 fixed by improved openid login form 2010-06-09 15:03:51 -04:00
Joey Hess 9f41b23108 seems this was fixed a long time ago 2010-06-09 15:02:08 -04:00
Joey Hess cdf4292846 Fix support for globbing in tagged() pagespecs.
The linktype check was being done on the relativised link target,
but %typedlinks uses the same link targets as %links, so that didn't work.

I think the bug only appeared when tagbase was not set.

This bugfix also let me factor out the common typedlink checking code.
2010-06-09 14:39:17 -04:00
Joey Hess ba9b808c89 remove example blog tag pages
Autotag will create them as needed. Avoids some complexity.
2010-06-09 14:24:38 -04:00
Joey Hess 0da7b1a9c3 clarification 2010-06-09 13:42:13 -04:00
tschwinge 4eb82e7d41 Comment and done. 2010-06-09 13:47:35 +00:00
tschwinge 215538aa58 Yes, is a globbing issue. 2010-06-09 06:39:26 +00:00
tschwinge f3dacd8234 Ack. 2010-06-09 06:17:56 +00:00
Joey Hess 0ccf21daaf img: Fill in missing height or width when scaling image. 2010-06-08 21:13:46 -04:00
Joey Hess eff7fac985 move bug to bugs 2010-06-08 21:07:45 -04:00
Joey Hess 73bb42ccf0 response 2010-06-08 14:53:22 -04:00
Joey Hess 868f5a94bf response 2010-06-08 14:50:24 -04:00
Joey Hess c911b4b998 response 2010-06-08 14:46:54 -04:00
Joey Hess 2be6660a8f response 2010-06-08 14:43:21 -04:00
tschwinge cc6ead1d81 File issue. 2010-06-08 14:04:00 +00:00
tschwinge 9a18ea18e3 File issue. 2010-06-08 10:06:47 +00:00
tschwinge 2513f0ea6b File issue. 2010-06-08 09:23:05 +00:00
tschwinge 9dd91b393d File issue. 2010-06-08 09:21:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 75cae954cf Add note about date formating 2010-06-07 03:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 f0f4073a17 add bug about locale dependance of plugins/relativedate 2010-06-07 03:34:34 +00:00
Joey Hess 688c58ac90 Merge branch 'master' of file:///srv/git/ikiwiki.info 2010-05-11 21:52:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngPXAGrxk1pbqnum3O4I_VPRgNj_TZR1I 4ceae1761b 2010-05-11 21:52:38 +00:00
Joey Hess b5aa42d3e0 remerged 2010-05-09 12:56:42 -04:00
http://smcv.pseudorandom.co.uk/ 0badce2ec0 bugfix - only fetch after tags are disabled 2010-05-09 15:46:11 +00:00
simonraven d379d8ab9d 2010-05-08 23:55:47 +00:00
Joey Hess bc0aa4d40e Use xhtml friendly pubdate setting. 2010-05-08 19:45:02 -04:00
simonraven 6512423f15 fixed patch display... 2010-05-08 23:42:45 +00:00
simonraven d238fd1b04 bug with pubdate, in process of testing fix 2010-05-08 23:38:35 +00:00
Joey Hess b01a2274c3 fix undef warning when page() tests a deleted file 2010-05-07 13:25:32 -04:00
Joey Hess 888ac35e11 a bug? 2010-05-07 13:13:57 -04:00
Joey Hess 5dfcaf1f7f applied 2010-05-07 13:04:00 -04:00
http://smcv.pseudorandom.co.uk/ f9553a06ab patch 2010-05-07 16:56:45 +00:00
Joey Hess 300001184e done 2010-05-06 23:28:54 -04:00
Joey Hess 121e2ffc2f Renamed postscan hook to indexhtml, to reflect its changed position.
Probably only the search plugin uses it, so this seemed safe.
2010-05-06 23:14:36 -04:00
Joey Hess f0b83af9aa add 2010-05-06 17:18:08 -04:00
Joey Hess ab575a4b69 graphviz: Fix display of preexisting images in preview mode. 2010-05-04 16:54:58 -04:00
Joey Hess ac2cc8f87d response 2010-05-04 16:22:27 -04:00
http://zwol.livejournal.com/ 35bd43aea3 2010-05-04 17:09:27 +00:00
Jon Dowland 7060a818c1 un-escape escaped chevrons 2010-05-04 16:43:22 +01:00
Jon Dowland 89e0669692 split two graphviz bugs from one page; undo one of them 2010-05-04 16:39:50 +01:00
Joey Hess 78962ddfe6 add bug 2010-05-02 22:03:28 -04:00
Joey Hess bb70c15c59 on img and figure 2010-05-02 18:55:21 -04:00
Joey Hess 34076e398c html5 bug closure, and documentation 2010-05-02 17:16:15 -04:00
Joey Hess 28dcb52a6c force article and header to display as blocks
iceweasel 3.5.9 does not know to display these as blocks, resulting
in bad displays of blogs
2010-05-02 16:54:31 -04:00
Joey Hess 7517d34da9 update 2010-05-02 15:09:15 -04:00
Joey Hess b21df5029b Add placeholder text in search form (in html5 mode only). 2010-05-02 13:49:56 -04:00
Joey Hess 970373548f Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag. 2010-05-02 13:44:13 -04:00
Joey Hess 8e4af6a8e2 tidy plugin issue 2010-05-01 20:57:54 -04:00
Joey Hess a547d26858 html5 option
* Ikiwiki can be configured to generate html5 instead of the default xhtml
  1.0. The html5 output mode is experimental, not yet fully standards
  compliant, and will be subject to rapid change.
2010-05-01 20:49:18 -04:00
Joey Hess ccafb10007 enable hidden attribute 2010-05-01 19:59:16 -04:00
Joey Hess 790a339db1 htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary. 2010-05-01 19:28:28 -04:00
Joey Hess f1e2d0af12 more html5 attributes 2010-05-01 19:11:03 -04:00
Joey Hess 78cee5140a add rest of html5 form attributes
It's easy to imagine pattern being used to freeze or crash browsers, if
they implement it stupidly. Let's hope not..
2010-05-01 18:44:37 -04:00
Joey Hess 442bc59a15 htmlscrubber: Allow the placeholder attribute. 2010-05-01 18:14:50 -04:00
Joey Hess 73c8209484 more html5
* htmlscrubber: Also allow html5 canvas tags.
* htmlscrubber: Round out html5 video support with the preload
  attribute and the source tag.
2010-05-01 17:56:35 -04:00
Joey Hess 80f2042464 htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup header footer time mark 2010-05-01 16:34:47 -04:00
Joey Hess 3252df4aa8 comments, branch review, questions 2010-05-01 15:27:32 -04:00
Joey Hess dd75b61d93 response 2010-04-30 14:15:58 -04:00