aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.pm
Commit message (Expand)AuthorAge
* setup file orderingJoey Hess2010-02-12
* add section informationJoey Hess2010-02-12
* aggregate: Avoid resetting ctime when an item md5 changes.Joey Hess2009-06-12
* aggregate: Fix storing of changed md5.Joey Hess2009-06-12
* Work around XML::Atom strangeness that results in double-encoded postsSimon McVittie2009-02-03
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* enable aggregate_internal by defaultJoey Hess2008-12-23
* avoid uninitialized valueJoey Hess2008-12-19
* aggregate: If a feed fails to be downloaded, try again immediatly next time a...Joey Hess2008-12-17
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* avoid uninitialized value warningJoey Hess2008-11-18
* improve escaping of wikilinks and preprocessor directivesJoey Hess2008-11-18
* call decode_utf8 inside evalJoey Hess2008-11-17
* aggregate: Try to query XML::Feed for the base url when derelevatising links....Joey Hess2008-11-06
* fix relativedate timezone inclusionJoey Hess2008-10-19
* mark up date so relativedate will workJoey Hess2008-10-19
* aggregate: Avoid bug that caused immediate expiration of items with a date in...Joey Hess2008-10-16
* Removed the pagefile function, which was confusingly close in name toJoey Hess2008-09-29
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
* typoJoey Hess2008-09-27
* aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess2008-09-25
* fix check for nonexistant contentJoey Hess2008-09-17
* store ctime for use by expiry codeJoey Hess2008-09-17
* aggregate: Support atom feeds with only a summary element, and no content ele...Joey Hess2008-09-17
* aggregate: Allow expirecount to work on the first pass. (expireage still need...Joey Hess2008-09-17
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* remove default values in getsetupJoey Hess2008-07-26
* turn booleans into questionsJoey Hess2008-07-26
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
* fixesJoey Hess2008-07-14
* use prune to delete rendered filesJoey Hess2008-07-14
* Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie2008-07-15
* Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess2008-07-14
|\
| * Use _aggregated as extension for internalized aggregationSimon McVittie2008-07-15
* | changes to debug message printingJoey Hess2008-07-14
|/
* Add aggregateinternal mode to ikiwiki-transition.Simon McVittie2008-07-14
* Merge commit 'origin/master' into aggregateinternalSimon McVittie2008-07-14
|\
| * switch preprocess hooks to use error functionJoey Hess2008-07-13
* | Make aggregated items be internal pages if --aggregateinternal is used.Simon McVittie2008-07-12
|/
* `template` option for aggregate.pm.Bernd Zeimetz2008-06-21
* When calling decode_utf8 on known-problimatic content in aggregate, explicitl...Joey Hess2008-05-28
* aggregate: Add support for web-based triggering of aggregation for people st...Joey Hess2008-05-05
* aggregate: Correct a mistake in the code that dummy up a guid for feeds lacki...Joey Hess2008-04-03
* load HTML::Entities at topJoey Hess2008-03-14
* no need to use HTML::Entities, as it's loaded on demand by code belowJoey Hess2008-03-12
* implement aggregate_locking designJoey Hess2008-02-03
* add aggregate locking functionsJoey Hess2008-02-03
* * aggregate: Revert use of forking to not save state, that was not the rightJoey Hess2008-02-03
* * aggregate: Forking a child broke the one state that mattered: ForcingJoey Hess2008-02-02
* merged the recentchanges branchJoey Hess2008-01-29