Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Correct comment. We want to merge the branch *doc* into branch *master* as ↵ | PaulePanter | 2010-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 |
| | |||
* | 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 |
|\ | |||
| * | Space sorting orders consistently | Simon McVittie | 2010-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 this | Joey Hess | 2010-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. | ||
* | optimization: pagespec_match_list with no num limit matches before sorting | Joey Hess | 2010-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 sorting | Joey Hess | 2010-04-11 |
| | | | | (smcv please note) | ||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-04-10 |
|\ | |||
| * | (no commit message) | Cord | 2010-04-10 |
| | | |||
* | | close | Joey Hess | 2010-04-10 |
|/ | |||
* | close bug, was fixed in 3.20100403 | Joey Hess | 2010-04-09 |
| | |||
* | formatting | http://kerravonsen.dreamwidth.org/ | 2010-04-07 |
| | |||
* | further response to smcv on pagetemplates | http://kerravonsen.dreamwidth.org/ | 2010-04-07 |
| | |||
* | expand my response | Jon Dowland | 2010-04-07 |
| | |||
* | "safe" and "unsafe" too simplistic, I suspect | http://smcv.pseudorandom.co.uk/ | 2010-04-07 |
| | |||
* | response about XSS, meta and pagetemplates | http://kerravonsen.dreamwidth.org/ | 2010-04-07 |
| | |||
* | add peter's git repo | Joey Hess | 2010-04-07 |
| | |||
* | note about sort and dependency types | Joey Hess | 2010-04-07 |
| | | | | | | | | | | | | 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. :) | ||
* | close (but one question remains!) | Joey Hess | 2010-04-06 |
| | |||
* | remove note about more sort types possibly being available | Joey Hess | 2010-04-06 |
| | | | | Good plugins should document them :) | ||
* | question | Joey Hess | 2010-04-06 |
| | |||
* | add cpan link | Joey Hess | 2010-04-06 |
| | |||
* | Merge remote branch 'smcv/ready/sort-package' | Joey Hess | 2010-04-06 |
|\ | | | | | | | | | Conflicts: debian/NEWS | ||
| * | Use $a and $b for SortSpec cmp callbacks | Simon McVittie | 2010-04-05 |
| | | |||
| * | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie | 2010-04-04 |
| | | | | | | | | Joey pointed out that sort=x usually takes a sort order. | ||
| * | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie | 2010-04-04 |
| | | | | | | | | | | I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something. | ||
| * | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie | 2010-04-03 |
| | | | | | | | | | | Also rename cmpspec_translate (internal function) to sortspec_translate for consistency. | ||
| * | Remove support for check_cmp_foo (pre-sort checks) | Simon McVittie | 2010-04-03 |
| | | |||
| * | Split out sortnaturally into a plugin | Simon McVittie | 2010-04-03 |
| | | |||
| * | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie | 2010-03-25 |
| | | |||
| * | Allow sorting to be combined and/or reversed | Simon McVittie | 2010-03-24 |
| | | |||
| * | Add an optional "sort" argument to meta titles, defaulting to the title | Simon McVittie | 2010-03-24 |
| | | | | | | | | | | | | | | This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]] | ||
| * | Have the meta plugin add a meta_title sort order | Simon McVittie | 2010-03-24 |
| | | |||
| * | Allow hooks to add sorting functions to pagespec_match_list | Simon McVittie | 2010-03-24 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-04-06 |
|\ \ | |||
| * | | update fieldsort plugin again; remove obsolete bug + fix note (thanks!) | http://smcv.pseudorandom.co.uk/ | 2010-04-07 |
| | | | |||
* | | | close | Joey Hess | 2010-04-06 |
|/ / | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-04-06 |
|\ \ | |||
| * | | further discussion, point out potential XSS | http://smcv.pseudorandom.co.uk/ | 2010-04-07 |
| | | | |||
| * | | response | http://kerravonsen.dreamwidth.org/ | 2010-04-06 |
| | | | |||
| * | | response | http://kerravonsen.dreamwidth.org/ | 2010-04-06 |
| | | | |||
| * | | response to Joey and smcv | http://kerravonsen.dreamwidth.org/ | 2010-04-06 |
| | | | |||
| * | | reply | http://kerravonsen.dreamwidth.org/ | 2010-04-06 |
| | | | |||
* | | | improve wording to not encourage explicitly passing undef | Joey Hess | 2010-04-06 |
| | | | |||
* | | | Merge remote branch 'smcv/ready/link-types' | Joey Hess | 2010-04-06 |
|\ \ \ | |/ / |/| | |