aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* 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
* Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie2009-01-18
* typoJoey Hess2008-12-26
* Merge branch 'master' into nextJoey Hess2008-12-26
|\
| * inline: Run format hook firstJoey Hess2008-12-26
* | finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|/
* jump to comment after postingJoey Hess2008-12-18
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* simplifiy logicJoey Hess2008-12-11
* inline: Support feedfile option to change the filename of the feed generated.Joey Hess2008-12-11
* inline: Support emptyfeeds=no option to skip generating empty feeds.Joey Hess2008-12-11
* move feedpages application upJoey Hess2008-12-11