aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/UserInfo.pm
Commit message (Expand)AuthorAge
* * Removed support for sending commit notification mails. Along with it went••• the svnrepo and notify settings, though both will be ignored if left in setup files. Joey Hess2008-01-29
* correct documentation about scan hook (which has never existed)joey2007-05-06
* * pagespec_match() has changed to take named parameters, to better allow••• for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. joey2007-04-27
* * Add user(name) to the PageSpec for commit subscriptions.joey2007-04-27
* * Fix sending of commit mails when new pages are added via the web.joey2007-04-26
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
* using setsid before import.. how did that ever work?joey2007-02-21
* * 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. joey2007-02-15
* * 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. joey2007-02-06
* added some comments for translatorsjoey2007-01-04
* * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation. * Export gettext() from IkiWiki module. joey2006-12-29
* updatejoey2006-12-24
* * Fix daemonisation code to only do daemon setup things after forking the••• child process. joey2006-12-02
* * 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. joey2006-11-22
* * Add a test suite for the mercurial backend, contributed by Emanuele Aina.•••* Add a test suite for the svn backend. * Daemonize before sending RPC pings, since that can take a while and/or hang. * Daemonize before sending commit mails, as that can also take a long time/hang if the mail server is unhappy. * Factor out commit mail sending code into new function. joey2006-11-21
* * Add basic spam fighting tool for admins: An admin's prefs page now allows••• editing a list of banned users who are not allowed to log in. joey2006-10-28
* * 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. joey2006-08-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. joey2006-05-02
* two notify bug fixes:•••- run it after refreshing so that all the page info is current - convert filenames into page names before checking against glob joey2006-04-28
* - fix typo•••- avoid sending commit mails to the user who made the commit joey2006-04-25
* morejoey2006-04-25
* subscription nearly donejoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24