summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
AgeCommit message (Expand)Author
2011-02-22inline: allow assigning an id to postform/feedlinkGiuseppe Bilotta
2011-02-22inline: base feed urls on included page nameGiuseppe Bilotta
2011-01-24inline: Fix regression in feed titles. Closes: #610878 (Thanks, Paul Wise)Joey Hess
2011-01-06reword feed descsJoey Hess
2011-01-06inline: pass the Atom/RSS titles to the templatesGiuseppe Bilotta
2010-12-25inline: Force an absolute page location when the inline postform is used.Joey Hess
2010-12-25fix commentJoey Hess
2010-12-05inline: base feed names on the included page nameGiuseppe Bilotta
2010-11-23Use local paths for the CGI URLSimon McVittie
2010-11-16inline: Improve RSS url munging to use a proper html parserJoey Hess
2010-11-16indentationJoey Hess
2010-09-27template_depends: throw nice error message when template cannot be foundJoey Hess
2010-09-13revert accidentially committed changeJoey Hess
2010-09-10Pass array of names of files that have been deleted to needsbuild hook as sec...Joey Hess
2010-05-06inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess
2010-05-02adapt comment.tmpl to html5Joey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-04-23improved error messageJoey Hess
2010-04-23use same error string as template.pm doesJoey Hess
2010-04-23fix logicJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-15disable feeds in raw modeJoey Hess
2010-04-06HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess
2010-01-04inline: Avoid showing edit links if page editing is disabled. (Sjoerd)Joey Hess
2010-01-02Fix several places that did not properly handle capitalization of the discuss...Joey Hess
2010-01-01inline: Fix bug that limited displayed pages when feedshow was specified w/o ...Joey Hess
2009-11-30inline: Avoid using %links to test for page existenceJoey Hess
2009-11-17inline: Use caching of inlined pages to speed up builds of inlines that inclu...Joey 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-10-23inline: Fix raw mode. Closes: #552114Joey Hess
2009-10-15slight optimisationJoey Hess
2009-10-15inline: Optimize generation of archives, etcJoey Hess
2009-10-09pagespec_match_list: change limit to filterJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
2009-10-08fix feedpages dependencyJoey Hess
2009-10-08inline: switch to use_pagespecJoey Hess
2009-10-08change how dependency types are specified to add_dependsJoey Hess
2009-10-07remove explicit addition of dependencies for displayed pagesJoey Hess
2009-10-05fix add_depends to new apiJoey Hess
2009-10-04inline: Use a contentless dependency in quick mode.Joey Hess
2009-08-28Merge commit 'intrigeri/po'Joey Hess
2009-08-28inline: if using pagenames, don't add a dependency on "page1 or page2 or..."Simon McVittie
2009-08-28inline: moved rootpage logic to a functionintrigeri
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-24calendar, inline, map: don't pre-join dependenciesSimon McVittie
2009-08-16use pagespec_match_list for feedpagesJoey Hess