summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-27img: Fix adding of dependency from page to the image.Joey Hess
This was impressively broken. add_depends was being called with params backwards, and on parameter was set to the name of the generated file, which isn't in the source. Now updates to images will update the page that contains them, thus updating them. This is unncessary for fullsize images, so skipped.
2009-07-27Implement Will's suggestionSimon McVittie
2009-07-27Flag branches as ready for review, by using a ready/ prefix as Joey suggestedSimon McVittie
2009-07-27getsource: remove temporary variableSimon McVittie
2009-07-27(no commit message)simonraven
2009-07-27(no commit message)simonraven
2009-07-27Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-07-27mergedJoey Hess
2009-07-27Merge commit 'remotes/smcv/gitignore'Joey Hess
2009-07-27more datahttp://schmonz.livejournal.com/
2009-07-27CVS work in progress, debugging help appreciatedhttp://schmonz.livejournal.com/
2009-07-26Changes look good to me.http://www.cse.unsw.edu.au/~willu/
2009-07-26.gitignore merge requesthttp://smcv.pseudorandom.co.uk/
2009-07-26Add generated localizations, and related stamp files, to .gitignoreSimon McVittie
2009-07-26Link to my amended version of Will's pluginSimon McVittie
2009-07-26getsource: remove unnecessary IkiWiki:: prefixesSimon McVittie
Many variables and functions are exported.
2009-07-26getsource: in the default template, just say "Source"Simon McVittie
All the other actions are single words (apart from RecentChanges), and are nouns (apart from Edit); saying "Source" is consistent with "History", for instance.
2009-07-26getsource: don't allow getting the source of an attachmentSimon McVittie
Serving up images etc. as text/plain; charset=utf-8 is unlikely to work very well, and there's no point in having this CGI action for attachments (since they're copied into the output as-is anyway).
2009-07-26getsource: turn missing pages into a 404Simon McVittie
Also restructure so we return early on missing pages.
2009-07-26getsource: default to saying page source is in UTF-8, and make the example ↵Simon McVittie
match the default IkiWiki mostly assumes that pages are in UTF-8; anyone this doesn't work for can override it in the setup file.
2009-07-26getsource: run as plain CGI, rather than sessioncgiSimon McVittie
As I suggested when reviewing Will's code, calling loadindex() should be sufficient.
2009-07-26Add getsource pluginWill Uther
2009-07-26Similar requesthttp://smcv.pseudorandom.co.uk/
2009-07-26The 404 plugin also closes an old wishlist itemhttp://smcv.pseudorandom.co.uk/
2009-07-26is this in fact WONTFIX?http://smcv.pseudorandom.co.uk/
2009-07-26See alsohttp://smcv.pseudorandom.co.uk/
2009-07-26Reference a potentially-useful Perl modulehttp://smcv.pseudorandom.co.uk/
2009-07-26Reference another todo itemhttp://smcv.pseudorandom.co.uk/
2009-07-26pass on Joey's comments from another pagehttp://smcv.pseudorandom.co.uk/
2009-07-26maybe postform and inline need separating?http://smcv.pseudorandom.co.uk/
2009-07-26Fix wtf-8, link to similar todo items, mark Joey's thoughts as suchhttp://smcv.pseudorandom.co.uk/
2009-07-26plugins/contrib/album will also want attachment uploads into an underlayhttp://smcv.pseudorandom.co.uk/
2009-07-26internal pages are already matched specially...http://smcv.pseudorandom.co.uk/
2009-07-26html5: reference git branch via templatehttp://smcv.pseudorandom.co.uk/
2009-07-26you don't need to copy all the templates, only page.tmplhttp://smcv.pseudorandom.co.uk/
2009-07-26fix typohttp://schmonz.livejournal.com/
2009-07-25spellinghttp://schmonz.livejournal.com/
2009-07-25New branch based on optimize-pagespecs: remove pagespec_mergeSimon McVittie
2009-07-25Link my inline-pagenames branchSimon McVittie
2009-07-25I now have a git branch with harishcm's [[!map]] bugfix. If I was a ↵Simon McVittie
reviewer, I'd approve it
2009-07-25Fix failure to close <ul> in maps with no itemsharishcm
Signed-off-by: Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
2009-07-25Add [[!template id=gitbranch]] for things available from git, and use itSimon McVittie
The uses are somewhat biased towards my own branches, because I know where to find them and what they do :-) but I've tagged some other people's as well.
2009-07-25Fix syntax, remove duplicate entry for Jon's repositoryhttp://smcv.pseudorandom.co.uk/
2009-07-25Add all the forks on github, except gmcmanus' which was already therehttp://smcv.pseudorandom.co.uk/
2009-07-23add po4a to build-depsJoey Hess
2009-07-23quote version numbers to avoid them being interpreted as unicode charactersJoey Hess
2009-07-23revert revertJoey Hess
2009-07-23improve string to be less confusingJoey Hess
2009-07-23reverted a few of the string changesJoey Hess
Improved one string.
2009-07-23Fix fatal typos in danish directives underlay translationJonas Smedegaard