Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-28 | remove obsolete NEWS | Joey Hess | |
2010-04-28 | TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵ | Joey Hess | |
in-wiki templates.) | |||
2010-04-28 | question about TMPL_INCLUDE | http://kerravonsen.dreamwidth.org/ | |
2010-04-27 | template: Fix typo. | Joey Hess | |
2010-04-27 | format | Joey Hess | |
2010-04-27 | add news item for ikiwiki 3.20100427 | Joey Hess | |
2010-04-27 | releasing version 3.20100427 | Joey Hess | |
2010-04-26 | update test suite for recent index load on rebuild changes | Joey Hess | |
2010-04-26 | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | |
files. | |||
2010-04-26 | loop on pagesources, not ctime | Joey Hess | |
2010-04-26 | Fix 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-26 | remove manual file remove instructions | Joey Hess | |
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them. | |||
2010-04-26 | fix missing \ | Joey Hess | |
2010-04-26 | Minor, seemingly harmless tweaks to misc.tmpl | Joey 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-26 | document match_guid | Joey Hess | |
2010-04-26 | added match_guid function to meta plugin | Joey Hess | |
(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d) Conflicts: IkiWiki/Plugin/meta.pm | |||
2010-04-26 | add blipvert | Joey Hess | |
2010-04-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-26 | fix indent | http://jmtd.livejournal.com/ | |
2010-04-26 | insert table of common namespaces | http://jmtd.livejournal.com/ | |
2010-04-26 | move list of namespaces to its own section | http://jmtd.livejournal.com/ | |
2010-04-26 | table name for querying the mediawiki mysql db | http://jmtd.livejournal.com/ | |
2010-04-25 | typo | Joey Hess | |
2010-04-25 | added my personal site | http://id.ertugkaramatli.com/ | |
2010-04-24 | wording | Joey Hess | |
2010-04-24 | reword templatedir description | Joey Hess | |
2010-04-24 | rebuild on template removal | Joey Hess | |
2010-04-24 | bugfixes | Joey Hess | |
2010-04-24 | update | Joey Hess | |
2010-04-24 | add support for mass dependencies | Joey Hess | |
Registered by passing "" as page name to add_depends. | |||
2010-04-24 | bugfix | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | po: fix some uninitalized value warnings when used by websetup | Joey Hess | |
2010-04-24 | template() - return params in list context | Joey Hess | |
I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object. | |||
2010-04-24 | bugfix | Joey Hess | |
2010-04-24 | update | Joey Hess | |
2010-04-24 | chomp template values | Joey Hess | |
Before the template reorg, this was done by a template filter. | |||
2010-04-24 | reword, reorg, add example | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | Moved 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-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | fix caps | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | remove paragraph about old style directives, it's been long enough | Joey Hess | |
2010-04-24 | add link to templates page | Joey Hess | |
2010-04-24 | wording | Joey Hess | |
2010-04-23 | typo | Joey Hess | |
2010-04-23 | changelog/NEWS update for template changes | Joey Hess | |
2010-04-23 | update re template change | Joey Hess | |
2010-04-23 | improve attachment example | Joey Hess | |