summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2008-07-25fix feed urlsJoey Hess
2008-07-21Really fix bug with links to pages with names containing colonsJoey Hess
2008-07-17whitespaceJoey Hess
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
2008-07-13Error handling improvement for preprocess hooks. It's now safe to call error(...Joey Hess
2008-07-12only htmlize errors when cgi is actually runningJoey Hess
2008-07-12Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess
2008-07-11rename beautify_url to stress it only works on the path componentJoey Hess
2008-07-11Revert "Revert "Fix a bug with links to pages whose names contained colons.""Joey Hess
2008-07-11Revert "Fix a bug with links to pages whose names contained colons."Joey Hess
2008-07-11whitespaceJoey Hess
2008-07-08Fix a bug with links to pages whose names contained colons.Joey Hess
2008-07-06editpage escaping fixesJoey Hess
2008-07-02typoJoey Hess
2008-07-02factor out glob2reJoey Hess
2008-07-01better approach for cgi upload disablingJoey Hess
2008-06-15append index.html to url generated by urlto("")Joey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-06-04move indexing to sanitize hookJoey Hess
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