summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-07-26Add new disable hook, allowing plugins to perform cleanup after they have ↵Joey Hess
been disabled.
2010-07-25Revert refactmentJoey Hess
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-24Single escape (not double escape) square bracket.http://sirireiter.dk/
2010-07-24responseJoey Hess
2010-07-24answering joeyintrigeri
2010-07-23merged; notesJoey Hess
2010-07-23Merge commit '862fc7c1ab1f7d709561bcb02fc8ede57b90a51b'Joey Hess
2010-07-23htmlJoey Hess
2010-07-23htmlJoey Hess
2010-07-23htmlJoey Hess
2010-07-23Implemented, please merge.intrigeri
2010-07-23todo updateintrigeri
2010-07-23add tipjar link to sidebarJoey Hess
and flattr button, as an experiment
2010-07-23add flattr buttonJoey Hess
2010-07-22add news item for ikiwiki 3.20100722Joey Hess
2010-07-20Support ordered po_slave_languages as discussed previously.intrigeri
Backward compatibility is still supported.
2010-07-19(no commit message)http://jeremiahfoster.com/
2010-07-19(no commit message)http://jeremiahfoster.com/
2010-07-19Added examplehttp://jeremiahfoster.com/
2010-07-19Added second question.http://jeremiahfoster.com/
2010-07-19typoJavier Rojas
2010-07-19Merge branch 'master' of git://git.ikiwiki.infoJavier Rojas
2010-07-19new syntax file for ikiwiki files in vimJavier Rojas
2010-07-19fix link syntaxhttp://weakish.myopenid.com/
2010-07-19link to 404 pluginhttp://weakish.myopenid.com/
2010-07-19remove lighttpd doc: lighttpd send 200 to dynamic error pages. Thus this ↵http://weakish.myopenid.com/
plugin doesn't work with it w/o modification.
2010-07-19update urlhttp://weakish.myopenid.com/
2010-07-18Revert "po_slave_languages can now be a hash, if order matters."Joey Hess
This reverts commit 4cf185e781a5f94373b30ec9a0e10dfb626b6d86. That commit broke t/po.t (probably the test case only is testing too close the the old implementation and needs correcting). Also, we have not decided how to want to represent it yet, so I'm not ready for this change. Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn
2010-07-18merge fix for selflink po problemJoey Hess
2010-07-18response on po_slave_languages structureJoey Hess
2010-07-18Merge remote branch 'intrigeri/po'Joey Hess
2010-07-18noticed a bug in the po pluginJoey Hess
(I should probably put this in bugs/, but I am not sure if intregriti watches there..)
2010-07-18(no commit message)crest
2010-07-18remove dup sentenceJoey Hess
2010-07-18Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-18fix other 2 cases of conflicting destdir filesJoey Hess
Cleanly fixed case where destdir file failed to be written because there was a directory with the same name. This can be detected with no extra system calls, and dealt with by finding all pages that wrote files inside the directory, and removing them and the directory. The other, inverse case would be expensive to detect in will_render, since it would need to check each parent directory of the file to see if the directory is really a conflicting file. But prep_writefile already does a similar scan for symlinks in the path, so I added code there to remove the conflicting file. This fix assumes that the file is written using writefile, and not some other means (but using other means would be a security hole too, so hopefully nothing does).
2010-07-18class of bugs I am working onJoey Hess
2010-07-18this plugin is different from the [[html]] plugin and it is safe in most cases.http://weakish.myopenid.com/
2010-07-17typobento
2010-07-17support-statementbento
2010-07-17Add Banuhttps://mukund.startssl.com/
2010-07-16Added a commenthttp://joey.kitenet.net/
2010-07-16Fix a couple of grammar errors.Jonas Smedegaard
2010-07-16(no commit message)tkane
2010-07-15Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE
2010-07-14note on escapingJoey Hess