Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-09-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-29 | avoid unnecessarily rebuilding pages with complex conditionals | Joey Hess | |
I noticed that ikiwiki/formatting was beilg rebuilt when any page changed. This turned out to be because it contained a complex conditional "enabled(foo) or enabled(bar)", and the conditional plugin did not notice that this consisted only of enabled() tests, and copied it unchanged into add_depends. Thus, the page's dependencies were satisfied by any page change. The fix is to beef up the parser so that it can handle that and more complex conditionals, and detect if they consist only of such tests. | |||
2008-09-29 | Add indexpages option | Joey Hess | |
This is the easy part of supporting foo/index.mdwn sources for page foo. Note that if foo.mdwn exists too, there will be a warning about multiple sources for the same page, and which is used is indeterminate. indexpages should also cause web based editing to create index source pages by default; this and other fallout of the option not yet implemented. | |||
2008-09-29 | update | Joey Hess | |
2008-09-29 | more changes for removal of blog page | Joey Hess | |
2008-09-29 | use gettext | Joey Hess | |
2008-09-29 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-09-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-29 | fix handing of case of file first created by preview but then saved | Joey Hess | |
To handle this, avoid populating %renderedfiles in preview, and in expiry, check if the file is in %renderedfiles, if it is do not delete it since it was saved. | |||
2008-09-29 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-09-28 | response | chrysn | |
2008-09-27 | response | Joey Hess | |