summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-04-15fix tagspecJoey Hess
2010-04-15reorgJoey Hess
2010-04-15fix sidebar directive parameter handlingJoey Hess
2010-04-15typoJoey Hess
2010-04-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-15allow sidebar directive to enable use of sidebar pageJoey Hess
This way, the example blog always has a sidebar on the index page, but not the overhead of sidebars on all the other pages. And if a user wants to, they can enable global_sidebars to switch to sidebars on every page.
2010-04-15sidebar: Add global_sidebars setting.Joey Hess
2010-04-15add note if ikiwiki-calendar needs to be runJoey Hess
2010-04-15sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess
on a page.
2010-04-15updateJoey Hess
2010-04-15sidebar styling improvementsJoey Hess
Added a visible border; tuned down the whitespace/borders. Note the use of the -1 pixel margin-top -- this makes the sidebar appear to hang down from the line under the actions at the top of the page.
2010-04-15increase sidebar width from 20 to 30 exJoey Hess
This makes it big enough to fit a month calendar.
2010-04-15CSS and templates for sidebar changed to use a class, not an id.Joey Hess
Multiple sidebars should be possible; also, I want to add a sidebar template.
2010-04-15don't link to ikiwiki-calendar, broken link on basewikiJoey Hess
2010-04-15enhance pagestats and rework example blog front pageJoey Hess
* pagestats: Class parameter can be used to override default class for custom styling. * pagestats: Use style=list to get a list of tags, scaled by use like in a tag cloud. This is useful to put in a sidebar. * Rework example blog front page.
2010-04-15calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess
which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
2010-04-15remove example comments_pagespec settingJoey Hess
auto-blog.setup configures this automatically now
2010-04-15Reply to KA about collapsing metadata functionalityhttp://oblomov.myopenid.com/
2010-04-15response, alternative proposalhttp://kerravonsen.dreamwidth.org/
2010-04-15Describe my tag type proposalhttp://oblomov.myopenid.com/
2010-04-14note link types are now availableJoey Hess
2010-04-14Correct comment. We want to merge the branch *doc* into branch *master* as ↵PaulePanter
the sample output suggests.
2010-04-14Fixed a typo.http://oneingray.myopenid.com/
2010-04-14Fixed the double quotes.http://oneingray.myopenid.com/
2010-04-14More details on my personal preferences (as related to Ikiwiki.)http://oneingray.myopenid.com/
2010-04-14Give a bit more details about the Wikis (now one more) I run.http://oneingray.myopenid.com/
2010-04-12updateJoey Hess
2010-04-12fix bugJoey Hess
2010-04-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-12implemented the other half of thisJoey Hess
Writing my own sort code actually was faster than the built in sort. Whee! (That's not supposed to happen, is it. ;) But, I need to make sure influences are calculated alright.
2010-04-11Space sorting orders consistentlySimon McVittie
Markdown interprets the empty lines resulting from [[!if]] as a request that each <li> contain a <p>. For consistent spacing in the HTML, either the unconditional items should have blank lines between (resulting in each <li> having a <p>), or the conditional items should not (resulting in messy source code, and no <li> having a <p>). I think the former looks nicer.
2010-04-11optimization: pagespec_match_list with no num limit matches before sortingJoey Hess
This can be a lot faster, since huge numbers of pages are not sorted only to mostly be thrown away. It sped up a build of my blog by at least 5 minutes.
2010-04-11plan for more efficient pagespec_match_list sortingJoey Hess
(smcv please note)
2010-04-10Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-10closeJoey Hess
2010-04-10(no commit message)Cord
2010-04-09close bug, was fixed in 3.20100403Joey Hess
2010-04-07formattinghttp://kerravonsen.dreamwidth.org/
2010-04-07further response to smcv on pagetemplateshttp://kerravonsen.dreamwidth.org/
2010-04-07expand my responseJon Dowland
2010-04-07"safe" and "unsafe" too simplistic, I suspecthttp://smcv.pseudorandom.co.uk/
2010-04-07response about XSS, meta and pagetemplateshttp://kerravonsen.dreamwidth.org/
2010-04-07add peter's git repoJoey Hess
2010-04-07note about sort and dependency typesJoey Hess
There's a gotcha where pagespec_match_list is used with a dependency type that is not a full content dependency, and so ikiwiki does not know that a content change to a page that sorted too low to match needs to trigger a rebuild, since its sort order may have changed. Inline is mostly ok re this, as it does use content dependencies. Except for in the case of raw mode. But then, page metadata is documented to not be loaded, so it doesn't make sense to use sortspecs that depend on metadata. I hope. :)
2010-04-06close (but one question remains!)Joey Hess
2010-04-06remove note about more sort types possibly being availableJoey Hess
Good plugins should document them :)
2010-04-06questionJoey Hess
2010-04-06add cpan linkJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
Conflicts: debian/NEWS
2010-04-06Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess