| Commit message (Expand) | Author | Age |
* | rename template | Joey Hess | 2008-01-29 |
* | non-tabular recentchanges display•••Doesn't look as good as the old table, but works as a rss feed.
| Joey Hess | 2008-01-29 |
* | proof of concept implementation of static recentchanges•••Currently hardcoded to write to recentchanges/*, and the page format needs
to be rethought to be usable for aggregation, but it basically works.
| Joey Hess | 2008-01-28 |
* | Add xmlns attribute on html element in templates; pages can now validate. | Josh Triplett | 2007-11-08 |
* | * 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 |
* | Remove img style attribute from recentchanges.tmpl; the default style.css cov... | joshtriplett | 2007-05-08 |
* | fix mime type | joey | 2006-09-17 |
* | * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate••• a multi-resolution favicon.ico.
| joey | 2006-09-16 |
* | * pagetemplate hooks are now also called when generating cgi pages.•••* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).
| joey | 2006-09-16 |
* | escaping fix from Emanuele Aina | joey | 2006-09-06 |
* | close a possible XSS hole | joey | 2006-09-04 |
* | move html escaping | joey | 2006-09-04 |
* | * Make all pages pull in a local.css style sheet, if present. This won't••• be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
| joey | 2006-08-24 |
* | * Fixed a bug with previews of subpages having broken links to top-level••• pages.
* Change how the stylesheet url is determined in the templates: Remove
STYLEURL and add BASEURL to all templates (some already had it). This
new more general variable can be used to link to other things (eg, images)
from the template, as well as stylesheets.
| joey | 2006-08-21 |
* | some stylesheet improvements for the table, also add a bit more border•••between items to avoid them running together in some cases
| joey | 2006-07-06 |
* | remove most of the black lines | joey | 2006-07-04 |
* | fix | joey | 2006-07-04 |
* | add a commit type column | joey | 2006-07-04 |
* | * Make RecentChanges use a table and some CSS, should be much more readable.••• No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
| joey | 2006-07-04 |
* | 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 |
* | - add <base> to cgi output, this is especially useful for output containing••• wikilinks since the urls should work now in more situations
- drop --limit from svn log run, since a) it needs a fairly new svn and
b) in some cases, it would limit it to too few entries to display the
requested number of changes
- Use driver:DB_File and not driver:db_file for better compatability with
old versions of CGI::Session.
- Note that HTML::Template 3.02.02 is needed.
| joey | 2006-04-02 |
* | css support | joey | 2006-03-29 |
* | html validation fixes:••• - escape & in urls (also clean up cgi url generation)
- since markdown wraps inlined pages in <p></p>, close and re-open
the paragraph tags when generating the embedded html
- added XHTML 1.0 doctypes to templates
- fixed <hr /> and <br /> in templates
- add an alt attribute to inline images, based on the WikiLink to the
image. Allows things like [[my_image|img.png]] to customise alt text.
| joey | 2006-03-29 |
* | add --diffurl, if set RecentChanges has links to svn diffs | joey | 2006-03-21 |
* | templatize commit types, so it could use icons, or whatever | joey | 2006-03-12 |
* | fix | joey | 2006-03-12 |
* | - use templates for signin form, error messages•••- use FormBuilder for edit page forms (also use template)
- print debug to stderr in cgi mode to avoid breaking http headers
- fix links to page in parentlinks if $url is unset
- reorganise how wikilink is used in templates
- only make recentchanes link if svn is enabled
- change session id cookie to something we control
- add support for logging committer name for web commits from signed in
users (untested)
- probably more changes I forgot
| joey | 2006-03-12 |
* | improve message | joey | 2006-03-12 |
* | add rev as comment to shut up html::template | joey | 2006-03-12 |
* | doh | joey | 2006-03-12 |
* | template for recentchanges | joey | 2006-03-12 |