aboutsummaryrefslogtreecommitdiff
path: root/t/pagespec_match_list.t
Commit message (Collapse)AuthorAge
* more tests with more itemsJoey Hess2010-04-12
|
* optimization: pagespec_match_list with no num limit matches before sortingJoey Hess2010-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 callbacksSimon McVittie2010-04-05
|
* Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie2010-04-03
| | | | | Also rename cmpspec_translate (internal function) to sortspec_translate for consistency.
* 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_listJoey Hess2009-10-08
To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning.