Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-03 | Use localikiwikicreatesite for simple bootstrapping of demo. | JonasSmedegaard | |
2008-08-03 | add websetup to auto setup | Joey Hess | |
2008-08-03 | plugin enable/disable working and bugfixes | Joey Hess | |
2008-08-03 | loosen qw regexp | Joey Hess | |
2008-08-03 | Full po4a support! | JonasSmedegaard | |
2008-08-03 | work around strange problem with banned_users | Joey Hess | |
Its value was being ignored. Some kind of formbuilder bug? Anyway, prefixing all keys with a section seems like a good idea generally, in case there's ever overlap. | |||
2008-08-03 | checkboxes back | Joey Hess | |
2008-08-03 | (no commit message) | bremner | |
2008-08-03 | use radio, not checkbox, for booleans | Joey Hess | |
Had to do this due to one of CGI::FormBuilder's more annoying quirks -- it loses the value of a checkbox field with only one option, always treating it as checked. | |||
2008-08-03 | add plugin safe/rebuild info (part 3 of 3) | Joey Hess | |
2008-08-03 | test skeleton.pm.example | Joey Hess | |
2008-08-03 | solution with an inline directive | http://jeremie.koenig.myopenid.com/ | |
2008-08-03 | support rebuild tristate | Joey Hess | |
also some fixes to change minimisation logic | |||
2008-08-03 | fix misc breakage from plugin safe/rebuild data addition | Joey Hess | |
2008-08-03 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-08-03 | remove bogus symlink | Joey Hess | |
2008-08-03 | Demote renamepage hook to a <h3> to fix the ToC | http://smcv.pseudorandom.co.uk/ | |
2008-08-03 | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | |
(brain.. melting..) | |||
2008-08-03 | anonok is safe | Joey Hess | |
2008-08-03 | reorg settings | Joey Hess | |
2008-08-03 | move plugin toggles to before config setting again | Joey Hess | |
2008-08-03 | ui improvements | Joey Hess | |
2008-08-03 | show force disabled plugins in advanced mode | Joey Hess | |
2008-08-03 | add plugin safe/rebuild info (part 1 of 2) | Joey Hess | |
too many plugins.. brain exploding.. | |||
2008-08-03 | plugin safe/rebuild controls | Joey Hess | |
2008-08-03 | need to adjust goodstuff for 3.0 | Joey Hess | |
2008-08-03 | add advanced and basic modes | Joey Hess | |
2008-08-03 | avoid adding extra disabled fields for arrays | Joey Hess | |
2008-08-03 | properly support all types of data in arrays | Joey Hess | |
2008-08-03 | remove description_html, add link | Joey Hess | |
2008-08-03 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-08-03 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-08-03 | Bail if both srcdir and repository are not specified. | Joey Hess | |
2008-08-03 | note that 2.60 is needed for auto setup | Joey Hess | |
2008-08-03 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-08-03 | link some related stuff | http://jeremie.koenig.myopenid.com/ | |
2008-08-03 | (no commit message) | bremner | |
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. |