Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-02 | tag | Joey Hess | |
2008-10-02 | wishlist | Joey Hess | |
2008-10-02 | move | Joey Hess | |
2008-10-02 | this is a wishlist todo item, rename too | Joey Hess | |
2008-10-02 | response | Joey Hess | |
2008-10-02 | thoughts | Joey Hess | |
2008-10-02 | ping | Joey Hess | |
2008-10-02 | close | Joey Hess | |
2008-10-02 | move to todo, response | Joey Hess | |
2008-10-02 | typo | Joey Hess | |
2008-10-02 | fix bug closure | Joey Hess | |
2008-10-02 | Updated French translation. Closes: #500929 | Joey Hess | |
2008-10-02 | remove, rename: Allow acting on attachments as a page is being created. | Joey Hess | |
2008-10-02 | attachment: Support adding attachments to pages even as they are being created. | Joey Hess | |
2008-10-02 | don't special case preview | Joey 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-01 | update | Joey Hess | |
2008-10-01 | inline: 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-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-01 | first review | Joey Hess | |
2008-10-01 | (no commit message) | Plareplane | |
2008-10-01 | add padding between inlined page title and content | Joey Hess | |
Some aggregated contents do not include a span element, so there was zero padding without this. | |||
2008-10-01 | typo | Joey Hess | |
2008-10-01 | Merge branch 'tova' | Joey Hess | |
2008-10-01 | remove external image | Joey 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-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-01 | fix subpage rename bug with indexpages | Joey 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-01 | Merge branch 'master' into tova | Joey Hess | |
2008-10-01 | typo | Joey Hess | |
2008-10-01 | typo | Joey Hess | |
2008-10-01 | (no commit message) | bremner | |
2008-09-30 | Merge branch 'master' into tova | Joey Hess | |
Conflicts: debian/changelog | |||
2008-09-30 | httpauth: Document that ikiwiki.cgi has to be in a directory subject to ↵ | Joey Hess | |
authentication. Closes: #500524 | |||
2008-09-30 | The plugins have been rewritten and now should function properly. | tschwinge | |
2008-09-30 | Merge branch 'master' into tova | Joey Hess | |
2008-09-30 | don't say rebuilding wiki when refreshing | Joey Hess | |
If run w/o --refresh, it should still say "refreshing wiki", if there's no setup file specifed. | |||
2008-09-30 | interesting bug | Joey Hess | |
2008-09-30 | add test for empty, and for entirely negated pagespecs | Joey Hess | |
2008-09-30 | close | Joey Hess | |
2008-09-30 | mention a demo site for plugin | bremner | |
2008-09-30 | Response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-29 | remove testing code, accidentially committed | Joey Hess | |
2008-09-29 | support indexpages | Joey Hess | |
2008-09-29 | update | Joey Hess | |
2008-09-29 | Removed the pagefile function, which was confusingly close in name to | Joey Hess | |
newpagefile. Note that newpagefile is not used here (or in recentchanges) because the internal use pages they generate are transient and unlikely to benefit from being put each in their own subdir. | |||
2008-09-29 | use newpagefile | Joey Hess | |
2008-09-29 | add newpagefile function | Joey Hess | |
2008-09-29 | support indexpages when renaming pages | Joey Hess | |
Note that the page filename code used here and in editpage are identical.. | |||
2008-09-29 | close todo about this | Joey Hess | |
2008-09-29 | support indexpages when creating new pages | Joey Hess | |
Initial draft, may need to factor new page filename code out into helper function if other plugins need to do the same.. | |||
2008-09-29 | Merge branch 'master' into tova | Joey Hess | |