summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-06updateJoey Hess
2008-08-06autoindex: Ignore internal pages, and take underlay directories into ↵Joey Hess
account. Also, avoid making index pages for directories that contain no files.
2008-08-05add a guard against multiple cgi or rcs wrappersJoey Hess
2008-08-05add ikiwiki-transition setupformat subcommand.Joey Hess
Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands.
2008-08-05some doc updates for websetupJoey Hess
warning about old style setup files
2008-08-05save to real setup file, and rebuild/refreshJoey Hess
2008-08-05remove WRAPPED_OPTIONS once loadedJoey Hess
This makes reentrant ikiwiki calls from wrappers work.
2008-08-05save the full path to the setup fileJoey Hess
2008-08-05typoJoey Hess
2008-08-05avoid forcing verbose offJoey Hess
Setting to undef rather than 0 means that setup files generated from the cgi wrapper will not have verbose set to 0, but instead commented out.
2008-08-05typoJoey Hess
2008-08-05Revert "typo"Joey Hess
This reverts commit c8d3626c51bdc53781d9431b1da88ae1e92dc2d5.
2008-08-05avoid forcing syslog settingJoey Hess
This avoids forcing the setting to 0 if it was not set at all.
2008-08-05typoJoey Hess
2008-08-05don't set values for verbose and syslog by defaultJoey Hess
Setting the values in the setup file by default makes it annoyingly hard to override them at the command line (since setup files override the command line). Both default to off if no value is set.
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05(no commit message)bashman
2008-08-05Clarify some wording in the setup documentation that could maybe lead users ↵Joey Hess
to putting paths with "~/" in the setup file, which doesn't work. Closes: #493835
2008-08-05Suggest fixeshttp://www.cse.unsw.edu.au/~willu/
2008-08-05(no commit message)bashman
2008-08-05Add note on work-aroundhttp://www.cse.unsw.edu.au/~willu/
2008-08-05Clarify when 'above' and 'below' mean higher and lower on the page, and when ↵http://www.cse.unsw.edu.au/~willu/
they mean printing over the top of other items
2008-08-05More information making sidebar and recentchanges work togetherhttp://www.cse.unsw.edu.au/~willu/
2008-08-05Add screenshotshttp://www.cse.unsw.edu.au/~willu/
2008-08-04creole hyperlink troublehttp://schmonz.livejournal.com/
2008-08-04(no commit message)http://hendry.iki.fi/
2008-08-04clear uphttp://hendry.iki.fi/
2008-08-04set background color of floating divsJoey Hess
If a floating div is next to (and in front of) a div that takes up the whole screen width, and has a background color set, that color can bleed through into the floating div. One exampe of this is inline's blogpost form. Avoid it by setting the background color of the floating element.
2008-08-04Add simple patch to silence a warning when using monotoneJoey Hess
2008-08-04improve fix to DTRT for a param of "0"Joey Hess
2008-08-04doneJoey Hess
2008-08-04Suppress warning about uninitialized value if directives look like [[!foo]]Simon McVittie
(cherry picked from commit cf58eefaa56eb17c227d97d129bf95e3dab54fd3)
2008-08-04hmJoey Hess
2008-08-04note that MIME sanity code seems to exist in attachment.pmbremner
2008-08-04clarify "deals with MIME"bremner
2008-08-03Use localikiwikicreatesite for simple bootstrapping of demo.JonasSmedegaard
2008-08-03add websetup to auto setupJoey Hess
2008-08-03plugin enable/disable working and bugfixesJoey Hess
2008-08-03loosen qw regexpJoey Hess
2008-08-03Full po4a support!JonasSmedegaard
2008-08-03work around strange problem with banned_usersJoey 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-03checkboxes backJoey Hess
2008-08-03(no commit message)bremner
2008-08-03use radio, not checkbox, for booleansJoey 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.