aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-02-06 03:24:56 -0400
committeradmin <admin@branchable.com>2015-02-06 03:24:56 -0400
commit784bb41df9830d01bc5800c91ec2e6bc82b058a9 (patch)
tree569d92decc4fb108cf1d76500e2bddb8f6d2bdd5
parent50a95edb245670a3e5fcce36646ff11c685a33fc (diff)
downloadikiwiki-784bb41df9830d01bc5800c91ec2e6bc82b058a9.tar
ikiwiki-784bb41df9830d01bc5800c91ec2e6bc82b058a9.tar.gz
-rw-r--r--doc/bugs/problems_sorting_after_mass_import.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/problems_sorting_after_mass_import.mdwn b/doc/bugs/problems_sorting_after_mass_import.mdwn
new file mode 100644
index 000000000..09aa1536f
--- /dev/null
+++ b/doc/bugs/problems_sorting_after_mass_import.mdwn
@@ -0,0 +1,11 @@
+i'm migrating my blog from drupal, and i wrote this (what i thought was) clever script to tap directly into the mysql db. so far it's working great, and the contents gets imported, but the problem is that the order of posts is all FUBAR.
+
+The blog is here: <http://anarc.at/blog/>
+
+the migration script is here: <http://anarc.at/services/wiki/drupal/drupal2ikiwiki.py>
+
+at the time of writing, the current post is: <http://anarc.at/blog/2007-02-08-la-menace-de-linternet-%C3%A0-deux-vitesses/>
+
+the page itself says it was created 8 years ago. why is it on top? it's as if the `sort=meta(date)` parameter was ignored. if i try to preview the `blog` page, the results i get are basically random.
+
+how do i import dates properly? --[[anarcat]]