Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-18 | no, DateTime is only used by the discordian plugin.. TimeDate is used by | joey | |
many parts of ikiwiki | |||
2007-02-18 | web commit by http://id.inelegant.org/: s/TimeDate/DateTime/ | joey | |
2007-01-16 | * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs, | joey | |
if an older version is installed, just don't gettext strings, instead of crashing. | |||
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | |
is available for translation. * Export gettext() from IkiWiki module. | |||
2006-12-19 | responses | joey | |
2006-12-19 | web commit by http://chrisisbd.myopenid.com/: Changed Text::MarkDown to ↵ | joey | |
Text::Markdown | |||
2006-12-02 | * The hack used to make the pagetemplate hook have access to the editpage | joey | |
template won't work with CGI::FormBuilder 3.0401, so disable it for now. * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although there might still be bugs lurking.. | |||
2006-11-20 | shortcut stuff | joey | |
2006-11-20 | improve markdown docs | joey | |
2006-11-01 | * Patch from James Westby to support podcasting, photoblogging, vidcasting, | joey | |
or what have you, by creating enclosures for non-page items that are included in feeds. | |||
2006-10-27 | revert spammer | joey | |
2006-10-27 | web commit by shoesorder | joey | |
2006-10-27 | * Add missing dependency on the URI perl module. | joey | |
2006-09-18 | update | joey | |
2006-09-04 | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | |
2006-08-27 | more PREFIX fun | joey | |
2006-08-27 | web commit by JamesWestby: Correct name of Mail::Sendmail module | www-data | |
2006-08-23 | improve | joey | |
2006-08-23 | web commit by EdAvis | www-data | |
2006-08-12 | note about perl version | joey | |
2006-08-10 | suggest running make test as part of install | joey | |
2006-08-10 | * Improve markdown loading. First, try to load it as a properl perl module, | joey | |
in case it was installed as one. Then fall back to trying /usr/bin/markdown. * Document in install page how to install markdown, since it has no installation procedure in the upstream tarball. | |||
2006-08-02 | * Renamed GlobLists to PageSpecs. | joey | |
* 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. | |||
2006-07-30 | * ikiwiki can now download and aggregate feeds with its new aggregate | joey | |
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. | |||
2006-07-07 | * Add wikitext markup plugin, which supports ".wiki" pages written in the | joey | |
original wiki syntax, CamelCase links and all. | |||
2006-07-02 | * Parse svn log as xml for improved utf8 and security. Note that this makes | joey | |
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis. | |||
2006-06-27 | * Support pinging services such as Technorati using XML-RPC to notify them | joey | |
about changes to rss feeds. | |||
2006-04-29 | web commit by joey | www-data | |
2006-04-29 | web commit by joey | www-data | |