| Commit message (Expand) | Author | Age |
* | foo | joey | 2007-02-15 |
* | * Many changes to make ikiwiki very resistant to write failures••• 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.
| joey | 2007-02-15 |
* | * Allow plugins to add new types of tests that can be used in PageSpecs.•••* 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.
| joey | 2007-02-12 |
* | fixes and more tests | joey | 2007-02-07 |
* | edito | joey | 2007-02-07 |
* | * Patch based on a patch from Ethan to support relative matching in••• PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
| joey | 2007-02-06 |
* | code checking for locked pages into a new "lockedit" plugin. Both are•••* Avoid using lots of memory when copying large non-html files.
Yes, you can keep videos in the wiki..
| joey | 2007-02-03 |
* | * Add canedit hook, allowing arbitrary controls over when a page can be••• 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.
| joey | 2007-02-02 |
* | * More gettext fun. | joey | 2007-01-28 |
* | reorg | joey | 2007-01-28 |
* | * Make gitorigin_branch and gitmaster_branch configurable via the setup••• file. Closes: #408599
| joey | 2007-01-27 |
* | * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,••• if an older version is installed, just don't gettext strings, instead of
crashing.
| joey | 2007-01-16 |
* | * Search in default location for templates as a fallback when templatedir is••• pointed elsewhere, so that only modified templates need to be copied into
a templatedir. Based on work by JeremyReed.
| joey | 2007-01-12 |
* | * Fix encoding issue with use of Locale::Gettext. Seems that the OO••• interface returns proper utf-8 decoded strings, unlike the traditional
interface, so use the OO interface.
| joey | 2007-01-11 |
* | * Fix --locale to control LC_ALL now. | joey | 2007-01-10 |
* | added some comments for translators | joey | 2007-01-04 |
* | userdir fixes | joey | 2006-12-29 |
* | * If a userdir is configured, links to pages in it can be made without••• specifying the path. This allows for easy signing of comments by linking
to your page in the userdir.
| joey | 2006-12-29 |
* | * Allow disabling of plugins included in goodstuff. | joey | 2006-12-29 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * Ikiwiki used to use svn as its RCS by default unless configured otherwise,••• now it defaults to using no RCS unless configured to do so.
| joey | 2006-12-23 |
* | the problem with coding while drunk -- idiotic mistakes | joey | 2006-12-23 |
* | * Avoid creating edit links when not in cgi mode.•••* Avoid displaying discussion links at all, if there's not a discussion
page, when not in cgi mode.
| joey | 2006-12-23 |
* | changed my mind about how to disambiguate links, it seems to make more•••sense to start them with a /
| joey | 2006-12-21 |
* | * Add support for links of the form [[../foo]], this links to the page•••* 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.
| joey | 2006-12-21 |
* | * Add support for links of the form [../foo]], this links to the page ••• foo a level higher in the directory hierarchy than the one it would link
to by default.
| joey | 2006-12-21 |
* | * Turn $config{wiki_file_prune_regexps} into an array that is easier to••• 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.
| joey | 2006-12-21 |
* | * Add userdir config setting. | joey | 2006-12-19 |
* | note fixed bug | joey | 2006-12-07 |
* | update | joey | 2006-11-28 |
* | * Add toggle plugin.•••* Introduce the nicebundle. This is a kind of plugin, that just enables
many other plugins. It's an easy way to boost ikiwiki from its default,
basic wiki, to a full-featured wiki, without manually picking the right
set of plugins. New plugins will be added to the nicebundle from time to
time.
| joey | 2006-11-22 |
* | * Add "last" parameter to hook function. Very basic ordering, and hopefully••• nothing more spohisticated will be needed.
* Add formbuilder_setup and formbuilder hooks.
* Split out a passwordauth module, that holds all the traditional password
based authentication etc code. It's enabled by default, but can be disabled
if you want only openid or some other auth method.
| joey | 2006-11-20 |
* | fix regexp | joey | 2006-11-20 |
* | minor improvements | joey | 2006-11-20 |
* | * Add an openid plugin to support logging in using OpenID.•••* Web commits by OpenID users will record the full OpenID url for the user,
but in recentchanges, these urls will be converted to a simplified display
form+link.
* Modified svn, git, tla backends to recognise such web commits.
| joey | 2006-11-20 |
* | * Make sure to check for errors from every eval. | joey | 2006-11-08 |
* | * Implemented expiry options for aggregate plugin.•••* Use precalculated backlinks info when determining if files need an update
due to a page they link to being added/removed. Mostly significant if
there are lots of pages.
* Remove duplicate link info when saving index. In some cases it could
pile up rather badly. (Probably not the best way to deal with this
problem.)
| joey | 2006-11-01 |
* | fold | joey | 2006-10-29 |
* | instead of over and over. Typical speedup is ~4x. Max possible speedup:••• 8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
during the scanning pass, as well as the render pass. The meta and tag
plugins need to use the new scan parameter, so will any others that modify
%links.
* Now that links are calculated in a separate pass, it can also
precalculate backlinks in one pass, which is O(N^2) instead of the
previous code that was O(N^3). A very nice speedup for wikis with lots
(thousands) of pages.
| joey | 2006-10-28 |
* | * Fix a subtle bug in will_render that broke some builds, by only clearing••• items from renderedfiles the first time per build.
| joey | 2006-10-16 |
* | * Add no_override parameter to hook().•••* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
| joey | 2006-10-15 |
* | export will_render | joey | 2006-10-13 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | * Change %renderedfiles to store an array of files rendered from a given••• source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
| joey | 2006-10-08 |
* | * Patch from Alec Berryman adding a http_auth config item that allows••• using HTTP Authentication instead of ikiwiki's built in authentication.
Useful for eg, large sites with their own previously existing user auth
setup. Closes: #384534
| joey | 2006-10-02 |
* | * Numerous tla fixes from Clint. | 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 |
* | * Fix a baseurl problem in hyperestradier search results. | joey | 2006-09-15 |
* | add displaytime | joey | 2006-09-11 |
* | updates | joey | 2006-09-10 |