Fail with confess() in Gruta::Data's set() and get().
[gruta.git] / TODO
blob92a3014cb3fdd04daa2d23d98543bc0a2b006180
1 Gruta TODO / Bug List
2 =====================
4 Release Critical Bugs
5 ---------------------
7  * 1056: Delete _destroy_index() and create _rebuild_index() in FS.
8  * 1057: Delete the vfields() and afields() methods, and use only
9    fields().
10  * 1058: Move the hardcoded top ten limit to an argument.
11  * 1059: Move the hardcoded CGI compression size to an argument.
13 Open Bugs
14 ---------
16  * 1001: Audit all possible directory traversal vulnerabilities
17    in Source::FS.
19 Pending Enhancements
20 --------------------
22  * 1035: Change Gruta::Data::today() to allow a date to be set.
23  * 1048: Add user comments to stories.
24  * 1051: Add a glossary://topic/story pseudo-url, that creates an
25    `abbr' or `acronym'.
27 Closed
28 ------
30  * 1000: Source::FS don't create new ids for stories
31    (Wed, 04 Jul 2007 13:18:04 +0200).
32  * 1002: link_to_topic() and link_to_story() should move to Gruta.pm,
33    but infinite loops (of two stories linking each other) must be
34    solved (Thu, 12 Jul 2007 13:36:22 +0200).
35  * 1003: Use flock() in index creation / reading in Source::Mbox
36    (fixed on 9f922c4fdaa35206693caabf110717ce26203d0d;
37     Fri, 20 Jul 2007 14:15:04 +0200).
38  * 1005: stories_top_ten, when returning values from different sources,
39    does not reorder the stories (Wed, 17 Oct 2007 13:04:36 +0200).
40  * 1007: Add the Gruta.pm wrapper to stories_by_tag()
41    (Wed, 17 Oct 2007 13:16:26 +0200).
42  * 1008: Add the Gruta.pm wrapper to tags()
43    (Wed, 17 Oct 2007 13:16:26 +0200).
44  * 1010: Move is_visible_story() from Artemus to generic story code
45    (Wed, 21 Nov 2007 12:50:55 +0100).
46  * 1009: For subscriptions to work correctly, the 'visibility' of
47    future stories should not depend only on the user logged in, but
48    in the editing capabilities of the user upon the story
49    (Thu, 22 Nov 2007 14:00:57 +0100).
50  * 1012: Delete Artemus function loop_tags (Tue, 08 Jan 2008 14:10:18 +0100).
51  * 1013: Delete template _tag_with_count_as_item (Tue, 08 Jan 2008 14:10:18 +0100).
52  * 1014: Delete template _tag_as_cloud (Tue, 08 Jan 2008 14:10:18 +0100).
53  * 1020: Delete Artemus function search_stories_by_tag (Tue, 08 Jan 2008 14:10:18 +0100).
54  * 1021: Delete Artemus function story_loop_top_ten (Tue, 08 Jan 2008 14:10:18 +0100).
55  * 1024: search_stories_by_tag() FS should be AND, not OR
56    (Tue, 12 Feb 2008 12:49:51 +0100).
57  * 1025: search_stories_by_tag() DBI query must be:
58    select topic_id, id from tags where (tag = 'entrantes' or tag = 'setas') 
59    group by topic_id, id having count(id) = 2
60    (Tue, 12 Feb 2008 13:07:02 +0100).
61  * 1027: Fill the RDF template (Tue, 18 Mar 2008 11:17:02 +0100).
62  * 1028: Fill the RSS template (Tue, 18 Mar 2008 11:17:02 +0100).
63  * 1011: Templates should live in /usr/share/gruta/templates and,
64    when changed, be saved in the var/templates directory
65    (Mon, 21 Apr 2008 14:02:46 +0200).
66  * 1032: Do Gruta::Source::Mbox stories_top_ten()
67    (Mon, 21 Apr 2008 15:54:47 +0200).
68  * 1033: Do Gruta::Source::Mbox stories_by_tag()
69    (Mon, 21 Apr 2008 16:06:49 +0200).
70  * 1031: Do Gruta::Source::Mbox search_stories()
71    (Mon, 21 Apr 2008 16:18:41 +0200).
72  * 1034: Create a Gruta::Data::crypt() function
73    (Mon, 21 Apr 2008 16:46:54 +0200).
74  * 1029: Move admin user creation from Gruta.pm to Gruta::CGI.pm
75    (Tue, 29 Apr 2008 14:28:19 +0200).
76  * 1036: Test default user creation and sid management introduced
77    in issue #1029 under production (Thu, 08 May 2008 07:18:58 +0200).
78  * 1030: Infer default values for topic_id, topic_name and index_file
79    in Gruta::Source::Mbox (as done in bin/gruta)
80    (Mon, 09 Jun 2008 13:17:18 +0200).
81  * 1040: The 'intermixed_index' template crashes in DBI
82    (Tue, 16 Sep 2008 14:17:45 +0200).
83  * 1023: stories_by_date() 'offset' argument fails in FS if the search
84    is done on more than one topic (Wed, 17 Sep 2008 07:53:12 +0200).
85  * 1039: The 'story_hits' template should returns something
86    different from 0 (Closed by #1042; Thu, 18 Sep 2008 12:16:25 +0200).
87  * 1042: IN DBI, the 'hits' column in 'stories' seems to be
88    initialized as an empty string or NULL instead of 0 (even
89    though it's defined as DEFAULT 0). This bug is probably
90    only for SQLite (Thu, 18 Sep 2008 12:22:43 +0200).
91  * 1037: Document the installation process
92    (Thu, 18 Sep 2008 12:32:59 +0200).
93  * 1038: Translate the spanish templates to english
94    (Thu, 18 Sep 2008 13:04:40 +0200).
95  * 1044: Fix Mbox's search_by_tag (Mon, 27 Oct 2008 16:19:16 +0100).
96  * 1045: Fix Gruta->url() to not return static urls if additional
97    arguments are given (Sun, 16 Nov 2008 09:49:48 +0100).
98  * 1043: Delete template _select_option
99    (Wed, 26 Nov 2008 17:12:16 +0100).
100  * 1049: Add a description field to topics (to be set as the
101    HTML description) (Fri, 05 Dec 2008 13:24:37 +0100).
102  * 1050: Add a description field to stories (to be set as the
103    HTML description) (Wed, 10 Dec 2008 07:25:18 +0100).
104  * 1046: Delete template l (Mon, 22 Dec 2008 13:12:38 +0100).
105  * 1015: Delete Artemus function loop_topics
106    (Mon, 22 Dec 2008 13:16:44 +0100).
107  * 1016: Delete Artemus function loop_users
108    (Mon, 22 Dec 2008 13:16:44 +0100).
109  * 1017: Delete Artemus function loop_renderers
110    (Mon, 22 Dec 2008 13:16:44 +0100).
111  * 1018: Delete Artemus function loop_templates
112    (Mon, 22 Dec 2008 13:16:44 +0100).
113  * 1019: Delete Artemus function loop_upload_dirs
114    (Mon, 22 Dec 2008 13:16:44 +0100).
115  * 1022: Delete Artemus function story_loop_by_date
116    (Mon, 22 Dec 2008 13:16:44 +0100).
117  * 1026: Delete Artemus function loop_story_tags
118    (Mon, 22 Dec 2008 13:16:44 +0100).
119  * 1006: Stories should always be rendered on save and retrieved
120    from a cache (Fri, 02 Jan 2009 07:40:16 +0100).
121  * 1047: Escape Artemus markup from story contents
122    (Fri, 02 Jan 2009 07:54:06 +0100).
123  * 1052: Escape Artemus markup from user data
124    (Fri, 02 Jan 2009 07:54:06 +0100).
125  * 1053: Reorder return values from stories_by_date() to be
126    topic_id, id and date (Thu, 08 Jan 2009 08:54:07 +0100).
127  * 1054: FS's search_stories() should be sorted by title
128    (Tue, 13 Jan 2009 13:27:36 +0100).
129  * 1055: FS's stories_by_tag() should be sorted by title
130    (Tue, 13 Jan 2009 13:52:18 +0100).
131  * 1041: Gruta::stories_by_date() will fail when using an offset and
132    more than one source (related to #1023) (Only one source
133    supported; Thu, 15 Jan 2009 13:11:15 +0100).
134  * 1004: Support broken lines in message headers in Source::Mbox
135    (Mbox is now deprecated; Thu, 15 Jan 2009 13:27:13 +0100).
137 Email bugs to angel@triptico.com