| Commit message (Expand) | Author | Age |
... | |
* | mention html5 | Joey Hess | 2010-05-01 |
* | tidy plugin issue | Joey Hess | 2010-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 Hess | 2010-05-01 |
* | enable hidden attribute | Joey Hess | 2010-05-01 |
* | apply simonrvn patch adding labels for radio buttons•••and other minor html improvement
| Joey Hess | 2010-05-01 |
* | apply simonrvn patch to quote attributes | Joey Hess | 2010-05-01 |
* | htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby... | Joey Hess | 2010-05-01 |
* | more html5 attributes | Joey Hess | 2010-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 Hess | 2010-05-01 |
* | add figure and figcaption | Joey Hess | 2010-05-01 |
* | htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ma... | Joey Hess | 2010-05-01 |
* | htmlscrubber: Allow the placeholder attribute. | Joey Hess | 2010-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 Hess | 2010-05-01 |
* | htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup hea... | Joey Hess | 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•••With archive=yes, feeds default to including all, but that is expensive
for automatically created tag pages.
| Joey Hess | 2010-05-01 |
* | comments, branch review, questions | Joey Hess | 2010-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 Hess | 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 |
|\ |
|
| * | new bug: svn commit failures... | Jon Dowland | 2010-04-30 |
| * | 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-29 |
* | | Version dependency on liburi-perl to >= 1.36; previous versions did not suppo... | Joey Hess | 2010-04-30 |
|/ |
|
* | remove obsolete NEWS | Joey Hess | 2010-04-28 |
* | TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-... | Joey Hess | 2010-04-28 |
* | question about TMPL_INCLUDE | http://kerravonsen.dreamwidth.org/ | 2010-04-28 |
* | 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-27 |
* | 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 | 2010-04-26 |
* | loop on pagesources, not ctime | Joey Hess | 2010-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 Hess | 2010-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 Hess | 2010-04-26 |
* | fix missing \ | Joey Hess | 2010-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 Hess | 2010-04-26 |
* | document match_guid | Joey Hess | 2010-04-26 |
* | added match_guid function to meta plugin•••(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d)
Conflicts:
IkiWiki/Plugin/meta.pm
| Joey Hess | 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/ | 2010-04-26 |
| * | table name for querying the mediawiki mysql db | http://jmtd.livejournal.com/ | 2010-04-26 |