summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-09(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-09Add a suggestionhttp://www.cse.unsw.edu.au/~willu/
2008-08-07Mark donehttp://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07Responsehttp://www.cse.unsw.edu.au/~willu/
2008-08-07close bug, changelogJoey Hess
2008-08-07use srcfile/destfileJoey Hess
avoids a commit message of "renamed foo to foo"
2008-08-07avoid link fixup if page name stayed the sameJoey Hess
2008-08-07page file type rename patch from willuJoey Hess
2008-08-07add clear: both for recentchangesJoey Hess
This helps make sure the sidebar displays above it on some browsers
2008-08-07inline: Ignore parent dirs when sorting pages by title.Joey Hess
2008-08-07this belonged in users, and is one of several failed attempts to put itJoey Hess
there, apparently
2008-08-07responseJoey Hess
2008-08-07responseJoey Hess
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07Add bug listshttp://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-08-07New User pagehttp://www.cse.unsw.edu.au/~willu/
2008-08-07Added CCCDhttp://mxey.myopenid.com/
2008-08-07Add patch to bug reporthttp://www.cse.unsw.edu.au/~willu/
2008-08-07Note that inline sort by title really sorts by pathhttp://www.cse.unsw.edu.au/~willu/
2008-08-06Add Suggests on texlive and texlive-science for the teximg pluginJosh Triplett
2008-08-06Sort plugins by title.JoshTriplett
2008-08-06Suggestion about plugin listing orderhttp://www.cse.unsw.edu.au/~willu/
2008-08-06move to rightJoey Hess
2008-08-06Added a small icon to the search input box.Joey Hess
2008-08-06(no commit message)http://joey.kitenet.net/
2008-08-06Options set in the setup file are now immediatly loaded by ikiwiki -setup. ↵Joey Hess
This allows later switches to override them. Previously, setup file options overrode most command line options.
2008-08-06fix inverted testJoey Hess
2008-08-06external: Fix support for hooks called in an array context.Joey Hess
2008-08-06add getsetup hookJoey Hess
in python, even, wow
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.