summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
AgeCommit message (Expand)Author
2010-05-07patch hidden field setting codeJoey Hess
2010-05-07avoid linking directly to ikiwiki.cgi?do=signinJoey Hess
2010-05-07avoid redir loop when going to an internal page that has no permalinkJoey Hess
2010-05-06respect permalinksJoey Hess
2010-05-06inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess
2010-05-06Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess
2010-05-06simplify formbuilder stylesheet specificationJoey Hess
2010-05-06fix pagediff to not display as "preview"Joey Hess
2010-05-05refactorJoey Hess
2010-05-05remove unused indexlink function and template variableJoey Hess
2010-05-04graphviz: Fix display of preexisting images in preview mode.Joey Hess
2010-05-03websetup: Only display Setup button on admins' preferences page.Joey Hess
2010-05-03allow do=setup to log a user in if necessaryJoey Hess
2010-05-03Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary link...Joey Hess
2010-05-02add a missing spaceJoey Hess
2010-05-02adapt comment.tmpl to html5Joey Hess
2010-05-02use a div, not a p .. and in html5, a navJoey Hess
2010-05-02Add placeholder text in search form (in html5 mode only).Joey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-05-01enable hidden attributeJoey Hess
2010-05-01htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby...Joey Hess
2010-05-01more html5 attributesJoey Hess
2010-05-01add rest of html5 form attributesJoey Hess
2010-05-01add figure and figcaptionJoey Hess
2010-05-01htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ma...Joey Hess
2010-05-01htmlscrubber: Allow the placeholder attribute.Joey Hess
2010-05-01more html5Joey Hess
2010-05-01htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup hea...Joey Hess
2010-04-27template: Fix typo.Joey Hess
2010-04-26added match_guid function to meta pluginJoey Hess
2010-04-24bugfixesJoey Hess
2010-04-24add support for mass dependenciesJoey 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
2010-04-24chomp template valuesJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ...Joey Hess
2010-04-23updateJoey Hess
2010-04-23use template() rather than rolling it by handJoey Hess
2010-04-23improved error messageJoey Hess
2010-04-23switch to using template_dependsJoey Hess
2010-04-23use same error string as template.pm doesJoey Hess
2010-04-23fix logicJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-22remove add_templates optionJoey Hess
2010-04-22Merge branch 'autotag'Joey Hess
2010-04-22add influence info for failed metadata matchesJoey Hess
2010-04-21turn on tag_autocreate by default if tagbase is setJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess