aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* comment on html5http://www.clowersnet.net/~krc/2010-05-04
|
* whishlist about two-way conversion.David Riebenbauer2010-05-04
|
* PERL5LIB setting questionhttp://mcfrisk.myopenid.com/2010-05-03
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-05-03
|\
| * (no commit message)raf2010-05-03
| |
| * (no commit message)raf2010-05-03
| |
| * (no commit message)raf2010-05-03
| |
| * (no commit message)raf2010-05-03
| |
* | websetup: Only display Setup button on admins' preferences page.Joey Hess2010-05-03
| | | | | | | | Renamed it from "Wiki Setup" to just "Setup" for good measure.
* | allow do=setup to log a user in if necessaryJoey Hess2010-05-03
| |
* | Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵Joey Hess2010-05-03
| | | | | | | | | | | | | | links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.)
* | add a missing spaceJoey Hess2010-05-02
| |
* | add bugJoey Hess2010-05-02
|/
* responseJoey Hess2010-05-02
|
* on img and figureJoey Hess2010-05-02
|
* updateJoey Hess2010-05-02
|
* html5 bug closure, and documentationJoey Hess2010-05-02
|
* ff also needs footer and nav forced to blockJoey Hess2010-05-02
|
* bugfixJoey Hess2010-05-02
|
* force article and header to display as blocksJoey Hess2010-05-02
| | | | | iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs
* adapt misc.tmpl to html5Joey Hess2010-05-02
|
* adapt inlinepage.tmpl to html5Joey Hess2010-05-02
| | | | Needed to force tags to display inline, since <nav> is a block element.
* adapt comment.tmpl to html5Joey Hess2010-05-02
| | | | | | | Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-05-02
|\
| * (no commit message)raf2010-05-02
| |
| * (no commit message)raf2010-05-02
| |
| * (no commit message)raf2010-05-02
| |
* | improve semantic markupJoey Hess2010-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the toplevel layout is: <article> <section><header><nav></section> <aside>sidebar</aside> <section>content</section> <section>comments</section> <footer> </article> And I managed to preserve all CSS ids and names in their prior structure, so CSS should not need changed.
* | use html5 semantic markup in page.tmplJoey Hess2010-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead.
* | updateJoey Hess2010-05-02
| |
* | use a div, not a p .. and in html5, a navJoey Hess2010-05-02
|/
* Add placeholder text in search form (in html5 mode only).Joey Hess2010-05-02
|
* Add parameter to displaytime to specify that it is a pubdate, and in html5 ↵Joey Hess2010-05-02
| | | | mode, use time tag.
* add news item for ikiwiki 3.20100501Joey Hess2010-05-01
|
* releasing version 3.20100501Joey Hess2010-05-01
|
* use styled divs instead of center tagsJoey Hess2010-05-01
| | | | | More could be done to modernize this html, but I don't want to diverge too far from the one in xapian.
* set html5 option as advanced for nowJoey Hess2010-05-01
|
* mention html5Joey Hess2010-05-01
|
* tidy plugin issueJoey Hess2010-05-01
|
* html5 optionJoey Hess2010-05-01
| | | | | | * 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.
* enable hidden attributeJoey Hess2010-05-01
|
* apply simonrvn patch adding labels for radio buttonsJoey Hess2010-05-01
| | | | and other minor html improvement
* apply simonrvn patch to quote attributesJoey Hess2010-05-01
|
* htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵Joey Hess2010-05-01
| | | | ruby, rt, rp, details, summary.
* more html5 attributesJoey Hess2010-05-01
|
* add rest of html5 form attributesJoey Hess2010-05-01
| | | | | It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not..
* add figure and figcaptionJoey Hess2010-05-01
|
* htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵Joey Hess2010-05-01
| | | | max, step.
* htmlscrubber: Allow the placeholder attribute.Joey Hess2010-05-01
|
* more html5Joey Hess2010-05-01
| | | | | | * htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag.