aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs.mdwn3
-rw-r--r--doc/bugs/done.mdwn2
-rw-r--r--doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_2_dc4345abb59fbfaf4982a88753286fe2._comment15
-rw-r--r--doc/forum.mdwn3
-rw-r--r--doc/todo.mdwn3
-rw-r--r--doc/todo/Invert_remote_selection/comment_3_2aec5f535c84c37d59802e4759a1c242._comment7
-rw-r--r--doc/todo/done.mdwn2
7 files changed, 30 insertions, 5 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 93de65ea2..48688b21f 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -4,6 +4,7 @@ To mark a bug as closed add \[\[done\]\] to the end of the original bug descript
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !*/Discussion"
-actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes template=buglist]]
+actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes
+feedlimit=10 template=buglist]]
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]
diff --git a/doc/bugs/done.mdwn b/doc/bugs/done.mdwn
index a35d42719..1575c8d89 100644
--- a/doc/bugs/done.mdwn
+++ b/doc/bugs/done.mdwn
@@ -1,4 +1,4 @@
recently fixed [[bugs]]
[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10
-archive=yes]]
+archive=yes feedlimit=10]]
diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_2_dc4345abb59fbfaf4982a88753286fe2._comment b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_2_dc4345abb59fbfaf4982a88753286fe2._comment
new file mode 100644
index 000000000..e254ce7fc
--- /dev/null
+++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_2_dc4345abb59fbfaf4982a88753286fe2._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-09-29T16:17:15Z"
+ content="""
+Hmm, the arch version info you posted originally shows the same version
+of the DAV library as I have here, so I had assumed it was not a
+version problem. May be something else in the dependency tree below
+DAV though.
+
+Are you sure it's not an intermittent problem; does it consistently fail
+with the arch build and work with the standalone build?
+
+Also, which arch build of git-annex are you using?
+"""]]
diff --git a/doc/forum.mdwn b/doc/forum.mdwn
index e8a208ddf..c6759aed0 100644
--- a/doc/forum.mdwn
+++ b/doc/forum.mdwn
@@ -5,4 +5,5 @@ But, please don't post bug reports here. Put them in [[bugs]].
And please don't make wishlist requests here. Put them in [[todo]].
(If you post bugs/todo here, it'll just get moved.)
-[[!inline pages="forum/* and !*/Discussion" archive=yes rootpage=forum postformtext="Add a new thread titled:"]]
+[[!inline pages="forum/* and !*/Discussion" archive=yes feedlimit=10
+rootpage=forum postformtext="Add a new thread titled:"]]
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 78947c096..e2661da38 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -1,4 +1,5 @@
This is git-annex's todo list. Link items to [[todo/done]] when done. A more complete [[design/roadmap/]] is also available.
[[!inline pages="./todo/* and !./todo/done and !link(done)
-and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:" show=0 archive=yes]]
+and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:"
+show=0 feedlimit=10 archive=yes]]
diff --git a/doc/todo/Invert_remote_selection/comment_3_2aec5f535c84c37d59802e4759a1c242._comment b/doc/todo/Invert_remote_selection/comment_3_2aec5f535c84c37d59802e4759a1c242._comment
new file mode 100644
index 000000000..549beaaa7
--- /dev/null
+++ b/doc/todo/Invert_remote_selection/comment_3_2aec5f535c84c37d59802e4759a1c242._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2017-09-29T16:26:54Z"
+ content="""
+Sure, if you want to develop a patch..
+"""]]
diff --git a/doc/todo/done.mdwn b/doc/todo/done.mdwn
index e7c98081b..bb3784ed4 100644
--- a/doc/todo/done.mdwn
+++ b/doc/todo/done.mdwn
@@ -1,4 +1,4 @@
recently fixed [[todo]] items.
[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10
-archive=yes]]
+archive=yes feedlimit=10]]