summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.pm
AgeCommit message (Expand)Author
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-19mark up date so relativedate will workJoey Hess
2008-10-16aggregate: Avoid bug that caused immediate expiration of items with a date in...Joey Hess
2008-09-29Removed the pagefile function, which was confusingly close in name toJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27typoJoey Hess
2008-09-25aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess
2008-09-17fix check for nonexistant contentJoey Hess
2008-09-17store ctime for use by expiry codeJoey Hess
2008-09-17aggregate: Support atom feeds with only a summary element, and no content ele...Joey Hess
2008-09-17aggregate: Allow expirecount to work on the first pass. (expireage still need...Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-26remove default values in getsetupJoey Hess
2008-07-26turn booleans into questionsJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-14fixesJoey Hess
2008-07-14use prune to delete rendered filesJoey Hess
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
2008-07-15Use _aggregated as extension for internalized aggregationSimon McVittie
2008-07-14changes to debug message printingJoey Hess
2008-07-14Add aggregateinternal mode to ikiwiki-transition.Simon McVittie
2008-07-14Merge commit 'origin/master' into aggregateinternalSimon McVittie
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-07-12Make aggregated items be internal pages if --aggregateinternal is used.Simon McVittie
2008-06-21`template` option for aggregate.pm.Bernd Zeimetz
2008-05-28When calling decode_utf8 on known-problimatic content in aggregate, explicitl...Joey Hess
2008-05-05aggregate: Add support for web-based triggering of aggregation for people st...Joey Hess
2008-04-03aggregate: Correct a mistake in the code that dummy up a guid for feeds lacki...Joey Hess
2008-03-14load HTML::Entities at topJoey Hess
2008-03-12no need to use HTML::Entities, as it's loaded on demand by code belowJoey Hess
2008-02-03implement aggregate_locking designJoey Hess
2008-02-03add aggregate locking functionsJoey Hess
2008-02-03* aggregate: Revert use of forking to not save state, that was not the rightJoey Hess
2008-02-02* aggregate: Forking a child broke the one state that mattered: ForcingJoey Hess
2008-01-29merged the recentchanges branchJoey Hess
2008-01-29add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess
2008-01-26aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak buildJosh Triplett
2008-01-24* aggregate: Fork a child process to handle the aggregation. This simplifiesJoey Hess
2008-01-16* aggregate: Don't let feeds set creation times for pages in the future.Joey Hess
2008-01-08* aggregate: Include copyright statements from rss feed as meta copyrightJoey Hess
2008-01-05* aggregate: Only save state if it was already loaded.Joey Hess
2008-01-02round days old messageJoey Hess
2007-12-30I *think* that this comment is out of date.Joey Hess
2007-12-30* aggregate: Fix stupid mistake introduced when converting it to useJoey Hess
2007-12-16loadstate needs to be called even if no pages are being builtJoey Hess
2007-12-16* meta: Drop support for "meta link", since supporting this for internalJoey Hess
2007-10-30improve use of seen hashJoey Hess
2007-10-30* Fix an aggregate plugin expiry bug. Over time, it's possible for the sameJoey Hess
2007-07-28* Various minor bug fixes for silly mistakes in the code, thanks to thejoey