summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2010-01-04inline: Avoid showing edit links if page editing is disabled. (Sjoerd)Joey Hess
2010-01-04fix actions accountingJoey Hess
2010-01-02Fix several places that did not properly handle capitalization of the discuss...Joey Hess
2010-01-02Merge remote branch 'tove/master'Joey Hess
2010-01-02Terminate the arrow entities with ";"Torsten Veller
2010-01-01inline: Fix bug that limited displayed pages when feedshow was specified w/o ...Joey Hess
2010-01-01linkmap: Add option to omit disconnected pages from the map.Joey Hess
2009-12-30comments: Add a checksum to the name of comment pages, to avoid merge conflic...Joey Hess
2009-12-25toc: Add startlevel parameter. (kerravonsen)Joey Hess
2009-12-25pagestats: Add show parameter. Closes: #562129Joey Hess
2009-12-14404/goto: Fix 404 display of utf-8 pages.Joey Hess
2009-12-14404: fix utf-8 encoding of REDIRECT_URLJoey Hess
2009-12-14remove: Fix problem removing pages with utf-8 in the name.Joey Hess
2009-12-14attachment: Fix reversion in attachment sorting by age.Joey Hess
2009-12-14attachment: Fix several utf-8 problems.Joey Hess
2009-12-14rename: Fix some utf-8 problems.Joey Hess
2009-12-13monotone: Deal with format change in version 0.45. (Thanks, Richard Levitte)Joey Hess
2009-12-04more idomatic perlJoey Hess
2009-12-02cvs: Add missing bit to Automator.Joey Hess
2009-12-02fix inverted testJoey Hess
2009-12-02calendar: Fix month wraparound error that broke in December.Joey Hess
2009-11-30inline: Avoid using %links to test for page existenceJoey Hess
2009-11-30fix bestlink to not return just-deleted pagesJoey Hess
2009-11-26calendar: Add title attributes for all links in the calendars.Joey Hess
2009-11-25fix hook namesJoey Hess
2009-11-25date: New plugin that allows inserting date directives that expand to pretty-...Joey Hess
2009-11-17inline: Use caching of inlined pages to speed up builds of inlines that inclu...Joey Hess
2009-11-16meta: Allow use of DESCRIPTION in templates to get at the meta description va...Joey Hess
2009-11-16meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess
2009-11-16avoid fallthrough to default meta header addition for titleJoey Hess
2009-11-13inline: Fix display of all pages when archive=yes or show=0 are used.Joey Hess
2009-11-13inline: Allow direct inclusion of non-page files in raw mode.Joey Hess
2009-11-13inline: Do not generated feeds for nested inlines.Joey Hess
2009-11-10typoJoey Hess
2009-11-10httpauth: Add cgiauthurl setting that can be used to do http basic auth only ...Joey Hess
2009-11-09localstyle: New plugin, allows overrding the toplevel local.css with one that...Joey Hess
2009-11-08Moved the postscan hook to run on the raw html of a page, before the template...Joey Hess
2009-11-07underlay: Avoid crashing if lists of underlays (or template directories) are ...Joey Hess
2009-11-06underlay: Fix example values put in setup file to be array references.Joey Hess
2009-10-29google: Pass the whole wiki url to google, not just the domain, so that searc...Joey Hess
2009-10-29fix url encoding in redirJoey Hess
2009-10-26moderatedcomments: New plugin to allow comment moderation w/o relying on blog...Joey Hess
2009-10-26mdwn: Avoid trying to use multimarkdown if it is not installed.Joey Hess
2009-10-26po: Fix breakage caused by changes to render code.Joey Hess
2009-10-23inline: Fix raw mode. Closes: #552114Joey Hess
2009-10-21meta: Gather permalink info on scan pass so it is available to inline when us...Joey Hess
2009-10-21avoid -O default for CFLAGS, and documentJoey Hess
2009-10-21Pick up user specified CFLAGS when compiling the wrapper.Giulio Eulisse
2009-10-21Fix a bug introduced in the last version that caused ikiwiki to skip all file...Joey Hess
2009-10-18edittemplate: Work around bug #551499 in CGI::FormBuilder.Joey Hess