aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--doc/todo/inline:_numerical_ordering_by_title.mdwn2
-rw-r--r--doc/todo/natural_sorting.mdwn5
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index a8f47bfc7..8266afa09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (3.09) UNRELEASED; urgency=low
+
+ * inline: Add title_natural sort order, using Sort::Naturally
+ (chrysn)
+
+ -- Joey Hess <joeyh@debian.org> Thu, 19 Mar 2009 15:32:49 -0400
+
ikiwiki (3.08) unstable; urgency=low
* git: Fix utf-8 encoding of author names.
diff --git a/doc/todo/inline:_numerical_ordering_by_title.mdwn b/doc/todo/inline:_numerical_ordering_by_title.mdwn
index 3f6c8b598..3d7424b3f 100644
--- a/doc/todo/inline:_numerical_ordering_by_title.mdwn
+++ b/doc/todo/inline:_numerical_ordering_by_title.mdwn
@@ -1,6 +1,8 @@
Could you please add numerical ordering by title to [[inline|plugins/inline]]
plugin? Now I can do only alphabetical order by title, but sometime it's not enough.
+> Implemented, see [[natural_sorting]] [[!tag done]] --[[Joey]]
+
BTW, it seems that ordering by title is rather ordering by filename of page.
For me "title" means title of page I can set using `title` parameter
of [[meta|plugins/meta]] plugin :)
diff --git a/doc/todo/natural_sorting.mdwn b/doc/todo/natural_sorting.mdwn
index 2215d533e..faa523043 100644
--- a/doc/todo/natural_sorting.mdwn
+++ b/doc/todo/natural_sorting.mdwn
@@ -15,8 +15,7 @@ the current patch uses `require Sort::Naturally`, so
[libsort-naturally-perl](http://packages.debian.org/libsort-naturally-perl)
does not become a dependency; it might be worth suggesting, though.
-> Great, but all I get from the github link is a server error page, so I
-> have not figured out how to merge the patch. --[[Joey]]
->
> See also: [[inline:_numerical_ordering_by_title]] (I probably prefer your
> approach..) --[[Joey]]
+
+> [[applied|done]]