Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-22 | fix test cases for dynamic influence calculation | Joey Hess | |
2010-04-21 | added a test case for this bug | Joey Hess | |
Further analysis suggests fixing this might not be as dreadful as I first thought! | |||
2010-04-21 | backlink influence data seems ok | Joey Hess | |
2010-04-12 | more tests with more items | Joey Hess | |
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-05 | Use $a and $b for SortSpec cmp callbacks | Simon McVittie | |
2010-04-03 | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie | |
Also rename cmpspec_translate (internal function) to sortspec_translate for consistency. | |||
2010-03-25 | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie | |
2010-03-24 | Allow sorting to be combined and/or reversed | Simon McVittie | |
2010-03-24 | Allow hooks to add sorting functions to pagespec_match_list | Simon McVittie | |
2009-10-13 | tests for influence blocking | Joey Hess | |
2009-10-11 | add some TODO tests for influence blocking | Joey Hess | |
2009-10-09 | move influence tests to pagespec_match_list.t | Joey Hess | |
2009-10-08 | rename use_pagespec to pagespec_match_list | Joey Hess | |
To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning. |