Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ag-web:master commit in: /, lib/
Date: Thu, 26 Feb 2015 00:36:20
Message-Id: 1424910963.0bf66fe2cc980a560ed23ac19dbde32427e9ac79.robbat2@gentoo
1 commit: 0bf66fe2cc980a560ed23ac19dbde32427e9ac79
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 26 00:36:03 2015 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 00:36:03 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=0bf66fe2
7
8 Add TODO.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 TODO | 5 +++++
14 lib/index.rb | 2 +-
15 2 files changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/TODO b/TODO
18 new file mode 100644
19 index 0000000..d606a92
20 --- /dev/null
21 +++ b/TODO
22 @@ -0,0 +1,5 @@
23 +- Fulltext search
24 +- Private access to non-public lists/aliases
25 +- Statistics of lists (per-month/per-year)
26 + - top posters
27 + - top threads
28
29 diff --git a/lib/index.rb b/lib/index.rb
30 index 3cc7537..328b74b 100644
31 --- a/lib/index.rb
32 +++ b/lib/index.rb
33 @@ -148,4 +148,4 @@ def get_child_data(list, parent_id)
34 else
35 return children['hits']['hits']
36 end
37 -end
38 \ No newline at end of file
39 +end