summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-01releasing version 3.20100501Joey Hess
2010-05-01use styled divs instead of center tagsJoey Hess
More could be done to modernize this html, but I don't want to diverge too far from the one in xapian.
2010-05-01set html5 option as advanced for nowJoey Hess
2010-05-01mention html5Joey Hess
2010-05-01tidy plugin issueJoey Hess
2010-05-01html5 optionJoey 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-01enable hidden attributeJoey Hess
2010-05-01apply simonrvn patch adding labels for radio buttonsJoey Hess
and other minor html improvement
2010-05-01apply simonrvn patch to quote attributesJoey Hess
2010-05-01htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵Joey Hess
ruby, rt, rp, details, summary.
2010-05-01more html5 attributesJoey Hess
2010-05-01add rest of html5 form attributesJoey 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-01add figure and figcaptionJoey Hess
2010-05-01htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵Joey Hess
max, step.
2010-05-01htmlscrubber: Allow the placeholder attribute.Joey Hess
2010-05-01more html5Joey Hess
* htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag.
2010-05-01htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵Joey Hess
header footer time mark
2010-05-01update example tag pages to match autotag.tmplJoey Hess
2010-05-01limit feeds for tag pages to including ten postsJoey Hess
With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages.
2010-05-01comments, branch review, questionsJoey Hess
2010-04-30no need to use HTML::EntitiesJoey 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-30responseJoey Hess
2010-04-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-30Version dependency on liburi-perl to >= 1.36; previous versions did not ↵Joey Hess
support building urls from utf-8 strings. Closes: #579713
2010-04-30new bug: svn commit failures...Jon Dowland
2010-04-29more to add on my commentsimonraven
2010-04-29YA URI to another mediawiki to git projectsimonraven
2010-04-29wl rcshttp://jmtd.livejournal.com/
2010-04-29(no commit message)albertlash
2010-04-29(no commit message)albertlash
2010-04-29replyhttp://kerravonsen.dreamwidth.org/
2010-04-28remove obsolete NEWSJoey Hess
2010-04-28TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵Joey Hess
in-wiki templates.)
2010-04-28question about TMPL_INCLUDEhttp://kerravonsen.dreamwidth.org/
2010-04-27template: Fix typo.Joey Hess
2010-04-27formatJoey Hess
2010-04-27add news item for ikiwiki 3.20100427Joey Hess
2010-04-27releasing version 3.20100427Joey Hess
2010-04-26update test suite for recent index load on rebuild changesJoey Hess
2010-04-26Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess
files.
2010-04-26loop on pagesources, not ctimeJoey Hess
2010-04-26Fix 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-26remove manual file remove instructionsJoey Hess
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them.
2010-04-26fix missing \Joey Hess
2010-04-26Minor, seemingly harmless tweaks to misc.tmplJoey 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-26document match_guidJoey Hess
2010-04-26added match_guid function to meta pluginJoey Hess
(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d) Conflicts: IkiWiki/Plugin/meta.pm
2010-04-26add blipvertJoey Hess
2010-04-26Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-26fix indenthttp://jmtd.livejournal.com/