summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2008-10-17relativedate: New javascript-alicious plugin that makes all dates display rel...Joey Hess
2008-10-17Add an underlay for javascript, and add ikiwiki.js containing some utility code.Joey Hess
2008-10-16aggregate: Avoid bug that caused immediate expiration of items with a date in...Joey Hess
2008-10-15inline: Use the feed's description in the rss and atom links. Closes: #502113Joey Hess
2008-10-14fix prototypeJoey Hess
2008-10-14inline: Allow MTIME to be used in inlinepage.tmpl.Joey Hess
2008-10-13Pass HTTPS variable through the wrapper so that CGI->https can be used by plu...Joey Hess
2008-10-10optimise url parsing and add guard against failure to parseJoey Hess
2008-10-10google plugin: Use google.com to search the local site.Peter Simons
2008-10-09orphans: Fix unquoted page name in regexp.Joey Hess
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ...Joey Hess
2008-10-06avoid $_ in a few other for loopsJoey Hess
2008-10-06remove: Avoid $_ breakage. (Stupid, stupid perl.)Joey Hess
2008-10-02remove, rename: Allow acting on attachments as a page is being created.Joey Hess
2008-10-02attachment: Support adding attachments to pages even as they are being created.Joey Hess
2008-10-02don't special case previewJoey Hess
2008-10-01inline: Fix handling of rootpage that doesn't exist.Joey Hess
2008-10-01fix subpage rename bug with indexpagesJoey Hess
2008-09-29support indexpagesJoey Hess
2008-09-29Removed the pagefile function, which was confusingly close in name toJoey Hess
2008-09-29use newpagefileJoey Hess
2008-09-29support indexpages when renaming pagesJoey Hess
2008-09-29support indexpages when creating new pagesJoey Hess
2008-09-29avoid unnecessarily rebuilding pages with complex conditionalsJoey Hess
2008-09-29use gettextJoey Hess
2008-09-29fix handing of case of file first created by preview but then savedJoey Hess
2008-09-27editpage: Be more aggressive (and less buggy) about cleaning up temporary fil...Joey Hess
2008-09-27Reorganize index file, add a format version field.Joey Hess
2008-09-27template: Make edit link for new templates ensure the page is located under t...Joey Hess
2008-09-27htmltidy robustness fixesJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27typoJoey Hess
2008-09-27pagetype is exportedJoey Hess
2008-09-27Merge commit 'smcv/beautify'Joey Hess
2008-09-27typoJoey Hess
2008-09-26htmlscrubber: Add a config setting that can be used to disable the scrubber a...Joey Hess
2008-09-26decode utf-8 in recentchanges_link parameterJoey Hess
2008-09-25tag: Make edit link for new tags ensure that the tags are created inside tagb...Joey Hess
2008-09-25git: Fix handling of utf-8 filenames in recentchanges.Joey Hess
2008-09-25attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess
2008-09-25aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess
2008-09-25recentchanges: Fix redirects to non-page files.Joey Hess
2008-09-23rename: Hide type field from rename form when renaming attachments.Joey Hess
2008-09-23multiple rename support is workingJoey Hess
2008-09-23Merge branch 'master' into tovaJoey Hess
2008-09-23rename, remove: Don't rely on a form parameter to tell whether the page shoul...Joey Hess
2008-09-23factor out fixlinksJoey Hess
2008-09-23factor out do_renameJoey Hess
2008-09-23add checkbox to rename subpages tooJoey Hess
2008-09-23layoutJoey Hess