summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-07* map: Recent changes caused unnecessary ul's to be inserted for itemsJoey Hess
that were all at the same level, fix. Closes: #449285
2007-11-07responseJoey Hess
2007-11-07responseJoey Hess
2007-11-07thoughtsJoey Hess
2007-11-07responseJoey Hess
2007-11-07web commit by http://ptecza.myopenid.com/: * Request for configureable ↵Joey Hess
separator of page name
2007-11-07web commit by http://ptecza.myopenid.com/: * I meant that Git is trendyJoey Hess
2007-11-07web commit by http://ptecza.myopenid.com/: * Question about moving to GitJoey Hess
2007-11-07web commit by http://ptecza.myopenid.com/: * Added forgotten signatureJoey Hess
2007-11-07web commit by http://ptecza.myopenid.com/: * Question about quotation marks ↵Joey Hess
inside the title parameter
2007-11-06web commit by PatrickWinnertzJoey Hess
2007-11-06web commit by tschwinge: `makeinfo` Output.Joey Hess
2007-11-06web commit by tschwinge: Copyright and Licensing Snippets.Joey Hess
2007-11-06web commit by tschwingeJoey Hess
2007-11-06web commit by tschwinge: N-to-M mapping of input and output files.Joey Hess
2007-11-06web commit by tschwinge: Update.Joey Hess
2007-11-06web commit by tschwinge: texinfo plugin.Joey Hess
2007-11-06tested this patch and found problemsJoey Hess
2007-11-06responseJoey Hess
2007-11-06web commit by http://harningt.myopenid.com/: Added 'discussion' item about ↵Joey Hess
"mr" to implement multiple rcs in ikiwiki
2007-11-05Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2007-11-05reset SIGPIPE before returningJoey Hess
2007-11-05web commit from 204.10.114.144: poll vote (It's fast enough)Joey Hess
2007-11-05web commit from 204.10.114.144: poll vote (It's fast enough)Joey Hess
2007-11-05web commit from 204.10.114.144: poll vote (No opinion)Joey Hess
2007-11-05web commit by ThomasBleherJoey Hess
2007-11-04web commit by http://ccshan.myopenid.com/: expecified -> specifiedJoey Hess
2007-11-03web commit by tschwinge: All Thumbnails on One PageJoey Hess
2007-11-03web commit by tschwinge: Bug With Referring to *js* and *css* FilesJoey Hess
2007-11-03web commit by JonasSmedegaard: Fix commands in redpill example.Joey Hess
2007-11-03web commit by http://arpitjain11.myopenid.com/Joey Hess
2007-11-03web commit by JonasSmedegaard: Suggest resolving lang in core.Joey Hess
2007-11-03web commit by JonasSmedegaard: Add detailed example of use of localized ↵Joey Hess
repository.
2007-11-03web commit by JonasSmedegaard: Add notes on maintainance of danish l10n ↵Joey Hess
(dropping the question about it)
2007-11-02web commit by http://roktas.myopenid.com/: thoughts on using git-stashJoey Hess
2007-11-02web commit by JonasSmedegaard: Homebase and Kaospilotene are both ↵Joey Hess
organisations, so documenting support for them must be "projects" rather than personal.
2007-11-02web commit by JonasSmedegaard: Homebase and Kaospilotene use ikiwiki for ↵Joey Hess
support websites.
2007-10-31fix dumb mistakeJoey Hess
2007-10-31* Don't truncate git commit messages to the first line in RecentChanges,Joey Hess
show the full message.
2007-10-31* Improve the RecentChanges display for git merges, by passing -c insteadJoey Hess
of -m to git-log, and by skipping display of commits that change no pages.
2007-10-31todo itemJoey Hess
2007-10-31* Avoid using commands like git-diff and instead use "git diff".Joey Hess
In some configurations, only the main git command is in the path.
2007-10-31formattingJoey Hess
2007-10-31Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2007-10-31* Avoid a race in the git rcs_commit function, by not assuming HEAD willJoey Hess
stay the same for the duration of the function.
2007-10-31web commit from 90.152.10.135: poll vote (No opinion)Joey Hess
2007-10-31web commit from 88.172.149.251: poll vote (It's too slow!)Joey Hess
2007-10-30improve use of seen hashJoey Hess
2007-10-30Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2007-10-30* Fix an aggregate plugin expiry bug. Over time, it's possible for the sameJoey Hess
page name to be expired and reused for several distinct guids. When this happened, the expiry code counted each past guid that had used that page name as a currently existing page, and thus expired too many pages.