Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-01 | set html5 option as advanced for now | Joey Hess | |
2010-05-01 | mention html5 | Joey Hess | |
2010-05-01 | tidy plugin issue | Joey Hess | |
2010-05-01 | html5 option | Joey Hess | |
* 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 | enable hidden attribute | Joey Hess | |
2010-05-01 | apply simonrvn patch adding labels for radio buttons | Joey Hess | |
and other minor html improvement | |||
2010-05-01 | apply simonrvn patch to quote attributes | Joey Hess | |
2010-05-01 | htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵ | Joey Hess | |
ruby, rt, rp, details, summary. | |||
2010-05-01 | more html5 attributes | Joey Hess | |
2010-05-01 | add rest of html5 form attributes | Joey Hess | |
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 | add figure and figcaption | Joey Hess | |
2010-05-01 | htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵ | Joey Hess | |
max, step. | |||
2010-05-01 | htmlscrubber: Allow the placeholder attribute. | Joey Hess | |
2010-05-01 | more html5 | Joey Hess | |
* htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. | |||
2010-05-01 | htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵ | Joey Hess | |
header footer time mark | |||
2010-05-01 | update example tag pages to match autotag.tmpl | Joey Hess | |
2010-05-01 | limit feeds for tag pages to including ten posts | Joey Hess | |
With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages. | |||
2010-05-01 | comments, branch review, questions | Joey Hess | |
2010-04-30 | no need to use HTML::Entities | Joey Hess | |
That module is unused now. Long long ago, it used to be used to encode data in the index. Checked all modules, and every module that uses it imports it. | |||
2010-04-30 | response | Joey Hess | |
2010-04-30 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-30 | Version dependency on liburi-perl to >= 1.36; previous versions did not ↵ | Joey Hess | |
support building urls from utf-8 strings. Closes: #579713 | |||
2010-04-30 | new bug: svn commit failures... | Jon Dowland | |
2010-04-29 | more to add on my comment | simonraven | |
2010-04-29 | YA URI to another mediawiki to git project | simonraven | |
2010-04-29 | wl rcs | http://jmtd.livejournal.com/ | |
2010-04-29 | (no commit message) | albertlash | |
2010-04-29 | (no commit message) | albertlash | |
2010-04-29 | reply | http://kerravonsen.dreamwidth.org/ | |
2010-04-28 | remove obsolete NEWS | Joey Hess | |
2010-04-28 | TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵ | Joey Hess | |
in-wiki templates.) | |||
2010-04-28 | question about TMPL_INCLUDE | http://kerravonsen.dreamwidth.org/ | |
2010-04-27 | template: Fix typo. | Joey Hess | |
2010-04-27 | format | Joey Hess | |
2010-04-27 | add news item for ikiwiki 3.20100427 | Joey Hess | |
2010-04-27 | releasing version 3.20100427 | Joey Hess | |
2010-04-26 | update test suite for recent index load on rebuild changes | Joey Hess | |
2010-04-26 | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | |
files. | |||
2010-04-26 | loop on pagesources, not ctime | Joey Hess | |
2010-04-26 | Fix removal of rendered files in rebuild mode. | Joey Hess | |
Needed to handle the move of the .js files into ikiwiki/, but also this is a longstanding bug. Old pagemtime is not remembered in rebuild mode, and changing that would need a lot of changes. So instead, loop on pagectime, which is remembered. Change to remembering old pagesources info in rebuild mode. This seems safe enough. | |||
2010-04-26 | remove manual file remove instructions | Joey Hess | |
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them. | |||
2010-04-26 | fix missing \ | Joey Hess | |
2010-04-26 | Minor, seemingly harmless tweaks to misc.tmpl | Joey Hess | |
Whenever the DIV tag structure of page.tmpl has been changed, the DIV tag structure of misc.tmpl must also change to reflect this, or else any page which uses misc.tmpl will not look right. My intent is to make ease parallel maintenance of these two files by eliminating trivial/accidental difference between the two, so that duplicated regions can be more readily identified (perhaps even mechanically). (cherry-picked from commit 075980f94996e8f67d9632ae95b8bf41fdf09afa, but without the changes to comments in page.tmpl) | |||
2010-04-26 | document match_guid | Joey Hess | |
2010-04-26 | added match_guid function to meta plugin | Joey Hess | |
(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d) Conflicts: IkiWiki/Plugin/meta.pm | |||
2010-04-26 | add blipvert | Joey Hess | |
2010-04-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-26 | fix indent | http://jmtd.livejournal.com/ | |
2010-04-26 | insert table of common namespaces | http://jmtd.livejournal.com/ | |
2010-04-26 | move list of namespaces to its own section | http://jmtd.livejournal.com/ | |