summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2015-09-30 01:33:11 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2015-09-30 01:33:11 +0200
commit729e780901dd699e63d581496506d13c07020fd0 (patch)
tree8c007f14c0b488f87cbb6338c91a5fff22dd90b6
parentb462f1d5b6f3a659503f64dae613deaedb835413 (diff)
Also mark [[done]] links as closed issues.
-rw-r--r--tracker.mdwn2
-rw-r--r--tracker/Error_on_search_in_roundcube.mdwn3
-rw-r--r--tracker/closed.mdwn2
3 files changed, 4 insertions, 3 deletions
diff --git a/tracker.mdwn b/tracker.mdwn
index 3dc3be2..17cc977 100644
--- a/tracker.mdwn
+++ b/tracker.mdwn
@@ -4,4 +4,4 @@ A list of closed issues is available [[here|tracker/closed]]
## Open issues
-[[!inline pages="tracker/* and !*/Discussion and !*/*/*.* and !link(closed) and !tracker/closed" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]
+[[!inline pages="tracker/* and !*/Discussion and !*/*/*.* and !link(closed) and !tracker/closed and !link(done) and !tracker/done" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]
diff --git a/tracker/Error_on_search_in_roundcube.mdwn b/tracker/Error_on_search_in_roundcube.mdwn
index 2c4b35a..796ccec 100644
--- a/tracker/Error_on_search_in_roundcube.mdwn
+++ b/tracker/Error_on_search_in_roundcube.mdwn
@@ -2,4 +2,5 @@ I got the following error message when trying a search in the whole message on a
[[!img screenshot.png align="left" size="" alt=""]]
-Nice, let's call this [[done]] then :-) For some reason SELECT commands are extremely slow on virtual commands. After poking a bit I noticed that dropping on disks indexes gave a significant speed up (from 30s to 4s here). I guess dovecot does many useless seek/read/write somehow. Anyway the time lost when reconstructing the indexes is shorter than the time spend on disk I/O.
+
+Nice, let's call this [[done]] then :-) For some reason SELECT commands are extremely slow on virtual commands. After poking a bit I noticed that dropping on disks indexes gave a significant speed up (from 30s to 4s here). I guess dovecot does many useless seek/read/write somehow. Anyway the time lost when reconstructing the indexes is shorter than the time spend on disk I/O. -- [[guilhem]]
diff --git a/tracker/closed.mdwn b/tracker/closed.mdwn
index 262b8d6..59cf65c 100644
--- a/tracker/closed.mdwn
+++ b/tracker/closed.mdwn
@@ -1 +1 @@
-[[!inline pages="tracker/* and !*/Discussion and !*.* and link(closed)" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]
+[[!inline pages="tracker/* and !*/Discussion and !*.* and (link(closed) or link(done))" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]