summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-30no need to use HTML::EntitiesJoey Hess
That module is unused now. Long long ago, it used to be used to encode data in the index. Checked all modules, and every module that uses it imports it.
2010-04-30responseJoey Hess
2010-04-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-30Version dependency on liburi-perl to >= 1.36; previous versions did not ↵Joey Hess
support building urls from utf-8 strings. Closes: #579713
2010-04-30new bug: svn commit failures...Jon Dowland
2010-04-29more to add on my commentsimonraven
2010-04-29YA URI to another mediawiki to git projectsimonraven
2010-04-29wl rcshttp://jmtd.livejournal.com/
2010-04-29(no commit message)albertlash
2010-04-29(no commit message)albertlash
2010-04-29replyhttp://kerravonsen.dreamwidth.org/
2010-04-28remove obsolete NEWSJoey Hess
2010-04-28TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵Joey Hess
in-wiki templates.)
2010-04-28question about TMPL_INCLUDEhttp://kerravonsen.dreamwidth.org/
2010-04-27template: Fix typo.Joey Hess
2010-04-27formatJoey Hess
2010-04-27add news item for ikiwiki 3.20100427Joey Hess
2010-04-27releasing version 3.20100427Joey Hess
2010-04-26update test suite for recent index load on rebuild changesJoey Hess
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