Commit Graph

1786 Commits (e65ab83d292c62f01740b68f4acdb5bf2d6d1f93)

Author SHA1 Message Date
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
Jon Dowland 9fb15ec9fe new bug: svn commit failures... 2010-04-30 16:48:19 +01:00
Joey Hess 7bba522545 Merge branch 'master' into templatemove
Conflicts:
	doc/templates.mdwn
2010-04-23 16:43:44 -04:00
Joey Hess 7e79da7633 template docu reorg
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23 16:14:33 -04:00
Joey Hess 5bc7efab7c switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden during build 2010-04-22 23:00:33 -04:00
blipvert a2feb7d477 rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn 2010-04-23 02:40:36 +00:00
blipvert 898fc10955 2010-04-23 02:36:27 +00:00
Joey Hess 2b175d7c1f improved fix for depends_simple_mixup
Avoid adding the page matched against as an influence for
currently failing pagespec matches, while still adding
any other influences.

This avoids bloating depends_simple with lots of bogus influences when
matching eg, "!link(done)". It's only necessary for the page being tested
to be an influence of that if the page matches.
2010-04-22 00:18:20 -04:00
Joey Hess c98414e192 added a test case for this bug
Further analysis suggests fixing this might not be as dreadful as I first
thought!
2010-04-21 23:08:54 -04:00
Joey Hess 13325317a3 backlink influence data seems ok 2010-04-21 22:04:03 -04:00
Joey Hess 09ff797682 more wrongness 2010-04-21 21:55:12 -04:00
Joey Hess 8cf6b7abf8 link fix 2010-04-21 21:42:18 -04:00
Joey Hess 6c5f315970 argh. head exploding. 2010-04-21 21:38:58 -04:00
http://hendry.iki.fi/ 86e73e42e8 2010-04-21 19:48:31 +00:00
http://hendry.iki.fi/ 9ed523d762 2010-04-21 19:21:38 +00:00
http://hendry.iki.fi/ e72973afdb debugging 2010-04-21 19:07:32 +00:00
Joey Hess 5c855b2bca applied 2010-04-21 12:50:43 -04:00
http://oblomov.myopenid.com/ 5d2df9651f Missing links with no CGI 2010-04-21 08:17:03 +00:00
Joey Hess d2c36a6f4b close 2010-04-10 15:29:31 -04:00
Joey Hess 1c1c76c53e close bug, was fixed in 3.20100403 2010-04-09 12:25:10 -04:00
Joey Hess f6fd7639da Merge remote branch 'smcv/ready/link-types' 2010-04-06 22:50:19 -04:00
http://smcv.pseudorandom.co.uk/ 1f112d570e if applied, reverting this would be problematic 2010-04-06 00:55:54 +00:00
http://smcv.pseudorandom.co.uk/ 315bcf866c tag as patch 2010-04-06 00:51:27 +00:00
http://smcv.pseudorandom.co.uk/ 0ed94696c0 pages talking about escaping should really be escaped correctly 2010-04-06 00:50:51 +00:00
http://smcv.pseudorandom.co.uk/ 26bf69d17a as seen on IRC 2010-04-06 00:49:38 +00:00
Joey Hess f8457f9a90 fix bug that left stray </p> tags
Both markdown and tidy add paragraph tags around text, that needs to be
stripped when the text is a short, one line fragment that is being inserted
into a larger page. tidy also adds several newlines to the end, and this
broke removal of the paragraph tags.
2010-04-05 17:18:30 -04:00
Joey Hess 6876c5a588 close bug, comment 2010-04-04 12:28:12 -04:00
http://hendry.iki.fi/ 3a02cfca99 2010-04-04 13:00:52 +00:00
http://liw.fi/ 6b746ed72b 2010-04-04 09:23:05 +00:00
http://liw.fi/ 3190e3be93 2010-04-04 09:13:01 +00:00
http://liw.fi/ 3e2a78840a 2010-04-04 09:12:23 +00:00
Simon McVittie ef63441440 Remove tagged_is_strict option, and just behave as though it was enabled
Jon was worried about the backwards-compatibility break involved in making
tagged() not match non-tag links, but Joey seems less concerned about it.
2010-04-04 00:43:58 +01:00
Simon McVittie c1a42e76bc implement typed links; add tagged_is_strict config option 2010-04-04 00:43:48 +01:00
Simon McVittie 3c9cd4f156 Explain tab-delimited tables a bit better 2010-04-01 18:13:38 +01:00
http://smcv.pseudorandom.co.uk/ 7f63763a30 they do work, with the right syntax (C backslash escapes aren't interpreted) 2010-03-31 02:07:52 +00:00
http://edrex.myopenid.com/ 66ecf1dba5 2010-03-31 00:24:22 +00:00
http://edrex.myopenid.com/ 35fcc2ec8f 2010-03-31 00:21:58 +00:00
Joey Hess b2890b4e8f response 2010-03-29 15:25:34 -04:00
http://hendry.iki.fi/ ae4e9b25b7 2010-03-29 08:15:43 +00:00
Joey Hess 2bbbc906ba Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-28 18:49:22 -04:00
Joey Hess 9115336551 response 2010-03-28 18:49:15 -04:00
http://schors.livejournal.com/ 02e6ec9dd2 2010-03-28 22:47:17 +00:00
http://schors.livejournal.com/ 1de069338d 2010-03-28 22:43:24 +00:00
Joey Hess 15164671ce formatting 2010-03-28 18:37:00 -04:00
Joey Hess 6d04e182c4 formatting 2010-03-28 18:36:37 -04:00
Joey Hess 0c6e467aa6 use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD
To review, tcc does not really use environ, so you have to use clearenv
there. But POSIX, in their wisdom, didn't standardise clearenv yet,
so on FreeBSD, one still needs to manipulate environ on their own.

