aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix parameter parsing when pagespec is ommited, and year is presentJoey Hess2010-04-15
|
* conditional: Fix bug that forced "all" mode off by default.Joey Hess2010-04-15
| | | | Commit b7351daacd0d4a041a51b43d99b7bf589de54f53 introduced the bug.
* fix tagspecJoey Hess2010-04-15
|
* reorgJoey Hess2010-04-15
|
* fix sidebar directive parameter handlingJoey Hess2010-04-15
|
* typoJoey Hess2010-04-15
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-15
|\
| * Reply to KA about collapsing metadata functionalityhttp://oblomov.myopenid.com/2010-04-15
| |
| * response, alternative proposalhttp://kerravonsen.dreamwidth.org/2010-04-15
| |
| * Describe my tag type proposalhttp://oblomov.myopenid.com/2010-04-15
| |
* | allow sidebar directive to enable use of sidebar pageJoey Hess2010-04-15
| | | | | | | | | | | | | | 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.
* | disable global sidebars by defaultJoey Hess2010-04-15
| |
* | sidebar: Add global_sidebars setting.Joey Hess2010-04-15
| |
* | add note if ikiwiki-calendar needs to be runJoey Hess2010-04-15
| |
* | Enable calendar and sidebar in auto-blog.setup.Joey Hess2010-04-15
| |
* | sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess2010-04-15
| | | | | | | | on a page.
* | updateJoey Hess2010-04-15
| |
* | sidebar styling improvementsJoey Hess2010-04-15
| | | | | | | | | | | | | | 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.
* | disable feeds in raw modeJoey Hess2010-04-15
| |
* | increase sidebar width from 20 to 30 exJoey Hess2010-04-15
| | | | | | | | This makes it big enough to fit a month calendar.
* | enable calendar by defaultJoey Hess2010-04-15
| | | | | | | | Makes it a bit easier to include the calendar on the sidebar template.
* | CSS and templates for sidebar changed to use a class, not an id.Joey Hess2010-04-15
| | | | | | | | | | Multiple sidebars should be possible; also, I want to add a sidebar template.
* | typoJoey Hess2010-04-15
| |
* | propigate ikiwiki setup error outJoey Hess2010-04-15
| |
* | don't link to ikiwiki-calendar, broken link on basewikiJoey Hess2010-04-15
| |
* | enhance pagestats and rework example blog front pageJoey Hess2010-04-15
| | | | | | | | | | | | | | | | * 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.
* | calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess2010-04-15
| | | | | | | | which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
* | remove example comments_pagespec settingJoey Hess2010-04-15
|/ | | | auto-blog.setup configures this automatically now
* note link types are now availableJoey Hess2010-04-14
|
* Correct comment. We want to merge the branch *doc* into branch *master* as ↵PaulePanter2010-04-14
| | | | the sample output suggests.
* 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-14
|
* updateJoey Hess2010-04-12
|
* fix bugJoey Hess2010-04-12
|
* more tests with more itemsJoey Hess2010-04-12
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-12
|\
| * Space sorting orders consistentlySimon McVittie2010-04-11
| | | | | | | | | | | | | | | | | | 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.
* | implemented the other half of thisJoey Hess2010-04-12
| | | | | | | | | | | | | | 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.
* | refactor sortspec translationJoey Hess2010-04-12
|/
* optimization: pagespec_match_list with no num limit matches before sortingJoey Hess2010-04-11
| | | | | | 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.
* plan for more efficient pagespec_match_list sortingJoey Hess2010-04-11
| | | | (smcv please note)
* formattingJoey Hess2010-04-10
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-10
|\
| * (no commit message)Cord2010-04-10
| |
* | po: Configuring the same language as master and slave confuses processing; ↵Joey Hess2010-04-10
| | | | | | | | so filter out such a misconfiguration.
* | closeJoey Hess2010-04-10
| |
* | fix testsuiteJoey Hess2010-04-10
| | | | | | | | typedlink matchspec was removed
* | update changelog, update rebuild versionJoey Hess2010-04-10
| |