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