Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | --gettime revamp | Joey Hess | |
* Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git. | |||
2010-04-16 | Proposal for tags/meta/field coalescing | http://oblomov.myopenid.com/ | |
2010-04-16 | ... and indeed there is a better way to store it | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | answer to clarification. | David Riebenbauer | |
2010-04-16 | clarify re %pagestate persistence | Joey Hess | |
2010-04-16 | try to clarify | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | typo | David Riebenbauer | |
2010-04-16 | answer about the `%pagestate` of autopages. | David Riebenbauer | |
2010-04-16 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-15 | calendar: Improved display of arrows. | Joey Hess | |
2010-04-15 | slight clarification | http://smcv.pseudorandom.co.uk/ | |
2010-04-15 | some comments about this and autoindex | http://smcv.pseudorandom.co.uk/ | |
2010-04-15 | reduce border | Joey Hess | |
2010-04-15 | fix tagspec | Joey Hess | |
2010-04-15 | reorg | Joey Hess | |
2010-04-15 | fix sidebar directive parameter handling | Joey Hess | |
2010-04-15 | typo | Joey Hess | |
2010-04-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-15 | allow sidebar directive to enable use of sidebar page | Joey 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-15 | sidebar: Add global_sidebars setting. | Joey Hess | |
2010-04-15 | add note if ikiwiki-calendar needs to be run | Joey Hess | |
2010-04-15 | sidebar: Now a sidebar directive can be used to override the sidebar shown ↵ | Joey Hess | |
on a page. | |||
2010-04-15 | update | Joey Hess | |
2010-04-15 | sidebar styling improvements | Joey 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-15 | increase sidebar width from 20 to 30 ex | Joey Hess | |
This makes it big enough to fit a month calendar. | |||
2010-04-15 | CSS 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-15 | don't link to ikiwiki-calendar, broken link on basewiki | Joey Hess | |
2010-04-15 | enhance pagestats and rework example blog front page | Joey 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-15 | calendar: 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-15 | remove example comments_pagespec setting | Joey Hess | |
auto-blog.setup configures this automatically now | |||
2010-04-15 | Reply to KA about collapsing metadata functionality | http://oblomov.myopenid.com/ | |
2010-04-15 | response, alternative proposal | http://kerravonsen.dreamwidth.org/ | |
2010-04-15 | Describe my tag type proposal | http://oblomov.myopenid.com/ | |
2010-04-14 | note link types are now available | Joey Hess | |
2010-04-14 | Correct comment. We want to merge the branch *doc* into branch *master* as ↵ | PaulePanter | |
the sample output suggests. | |||
2010-04-14 | Fixed a typo. | http://oneingray.myopenid.com/ | |
2010-04-14 | Fixed the double quotes. | http://oneingray.myopenid.com/ | |
2010-04-14 | More details on my personal preferences (as related to Ikiwiki.) | http://oneingray.myopenid.com/ | |
2010-04-14 | Give a bit more details about the Wikis (now one more) I run. | http://oneingray.myopenid.com/ | |
2010-04-12 | update | Joey Hess | |
2010-04-12 | fix bug | Joey Hess | |
2010-04-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-12 | implemented the other half of this | Joey 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-11 | Space sorting orders consistently | Simon 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-11 | optimization: pagespec_match_list with no num limit matches before sorting | Joey 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-11 | plan for more efficient pagespec_match_list sorting | Joey Hess | |
(smcv please note) | |||
2010-04-10 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-10 | close | Joey Hess | |
2010-04-10 | (no commit message) | Cord | |