forked from mono/monologue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
588 lines (353 loc) · 17 KB
/
ChangeLog
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
2009-05-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
* worker/monologue-worker.cs: turn the dates into UTC.
2009-04-01 Jonathan Chambers <joncham@gmail.com>
* worker/bloggers.xml: Filter out my personal feed.
2009-03-29 Ivan N. Zlatev <contact@i-nz.net>
* worker/bloggers.xml: Filter out my personal feed.
2008-07-20 Jackson Harper <jackson@ximian.com>
* worker/monologue-worker.cs: Add a user agent. Some load
balancers (like feedburners) require us to have a user-agent.
Without one, people could miss out on the excitement of the
blogosphere.
2008-06-12 Alp Toker <alp@atoker.com>
* worker/bloggers.xml: Attempt to get my blog back on the air.
2008-03-11 Andrés G. Aragoneses <knocte@gmail.com>
* worker/monologue-worker.cs: Support absolute URLs for heads,
use String.Empty instead of "", and fix some indentation.
* worker/default.tpl: move local path for heads into the .cs
file in order to support absolute URLs.
* worker/Makefile: Use gmcs, since now we use String.IsNullOrEmpty
and Uri.IsAbsoluteUri.
* worker/bloggers.xml: add my absolute hackergotchi, using the
above feature (we reuse the binaries on the wiki this way).
2008-03-11 Andrés G. Aragoneses <knocte@gmail.com>
* worker/bloggers.xml: Corrected the accent (HTMLish).
2008-03-11 Andrés G. Aragoneses <knocte@gmail.com>
* worker/bloggers.xml: Added my feed URL (without head yet).
2008-02-25 Sandy Armstrong <sanfordarmstrong@gmail.com>
* worker/bloggers.xml: Added my RSS feed address.
* www/images/heads/sandy.png: Added my head.
2008-02-07 Calvin Gaisford <cgaisford@novell.com>
* www/images/heads/calvin.png: Updated head.
2008-02-06 Michael Dominic K. <mdk@mdk.am>
* worker/bloggers.xml: Updating my RSS feed address.
2008-01-25 Calvin Gaisford <cgaisford@novell.com>
* worker/bloggers.xml: Added head tag.
2008-01-24 Calvin Gaisford <cgaisford@novell.com>
* worker/bloggers.xml: Added my blog URL.
* www/images/heads/calvin.png: Added head.
2007-11-13 Veerapuram Varadhan <vvaradhan@novell.com>
* worker/bloggers.xml: Modified my blog URL.
2007-11-11 Zac Bowling <zac@zacbowling.com>
* workers/bloggers.xml: Fix my blog link.
2007-11-04 Ivan N. Zlatev <contact@i-nz.net>
* workers/bloggers.xml: Fix my blog link.
2007-10-31 Alp Toker <alp@atoker.com>
* worker/bloggers.xml: Give Monologue a simplified RSS feed to work around
the RSS.NET WordPress incompatibility.
2007-10-27 Jonathan Chambers <joncham@gmail.com>
* worker/bloggers.xml: Try that again.
2007-10-16 Jonathan Chambers <joncham@gmail.com>
* worker/bloggers.xml: Fix my blog link.
2007-10-14 Marcos Cobena <marcoscobena@gmail.com>
* worker/bloggers.xml: Modified my Blog URL.
2007-09-24 Veerapuram Varadhan <vvaradhan@novell.com>
* worker/bloggers.xml: Add my blog.
2007-09-17 Geoff Norton <gnorton@customerdna.com>
* worker/bloggers.xml: Update kangaroo's entry.
2007-08-25 Zac Bowling <zac@zacbowling.com>
* worker/default.tpl: fix anon svn link to monologue source
2007-06-12 Alp Toker <alp.toker@collabora.co.uk>
* worker/bloggers.xml: Add Alp.
2007-04-12 Jonathan Chambers <joncham@gmail.com>
* worker/bloggers.xml: Remove MWF Weblog
2007-03-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: set the error statuif EndInvoke throws.
2007-03-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* worker/bloggers.xml: Switched to my blogger/blogspot feed, as I've found out how to extract an rss feed (instead
of the default atom one) to use here. My theSpoke blog is being deactivated.
2007-02-25 Aaron Bockover <abockover@novell.com>
* worker/bloggers.xml: Commented out Brandon Hale until he's done messing
with his blog, updated his nick
2007-02-22 Boris Kirzner <borisk@mainsoft.com>
* www/images/heads/borisk.png: New head.
2007-02-22 Ankit Jain <jankit@novell.com>
* worker/bloggers.xml: Update my feed URL.
2007-02-21 Ankit Jain <jankit@novell.com>
* worker/bloggers.xml: Update my feed URL.
2007-02-14 Rolf Bjarne Kvinge <RKvinge@novell.com>
* worker/bloggers.xml: Add my blog.
2007-02-12 Jonathan Pobst <monkey@jpobst.com>
* worker/bloggers.xml: Add my blog.
2007-02-12 Wade Berrier <wberrier@novell.com>
* worker/monologue-worker.cs: Don't show posts with invalid dates (DateTime.MinValue),
instead, show error flag by user if they have entries with invalid dates.
(Invalid dates are probably a bug in the originating rss feed, but as least if it happens,
we will no longer have permalinks resulting from it)
2007-01-28 Joshua Tauberer
* worker/bloggers.xml: Updated my feed URL.
2007-01-25 Alexandre Gomes <alexmipego@gmail.com>
* worker/bloggers.xml: Updated my feed.
2007-01-25 Alexandre Gomes <alexmipego@gmail.com>
* worker/monologue-worker.cs: Fixes a problem when servers return
empty feeds with HTTP OK status.
2006-12-30 Lluis Sanchez <lluis@ximian.com>
* worker/bloggers.xml: I have a new blog URL.
2006-12-29 Jackson Harper <jackson@ximian.com>
* worker/bloggers.xml: I have a new blog URL.
2006-12-10 Aaron Bockover <abockover@novell.com>
* worker/bloggers.xml: Added Patrick van Staveren
2006-12-07 Marek Sieradzki <marek.sieradzki@gmail.com>
* worker/bloggers.xml: Changed my blog address once again (maybe it
will work this time).
2006-12-04 Marek Sieradzki <marek.sieradzki@gmail.com>
* worker/bloggers.xml: Changed my blog address.
2006-11-06 Aaron Bockover <abockover@novell.com>
* worker/bloggers.xml: Added Boyd Timothy
2006-10-20 C.J. Adams-Collier <cjcollier@colliertech.org>
* worker/blogger.xml
- added Rafael Ferreira
2006-10-14 C.J. Adams-Collier <cjcollier@colliertech.org>
* worker/bloggers.xml
- Added monocast
- long lines ( > 80 chars ) suck.
* www/images/heads/monocast.png
- Added monocast icon
2006-10-13 Joe Shaw <joeshaw@novell.com>
* worker/bloggers.xml: Added myself.
* www/images/heads/joe.png: Added head
2006-10-04 Boris Kirzner <borisk@mainsoft.com>
* worker/bloggers.xml, www/images/heads/borisk.png: added head.
2006-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: set the error status when we have a
cached feed that failed.
2006-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* www/images/error.png:
* worker/monologue-worker.cs:
* worker/default.tpl: display an error icon and message for feeds that
fail to be downloaded/parsed.
2006-09-16 Christian Hergert <christian.hergert@gmail.com>
* www/images/heads/vwdude.png: moved from chrish01.png
* www/images/heads/chrish01.png: moved
* worker/bloggers.xml: use new irc handle
2006-09-13 C.J. Adams-Collier <cjcollier@colliertech.org>
* worker/bloggers.xml: Changed to my new name
2006-09-06 Aaron Bockover <abockover@novell.com>
* worker/bloggers.xml: Added Gabriel Burt's feed
2006-08-21 Boris Kirzner <borisk@mainsoft.com>
* worker/bloggers.xml: Blog moved.
2006-08-13 Christian Hergert <christian.hergert@gmail.com>
* www/images/heads/chrish01.png: New hackergotchi
* worker/bloggers.xml: New rss url for blog
2006-08-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: speed this up by making up to 5
simultaneous requests.
2006-08-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/RSS.NET.dll: updated.
2006-08-02 Martin Willemoes Hansen <mwh@sysrq.dk>
* worker/bloggers.xml: Got a new blog.
2006-07-19 Aaron Bockover <abock@gnome.org>
* worker/bloggers.xml:
* www/images/heads/jtickle.png: Added jtickle's hackergotchi
2006-07-13 Aaron Bockover <abock@gnome.org>
* www/images/heads/abock.png: Updated to my new hackergotchi
2006-06-06 Mark Crichton <crichton@gimp.org>
* worker/bloggers.xml: Fixed my blog entries
* www/images/heads/crichtma.png: And a headshot... that isn't fake!
2006-04-04 Alexandre Gomes <alexmipego@gmail.com>
* worker/bloggers.xml: Updated my feed url to feed only Mono category
posts.
2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: handle non-absolute 'Location'
properly.
2006-02-02 Jonathan Pryor <jonpryor@vt.edu>
* www/images/heads/jonpryor.png: Use a transparent background.
2006-02-02 Jonathan Pryor <jonpryor@vt.edu>
* workers/bloggers.xml: Add my feed.
* www/images/heads/jonpryor.png: Add my hackergotchi.
2006-01-18 Alexandre Gomes <alexmipego@gmail.com>
* worker/bloggers.xml: Updated my feed url.
2006-01-18 Ankit Jain <jankit@novell.com>
* worker/bloggers.xml: Added my feed.
2005-12-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: fixes odd problem that caused the
hashtable mapping from id to data not to be created.
* worker/RSS.NET.dll: updated.
2005-11-25 Jonathan Chambers <jonathan.chambers@ansys.com>
* worker/bloggers.xml: Added my feed
2005-11-15 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* worker/bloggers.xml, www/images/heads/monoman.png:
Add my head pic with a kitten
2005-11-15 Massimiliano Mantione <massi@ximian.com>
* worker/bloggers.xml
www/images/heads/massi-hackergotchi.png:
Add my hackergotchi
2005-11-08 Aaron Bockover <aaron@aaronbock.net>
* worker/bloggers.xml: Updated my feed... again
2005-11-07 Aaron Bockover <aaron@aaronbock.net>
* worker/bloggers.xml: Updated MDK's feed
2005-11-05 Alexandre Gomes <alexmipego@gmail.com>
* worker/bloggers.xml: Added my feed
2005-10-28 Jb Evain <jbevain@gmail.com>
* worker/bloggers.xml
www/images/heads/jbevain.png:
Add my hackergotchi
2005-10-27 Aaron Bockover <aaron@aaronbock.net>
* worker/bloggers.xml: updated my feed URI
2005-10-22 Jb Evain <jbevain@gmail.com>
* worker/bloggers.xml: update my entry.
2005-09-26 Eric Butler <eric@extremeboredom.net>
* www/images/heads/jhill.png:
- New hackergotchi
* worker/bloggers.xml:
- Add above hackergotchi
* www/css/planet.css:
- Add scrollbar to post-contents if needed
* www/js/prettyprint.js:
- Work with both <pre> and <xmp>
- set class to "formattedcode"
* www/css/monologue.css:
- Font size tweaks
- <pre>/.formattedcode improvments
2005-09-18 Paco Martinez <martinf@mfconsulting.com>
* www/images/heads/paco.png: Added
* worker/bloggers.xml: Updated entry for paco's new head
2005-09-17 Aaron Bockover <aaron@aaronbock.net>
* www/images/heads/kris.png: Added hackergotchi for kris from PGO
* worker/bloggers.xml: Updated entry for kris' new head, added his
last name and irc nick
2005-09-15 Christian Hergert <christian.hergert@gmail.com>
* www/images/heads/chrish01.png: New hackergotchi
* worker/bloggers.xml: Update xml for new hackergotchi
2005-09-14 Aaron Bockover <aaron@aaronbock.net>
* www/images/heads/mono.png:
* www/images/heads/nemerle.png: Made the logos smaller (75px width)
* worker/bloggers.xml: Added Brad Taylor, added Heads for the Mono and
Nemerle projects (logos)
* www/images/heads/nemerle.png: Nemerle logo for a head
* www/images/heads/mono.png: Mono logo for a head
* www/images/heads/brad.png: Brad Taylor's head
* worker/bloggers.xml: Added snorp (James Wilcox)... why did no one miss
him before :D
* www/images/heads/snorp.png: Snorp's head
2005-09-12 Paco Martinez <martinf@mfconsulting.com>
* worker/bloggers.xml: Corrected Daniel Morgan URL information (MFConsulting Web server was upgraded and path changed)
2005-09-11 Eric Butler <eric@extremeboredom.net>
* worker/monologue-worker.cs: Make RSS Feed include author in post title
* www/css/monologue.css: Tweaked colors, Removed collapse buttons (because it didnt work properly in safari)
* worker/bloggers.xml: Added more hackerochi images
2005-09-10 John Luke <john.luke@gmail.com>
* worker/bloggers.xml: update my feed location
2005-09-09 Aaron Bockover <aaron@aaronbock.net>
* www/monologue.cs:
* www/planet.cs:
* worker/default.tpl: Updates to new layout, implemented in template
* www/images/monologue-logo.png: A decent logo for monologue
* worker/monologue-worker.cs: Minor changes to template variable outputs
2005-09-09 Eric Butler <eric@extremeboredom.net>
* General changes:
New look, based on the new mono website and planet gnome
Moved files around to make things cleaner
Added additional images, including hackergotchis
* AUTHORS: Added my name
* worker/monologue-worker.cs: Added support for IRC nicknames and
hackergotchies.
* worker/default.tpl: Updated for new look
* worker/bloggers.xml: Added many irc nicknames and a few
hackergotchies
* www/js/collapse.js: New file, some javascript code to
expand/collapse posts.
2005-07-10 Jb Evain <jbevain@gmail.com>
* worker/blogger.xml: update my feed
2005-07-08 Aaron Bockover <aaron@aaronbock.net>
* worker/blogger.xml: Disabled two feeds throwing weird Read exception,
see header I placed in XML file for details.
* worker/blogger.xml: Added Jeff Tickle's RSS Feed
2005-05-30 Christian Hergert <christian.hergert@gmail.com>
* worker/blogger.xml: Fix url which had & to use & instead.
2005-04-24 Christian Hergert <christian.hergert@gmail.com>
* worker/blogger.xml: Add Aaron Bockover's mono rsss feed.
2005-04-14 Peter Johanson <latexer@gentoo.org>
* worker/blogger.xml: add my "Hacking" feed at todd's request.
2005-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: group requests by URL.
2005-03-13 Mark Crichton <crichton@gimp.org>
* worker/blogger.xml: changed the URL. Don't think people would be
interested in my banality
2005-03-09 Atsushi Enomoto <atsushi@ximian.com>
* worker/blogger.xml : moved my url.
2005-03-06 Joshua Tauberer <tauberer@for.net>
* worker/bloggers.xml: Added myself (yesterday).
As usual, forgot the ChangeLog.
2005-02-27 Daniel Morgan <danielmorgan@verizon.net>
* worker/bloggers.xml: updated URL to point to a MoveableType
template that Monologue can read. Thanks to BenM
2005-02-24 Mark Crichton <crichton@gimp.org>
* worker/bloggers.xml: Added myself to the cool
kids list
2005-02-20 Daniel Morgan <danielmorgan@verizon.net>
* worker/bloggers.xml: Updated my feed url and
updated my first name to Daniel
2005-02-15 Jb Evain <jb.evain@dotnetguru.org>
* worker/bloggers.xml: Updated my feed url
2005-02-10 Christian Hergert <christian.hergert@gmail.com>
* worker/bloggers.xml: Updated to add my blog
2005-01-31 Jambunathan K <kjambunathan.devel@gmail.com>
* worker/bloggers.xml: Updated the feed url.
2005-01-26 Zac Bowling <zac@zacbowling.com>
* worker/bloggers.xml: Long awaited addition of my blog.
2005-01-18 Jb Evain <jb.evain@dotnetguru.org>
* worker/bloggers.xml: Activate my blog
2005-01-14 Peter Bartok <pbartok@novell.com>
* worker/bloggers.xml: Added the new MWF Weblog
2004-11-29 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* worker/default.tpl: Oops!!! it should be "<link ... href='index.rss' ... />" not "... href='index.css' ..."
2004-11-12 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* worker/default.tpl: Added "<link rel='alternate' title='Monologue' href='index.css' type='application/rss+xml' />"
for the benefit of Firefox users, like the www.mono-project.com does
2004-10-03 Alex Graveley <alex@beatniksoftware.com>
* worker/bloggers.xml: Add myself.
2004-09-20 Jackson Harper <jackson@ximian.com>
* worker/bloggers.xml: newer cooler home for my blog.
2004-08-09 Duncan Mak <duncan@ximian.com>
* worker/monologue-worker.cs (Blogger.Author): Add new property to
make the author element more pretty. Using Blogger.Id shows all
these x0020 spew.
2004-07-27 Sachin Kumar <skumar1@novell.com>
* worker/bloggers.xml: Added Sureshkumar to Bloggers
2004-07-26 Sachin Kumar <skumar1@novell.com>
* worker/bloggers.xml: Added Umadevi, Sanjay, Ravindra and
Jambunathan to bloggers.
2004-07-23 Francisco T. Martinez <paco@mfcon.com>
* worker/bloggers.xml: Added Paco Martinez to the Bloggers
2004-07-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/Makefile: added 'clean' target.
* worker/bloggers.xml: removed tipmono. It's been a while since the
server is not up.
* worker/monologue-worker.cs: error out on unknown command line
argument. Handle redirects 'by hand' as auto-handling is disabled
because otherwise, a "304 Not Modified" is an error.
2004-07-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/monologue-worker.cs: excluded ENTRY_PERSON code as it's not in
the default.tpl in CVS and make the generated titles for the entries be
like "Name: Name: Title".
2004-07-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* worker/Makefile: reference ICSharpCode.SharpZipLib.
* worker/RSS.NET.dll: updated.
* worker/monologue-worker.cs: don't trust RSS.NET to download the files.
Added --cachedir option that provides a directory to keep a cache of
downloaded files. If we have the file, send the If-Modified-Since
header. Also allow gzipped responses.
2004-03-10 Duncan Mak <duncan@ximian.com>
* worker/monologue-worker.cs (RunOnce): Changed the site url from
"http://monologue.go-mono.com" to the correct
"http://go-mono.com/monologue".
2003-11-05 Ben Maurer <bmaurer@users.sourceforge.net>
* www/mono-powered-big.png: added
* worker/default.tpl: add mono power icon.
2003-10-21 Martin Willemoes Hansen <mwh@sysrq.dk>
* AUTHORS: Added
* README: Added
* ChangeLog: Added
* www/xml.gif: Added
* worker/xml.gif: Removed