summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2008-07-16formatting etcJoey Hess
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
2008-07-15pedigree: rewrote with different designintrigeri
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-14pedigree: added DISTANCE loop variableintrigeri
2008-07-14pedigree: fix RELDEPTH in PEDIGREE_BUT_ROOT...intrigeri
2008-07-13pedigree: added _but_root & _but_two_oldest loopsintrigeri
2008-07-13pedigree: fixed misc bugsintrigeri
2008-07-13added new plugin: pedigreeintrigeri
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-07-12avoid hardlinking files owned by othersJoey Hess
2008-07-12only htmlize errors when cgi is actually runningJoey Hess
2008-07-12convert fatal error to warningJoey Hess
2008-07-12Add missing requirement of IkiWiki::render before starting to render thingsSimon McVittie
2008-07-12Make aggregated items be internal pages if --aggregateinternal is used.Simon McVittie
2008-07-12Stop prepending urn:uuid: to guids that look like UUIDsSimon McVittie
2008-07-12Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent wi...Simon McVittie
2008-07-12Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>.Simon McVittie
2008-07-12Merge commit 'smcv/master'Joey Hess
2008-07-12Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess
2008-07-12Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p...Simon McVittie
2008-07-12rename uuid to guidJoey Hess
2008-07-12elide temp varJoey Hess
2008-07-11meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth...Simon McVittie
2008-07-11inline plugin: if meta plugin is also enabled, and has collected a uuid for a...Simon McVittie
2008-07-11meta plugin: also collect [[!meta uuid="..."]]Simon McVittie
2008-07-11rename beautify_url to stress it only works on the path componentJoey Hess
2008-07-11beautify url recentchanges_link redirs toJoey Hess
2008-07-11fix use orderingJoey Hess
2008-07-11whitespaceJoey Hess
2008-07-10Fixes creation of pages when clicking on WikiLinks starting with "/".Joey Hess
2008-07-10template: Add support for a BASENAME variable.Joey Hess
2008-07-10work around CGI::Session constructor issuesJoey Hess
2008-07-09clarifications, commentsJoey Hess
2008-07-09Make it possible to load setup files w/o running them. Code needing to do so ...Joey Hess
2008-07-09improve error message if virus checker fails w/o outputJoey Hess
2008-07-08otl: Support utf-8 files. (Recai Oktaş)Joey Hess
2008-07-08attachment: Support perl 5.8's buggy version of CGI.pm.Joey Hess
2008-07-08explicitly set form type to multipartJoey Hess
2008-07-08check for tempfile being emptyJoey Hess
2008-07-08undef $fh before openingJoey Hess