Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-12 | flattr: New plugin. | Joey Hess | |
Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler. | |||
2010-07-24 | Single escape (not double escape) square bracket. | http://sirireiter.dk/ | |
2010-07-18 | remove dup sentence | Joey Hess | |
2010-07-12 | po: added an optional target percentage to needstranslation | intrigeri | |
(cherry picked from commit 98cc9460ac67fee606437712882cfa1e5d259729) | |||
2010-07-05 | comments: Added commentmoderation directive for easy linking to the comment ↵ | Joey Hess | |
moderation queue. | |||
2010-07-04 | po: added a needstranslation() pagespec | intrigeri | |
(cherry picked from commit b225fdc44d4b3d2853db622d59aed7b59788aeec) | |||
2010-06-25 | commenting on the link-text-from-title idea | http://kerravonsen.dreamwidth.org/ | |
2010-06-23 | finializing openid nickname support | Joey Hess | |
Renamed usershort => nickname. Note that this means existing user login sessions will not have the nickname recorded, and so it won't be used for those. | |||
2010-06-23 | document external links | Joey Hess | |
2010-06-23 | response | Joey Hess | |
2010-06-19 | Match start page `/index` does not work. | PaulePanter | |
2010-06-12 | img: Support hspace and vspace attributes. | Joey Hess | |
2010-06-09 | move contrib plugin directives out of ikiwiki/directive | Joey 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-05-19 | added toc | http://kerravonsen.dreamwidth.org/ | |
2010-05-19 | new version; prev_, next_, here_only, and loops | http://kerravonsen.dreamwidth.org/ | |
2010-05-19 | put ftemplate directive info under directives; new version of ftemplate, ↵ | http://kerravonsen.dreamwidth.org/ | |
with LOOPS! | |||
2010-05-08 | calendar: Allow negative month to be specified. -1 is last month, etc. (And ↵ | Joey Hess | |
also negaitve years.) | |||
2010-05-07 | Merge branch 'master' into commentreorg | Joey Hess | |
2010-05-07 | update | Joey Hess | |
2010-05-06 | moved comments pending moderation | Joey Hess | |
* comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec. | |||
2010-05-05 | consistently drop NAME= in templates | Joey Hess | |
also add template syntax smoke test | |||
2010-04-26 | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | |
files. | |||
2010-04-26 | document match_guid | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | fix caps | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | remove paragraph about old style directives, it's been long enough | Joey Hess | |
2010-04-23 | improve attachment example | Joey Hess | |
2010-04-23 | Merge branch 'master' into templatemove | Joey Hess | |
Conflicts: doc/templates.mdwn | |||
2010-04-23 | template docu reorg | Joey Hess | |
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | |||
2010-04-23 | move template documentation to the template directive | Joey Hess | |
allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b) | |||
2010-04-23 | move template documentation to the template directive | Joey Hess | |
allow new templates to be created via the inline that lists them | |||
2010-04-22 | map can't currently change sort ordering | http://smcv.pseudorandom.co.uk/ | |
2010-04-22 | (no commit message) | http://seph.myopenid.com/ | |
2010-04-22 | update | Joey Hess | |
2010-04-21 | turn on tag_autocreate by default if tagbase is set | Joey Hess | |
2010-04-21 | remove broken ./tag support | Joey Hess | |
The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it. | |||
2010-04-15 | fix sidebar directive parameter handling | 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 | sidebar: Now a sidebar directive can be used to override the sidebar shown ↵ | Joey Hess | |
on a page. | |||
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-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-06 | remove note about more sort types possibly being available | Joey Hess | |
Good plugins should document them :) | |||
2010-04-06 | Merge remote branch 'smcv/ready/sort-package' | Joey Hess | |
Conflicts: debian/NEWS | |||
2010-04-04 | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie | |
Joey pointed out that sort=x usually takes a sort order. | |||
2010-04-04 | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie | |
I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something. | |||
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie | |