aboutsummaryrefslogtreecommitdiff
path: root/t/pagespec_match_list.t
Commit message (Expand)AuthorAge
* fix test cases for dynamic influence calculationJoey Hess2010-04-22
* added a test case for this bug•••Further analysis suggests fixing this might not be as dreadful as I first thought! Joey Hess2010-04-21
* backlink influence data seems okJoey Hess2010-04-21
* more tests with more itemsJoey Hess2010-04-12
* optimization: pagespec_match_list with no num limit matches before sorting•••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. Joey Hess2010-04-11
* Use $a and $b for SortSpec cmp callbacksSimon McVittie2010-04-05
* Move sort hooks to the IkiWiki::SortSpec namespace•••Also rename cmpspec_translate (internal function) to sortspec_translate for consistency. Simon McVittie2010-04-03
* Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie2010-03-25
* Allow sorting to be combined and/or reversedSimon McVittie2010-03-24
* Allow hooks to add sorting functions to pagespec_match_listSimon McVittie2010-03-24
* tests for influence blockingJoey Hess2009-10-13
* add some TODO tests for influence blockingJoey Hess2009-10-11
* move influence tests to pagespec_match_list.tJoey Hess2009-10-09
* rename use_pagespec to pagespec_match_list•••To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning. Joey Hess2009-10-08