summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-26Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess
files.
2010-04-26loop on pagesources, not ctimeJoey Hess
2010-04-26Fix removal of rendered files in rebuild mode.Joey Hess
Needed to handle the move of the .js files into ikiwiki/, but also this is a longstanding bug. Old pagemtime is not remembered in rebuild mode, and changing that would need a lot of changes. So instead, loop on pagectime, which is remembered. Change to remembering old pagesources info in rebuild mode. This seems safe enough.
2010-04-26remove manual file remove instructionsJoey Hess
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them.
2010-04-26fix missing \Joey Hess
2010-04-26Minor, seemingly harmless tweaks to misc.tmplJoey Hess
Whenever the DIV tag structure of page.tmpl has been changed, the DIV tag structure of misc.tmpl must also change to reflect this, or else any page which uses misc.tmpl will not look right. My intent is to make ease parallel maintenance of these two files by eliminating trivial/accidental difference between the two, so that duplicated regions can be more readily identified (perhaps even mechanically). (cherry-picked from commit 075980f94996e8f67d9632ae95b8bf41fdf09afa, but without the changes to comments in page.tmpl)
2010-04-26document match_guidJoey Hess
2010-04-26added match_guid function to meta pluginJoey Hess
(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d) Conflicts: IkiWiki/Plugin/meta.pm
2010-04-26add blipvertJoey Hess
2010-04-26Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-26fix indenthttp://jmtd.livejournal.com/
2010-04-26insert table of common namespaceshttp://jmtd.livejournal.com/
2010-04-26move list of namespaces to its own sectionhttp://jmtd.livejournal.com/
2010-04-26table name for querying the mediawiki mysql dbhttp://jmtd.livejournal.com/
2010-04-25typoJoey Hess
2010-04-25added my personal sitehttp://id.ertugkaramatli.com/
2010-04-24wordingJoey Hess
2010-04-24reword templatedir descriptionJoey Hess
2010-04-24rebuild on template removalJoey Hess
2010-04-24bugfixesJoey Hess
2010-04-24updateJoey Hess
2010-04-24add support for mass dependenciesJoey Hess
Registered by passing "" as page name to add_depends.
2010-04-24bugfixJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24po: fix some uninitalized value warnings when used by websetupJoey Hess
2010-04-24template() - return params in list contextJoey Hess
I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object.
2010-04-24bugfixJoey Hess
2010-04-24updateJoey Hess
2010-04-24chomp template valuesJoey Hess
Before the template reorg, this was done by a template filter.
2010-04-24reword, reorg, add exampleJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵Joey Hess
top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24fix capsJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24remove paragraph about old style directives, it's been long enoughJoey Hess
2010-04-24add link to templates pageJoey Hess
2010-04-24wordingJoey Hess
2010-04-23typoJoey Hess
2010-04-23changelog/NEWS update for template changesJoey Hess
2010-04-23update re template changeJoey Hess
2010-04-23improve attachment exampleJoey Hess
2010-04-23add test case to ensure all templates are documentedJoey Hess
2010-04-23update news for template changeJoey Hess
2010-04-23Merge branch 'master' into templatemoveJoey Hess
2010-04-23updateJoey Hess
2010-04-23Merge branch 'master' into templatemoveJoey Hess
Conflicts: doc/templates.mdwn
2010-04-23special case for page.tmpl dependency handlingJoey Hess
Rather than wasting resources recording that every page depends on page.tmpl, add a special case. The special case curretly rebuilds non-page files too when page.tmpl changes, but that's minor.
2010-04-23add mycleanJoey Hess
2010-04-23fix return of tpageJoey Hess