]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki.pm
add missing setup options, tweak others' display
[ikiwiki.git] / IkiWiki.pm
2007-09-22  joey* map: Render pages on the way to subpages whose parent...
2007-09-05  joey* table: Text::CSV doesn't return decoded unicode ...
2007-08-28  joeyfix
2007-08-28  joeyDon't allow newlines in link text in a wikilink.
2007-08-28  joey* Support for looking in multiple directories for under...
2007-08-26  joey* Fix a bug in unlockwiki intorduced last version that...
2007-08-21  joey* Avoid ugly gettext messages if LANG is empty. Closes...
2007-08-21  joeyfix undef issue
2007-08-21  joeyfix libdir tainting
2007-08-21  joey* Add monotone support, contributed by William Uther.
2007-08-15  joey* Various minor fixes and stylistic improvements sugges...
2007-08-14  joey* Fix bug in deletion/move during edit code introduced...
2007-08-14  joeythe perl critic reminded me that the library shouldn...
2007-08-13  joey* Change yet again how unhandled and escaped preprocess...
2007-08-13  joey* Fix --libdir to work at the command line.
2007-08-11  joey* Support pagespec "functions" with no parameters,...
2007-08-05  joey* Add rel=tag attribute to tag links, supporting that...
2007-07-27  joey* Add a libdir config option to let ikiwiki load perl...
2007-07-25  joey* Add a htmlext config option, this can be used to...
2007-07-20  joey* Correct some issues with escaped preprocessor directives.
2007-06-26  joey* Patch fixing various additional problems with test...
2007-06-23  joey* Allow svnpath config option to contain additional...
2007-06-03  joey* Fix wrapper generator and untaint code's handling...
2007-06-01  joey* Explode some of the more insane regexps.
2007-05-30  joey* Apply a patch from Carl Worth adding support for...
2007-05-29  joey* Correct some issues with display of unhandled preproc...
2007-05-24  joey* Deal better with rebuilds that involve moving files...
2007-05-21  joeyimprove messages
2007-05-21  joey* Change the aggregate plugin's locking strategy. Now...
2007-05-17  joey* Add a destpage parameter to the filter hook.
2007-05-09  joshtriplett* Add an account-creation password as a simple anti...
2007-04-29  joey* Enable openid logins by default.
2007-04-27  joeyfolding
2007-04-27  joey* Make pagespec_match return an object that can be...
2007-04-27  joeyminor improvements
2007-04-27  joshtriplett* Fix bestlink to use pagecase for pages in userdir...
2007-04-27  joeythe kind of perl code that can only be written at 4:30 am
2007-04-27  joey* Make pagespec_match on failure return a value that...
2007-04-27  joey* pagespec_match() has changed to take named parameters...
2007-04-15  joey* Add .dpkg-tmp to prune regexp, so that if ikiwiki...
2007-04-14  joeyexpost %destsources
2007-04-14  joey* Apply patch from Ethan to improve an error message...
2007-04-13  joey* Internal version number and installdir substitutions...
2007-04-10  joey* Optimise displaytime, trimming maybe 6% off the build...
2007-04-10  joey* Add a new %destsources hash, which maps between a...
2007-04-09  joeyuse err facility when logging errors to syslog
2007-04-06  joeyoops
2007-04-06  joey* Fix display of escaped wikilinks containing anchors.
2007-04-04  joey* Fix a bug that caused link(foo) to succeed if page...
2007-04-01  joey* Finally apply the index.html patch, with thanks to...
2007-03-31  joey* Hide excess backlinks and expand using CSS trick...
2007-03-24  joey* Finally fixed the longstanding inline removal bug.
2007-03-21  joey* Fix link() PageSpecs to not just look at the raw...
2007-03-11  joey* Fix a bug with inlined create page links, including...
2007-03-08  joeyneed to use uri_escape_utf8
2007-03-08  joey* The underscore escaping support exposed a bug in...
2007-03-07  joeyremove debugging
2007-03-07  joeyMy fix to support encoded underscores in page titles...
2007-03-06  joey* Add preview parameter to preprocesser calls, use...
2007-03-03  joeyfix precidence problem, thanks bod
2007-03-02  joey* Allow for underscores to appear in page titles, if...
2007-02-21  joeydoh!
2007-02-21  joey* Since the CGI had to drop the wiki lock to avoid...
2007-02-20  joey* perl is broken: print "" || die fails! Work around...
2007-02-20  joey* Changed calling convention for httmllink slightly...
2007-02-20  joeyfix a bug
2007-02-17  joey* Avoid potential syslog format string issue, although...
2007-02-15  joeyfoo
2007-02-15  joey* Many changes to make ikiwiki very resistant to write...
2007-02-12  joey* Allow plugins to add new types of tests that can...
2007-02-07  joeyfixes and more tests
2007-02-07  joeyedito
2007-02-06  joey* Patch based on a patch from Ethan to support relative...
2007-02-03  joey code checking for locked pages into a new "lockedit...
2007-02-02  joey* Add canedit hook, allowing arbitrary controls over...
2007-01-28  joey* More gettext fun.
2007-01-28  joeyreorg
2007-01-27  joey* Make gitorigin_branch and gitmaster_branch configurab...
2007-01-16  joey* Gettext 1.04 or up is needed for the OO interface...
2007-01-12  joey* Search in default location for templates as a fallbac...
2007-01-11  joey* Fix encoding issue with use of Locale::Gettext. Seems...
2007-01-10  joey* Fix --locale to control LC_ALL now.
2007-01-04  joeyadded some comments for translators
2006-12-29  joeyuserdir fixes
2006-12-29  joey* If a userdir is configured, links to pages in it...
2006-12-29  joey* Allow disabling of plugins included in goodstuff.
2006-12-29  joey* Initial work on internationalization of the program...
2006-12-23  joey* Ikiwiki used to use svn as its RCS by default unless...
2006-12-23  joeythe problem with coding while drunk -- idiotic mistakes
2006-12-23  joey* Avoid creating edit links when not in cgi mode.
2006-12-21  joeychanged my mind about how to disambiguate links, it...
2006-12-21  joey* Add support for links of the form [[../foo]], this...
2006-12-21  joey* Add support for links of the form [../foo]], this...
2006-12-21  joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-12-19  joey* Add userdir config setting.
2006-12-07  joeynote fixed bug
2006-11-28  joeyupdate
2006-11-22  joey* Add toggle plugin.
2006-11-20  joey* Add "last" parameter to hook function. Very basic...
2006-11-20  joeyfix regexp
next