| Commit message (Expand) | Author | Age |
* | consistently drop NAME= in templates•••also add template syntax smoke test
| Joey Hess | 2010-05-05 |
* | bugfix | Joey Hess | 2010-05-02 |
* | adapt inlinepage.tmpl to html5•••Needed to force tags to display inline, since <nav> is a block element.
| Joey Hess | 2010-05-02 |
* | add Comments link when displaying a page inline•••This link will supplant the usual Discussion link for pages
that have comments enabled.
| Joey Hess | 2008-12-17 |
* | fix relativedate timezone inclusion•••The machine parseable date needs to include a timezone.
Also, simplified the interface for date display.
| Joey Hess | 2008-10-19 |
* | relativedate: New javascript-alicious plugin that makes all dates display rel... | Joey Hess | 2008-10-17 |
* | Add more CSS hooks to inlinepage.tmpl•••* Wrap everything before the content in <div class="inlineheader">
* Wrap the inlined content itself in <div class="inlinecontent">
* Wrap everything after the content in <div class="inlinefooter">
| Simon McVittie | 2008-07-13 |
* | Add rel=nofollow to edit links. This may prevent some spiders from pounding o... | Joey Hess | 2008-05-28 |
* | basic styling for license and copyright | joey | 2007-09-15 |
* | bugfixes | joey | 2007-09-15 |
* | * meta: Support license and copyright information. The information will••• be shown in the page footer. HTML will also be inserted that should
support the rel=license microformat as well as the HTML spec's
rel=copyright.
| joey | 2007-09-14 |
* | * Make all templates have a footer div to ease themeing. Required template••• and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
| joey | 2007-05-11 |
* | don't generate tags span if there are no tags.. | joey | 2007-05-01 |
* | oh, this is confusing, it needs escaping in <title>, but not when it's used•••inline, already escaped there
| joey | 2007-03-21 |
* | * Fix a few bugs around page titles containing html. The worst of these••• is an actual security hole as it allows insertion of html into the title
element of a page, which is not processed by the htmlscrubber.
| joey | 2007-03-21 |
* | revert trailer, breaks html thanks to markdown | joey | 2006-12-28 |
* | Changes from StefanoZacchiroli:•••- Use div for inlinepage actions, not a span
- Add an enclosing "trailer" div
Also, change pageinfo span into a div, since it now can include <p>
| joey | 2006-12-28 |
* | * If an inlined page has a permalink, link the page title to that. | joey | 2006-09-10 |
* | * Patch from James Westby to add an actions option to inline; this••• adds Edit and Discussion links at the end of blog entries.
| joey | 2006-08-28 |
* | use rel=bookmark here too.. | joey | 2006-08-04 |
* | * Various CSS and formatting changes. | joey | 2006-08-04 |
* | * Make aggregator save permalinks and author name to pages as metadata.•••* Add permalink and author support to meta plugin, affecting RSS feeds
and blog pages.
* Change titlepage() to encode utf-8 alnum characters. This is necessary
to avoid UTF-8 creeping into filenames in urls. (There are still
some other ways that it can get in.)
| joey | 2006-08-04 |
* | * Title metadata of inlined pages now shows up in blogs, although not yet••• in their rss feeds.
| joey | 2006-07-30 |
* | Hope encrico doesn't mind, but I changed the location and layout of the•••tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
| joey | 2006-07-28 |
* | - Adds a tag plugin that allows more easily tagging pages.••• The meta plugin can also still be used for that, but the tag plugin
also lists a page's tags at the bottom of the page.
- Allows preprocessor directives to have parameters with no specified
value.
- Fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value.
* Run pagetemplate hooks when inlining pages so that inlines pages also
list their tags.
* Make all plugins with pagetemplate hooks check that variables exist
on the template before setting them.
| joey | 2006-07-27 |
* | header can appear more than one time, so is a class, not an id | joey | 2006-05-26 |
* | * The page name and parent links has switched from using a <h1> to a styled••• <span>, so pages can use <h1> internally instead of needing to use <h2>.
* Updated all of ikiwiki's own wiki pages for that.
* Add pagetemplate hook, which can be used by plugins that want to mess
around with adding new stuff to the page template.
* Remove headercontent; the search plugin now adds the search box to the
header by registering a pagetemplate hook, and other plugins should do
similarly.
| joey | 2006-05-26 |
* | Convert postprocessordirectives into preprocessordirectives, so they are•••expanded before markdown. Consequences:
- No need to worry about markdown messing with parameters of
preprocessordirectives. (If you had to escape stuff in one before, you'll
need to undo that escaping now.)
- No need for ugly </p> hacks before inlined subpages. Instead, subpages
are wrapped in a <div>, and this prevents markdown from touching them.
(This can also be used to add style to subpages.)
- rss generation is less of a hack.
| joey | 2006-04-04 |
* | foo | joey | 2006-03-24 |
* | add blog post template | joey | 2006-03-24 |
* | switch to h1 for page titles since pages tend to have h2's inside them | joey | 2006-03-24 |
* | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey | 2006-03-24 |