-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtodo.html
331 lines (324 loc) · 8.22 KB
/
todo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>OnlineCoinCoin - TODO list</title>
</head>
<style type="text/css">
BODY {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
TABLE { border: 2px solid black; }
TD { border: 1px solid #777; }
TH { background-color: #ffe902; }
TD { padding: 2px; }
.high { text-align: center; background-color: #F88; }
.high:before { content: "Haute"; }
.medium { text-align: center; background-color: #88F; }
.medium:before { content: "Moyenne"; }
.low { text-align: center; background-color: #8F8; }
.low:before { content: "Basse"; }
.done TD { color: #555!important; background-color: #DDD; }
h1 { text-align: center; background-color: #FD3; }
h2 { background-color: #AF8; }
.links { text-align: right; }
</style>
<body>
<h1>OnlineCoinCoin, by Chrisix</h1>
<p class="links">
:: <a href="/">OnlineCoinCoin</a>
:: <a href="infos.html">Infos</a>
:: <a href="http://pycoincoin.free.fr/mantis/">Bug tracker</a>
:: <a href="/download/">Download</a>
:: <a href="/scrines/">Scrinechottes</a>
:: <strong>TODO-list</strong>
::
</p>
<h2>TODO - fritures to be implemented to complete rilize 1.0</h2>
<table>
<tr>
<th>Friture</th>
<th>Praillority</th>
<th>Target</th>
<th>Rilize dayte</th>
</tr>
<tr class="done">
<td>Compatibilité IE</td>
<td class="medium"></td>
<td>0.1.0</td>
<td>18/03/2009</td>
</tr>
<tr class="done">
<td>Compatibilité KHTML/Webkit</td>
<td class="medium"></td>
<td>0.2.0</td>
<td>27/04/2009</td>
</tr>
<tr class="done">
<td>Compatibilité Opera</td>
<td class="medium"></td>
<td>0.2.0</td>
<td>27/04/2009</td>
</tr>
<tr class="done">
<td>Définitions de tribunes perso</td>
<td class="high"></td>
<td>0.3.0</td>
<td>11/07/2009</td>
</tr>
<tr>
<td>Historique du palmipède</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Anti-bloub</td>
<td class="low"></td>
<td>0.3.x</td>
<td></td>
</tr>
<tr class="done">
<td>Gestion du X-Post-Id</td>
<td class="high"></td>
<td>0.1.1</td>
<td>21/03/2009</td>
</tr>
<tr class="done">
<td>Gestion du cookie de session anonyme</td>
<td class="medium"></td>
<td>0.1.1</td>
<td>21/03/2009</td>
</tr>
<tr>
<td>Gestion du last-id dans les requêtes backend</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Notifications sonores</td>
<td class="low"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>Multiple onglet selection</td>
<td class="medium"></td>
<td>0.1.0</td>
<td>18/03/2009</td>
</tr>
<tr>
<td>Mini-URLs</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Intégration historique de khapin</td>
<td class="low"></td>
<td>0.4.x</td>
<td></td>
</tr>
<tr>
<td>Liste des utilisateurs connectés</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>Balltrap</td>
<td class="low"></td>
<td>0.3.1</td>
<td>12/07/2009</td>
</tr>
<tr>
<td>Evolutions balltrap (compatibilité IE, fusil enrayé + feature secrète)</td>
<td class="low"></td>
<td>0.3.x</td>
<td></td>
</tr>
<tr class="done">
<td>Fonction attach file</td>
<td class="low"></td>
<td>0.2.5</td>
<td>05/07/2009</td>
</tr>
<tr>
<td>Evolution du Attach File pour donner une date d'expiration aux fichiers</td>
<td class="low"></td>
<td>0.3.x</td>
<td></td>
</tr>
<tr class="done">
<td>Scroll on click</td>
<td class="medium"></td>
<td>0.0.9</td>
<td>09/02/2009</td>
</tr>
<tr>
<td>Bookmark de totoz</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Recherche de totoz similaires (cf. http://totoz.eu/totoz/aloyd/similar.xml)</td>
<td class="high"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>Totoz manager</td>
<td class="medium"></td>
<td>0.0.10</td>
<td>10/02/2009</td>
</tr>
<tr class="done">
<td>Filtre Plonk</td>
<td class="medium"></td>
<td>0.2.1</td>
<td>18/06/2009</td>
</tr>
<tr>
<td>Evolution du Plonk en Plopificateur, BAK, HBAK</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Favicon perso</td>
<td class="low"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>CSS alternatives</td>
<td class="medium"></td>
<td>0.1.0</td>
<td>18/03/2009</td>
</tr>
<tr class="done">
<td>Interface pour le choix de la CSS</td>
<td class="medium"></td>
<td>0.2.2</td>
<td>24/06/2009</td>
</tr>
<tr>
<td>Sélection directe du style depuis la page principale</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Permettre des CSS perso</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Notification nouvelle version dans toolbar</td>
<td class="low"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>Version sans log</td>
<td class="high"></td>
<td>0.2.2</td>
<td>24/06/2009</td>
</tr>
<tr class="done">
<td>Filtrage de mes posts et leurs réponses</td>
<td class="medium"></td>
<td>0.0.8</td>
<td>07/02/2009</td>
</tr>
<tr class="done">
<td>Notification des nouveaux posts dans les onglets des tribunes</td>
<td class="medium"></td>
<td>0.1.0</td>
<td>18/03/2009</td>
</tr>
<tr>
<td>Statistiques nb posts, total posts</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Infos-bulles sur icônes de status</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Multipost</td>
<td class="low"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Possibilité de post en anonyme même si cookie renseigné</td>
<td class="low"></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Actions individuelles sur les onglets</td>
<td class="medium"></td>
<td></td>
<td></td>
</tr>
<tr class="done">
<td>Bigornophone</td>
<td class="high"></td>
<td>0.0.7</td>
<td>05/02/2009</td>
</tr>
<tr class="done">
<td>Clic norloges vers palmi</td>
<td class="high"></td>
<td>0.0.2</td>
<td>28/01/2009</td>
</tr>
<tr class="done">
<td>Raccourcis clavier dans palmi</td>
<td class="medium"></td>
<td>0.0.2</td>
<td>28/01/2009</td>
</tr>
<tr class="done">
<td>Panneau de config pour tribune</td>
<td class="high"></td>
<td>0.0.2</td>
<td>28/01/2009</td>
</tr>
<tr class="done">
<td>Popup des posts highlightés</td>
<td class="high"></td>
<td>0.0.3</td>
<td>29/01/2009</td>
</tr>
<tr class="done">
<td>Totoz en popup ou inline</td>
<td class="high"></td>
<td>0.0.3</td>
<td>29/01/2009</td>
</tr>
<tr class="done">
<td>Boss-mode</td>
<td class="low"></td>
<td>0.0.5</td>
<td>02/02/2009</td>
</tr>
<tr class="done">
<td>Notification des nouveaux posts</td>
<td class="high"></td>
<td>0.0.6</td>
<td>03/02/2009</td>
</tr>
</table>
</body>
</html>