aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* add theme pluginJoey Hess2010-06-16
|
* attachment: Support Windows paths when taking basename of client-supplied ↵Joey Hess2010-06-16
| | | | file name.
* (no commit message)jhagg2010-06-16
|
* noteJoey Hess2010-06-15
|
* match only pages in calendarJoey Hess2010-06-15
|
* clear floats before comments beginJoey Hess2010-06-15
|
* Thanksprivat2010-06-15
|
* typobhobbit2010-06-15
|
* (no commit message)bhobbit2010-06-15
|
* fix linksJoey Hess2010-06-14
|
* add links to mentioned directivesJoey Hess2010-06-14
| | | | | Using the !iki shortcut, since the directive pages may not be included in the basewiki.
* editpage, comments: Fix broken links in sidebar (due to forcebaseurl). ↵Joey Hess2010-06-14
| | | | (Thanks, privat)
* good ideaJoey Hess2010-06-14
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-06-14
|\
| * Reopen the bug since it is not fixedprivat2010-06-14
| |
* | simplify, avoid confusing suggestionsJoey Hess2010-06-14
| | | | | | | | | | Don't even talk about ACLs, and more strongly discourage directly committing to ikiwiki's srcdir.
* | limit blog inlines to pagesJoey Hess2010-06-14
|/ | | | | This way images attached to blog posts don't show up as enclosures in the blog by default.
* responseJoey Hess2010-06-13
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-06-13
|\
| * (no commit message)http://abhidg.wordpress.com/2010-06-13
| |
* | remove obsolete ol class=form for editpage and editcommentJoey Hess2010-06-13
| | | | | | | | | | | | 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.
* | wordingJoey Hess2010-06-13
| |
* | spelingJoey Hess2010-06-13
|/
* typoJoey Hess2010-06-13
|
* edittemplate: Look for template pages under templates/ like everything else ↵Joey Hess2010-06-12
| | | | (still looks in old location for backwards compatability).
* img: Support hspace and vspace attributes.Joey Hess2010-06-12
|
* realm is an url patternJoey Hess2010-06-11
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-06-11
|\
| * (no commit message)jwalzer2010-06-11
| |
| * (no commit message)zimek2010-06-11
| |
| * (no commit message)dwabot2010-06-11
| |
| * use the ikiwiki userdb outside of the ikiwiki edition access controlnil2010-06-11
| |
| * use PARENTLINKSprivat2010-06-11
| |
| * Update URLhttp://jblevins.org/2010-06-10
| |
| * Update URLhttp://jblevins.org/2010-06-10
| |
* | openid: Add openid_realm and openid_cgiurl configuration options, useful in ↵Joey Hess2010-06-11
|/ | | | a few edge case setups.
* remove oldJoey Hess2010-06-10
|
* add news item for ikiwiki 3.20100610Joey Hess2010-06-10
|
* add auto-scrolling pre'sJoey Hess2010-06-10
| | | | let's see if anyone hates it :)
* calendar stylingJoey Hess2010-06-10
| | | | | | * 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.
* also set overflow: auto for blogformJoey Hess2010-06-10
| | | | | This improves its display slighly when next to a sidebar or other floating element.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-06-10
|\
| * Fixed.tschwinge2010-06-10
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H02010-06-10
| |
* | style.css: Improvements to make floating sidebar fit better on pages with ↵Joey Hess2010-06-10
|/ | | | | | | | | | | | | | | | | 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.
* editpage: Avoid storing accidental state changes when previewing pages.Joey Hess2010-06-09
| | | | | 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.
* ugly bugJoey Hess2010-06-09
|
* Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess2010-06-09
| | | | | On second thought, only display a page's personal sidebar when previewing it, not when editing normally.
* relativedate: Fix problem with localised dates not working.Joey Hess2010-06-09
|
* When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess2010-06-09
|