aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.pm
Commit message (Expand)AuthorAge
...
* 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
* add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess2008-01-29
* aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak buildJosh Triplett2008-01-26
* * aggregate: Fork a child process to handle the aggregation. This simplifiesJoey Hess2008-01-24
* * aggregate: Don't let feeds set creation times for pages in the future.Joey Hess2008-01-16
* * aggregate: Include copyright statements from rss feed as meta copyrightJoey Hess2008-01-08
* * aggregate: Only save state if it was already loaded.Joey Hess2008-01-05
* round days old messageJoey Hess2008-01-02
* I *think* that this comment is out of date.Joey Hess2007-12-30
* * aggregate: Fix stupid mistake introduced when converting it to useJoey Hess2007-12-30
* loadstate needs to be called even if no pages are being builtJoey Hess2007-12-16
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
* improve use of seen hashJoey Hess2007-10-30
* * Fix an aggregate plugin expiry bug. Over time, it's possible for the sameJoey Hess2007-10-30
* * Various minor bug fixes for silly mistakes in the code, thanks to thejoey2007-07-28
* * Add a htmlext config option, this can be used to make ikiwiki generatejoey2007-07-25
* improve messagesjoey2007-05-21
* Clear state after performing aggregation, since it could hypotheticallyjoey2007-05-21
* * Change the aggregate plugin's locking strategy. Now it defers loading statejoey2007-05-21
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* improve messagejoey2007-04-23
* * Fix aggregator to not warn when a feed contains no body content at all.joey2007-04-23
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
* another htmlpage call that is no longer appropriatejoey2007-04-01
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
* fix error message to include urljoey2007-03-31