(If you use tcc on FreeBSD, this may leave you unsatisfied.)
2010-03-28 18:27:23 -04:00
http://schors.livejournal.com/ 7e9d1932a2 2010-03-28 22:01:53 +00:00
Joey Hess a1f50f6a31 response 2010-03-28 17:37:42 -04:00
http://hendry.iki.fi/ e1eee27fc5 2010-03-28 20:01:41 +00:00
Joey Hess 1273f1de52 Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install. 2010-03-26 13:11:02 -04:00
Joey Hess b10c6dd631 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-26 12:59:57 -04:00
http://users.itk.ppke.hu/~cstamas/openid/ d29419ab0b me too - thanks 2010-03-26 09:43:50 +00:00
http://users.itk.ppke.hu/~cstamas/openid/ 99b402cd62 line break for better view 2010-03-26 08:58:41 +00:00
http://users.itk.ppke.hu/~cstamas/openid/ 22b9582cdd init page bugreport 2010-03-26 08:57:20 +00:00
Joey Hess 0dec80ee0c close, unreproducible 2010-03-26 01:48:37 -04:00
Joey Hess 0d524ad672 Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations. 2010-03-26 01:38:53 -04:00
Joey Hess 4cb464d6e5 typo 2010-03-26 01:05:22 -04:00
Joey Hess 1093c7e4b2 new bug 2010-03-26 00:57:46 -04:00
Joey Hess 243b0dd082 fix the other half of the filecheck filename bug 2010-03-26 00:16:21 -04:00
http://kerravonsen.dreamwidth.org/ 62306d85f9 It works! 2010-03-26 04:06:31 +00:00
Joey Hess fb39dc5f5f patch 2010-03-25 23:40:38 -04:00
http://kerravonsen.dreamwidth.org/ b68aa11732 oh dear not fixed after all 2010-03-26 01:40:32 +00:00
Joey Hess 3d671ea8c1 filecheck: Fix bug that prevented the pagespecs from matching when not called by attachment plugin. 2010-03-25 14:39:09 -04:00
http://kerravonsen.dreamwidth.org/ 46f8f72793 response 2010-03-25 04:43:16 +00:00
Joey Hess 1030d23a2c response 2010-03-25 00:11:39 -04:00
http://kerravonsen.dreamwidth.org/ c757cfa64f I'm not sure if I'm supposed to tag this as patch, so I removed the tag. 2010-03-25 03:38:14 +00:00
http://kerravonsen.dreamwidth.org/ dc96603212 bug and fix 2010-03-25 03:35:14 +00:00
http://smcv.pseudorandom.co.uk/ 4fd05df4d4 cross-reference 2010-03-24 03:04:16 +00:00
Joey Hess dddd6aa990 Allow wrappers to be built using tcc. 2010-03-18 17:44:46 -04:00
nil 7b7d1cfcb7 distro confusion 2010-03-18 07:56:15 +00:00
nil a78212be33 2010-03-18 07:21:09 +00:00
https://launchpad.net/~ojwb 7bca48f5ce 2010-03-14 04:56:13 +00:00
Joey Hess 0c3f59d33a move bug report to bugs and close 2010-03-12 16:16:47 -05:00
Joey Hess f259f33a0a Fix missing span on recentchanges page template. 2010-03-11 15:49:48 -05:00
http://smcv.pseudorandom.co.uk/ e4ed8a51c1 fix in a branch 2010-03-11 18:20:10 +00:00
dkowis 1c03cf9ba2 noted that I fixed the template on my box 2010-03-10 19:27:26 +00:00
dkowis 9f82e93fca 2010-03-10 19:13:50 +00:00
Joey Hess 312b7d05f8 Revert spam 2010-03-09 00:40:51 -05:00
capitaine 9e603d2640 2010-03-09 05:30:53 +00:00
http://cdombroski.myopenid.com/ 4a7fb67ee6 Posting my change to the 404 module 2010-03-03 00:14:47 +00:00
http://smcv.pseudorandom.co.uk/ 8aae08aafd 2010-03-02 19:56:53 +00:00
http://cdombroski.myopenid.com/ d469a410ea Bug: 404 plugin & lighttpd 2010-03-02 15:47:23 +00:00
http://cdombroski.myopenid.com/ b3df992552 2010-03-02 02:19:51 +00:00
http://kerravonsen.dreamwidth.org/ 983ecb0915 made a suggestion 2010-02-26 06:37:42 +00:00
martin feeacaba02 2010-02-24 15:12:40 +00:00
Joey Hess d01e7248bf response 2010-02-19 13:33:48 -05:00
prosper 3200be56e5 2010-02-19 10:23:26 +00:00
Joey Hess 046095552a httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it. 2010-02-11 17:26:09 -05:00
Joey Hess c47712b340 clarify 2010-02-11 16:35:55 -05:00
Joey Hess 26c68a0c7a refresh patch; remaining problem 2010-02-11 16:28:22 -05:00
http://www.google.com/profiles/schmonz 1bb06210e9 tested 2010-02-07 01:51:30 +00:00
Joey Hess 34a64557cf scratch patch 2010-02-05 13:46:12 -05:00
Joey Hess 30c5f62f74 update 2010-01-18 20:41:12 -05:00
Joey Hess 604afbedd3 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-01-18 18:00:21 -05:00
Joey Hess 4a8389825a update 2010-01-18 18:00:10 -05:00
http://www.google.com/profiles/schmonz be523e7740 response 2010-01-18 19:13:00 +00:00
Joey Hess 265b4f0576 response 2010-01-18 12:38:05 -05:00
http://apoca.myopenid.com/ f072f3a9c5 2010-01-18 17:25:13 +00:00
Joey Hess 59d929d6b1 websetup: Fix utf-8 problems. 2010-01-09 16:20:09 -05:00
http://www.google.com/profiles/lingo.t.l.chen fa59bfad84 2010-01-09 13:56:39 +00:00
http://www.google.com/profiles/lingo.t.l.chen dca9634202 2010-01-08 14:55:58 +00:00
Joey Hess bde5265215 close 2010-01-07 15:44:32 -05:00
http://www.google.com/profiles/schmonz 5fdceb49b1 response 2010-01-05 01:41:13 +00:00
Joey Hess 2767c80890 response 2010-01-04 20:24:20 -05:00
Joey Hess f5bdfc29ee response 2010-01-04 20:22:32 -05:00
http://www.google.com/profiles/schmonz cd4616e394 clarify my horrible idea 2010-01-05 01:22:24 +00:00
http://www.google.com/profiles/schmonz f96a7b7756 response 2010-01-05 01:16:17 +00:00
Joey Hess 2a717f36ef response 2010-01-04 19:51:37 -05:00
http://www.google.com/profiles/schmonz 3e6331127b response 2010-01-05 00:29:37 +00:00
Joey Hess aed16b4833 inline: Avoid showing edit links if page editing is disabled. (Sjoerd) 2010-01-04 12:54:18 -05:00
Joey Hess a20b07b54b responses 2010-01-04 12:47:54 -05:00
http://adam.shand.net/ d96a5d9a73 2010-01-04 10:22:02 +00:00
Sjoerd 0fae8d8b69 2010-01-03 21:37:37 +00:00
Joey Hess a27fad48d4 response 2010-01-03 14:12:26 -05:00
Joey Hess 7dd074e2e7 Fix several places that did not properly handle capitalization of the discussionpage setting.
Specifically, fixes discussion actions on discussion pages, and unbreaks the opendiscussion plugin.
2010-01-02 15:52:38 -05:00
http://www.google.com/profiles/schmonz b4d1a4bb99 when using httpauth, anonok isn't 2010-01-01 20:36:12 +00:00
http://www.google.com/profiles/schmonz 2bf3b3f403 back from the done 2010-01-01 20:21:47 +00:00
Joey Hess 9f841c07df Use env hack in python scripts. 2009-12-29 15:56:25 -05:00
http://weakish.pigro.net/ 3bff312697 repost bug: rst plugin has python hardcode in shebang line 2009-12-27 07:18:30 +00:00
harishcm cb74161218 Removed my previous patch that is still affected by the bestlink returns deleted pages bug 2009-12-05 02:06:25 -05:00
http://lj.rossia.org/users/imz/ 49e585d662 a short report: Still true now. 2009-12-03 13:22:00 -05:00
Joey Hess 304e373771 note 2009-12-02 13:06:31 -05:00
harishcm bd3bb876c2 reply to joey's partial bugfix 2009-12-02 08:41:16 -05:00
harishcm 2a0f15d2cd 2009-12-02 08:23:08 -05:00
Joey Hess e104499f28 fixed.. partly 2009-11-30 18:08:54 -05:00
Joey Hess 58ce89355f I just fixed half of ikiwiki's second-oldest bug. Yay! 2009-11-30 17:39:33 -05:00
harishcm ae64fadcce 2009-11-25 09:15:40 -05:00
harishcm dc15be03d6 Patch added 2009-11-21 05:18:00 -05:00
Joey Hess 64fef7c3bb why this is hard 2009-11-16 16:12:34 -05:00
Thomas Schwinge 2d1dfab20a Follow up. 2009-11-16 09:10:36 +01:00
Joey Hess 03fe40cdc5 diagnosis: probably broken browser? 2009-11-15 15:01:17 -05:00
Joey Hess fb26b9ca84 Revert "Improve img's documentation."
The information added is incorrect.
2009-11-15 14:52:53 -05:00
martin 11787065a1 opened bug 2009-11-14 21:02:34 -05:00
Thomas Schwinge 88a217598d Improve img's documentation.
Jon is right, of course.  User error, not an ikiwiki bug.  So, I removed the
false bug report and added its gist to img's documentation.
2009-11-15 00:33:28 +01:00
Joey Hess d8cfd8d431 inline: Fix display of all pages when archive=yes or show=0 are used. 2009-11-13 20:50:27 -05:00
martin e062693632 repoduced it ... sorry should have pasted this earlier 2009-11-13 19:00:13 -05:00
Joey Hess 956efcfac2 cannot reproduce 2009-11-13 17:35:13 -05:00
martin 2a7e8921d5 new bug 2009-11-13 17:14:54 -05:00
Joey Hess ad303e878e inline: Allow direct inclusion of non-page files in raw mode. 2009-11-13 15:10:58 -05:00
http://jmtd.livejournal.com/ ed742ab2b5 explanation: whitespace surrounding your use of the IMG tag 2009-11-12 09:14:45 -05:00