summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-07Updated Spanish translation from Victor Moral.Joey Hess
2008-10-06avoid $_ in a few other for loopsJoey Hess
These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_.
2008-10-06remove: Avoid $_ breakage. (Stupid, stupid perl.)Joey Hess
This avoids another one of those $_ scoping issues where a deep call to a function that changes $_ clobbers the array that is being looped over.
2008-10-06remove post, since this is intended to be an example people copy and use,Joey Hess
it should not get cluttered up
2008-10-06done, documented workaroundintrigeri
2008-10-06(no commit message)foob
2008-10-06(no commit message)foob
2008-10-06(no commit message)lschiere
2008-10-05add news item for ikiwiki 2.66Joey Hess
2008-10-05releasing version 2.66Joey Hess
2008-10-05fix lintian warningJoey Hess
2008-10-05make set -eJoey Hess
2008-10-02closeJoey Hess
2008-10-02tagJoey Hess
2008-10-02fix tagJoey Hess
2008-10-02renameJoey Hess
2008-10-02closeJoey Hess
2008-10-02doneJoey Hess
2008-10-02tagJoey Hess
2008-10-02tagJoey Hess
2008-10-02tagJoey Hess
2008-10-02tagJoey Hess
2008-10-02tagJoey Hess
2008-10-02wishlistJoey Hess
2008-10-02moveJoey Hess
2008-10-02this is a wishlist todo item, rename tooJoey Hess
2008-10-02responseJoey Hess
2008-10-02thoughtsJoey Hess
2008-10-02pingJoey Hess
2008-10-02closeJoey Hess
2008-10-02move to todo, responseJoey Hess
2008-10-02typoJoey Hess
2008-10-02fix bug closureJoey Hess
2008-10-02Updated French translation. Closes: #500929Joey Hess
2008-10-02remove, rename: Allow acting on attachments as a page is being created.Joey Hess
2008-10-02attachment: Support adding attachments to pages even as they are being created.Joey Hess
2008-10-02don't special case previewJoey Hess
Whenever the edit form is submitted, but not saved, the page location select should reduce to the currently selected value. This was only done when previewing before, but is also needed in order to support the case of adding an attachment to a page that is just being created. Before this change, the attachment plugin would get a weird value in $form->field("page"), that did not reflect the actual page location.
2008-10-01updateJoey Hess
2008-10-01inline: Fix handling of rootpage that doesn't exist.Joey Hess
It makes sense to use bestlink to determine which page rootpage refers to, but if no page matches, just use the raw value.
2008-10-01Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-01first reviewJoey Hess
2008-10-01(no commit message)Plareplane
2008-10-01add padding between inlined page title and contentJoey Hess
Some aggregated contents do not include a span element, so there was zero padding without this.
2008-10-01typoJoey Hess
2008-10-01Merge branch 'tova'Joey Hess
2008-10-01remove external imageJoey Hess
The image is no longer on manoj's machine, and this wiki should not rely on images hosted by third parties. Manoj, if you'd like to add this image into ikiwiki's docs, we could talk about that.
2008-10-01Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-01fix subpage rename bug with indexpagesJoey Hess
If indexpages is enabled, then foo/index.mdwn will look like a subpage of foo, so an additional check is needed to avoid trying to rename it twice.
2008-10-01Merge branch 'master' into tovaJoey Hess
2008-10-01typoJoey Hess