Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | * Make img plugin not fail immediately if Image::Magick is not available. | joey | |
This lets ikiwiki not build depend on perlmagic. | |||
2007-02-20 | * Don't error out if estcmd fails, just print a warning message. estcmd is | joey | |
to fragile to let it kill ikiwiki. | |||
2007-02-20 | * Changed calling convention for httmllink slightly. The first three | joey | |
parameters remain the same, but additional options are now passed in using named parameters. * Change plugin interface version to 1.02 to reflect this change. * Add a new anchor option to htmllink. Thanks Ben for the idea. * Support anchors in wikilinks. * Add a "more" plugin based on one contributed by Ben to allow implementing those dreaded "Read more" links in blogs. | |||
2007-02-15 | improve string | joey | |
2007-02-15 | add day of week to prettydate, and i18n | joey | |
2007-02-15 | italisise urls | joey | |
2007-02-15 | supress redef warning | joey | |
2007-02-15 | * Add a prettydate plugin that formats dates in a more readable fashion. | joey | |
(I had to get a pretty date somehow today..) | |||
2007-02-15 | * Patch from Ethan to allow using meta tags to set creation dates of pages. | joey | |
2007-02-15 | * Many changes to make ikiwiki very resistant to write failures | joey | |
including out of disk space situations. ikiwiki should never leave truncated files, and if the error occurs during a web-based file edit, the user will be given an opportunity to retry. Inspired by the many ways Moin Moin destroys itself when out of disk. :-) * Fix syslogging of errors. | |||
2007-02-14 | * Allow multiple tag settings to appear in a single page. | joey | |
2007-02-14 | * Fix the template, toggle, and conditional plugins to filter text before | joey | |
preprocessing it. * Fix smiley plugin to support smileys at the very beginning or end of the content. | |||
2007-02-12 | * Allow plugins to add new types of tests that can be used in PageSpecs. | joey | |
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki. | |||
2007-02-08 | * Add "reverse" option to inline to invert sort orders. | joey | |
2007-02-06 | * Patch based on a patch from Ethan to support relative matching in | joey | |
PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this. | |||
2007-02-05 | * Add feedshow option to allow reducing the number of items included in | joey | |
an rss or atom feed. | |||
2007-02-03 | missing IkiWiki:: | joey | |
2007-02-02 | * Add canedit hook, allowing arbitrary controls over when a page can be | joey | |
edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup. | |||
2007-01-31 | * Fix several more missing translations of Discussion. | joey | |
2007-01-31 | * Fix for missing backlinks() in pagestats plugin. | joey | |
2007-01-31 | * Fix one more missing translation of Discussion. | joey | |
2007-01-30 | * Fix openid signin secret generation code. This fixes the bug that made | joey | |
all openid signins fail the first time, and then succeed the second time. | |||
2007-01-28 | * Replace underscores in shortcut texts with spaces when formatting for | joey | |
display. This allows using a shortcut like [[wikipedia War_of_1812]], which links to the correct remote page, but is displayed nicely. | |||
2007-01-18 | * Fix handling of discussion links on discussion pages when l10n is used. | joey | |
2007-01-14 | * Fix missing categories in rss/atom feeds. | joey | |
2007-01-14 | feh | joey | |
2007-01-14 | fix broken format string, manual unfuzzy | joey | |
2007-01-14 | * In the aggregator, check for and deal with post filenames that are | joey | |
longer than the maximum file length. | |||
2007-01-10 | * Fix --locale to control LC_ALL now. | joey | |
2007-01-08 | * Add a rawhtml plugin that allows copying raw html files from the srcdir. | joey | |
2007-01-04 | added some comments for translators | joey | |
2007-01-03 | fix whitespace | joey | |
2006-12-29 | * Add a textile format plugin contributed by mazirian. | joey | |
2006-12-29 | * Don't put discussion links on discussion pages. | joey | |
2006-12-29 | use same logic as for regular discussion links | joey | |
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-23 | * Add mirrorlist plugin. | joey | |
2006-12-21 | * Add support for links of the form [[../foo]], this links to the page | joey | |
* Fix code to make absolute urls for rss feeds, was missing some urls. * Fix double-escaping of html entities in titles etc in rss feeds that occured if escaped characters were present in the page filename. | |||
2006-12-21 | * Turn $config{wiki_file_prune_regexps} into an array that is easier to | joey | |
manipulate. * Only exclude rss and atom files from processing if the inline plugin is enabled and that feed type is enabled. Else it's just a copyable file type. * Move rss and atom option handling code into the inline plugin. * Applied a rather old patch from Recai to fix the "pruning is too strict" issue. Now you can have wiki source directories inside dotdirs and the like, if you want. | |||
2006-12-21 | * Fix an issue with inlining a page with a rss feed inside another | joey | |
page with an rss feed. | |||
2006-12-18 | use POST | joey | |
2006-12-14 | * Fix sometimes broken links to Discussion pages from blog pages. | joey | |
2006-12-14 | include choice in commit msg | joey | |
2006-12-14 | * Use POST for poll to avoid some robots. | joey | |
2006-12-04 | * Fix various links on the hyperestradier pages. | joey | |
2006-12-02 | * Fix daemonisation code to only do daemon setup things after forking the | joey | |
child process. | |||
2006-11-28 | * More build deps updates. | joey | |
* /dev/null fortune failures * Add libtime-duration-perl to build deps, as it's used by the svn module | |||
2006-11-28 | * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then | joey | |
* Fix url absolution code in inline plugin to support class and id fields in links and imgs, and to support anchor urls. | |||
2006-11-26 | bug | joey | |
2006-11-26 | oops | joey | |