summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2008-05-28Add rel=nofollow to edit links. This may prevent some spiders from pounding o...Joey Hess
2008-05-22Avoid unsightly warning message when evaling broken pagespecs.Joey Hess
2008-05-15ENV can be used in the setup file to override environment variable setting, s...Joey Hess
2008-05-07Optimised file statting code when scanning for modified pages; cut the number...Joey Hess
2008-05-05avoid strange FreeBSD problemJoey Hess
2008-05-02Fix ugly display when editing a page that has vanished.Joey Hess
2008-04-24Correct a bug in pagespec matching, where a empty pagespec matched all pages.Joey Hess
2008-04-10Fix missing import of escapeHTML in userlink. (Scott Bronson)Joey Hess
2008-03-29Added a hardlink option in the setup file, useful if the source and dest are ...Joey Hess
2008-03-21fix page source storingJoey Hess
2008-03-21fix transition callJoey Hess
2008-03-21add transition code for indexdbJoey Hess
2008-03-21Changed to a binary index file, written using Storable, for speedJoey Hess
2008-03-21Precompile pagespecs, about 10% overall speedupJoey Hess
2008-03-21improve commentJoey Hess
2008-03-17* Detect invalid pagespecs and do not merge them in add_depends,Joey Hess
2008-03-17* Correct bug in encoding of %pagestate keys, fixes edittemplate.Joey Hess
2008-02-24typoJoey Hess
2008-02-11* Add the linkify and scan hooks. These hooks can be used to implementJoey Hess
2008-02-09Tighten page name regex to not allow carriage returns or line feedsJosh Triplett
2008-02-06Allow whitespace in page names.Josh Triplett
2008-02-05Merge branch 'master' into prefix-directivesJoey Hess
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
2008-02-03clear %pagestate in loadindexJoey Hess
2008-01-30move openiduser function to the openid pluginJoey Hess
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
2008-01-29improve support for internal pagesJoey Hess
2008-01-29non-tabular recentchanges displayJoey Hess
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
2008-01-28only linkify openids in userlinkJoey Hess
2008-01-28move userlink to IkiWiki.pmJoey Hess
2008-01-27Add new preprocessor directive syntax¸ using a '!' prefix.Josh Triplett
2008-01-09fixJoey Hess
2008-01-09not only markdown adds gunk, so remove it in the main htmlize functionJoey Hess
2008-01-09Call preprocessor hooks in void context during the scan pass.Joey Hess
2007-12-17further improve the .. regexpJoey Hess
2007-12-17* Don't refuse to render files with ".." in their name. (Anchor the regexp.)Joey Hess
2007-12-12 * Allow dashes in preprocessor directive commands, and shortcuts.Joey Hess
2007-12-10* Fix file pruning code to work if ikiwiki is run with "." as the srcdir.Joey Hess
2007-12-08bug fixJoey Hess
2007-12-08* Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess
2007-11-27* Add umask configuration option. Closes: #443329Joey Hess
2007-11-17* Don't consider links to anchors on the same page to be self links.Joey Hess
2007-11-17need to remove trailing slashes in not one, but 2 placesJoey Hess
2007-11-17* Allow trailing slashes after page names in wikilinks.Joey Hess
2007-11-13* inline: Add timeformat parameter to control how the ctime ofJoey Hess
2007-10-13* Add a "createlink" class attribute to the span for wikilinks pointingjoey
2007-10-10clear hashes in loadindex, so that it can safely be called more than oncejoey
2007-09-24* Don't allow whitespace in link text in a wikilink. This was stilljoey
2007-09-22improve diagnosticsjoey