Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-03 | support arrays | Joey Hess | |
2008-08-03 | reword | Joey Hess | |
2008-08-02 | update | Joey Hess | |
2008-08-02 | add | Joey Hess | |
2008-08-02 | rebuild detection | Joey Hess | |
2008-08-02 | pull values from form to config | Joey Hess | |
2008-08-02 | fix syntax error with corrupt data | Joey Hess | |
Just because it's supposed to be an integer or boolean doesn't mean the vlaue really is.. | |||
2008-08-02 | collect a hash of shown fields | Joey Hess | |
Need to do this to know what fields to take from CGI. (Can't trust that only safe ones are sent..) | |||
2008-08-02 | show unsafe options (RO) by default | Joey Hess | |
Small data leak, but only to admins, and I think it's worth it to see the stuff that cannot be configured. | |||
2008-08-02 | (no commit message) | http://schmonz.livejournal.com/ | |
2008-08-02 | avoid syslog whining from broken plugins | Joey Hess | |
2008-08-02 | small patch update | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-02 | avoid setting default value in websetup_force_plugins | Joey Hess | |
This would make changes not be seen later. | |||
2008-08-02 | Add patch to bug report | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-02 | update to actual generated example | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-02 | Sidebar layout strange | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-02 | don't install demo external plugins by default | Joey Hess | |
2008-08-02 | websetup form display done | Joey Hess | |
2008-08-02 | basic form display done | Joey Hess | |
2008-08-02 | add description_html | Joey Hess | |
2008-08-02 | refactor | Joey Hess | |
2008-08-02 | relocate | Joey Hess | |
2008-08-02 | skeleton of web setup plugin | Joey Hess | |
2008-08-02 | update | Joey Hess | |
2008-08-02 | update on google not grokking feeds | http://hendry.iki.fi/ | |
2008-08-02 | Add patch to change markup type | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-02 | Suggest how to solve this | http://smcv.pseudorandom.co.uk/ | |
2008-08-02 | Add simple patch to silence a warning when using monotone | http://www.cse.unsw.edu.au/~willu/ | |
2008-08-01 | banned_users move to setup file, stage 1 | Joey Hess | |
2008-08-01 | response | Joey Hess | |
2008-08-01 | hide deprecated values if empty after save | Joey Hess | |
2008-08-01 | that did the trick | http://schmonz.livejournal.com/ | |
2008-08-01 | update rcs tests for new rcs plugin load method | Joey Hess | |
As a side effect, since loadplugins is called, mdwn is loaded, so rcs_recentchanges will return page names, not filenames, for mdwn files. | |||
2008-08-01 | rcs plugin loading reorg | Joey Hess | |
Move rcs plugin load to loadplugins; move duplicate rcs detection logic out of individual plugins and into loadplugins. Avoids checkconfig failing when run twice. | |||
2008-08-01 | admin prefs move to setup file, stage 1 | Joey Hess | |
The locked pages configuration is moving to a locked_pages option in the setup file, and the allowed attachments configuration to allowed_attachments. The admin prefs page can still be used for these, but that's depreacted and will only be shown if there's currently a value. | |||
2008-08-01 | (no commit message) | http://jicknan.blogspot.com/ | |
2008-08-01 | (no commit message) | http://schmonz.livejournal.com/ | |
2008-08-01 | (no commit message) | http://jcflack.myopenid.com/ | |
2008-07-31 | Merge branch 'master' into autoconfig | Joey Hess | |
Conflicts: IkiWiki/Plugin/git.pm debian/changelog po/ikiwiki.pot | |||
2008-07-31 | add news item for ikiwiki 2.56 | Joey Hess | |
2008-07-31 | releasing version 2.56 | Joey Hess | |
2008-07-31 | Revert "increase minimum git version" | Joey Hess | |
This reverts commit 391c5c2cb58719ca6f7a128e23ec387276c53c62. | |||
2008-07-31 | Add test for old versions of git that don't support --cleanup=verbatim, and ↵ | Joey Hess | |
munge empty commit messages. | |||
2008-07-31 | increase minimum git version | Joey Hess | |
git commit --cleanup=verbatim was first introduced in git 1.5.4. | |||
2008-07-31 | merged | Joey Hess | |
2008-07-31 | Merge commit 'smcv/escape-feed-html' | Joey Hess | |
2008-07-31 | response | Joey Hess | |
2008-07-31 | update progress report | bremner | |
2008-07-31 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-07-31 | Escape HTML in Atom feed metadata rather than treating it as XHTML | Simon McVittie | |