aboutsummaryrefslogtreecommitdiff
path: root/t/pagespec_match_list.t
Commit message (Collapse)AuthorAge
* Add path and path_natural sort ordersSimon McVittie2011-12-06
| | | | | | These correspond to title and title_natural, but compare the entire path: a < a/b < a/z < ab < b. (cherry picked from commit 903a5a314f1f5d833dbc208ce128f24195b40e4b)
* fix test cases for dynamic influence calculationJoey Hess2010-04-22
|
* added a test case for this bugJoey Hess2010-04-21
| | | | | Further analysis suggests fixing this might not be as dreadful as I first thought!
* 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 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.