aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* revert accidentially committed changeJoey Hess2010-09-13
* Pass array of names of files that have been deleted to needsbuild hook as sec...Joey Hess2010-09-10
* inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess2010-05-06
* adapt comment.tmpl to html5Joey Hess2010-05-02
* Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess2010-05-02
* improved error messageJoey Hess2010-04-23
* use same error string as template.pm doesJoey Hess2010-04-23
* fix logicJoey Hess2010-04-23
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* disable feeds in raw modeJoey Hess2010-04-15
* HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie2010-04-06
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* inline: Avoid showing edit links if page editing is disabled. (Sjoerd)Joey Hess2010-01-04
* Fix several places that did not properly handle capitalization of the discuss...Joey Hess2010-01-02
* inline: Fix bug that limited displayed pages when feedshow was specified w/o ...Joey Hess2010-01-01
* inline: Avoid using %links to test for page existenceJoey Hess2009-11-30
* inline: Use caching of inlined pages to speed up builds of inlines that inclu...Joey Hess2009-11-17
* inline: Fix display of all pages when archive=yes or show=0 are used.Joey Hess2009-11-13
* inline: Allow direct inclusion of non-page files in raw mode.Joey Hess2009-11-13
* inline: Do not generated feeds for nested inlines.Joey Hess2009-11-13
* inline: Fix raw mode. Closes: #552114Joey Hess2009-10-23
* slight optimisationJoey Hess2009-10-15
* inline: Optimize generation of archives, etcJoey Hess2009-10-15
* pagespec_match_list: change limit to filterJoey Hess2009-10-09
* rename use_pagespec to pagespec_match_listJoey Hess2009-10-08
* fix feedpages dependencyJoey Hess2009-10-08
* inline: switch to use_pagespecJoey Hess2009-10-08
* change how dependency types are specified to add_dependsJoey Hess2009-10-08
* remove explicit addition of dependencies for displayed pagesJoey Hess2009-10-07
* fix add_depends to new apiJoey Hess2009-10-05
* inline: Use a contentless dependency in quick mode.Joey Hess2009-10-04
* Merge commit 'intrigeri/po'Joey Hess2009-08-28
|\
| * inline: moved rootpage logic to a functionintrigeri2009-08-28
* | inline: if using pagenames, don't add a dependency on "page1 or page2 or..."Simon McVittie2009-08-28
|/
* Revert "Allow add_depends to take an arrayref"Joey Hess2009-08-25
* Allow add_depends to take an arrayrefSimon McVittie2009-08-25
* calendar, inline, map: don't pre-join dependenciesSimon McVittie2009-08-24
* use pagespec_match_list for feedpagesJoey Hess2009-08-16
* Add discussionpage configuration settingJoey Hess2009-08-13
* optimise gettext callsJoey Hess2009-08-13
* inline: Avoid use of my $_ as it fails with older perls. Closes: #541215Joey Hess2009-08-12
* inline: add pagenames parameterSimon McVittie2009-06-16
* fix further places where translated discussion case was assumedJoey Hess2009-06-04
* inline: Minor optimisation.Joey Hess2009-05-05
* formattingJoey Hess2009-04-23
* pagespec_match_list added and used in most appropriate placesJoey Hess2009-04-23
* pagespec error/failure distinction and error display by inlineJoey Hess2009-04-23
* inline: Fix urls to feed when feedfile is used on an index page.Joey Hess2009-03-19
* avoid crashing if Sort::Naturally is not installedJoey Hess2009-03-19
* implement sort=title_natural for inlinechrysn2009-03-19