| Commit message (Expand) | Author | Age |
... | |
* | * 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 |
* | * Allow discussion links on pages to be turned off with --no-discussion. | joey | 2006-05-05 |
* | * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber••• and --disable-plugin htmlscrubber.
| joey | 2006-05-05 |
* | rename the "render" hook to "change", which is clearer | joey | 2006-05-05 |
* | * Added smiley plugin, nicely controlled and documented by the smileys page.•••* Copied in some smileys from Moin Moin.
| joey | 2006-05-04 |
* | rather a lot of changes to make hyperestraier search be a plugin, allowing•••for other types of search engine plugins if wanted, and also opening up a
lot of new possibilities for other kinds of plugins later
some notable changes along the way:
- lots of new hook types: cgi, render, delete
- wrapper files fixed to support config strings with newlines in them
- HEADERCONTENT in page template useful for plugins. Probably needs to be
expanded to more such for other places plugins might want to add content.
- remove unnecessary wrappers field from config info stored in wrappers
| joey | 2006-05-03 |
* | change plugin interface to use named parameters for flexability | joey | 2006-05-03 |
* | ah, the joys of test-based development..•••think I have smart glob list matching working ok
| joey | 2006-05-02 |
* | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use••• it, this will allow for adding a unit test suite.
| joey | 2006-05-02 |
* | deep copy/untaint arrays in setup | joey | 2006-05-02 |
* | * Added plugin system, currently only supporting for PreProcessorDirectives.•••* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
| joey | 2006-05-02 |
* | change calling convention for preprocessor functions | joey | 2006-05-01 |
* | * Rename inlinepage to depends, so that it can be used to refer to more••• dependency relationships than just inlining. This will require a rebuild
on upgrade to this version.
* Move the rss link, put it in the blogpost form if there is one and at the
top if not. This is both nicer because easier to find, and it cleans up
the code which had used inlinepage as a flag for adding the link later.
* Allow the depends GlobList to be built up from multiple sources (such as
plugins) during a page render.
* Which means that more than one blog is now supported to appear on a
single page. (With some limitations.)
| joey | 2006-05-01 |
* | implemented html sanitisation | joey | 2006-04-25 |
* | commit changes for email subscriptions | joey | 2006-04-24 |
* | 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 |
* | proper binmode settings so that with -CSD, ikiwiki will support unicode•••however, due to robustness, that's not enabled by default yet
| joey | 2006-04-04 |
* | fixes | joey | 2006-03-29 |
* | added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
| joey | 2006-03-29 |
* | improve fix for symlink attacks to check subdirectories for symlinks too•••before writing
| joey | 2006-03-29 |
* | Implemented --underlaydir, and moved files provided by underlay out of doc•••so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
| joey | 2006-03-29 |
* | 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 |
* | Improved handling of wikilinks containing characters that are not allowed•••in filenames. Now converts to valid filenames automatically.
Note, need to --refresh your wiki after updating to this version, if you
use any pages with __nn__ in their names.
| joey | 2006-03-29 |
* | support [[linktext|pagename]] links | joey | 2006-03-28 |
* | There was a bug that [[inline archive="yes]] created an RSS link, but no feed.•••Fixed in the easiest way by creating an RSS feed for archive pages (it will
include only a limited number of items, not everything).
Alternative fix would be to track separately which pages are archives and
which not, and only create feeds for non-archives.
| joey | 2006-03-28 |
* | fix rss url in nested pages | joey | 2006-03-26 |
* | implemented upgradehooksh | joey | 2006-03-24 |
* | add blog post template | joey | 2006-03-24 |
* | big speedup | joey | 2006-03-24 |
* | Removed the rss feeds for every page, which wasn't really entirely useful.•••Let's only do them for blog pages.
| joey | 2006-03-24 |
* | add archive pages and fix some bugs | joey | 2006-03-24 |
* | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey | 2006-03-24 |
* | preserve ctimes across rebuilds | joey | 2006-03-23 |
* | Add file cretion times to the index file.•••(Note that it's not really the file creation time, just the first time
ikiwiki saw it.)
| joey | 2006-03-23 |
* | fix for already relative urls | joey | 2006-03-23 |
* | improve description field for rss | joey | 2006-03-23 |
* | add support for generating per-page rss feeds | joey | 2006-03-23 |
* | support arbitrary characters in page titles, via some ugly use of unicode•••character numbers
| joey | 2006-03-23 |
* | Major code reoganisation, splitting up the single big file. The two goals•••kept in mind during this are a) to reduce load time for common cases like
cgi and post-commit and b) make the code easier to navigate.
This also modularises RCS support to the extent that it should be possible
to drop in a module for some RCS other than svn, add a switch for it, and
it pretty much just work.
High chance I missed an edge case that breaks something, this is only
barely tested at this point.
| joey | 2006-03-23 |