comparison ChangeLog @ 195:08648e797472

regenerated on Fri Aug 3 12:12:00 EST 2001
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Fri, 03 Aug 2001 02:12:07 +0000
parents d967c777da3e
children 9a00da0f1da9
comparison
equal deleted inserted replaced
194:30c3a37b699f 195:08648e797472
1 2001-08-03 11:54 richard
2
3 * BUILD.txt, CHANGES.txt, README.txt, setup.py,
4 roundup/templates/classic/htmlbase.py: Started stuff off for the
5 0.2.5 release
6
7 2001-08-03 11:28 richard
8
9 * roundup-admin, roundup-mailgw, roundup-server,
10 cgi-bin/roundup.cgi, roundup/init.py: Used the much nicer
11 load_package, pointed out by Steve Majewski.
12
13 2001-08-03 11:19 richard
14
15 * roundup/templates/classic/: htmlbase.py, html/issue.item,
16 html/style.css: finished of colourising the classic template
17
18 2001-08-03 10:59 richard
19
20 * CHANGES.txt: chnages
21
22 2001-08-03 10:59 richard
23
24 * roundup-admin, roundup-mailgw, roundup-server,
25 cgi-bin/roundup.cgi, roundup/init.py: Instance import now imports
26 the instance using imp.load_module so that we can have instance
27 homes of "roundup" or other existing python package names.
28
29 2001-08-02 20:26 richard
30
31 * README.txt: changes
32
33 2001-08-02 16:38 richard
34
35 * roundup/: cgi_client.py, hyperdb.py, roundupdb.py,
36 templates/classic/dbinit.py, templates/classic/instance_config.py,
37 templates/extended/dbinit.py,
38 templates/extended/instance_config.py: Roundupdb now appends
39 "mailing list" information to its messages which include the e-mail
40 address and web interface address. Templates may override this in
41 their db classes to include specific information (support
42 instructions, etc).
43
44 2001-08-02 16:00 richard
45
46 * CHANGES.txt: anges
47
48 2001-08-02 15:55 richard
49
50 * roundup/cgi_client.py: Web edit messages aren't sent to the
51 person who did the edit any more. No message is generated if they
52 are the only person on the nosy list.
53
54 2001-08-02 11:01 richard
55
56 * CHANGES.txt: changes
57
58 2001-08-02 11:00 richard
59
60 * BUILD.txt: Added the 'clean' command to the instructions -
61 distutils doesn't seem to always detect when it needs to rebuild
62 when it should.
63
64 2001-08-02 10:43 richard
65
66 * roundup/templates/extended/interfaces.py: Even better (more
67 useful) headings
68
69 2001-08-02 10:36 richard
70
71 * roundup/templates/extended/interfaces.py: Made all the
72 user-specific link names the same (My Foo)
73
74 2001-08-02 10:34 richard
75
76 * roundup/cgi_client.py: bleah syntax error
77
78 2001-08-02 10:27 richard
79
80 * CHANGES.txt, roundup/templates/extended/htmlbase.py: changes
81
82 2001-08-02 10:27 richard
83
84 * roundup/date.py: Extended the range of intervals that are
85 pretty-printed before actual dates are displayed.
86
87 2001-08-02 10:26 richard
88
89 * roundup/cgi_client.py: Changed the order of the information in
90 the message generated by web edits.
91
92 2001-08-01 15:15 richard
93
94 * CHANGES.txt: changes
95
96 2001-08-01 15:15 richard
97
98 * README.txt, roundup/templates/extended/htmlbase.py,
99 roundup/templates/extended/interfaces.py,
100 roundup/templates/extended/html/issue.index,
101 roundup/templates/extended/html/support.index: Added "My Issues"
102 and "My Support" to extended template.
103
104 2001-08-01 15:06 richard
105
106 * CHANGES.txt: changes
107
108 2001-08-01 15:06 richard
109
110 * roundup/: templatebuilder.py, templates/classic/htmlbase.py,
111 templates/extended/htmlbase.py: htmlbase doesn't have extraneous
112 $Foo$ in it any more
113
114 2001-08-01 14:24 richard
115
116 * roundup/: hyperdb.py, mailgw.py: mailgw was assuming certain
117 properties existed on the issues being created.
118
119 2001-08-01 13:52 richard
120
121 * CHANGES.txt, roundup/htmltemplate.py: Checklist was using wrong
122 name.
123
124 2001-08-01 13:48 richard
125
126 * README.txt: Just a new idea...
127
128 2001-07-31 19:58 richard
129
130 * CHANGES.txt: changes
131
132 2001-07-31 19:54 richard
133
134 * roundup/date.py: Fixed the 2.1-specific gmtime() (no arg) call in
135 roundup.date. (Paul Wright)
136
137 2001-07-30 18:12 richard
138
139 * CHANGES.txt, roundup-admin, roundup/cgi_client.py,
140 roundup/htmltemplate.py, roundup/templatebuilder.py,
141 roundup/templates/classic/htmlbase.py,
142 roundup/templates/classic/html/file.newitem,
143 roundup/templates/classic/html/issue.item,
144 roundup/templates/extended/htmlbase.py,
145 roundup/templates/extended/interfaces.py: Added time logging and
146 file uploading to the templates.
147
148 2001-07-30 18:04 richard
149
150 * roundup/templates/extended/html/: file.newitem, timelog.index,
151 timelog.item: oops
152
153 2001-07-30 18:03 richard
154
155 * roundup/templates/extended/html/: issue.item, support.item: Fixes
156 to the uploading stuff (I forgot to put the code in the issue class
157 ;)
158
159 2001-07-30 17:17 richard
160
161 * setup.py: Just making sure we've got the right version in there
162 for development.
163
164 2001-07-30 16:26 richard
165
166 * roundup/cgi_client.py: Added some documentation on how the
167 newblah works.
168
169 2001-07-30 16:17 richard
170
171 * roundup/: cgi_client.py, htmltemplate.py: Features: . Added
172 ability for cgi newblah forms to indicate that the new node
173 should be linked somewhere. Fixed: . Fixed the agument handling
174 for the roundup-admin find command. . Fixed handling of summary
175 when no note supplied for newblah. Again. . Fixed detection of no
176 form in htmltemplate Field display.
177
178 2001-07-30 13:53 richard
179
180 * CHANGES.txt: chanegs
181
182 2001-07-30 13:52 richard
183
184 * roundup-admin: init help now lists templates and backends
185
186 2001-07-30 13:52 richard
187
188 * roundup/backends/__init__.py: Checks for ability to import the
189 specific back-end module.
190
191 2001-07-30 13:45 richard
192
193 * test/test_db.py: Added more DB to test_db. Can skip tests where
194 imports fail.
195
196 2001-07-30 12:38 richard
197
198 * roundup/templates/: classic/htmlbase.py, extended/htmlbase.py:
199 updated htmlbases
200
201 2001-07-30 12:38 richard
202
203 * roundup/: hyperdb.py, roundupdb.py: get() now has a default arg -
204 for migration only.
205
206 2001-07-30 12:37 richard
207
208 * roundup/htmltemplate.py: Temporary measure until we have decent
209 schema migration.
210
211 2001-07-30 12:37 richard
212
213 * roundup/cgi_client.py: Temporary measure until we have decent
214 schema migration...
215
216 2001-07-30 12:37 richard
217
218 * roundup-admin: Freshen is really broken. Commented out.
219
220 2001-07-30 12:36 richard
221
222 * roundup/backends/: back_bsddb.py, back_bsddb3.py: Handle
223 non-existence of db files in the other backends (code from anydbm).
224
225 2001-07-30 12:35 richard
226
227 * roundup/templates/extended/html/issue.item: Should've been
228 supportcall
229
230 2001-07-30 11:47 richard
231
232 * roundup/templates/extended/html/issue.item: Forgot to add the
233 support call property to the item page.
234
235 2001-07-30 11:41 richard
236
237 * roundup/backends/: back_anydbm.py, back_bsddb.py, back_bsddb3.py:
238 Makes schema changes mucho easier.
239
240 2001-07-30 11:32 richard
241
242 * CHANGES.txt, README.txt: noted changes
243
244 2001-07-30 11:28 richard
245
246 * roundup-admin: Bugfixes
247
248 2001-07-30 11:28 richard
249
250 * roundup/templates/__init__.py: Support for determining the
251 installed tempaltes
252
253 2001-07-30 11:27 richard
254
255 * roundup/templates/extended/html/: support.filter, support.index,
256 support.item: Oops - these are the HTML displays for the support
257 class.
258
259 2001-07-30 11:26 richard
260
261 * roundup/templates/extended/: dbinit.py, htmlbase.py,
262 interfaces.py, html/issue.filter, html/issue.index,
263 html/issue.item: Big changes: . split off the support priority
264 into its own class . added "new support, new user" to the page
265 head . fixed the display options for the heading links
266
267 2001-07-30 11:25 richard
268
269 * roundup/templates/classic/: htmlbase.py, interfaces.py: Changes
270 to reflect cgi_client now implementing this template by default,
271 and not "extended".
272
273 2001-07-30 11:25 richard
274
275 * roundup/cgi_client.py: Default implementation is now "classic"
276 rather than "extended" as one would expect.
277
278 2001-07-30 11:24 richard
279
280 * roundup/htmltemplate.py: Handles new node display now.
281
282 2001-07-30 10:57 richard
283
284 * roundup-admin: Now uses getopt, much improved command-line
285 parsing. Much fuller help. Much better internal structure. It's
286 just BETTER. :)
287
288 2001-07-30 10:06 richard
289
290 * roundup/templatebuilder.py: Hrm - had IOError instead of OSError.
291 Not sure why there's two. Ho hum.
292
293 2001-07-30 10:05 richard
294
295 * roundup/roundupdb.py: Fixed IssueClass so that superseders links
296 to its classname rather than hard-coded to "issue".
297
298 2001-07-30 10:04 richard
299
300 * roundup-admin: Made the "init" prompting more friendly.
301
302 2001-07-30 09:34 richard
303
304 * CHANGES.txt, roundup/templates/classic/htmlbase.py,
305 roundup/templates/extended/htmlbase.py: changes
306
307 2001-07-30 09:34 richard
308
309 * setup.py: Added unit tests so they're run whenever we
310 package/install/whatever.
311
312 2001-07-30 09:32 richard
313
314 * test/test_dates.py: Fixed bug in unit test ;)
315
316 2001-07-29 19:43 richard
317
318 * setup.py: Make sure that the htmlbase is up-to-date when we build
319 a source dist.
320
321 2001-07-29 19:33 richard
322
323 * CHANGES.txt: changes
324
325 2001-07-29 19:31 richard
326
327 * roundup/htmltemplate.py: oops
328
329 2001-07-29 19:28 richard
330
331 * roundup/: htmltemplate.py, hyperdb.py: Fixed sorting by clicking
332 on column headings.
333
334 2001-07-29 18:37 richard
335
336 * CHANGES.txt, README.txt, setup.py: changes
337
338 2001-07-29 18:27 richard
339
340 * roundup/: cgi_client.py, htmltemplate.py, hyperdb.py: Fixed
341 handling of passed-in values in form elements (ie. during a
342 drill-down)
343
344 2001-07-29 17:01 richard
345
346 * README.txt, roundup-admin, roundup-mailgw, roundup-server,
347 setup.py, cgi-bin/roundup.cgi, roundup/__init__.py,
348 roundup/cgi_client.py, roundup/cgitb.py, roundup/date.py,
349 roundup/htmltemplate.py, roundup/hyperdb.py, roundup/init.py,
350 roundup/mailgw.py, roundup/roundupdb.py,
351 roundup/templatebuilder.py, roundup/templates/classic/__init__.py,
352 roundup/templates/classic/dbinit.py,
353 roundup/templates/classic/instance_config.py,
354 roundup/templates/classic/interfaces.py,
355 roundup/templates/extended/__init__.py,
356 roundup/templates/extended/dbinit.py,
357 roundup/templates/extended/instance_config.py,
358 roundup/templates/extended/interfaces.py, test/README.txt,
359 test/__init__.py, test/test_dates.py, test/test_db.py,
360 test/test_multipart.py, test/test_schema.py: Added vim command to
361 all source so that we don't get no steenkin' tabs :)
362
363 2001-07-29 16:42 richard
364
365 * test/test_dates.py: Added Interval tests.
366
367 2001-07-29 15:41 richard
368
369 * CHANGES.txt: changes
370
371 2001-07-29 15:36 richard
372
373 * roundup/: htmltemplate.py, hyperdb.py: Cleanup of the link label
374 generation.
375
376 2001-07-29 14:11 richard
377
378 * CHANGES.txt: Reverse the entries so most recent is first.
379
380 2001-07-29 14:09 richard
381
382 * test/test_db.py: Added the fabricated property "id" to all
383 hyperdb classes.
384
385 2001-07-29 14:07 richard
386
387 * roundup/templates/classic/: interfaces.py, html/file.index,
388 html/issue.filter, html/issue.index, html/issue.item,
389 html/msg.index, html/msg.item, html/style.css, html/user.index,
390 html/user.item: Fixed the classic template so it's more like the
391 "advertised" Roundup template.
392
393 2001-07-29 14:06 richard
394
395 * roundup/htmltemplate.py: Fixed problem in link display when Link
396 value is None.
397
398 2001-07-29 14:05 richard
399
400 * roundup/: hyperdb.py, roundupdb.py: Added the fabricated property
401 "id".
402
403 2001-07-29 14:04 richard
404
405 * roundup/cgi_client.py: Moved some code around allowing for
406 subclassing to change behaviour.
407
408 2001-07-28 18:17 richard
409
410 * roundup/htmltemplate.py: fixed use of stylesheet
411
412 2001-07-28 18:16 richard
413
414 * roundup/cgi_client.py: New issue form handles lack of note better
415 now.
416
417 2001-07-28 18:02 richard
418
419 * roundup/templatebuilder.py: commented out print
420
421 2001-07-28 17:59 richard
422
423 * roundup/: htmltemplate.py, init.py, templatebuilder.py: Replaced
424 errno integers with their module values. De-tabbed
425 templatebuilder.py
426
427 2001-07-28 17:35 richard
428
429 * README.txt: todo refinement ;)
430
431 2001-07-28 16:44 richard
432
433 * CHANGES.txt, README.txt, doc/implementation.txt: Split off
434 implementation notes into separate file in doc directory. Added
435 some todo items to the README
436
437 2001-07-28 16:43 richard
438
439 * roundup/mailgw.py, test/__init__.py, test/test_multipart.py:
440 Multipart message class has the getPart method now. Added some
441 tests for it.
442
443 2001-07-28 11:56 richard
444
445 * CHANGES.txt, MANIFEST.in: changes
446
447 2001-07-28 11:45 richard
448
449 * doc/: overview.html, spec.html, images/edit.gif, images/edit.png,
450 images/hyperdb.gif, images/hyperdb.png, images/logo-acl-medium.gif,
451 images/logo-acl-medium.png, images/logo-codesourcery-medium.gif,
452 images/logo-codesourcery-medium.png,
453 images/logo-software-carpentry-standard.gif,
454 images/logo-software-carpentry-standard.png, images/roundup-1.gif,
455 images/roundup-1.png, images/roundup.gif, images/roundup.png: GIF
456 -> PNG, saving about 100k
457
458 2001-07-28 11:40 richard
459
460 * doc/: overview.html, images/edit.gif, images/hyperdb.gif,
461 images/roundup-1.gif, images/roundup.gif: added more documentation
462
463 2001-07-28 11:39 richard
464
465 * roundup/__init__.py: Added some documentation to the roundup
466 package.
467
468 2001-07-28 10:39 richard
469
470 * CHANGES.txt, setup.py: changes for the 0.2.1 distribution build.
471
472 2001-07-28 10:34 richard
473
474 * CHANGES.txt: changes
475
476 2001-07-28 10:34 richard
477
478 * roundup/: cgi_client.py, mailgw.py: Fixed some non-string node
479 ids.
480
481 2001-07-28 10:31 richard
482
483 * INSTALL.txt, roundup/templatebuilder.py: Fixed some problems with
484 installation.
485
486 2001-07-27 17:33 richard
487
488 * INSTALL.txt: more notes for installation
489
1 2001-07-27 17:30 richard 490 2001-07-27 17:30 richard
2 491
3 * BUILD.txt: minor notes 492 * BUILD.txt: minor notes
4 493
5 2001-07-27 17:27 richard 494 2001-07-27 17:27 richard
381 870
382 2001-07-19 15:52 anthonybaxter 871 2001-07-19 15:52 anthonybaxter
383 872
384 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, 873 * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
385 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: 874 roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
386 Added CVS keywords Id and Log to all python files. 875 Added CVS keywords $Id: ChangeLog,v 1.7 2001-08-03 02:12:07 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
387 876
388 2001-07-19 15:46 anthonybaxter 877 2001-07-19 15:46 anthonybaxter
389 878
390 * config.py: modified to use localconfig.py (if it exists) and to 879 * config.py: modified to use localconfig.py (if it exists) and to
391 make the various options (e.g. paths) based on ROUNDUP_HOME &c. 880 make the various options (e.g. paths) based on ROUNDUP_HOME &c.

Roundup Issue Tracker: http://roundup-tracker.org/