summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-06-13responseJoey Hess
2010-06-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-06-13remove obsolete ol class=form for editpage and editcommentJoey Hess
The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css.
2010-06-13(no commit message)http://abhidg.wordpress.com/
2010-06-13wordingJoey Hess
2010-06-13spelingJoey Hess
2010-06-13typoJoey Hess
2010-06-12edittemplate: Look for template pages under templates/ like everything else ↵Joey Hess
(still looks in old location for backwards compatability).
2010-06-12img: Support hspace and vspace attributes.Joey Hess
2010-06-11realm is an url patternJoey Hess
2010-06-11Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-06-11openid: Add openid_realm and openid_cgiurl configuration options, useful in ↵Joey Hess
a few edge case setups.
2010-06-11(no commit message)jwalzer
2010-06-11(no commit message)zimek
2010-06-11(no commit message)dwabot
2010-06-11use the ikiwiki userdb outside of the ikiwiki edition access controlnil
2010-06-11use PARENTLINKSprivat
2010-06-10Update URLhttp://jblevins.org/
2010-06-10Update URLhttp://jblevins.org/
2010-06-10remove oldJoey Hess
2010-06-10add news item for ikiwiki 3.20100610Joey Hess
2010-06-10add auto-scrolling pre'sJoey Hess
let's see if anyone hates it :)
2010-06-10calendar stylingJoey Hess
* calendar: Shorten day names, and improve styling of month calendar. * style.css: Reduced sidebar width back to 20ex from 30; the month calendar will now fit in the smaller width, and 30 was feeling too large.
2010-06-10also set overflow: auto for blogformJoey Hess
This improves its display slighly when next to a sidebar or other floating element.
2010-06-10Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-06-10style.css: Improvements to make floating sidebar fit better on pages with ↵Joey Hess
inlines. The key is using width: auto; overflow: auto; -- this allows the div(s) to the left of the floating sidebar to be resized to fit next to it, and prevents any clear: both from pushing the div down below the end of the sidebar. Many thanks for the Hurd wiki's developers for originally figuring this out. The edit page recently developed the same problem with its textarea, now that a sidebar can appear on that page too. In editpage.tmpl I needed to add a new div around the editcontent textarea, as the above styles cannot be applied directly to textareas. The textarea's own width is reduced to 98% because at least in chromium this avoids it getting unnecessary horizonatl scrollbars when a sidebar is displayed next to it.
2010-06-10Fixed.tschwinge
2010-06-10(no commit message)https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
2010-06-09editpage: Avoid storing accidental state changes when previewing pages.Joey Hess
This is a slow, safe, stupid approach. Could make deep copies of the data structures as backups instead of re-loading the index from disk.
2010-06-09ugly bugJoey Hess
2010-06-09Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess
On second thought, only display a page's personal sidebar when previewing it, not when editing normally.
2010-06-09relativedate: Fix problem with localised dates not working.Joey Hess
2010-06-09When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess
2010-06-09Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-06-09close; use ENV in setup fileJoey Hess
2010-06-09(no commit message)privat
2010-06-09close old bug, apparently worked aroundJoey Hess
2010-06-09closing; cannot reproduce and no followup for 1 year 9 monthsJoey Hess
2010-06-09closeJoey Hess
2010-06-09closeJoey Hess
2010-06-09fixedJoey Hess
2010-06-09fixed by improved openid login formJoey Hess
2010-06-09seems this was fixed a long time agoJoey Hess
2010-06-09move contrib plugin directives out of ikiwiki/directiveJoey Hess
Problem is that ikiwiki/directive is turned into an underlay and added to all wikis. And the test suite checks it for broken links and turns some up. So it's not appropriate for contrib plugin's directives to be documented in there.
2010-06-09remove tag on first postJoey Hess
It's a broken link on ikiwiki.info.
2010-06-09note that setup is all done by auto-blog.setupJoey Hess
2010-06-09Fix support for globbing in tagged() pagespecs.Joey Hess
The linktype check was being done on the relativised link target, but %typedlinks uses the same link targets as %links, so that didn't work. I think the bug only appeared when tagbase was not set. This bugfix also let me factor out the common typedlink checking code.
2010-06-09remove example blog tag pagesJoey Hess
Autotag will create them as needed. Avoids some complexity.
2010-06-09responseJoey Hess
2010-06-09clarificationJoey Hess