aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* mention html5Joey Hess2010-05-01
* tidy plugin issueJoey Hess2010-05-01
* 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. Joey Hess2010-05-01
* enable hidden attributeJoey Hess2010-05-01
* apply simonrvn patch adding labels for radio buttons•••and other minor html improvement Joey Hess2010-05-01
* apply simonrvn patch to quote attributesJoey Hess2010-05-01
* htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby...Joey Hess2010-05-01
* more html5 attributesJoey Hess2010-05-01
* 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.. Joey Hess2010-05-01
* add figure and figcaptionJoey Hess2010-05-01
* htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ma...Joey Hess2010-05-01
* htmlscrubber: Allow the placeholder attribute.Joey Hess2010-05-01
* more html5•••* htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. Joey Hess2010-05-01
* htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup hea...Joey Hess2010-05-01
* update example tag pages to match autotag.tmplJoey Hess2010-05-01
* limit feeds for tag pages to including ten posts•••With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages. Joey Hess2010-05-01
* comments, branch review, questionsJoey Hess2010-05-01
* no need to use HTML::Entities•••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. Joey Hess2010-04-30
* responseJoey Hess2010-04-30
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-30
|\
| * new bug: svn commit failures...Jon Dowland2010-04-30
| * more to add on my commentsimonraven2010-04-29
| * YA URI to another mediawiki to git projectsimonraven2010-04-29
| * wl rcshttp://jmtd.livejournal.com/2010-04-29
| * (no commit message)albertlash2010-04-29
| * (no commit message)albertlash2010-04-29
| * replyhttp://kerravonsen.dreamwidth.org/2010-04-29
* | Version dependency on liburi-perl to >= 1.36; previous versions did not suppo...Joey Hess2010-04-30
|/
* remove obsolete NEWSJoey Hess2010-04-28
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-...Joey Hess2010-04-28
* question about TMPL_INCLUDEhttp://kerravonsen.dreamwidth.org/2010-04-28
* template: Fix typo.Joey Hess2010-04-27
* formatJoey Hess2010-04-27
* add news item for ikiwiki 3.20100427Joey Hess2010-04-27
* releasing version 3.20100427Joey Hess2010-04-27
* update test suite for recent index load on rebuild changesJoey Hess2010-04-26
* Add page() PageSpec, which is like glob() but matches only pages, not other ...Joey Hess2010-04-26
* loop on pagesources, not ctimeJoey Hess2010-04-26
* Fix removal of rendered files in rebuild mode.•••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. Joey Hess2010-04-26
* remove manual file remove instructions•••Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them. Joey Hess2010-04-26
* fix missing \Joey Hess2010-04-26
* Minor, seemingly harmless tweaks to misc.tmpl•••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) Joey Hess2010-04-26
* document match_guidJoey Hess2010-04-26
* added match_guid function to meta plugin•••(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d) Conflicts: IkiWiki/Plugin/meta.pm Joey Hess2010-04-26
* add blipvertJoey Hess2010-04-26
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-26
|\
| * fix indenthttp://jmtd.livejournal.com/2010-04-26
| * insert table of common namespaceshttp://jmtd.livejournal.com/2010-04-26
| * move list of namespaces to its own sectionhttp://jmtd.livejournal.com/2010-04-26
| * table name for querying the mediawiki mysql dbhttp://jmtd.livejournal.com/2010-04-26