Age | Commit message (Expand) | Author |
2008-07-12 | avoid hardlinking files owned by others | Joey Hess |
2008-07-12 | only htmlize errors when cgi is actually running | Joey Hess |
2008-07-12 | convert fatal error to warning | Joey Hess |
2008-07-12 | Add missing requirement of IkiWiki::render before starting to render things | Simon McVittie |
2008-07-12 | Make aggregated items be internal pages if --aggregateinternal is used. | Simon McVittie |
2008-07-12 | Stop prepending urn:uuid: to guids that look like UUIDs | Simon McVittie |
2008-07-12 | Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent wi... | Simon McVittie |
2008-07-12 | Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>. | Simon McVittie |
2008-07-12 | Merge commit 'smcv/master' | Joey Hess |
2008-07-12 | Move yesno function out of inline and into IkiWiki core, not exported. | Joey Hess |
2008-07-12 | Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p... | Simon McVittie |
2008-07-12 | rename uuid to guid | Joey Hess |
2008-07-12 | elide temp var | Joey Hess |
2008-07-11 | meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth... | Simon McVittie |
2008-07-11 | inline plugin: if meta plugin is also enabled, and has collected a uuid for a... | Simon McVittie |
2008-07-11 | meta plugin: also collect [[!meta uuid="..."]] | Simon McVittie |
2008-07-11 | rename beautify_url to stress it only works on the path component | Joey Hess |
2008-07-11 | beautify url recentchanges_link redirs to | Joey Hess |
2008-07-11 | fix use ordering | Joey Hess |
2008-07-11 | whitespace | Joey Hess |
2008-07-10 | Fixes creation of pages when clicking on WikiLinks starting with "/". | Joey Hess |
2008-07-10 | template: Add support for a BASENAME variable. | Joey Hess |
2008-07-10 | work around CGI::Session constructor issues | Joey Hess |
2008-07-09 | clarifications, comments | Joey Hess |
2008-07-09 | Make it possible to load setup files w/o running them. Code needing to do so ... | Joey Hess |
2008-07-09 | improve error message if virus checker fails w/o output | Joey Hess |
2008-07-08 | otl: Support utf-8 files. (Recai Oktaş) | Joey Hess |
2008-07-08 | attachment: Support perl 5.8's buggy version of CGI.pm. | Joey Hess |
2008-07-08 | explicitly set form type to multipart | Joey Hess |
2008-07-08 | check for tempfile being empty | Joey Hess |
2008-07-08 | undef $fh before opening | Joey Hess |
2008-07-08 | another try at dealing with CGI.pm problem | Joey Hess |
2008-07-08 | attachment: Support old versions of CGI.pm that lack an upload method. | Joey Hess |
2008-07-08 | attachment: Fix an uninitialised value warning when editing a page that curre... | Joey Hess |
2008-07-07 | minor improvements | Joey Hess |
2008-07-07 | search: generate configuration files once only when rebuilding | Gabriel McManus |
2008-07-06 | add virus checking to attachments plugin | Joey Hess |
2008-07-06 | avoid uninitialised value warnings | Joey Hess |
2008-07-06 | avoid uninitialised value | Joey Hess |
2008-07-06 | editpage escaping fixes | Joey Hess |
2008-07-02 | link to pagespec/attachment | Joey Hess |
2008-07-02 | factor out glob2re | Joey Hess |
2008-07-02 | add mimetype checking | Joey Hess |
2008-07-02 | add user and ip support to attachment pagespecs | Joey Hess |
2008-07-02 | toggle: Add javascript to top of page, not to end. This avoids flicker since ... | Joey Hess |
2008-07-02 | xhtml fixes | Joey Hess |
2008-07-02 | toggle: Add support for toggles that are open by default. | Joey Hess |
2008-07-02 | attachments interface visibility toggling | Joey Hess |
2008-07-02 | export javascript, and support default-open toggles | Joey Hess |
2008-07-01 | fixes | Joey Hess |