| Commit message (Expand) | Author | Age |
... | |
* | thoughts on some future stuff | joey | 2006-08-18 |
* | web commit by joey | www-data | 2006-08-18 |
* | web commit by joey | www-data | 2006-08-18 |
* | web commit by joey | www-data | 2006-08-18 |
* | web commit by IanBrandt | www-data | 2006-08-16 |
* | * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.•••* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
| joey | 2006-08-13 |
* | meh | joey | 2006-08-12 |
* | * 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 |
* | * Try to handle relative links in aggregated feeds. However,••• the current support is a crude hack due to limitations of XML::Feed:
xml:base is not supported, neither is Content-Location. And of course,
relative links in RSS feeds are ill-undefined..
| joey | 2006-08-03 |
* | more slashery | joey | 2006-08-03 |
* | meh | joey | 2006-08-02 |
* | meh | joey | 2006-08-02 |
* | thoughts | joey | 2006-08-02 |
* | * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
| joey | 2006-08-02 |
* | * Fix issue with unicode filenames and updating the hyper estradier search••• index. (Aka Please Please Please, let that be the last one.)
| joey | 2006-07-31 |
* | one more change; use the page that pulls in a feed as the anchor for the•••default directory
| joey | 2006-07-31 |
* | * Title metadata of inlined pages now shows up in blogs, although not yet••• in their rss feeds.
| joey | 2006-07-30 |
* | improce | joey | 2006-07-30 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
| joey | 2006-07-30 |
* | * Add a run_hooks function for the common task of running all hooks of a••• given type.
* Add a savestate hook.
* Don't put blog post forms on pages if there's no cgiurl set.
* Reformat front page.
| joey | 2006-07-30 |
* | * New pagestats plugin from Enrico, which can generate a table counting••• the backlinks for each page, or a del.icio.us style cloud.
| joey | 2006-07-29 |
* | * Put categories in rss feeds for tagged items. | joey | 2006-07-29 |
* | web commit by joey | www-data | 2006-07-28 |
* | web commit by joey | www-data | 2006-07-28 |
* | web commit by joey | www-data | 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 |
* | foo | joey | 2006-07-26 |
* | add | joey | 2006-07-26 |
* | done | joey | 2006-07-26 |
* | * Support a w3mmode, which lets w3m run ikiwiki using its local CGI••• support, to edit pages etc without a web server.
| joey | 2006-07-07 |
* | web commit from 127.0.0.1 | joey | 2006-07-07 |
* | fix | joey | 2006-07-05 |
* | meta done a while ago | joey | 2006-07-05 |
* | * Improve display of parentlinks and page title of toplevel index page. | 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 |
* | misc updated | joey | 2006-07-03 |
* | updates | joey | 2006-07-02 |
* | * Support pinging services such as Technorati using XML-RPC to notify them••• about changes to rss feeds.
| joey | 2006-06-27 |
* | make the bugs page work like the todo page | joey | 2006-06-23 |
* | web commit by joey | www-data | 2006-06-22 |
* | web commit by ChristofferSawicki | www-data | 2006-06-17 |
* | add | joey | 2006-06-11 |
* | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag•••* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
like license and author. It also allows for inserting html link and meta
tags into html, overriding the title, and adding hidden WikiLinks, which
can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.
| joey | 2006-06-02 |
* | bah, globlists are not anded.. | joey | 2006-06-02 |
* | add | joey | 2006-06-02 |
* | * Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag••• when a todo item is done, instead of the previous moving it to a different
subdir.
| joey | 2006-06-02 |
* | cannot reproduce a problem | joey | 2006-05-29 |
* | * Add --timeformat config option to allow changing how dates are displayed.••• Note that as a side effect, dates will now be displayed using the local
timezone, not as GMT.
| joey | 2006-05-29 |
* | * --getctime had bitrotted (well I only ever used it the once so far..),•••* When inlining a page in another one, links from the inlined page are now
expanded the same as they are when rendering the inlined page as a
standalone page. So rather than being expanded from the POV of the
inlining page, they are expanded from the POV of the inlined page.
For example, a link from blog/foo to "bar" will now link to blog/bar
if it exists. Previously this needed to be a link explicitly to
"blog/bar"; such links will also continue to work.
(This was slightly complex to do as the link still has to be constructed
relative to the inlining page.)
| joey | 2006-05-26 |
* | utf-8 support seems to be working now | joey | 2006-05-26 |