Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1293 dpurdie 1
*** When upgrading, don't forget to: "cd bin ; ./install.pl" ***
2
*** Also, it is _highly_ advisable to backup your data before upgrading ***
3
 
4
Version 1.9.4
5
 
6
* Emit a javascript warning if the external javascript files could
7
  not be loaded.  This usually occurs due to apache misconfiguration.
8
 
9
* Allow subversion repositories that communicate using the Subversion
10
  protocol to be specified in @valid_repositories as
11
  'svn://my.subversion.server/repos/product/trunk' rather than
12
  'svn:svn://my.subversion.server/repos/product/trunk'.
13
 
14
* Support subversion diff files which contain "Copied:" entries.
15
 
16
* Improved patch file parsing for handling binary file changes.
17
 
18
* Ensure emails sent contain the header "MIME-Version: 1.0" for
19
  RFC2045 conformance.  Submitted by Vadim Zeitlin
20
  <vadz@users.sourceforge.net>.
21
 
22
* CSS cleanups from Kannan Goundan <cakoose@users.sourceforge.net>.
23
 
24
* Bottom coloured row on topic list screen didn't extend across full
25
  width of browser window if bug-tracking or custom comment metrics
26
  were defined.  This has now been fixed.
27
 
28
* Place a clear divider between comment blocks on the view topic
29
  comments screen, as suggested by Nikita V. Borodikhin
30
  <eliterr@users.sourceforge.net> to minimise confusion.
31
 
32
* The topic comments tab count would incorrectly display the number
33
  of comment threads rather than the number of comments, when viewing
34
  the topic text.  This has now been fixed.
35
 
36
* Handle Subversion files which contain @ in the filename.
37
 
38
* Codestriker now behaves correctly under mod_perl when retrieving
39
  data externally from an SCM system, such as when the Parallel link
40
  is clicked, or when a topic is created directly from the SCM.
41
 
42
* Creating Subversion topics directly from the SCM now works correctly
43
  in non-English locales.
44
 
45
* When calculating metrics, make sure email addresses are handled in
46
  a case-insensitive manner.  Also remove trailing/leading whitespace
47
  from the addresses.
48
 
49
* Handle topic text that starts with the UTF-8 BOM.
50
 
51
* Workaround for invalid diff files generated by Subversion in a Chinese
52
  locale.  See http://marc.info/?l=subversion-users&m=118725115412403&w=3
53
  for more information.
54
 
55
* Handle the different text types that may be present in a Perforce diff.
56
  Submitted by Russell Cattelan <cattelan@thebarn.com>.
57
 
58
* Defined the "noconnection" option for $bug_db in codestriker.conf
59
  so that it is possible to define what bug IDs are associated with
60
  a topic, without updating an actual bug database when the topic
61
  is created/closed.  If $bugtracker is defined in codestriker.conf,
62
  then links will be created on the topic properties screen to the
63
  associated bug records.  Submitted by Russell Cattelan
64
  <cattelan@thebarn.com>.
65
 
66
* Handle ClearCase diffs which contain "Directories are identical"
67
  lines in them.  Submitted by Steve Kinsman
68
  <skinsman@users.sourceforge.net>.
69
 
70
* Support for using the ClearCase dynamic view under Windows.	
71
  Submitted by Steve Kinsman <skinsman@users.sourceforge.net>.
72
 
73
Version 1.9.3
74
 
75
* The project list screen now displays for each project, the total
76
  number of open topics, and the total number of topics.  Clicking on
77
  the count will go to the topic list screen with the relevant topics
78
  displayed.
79
 
80
* Modified the VSS repository handler so that topics can be created
81
  by either entering in labels or version numbers in the start and
82
  end tag fields when creating a topic.  Previously, only labels
83
  were supported.
84
 
85
* The uri filter in the Template Toolkit changed its behaviour in 2.16,
86
  which was responsible for generating invalid links.  This has now
87
  been fixed.
88
 
89
* Better handling of Subversion diffs which were generated on
90
  non-English systems.
91
 
92
Version 1.9.2
93
 
94
* Codestriker now works with UTF-8 text, to support unicode character
95
  input for topic titles, descriptions, comment text, and project
96
  names and descriptions.  This required making Perl 5.8 as a
97
  pre-requisite, as Perl 5.6 doesn't cut the mustard for unicode
98
  processing.
99
 
100
* Created a new optional configuration parameter $repository_name_map
101
  in codestriker.conf.  This allows for a user-defined repository name
102
  to be displayed in the codestriker UI, rather than the full
103
  repository URL.  This can be useful for hiding potentially sensitive
104
  username/password information that might be a part of the repository
105
  URL.  See the codestriker.conf file for more information.
106
  Submitted by Edwin Fine <edwin.m.fine@verizon.com>.
107
 
108
* New repository module for linking to ClearCase dynamic views.  See
109
  the configuration file and/or manual for example configurations.
110
  Submitted by Avinandan Sengupta <avinandan.sengupta@gmail.com>.
111
 
112
* Modified the way Perforce retrieves files from the depot, as servers
113
  set with a security level of 2 or above were not receiving password
114
  information.  This has been addressed by modifying the command line
115
  to explictly pass in the password rather than the client workspace
116
  name, which is ignored for these security levels.  The repository
117
  configuration for Perforce has also been changed to use the password
118
  in place of the client workspace name.  Perforce users should update
119
  their configuration files appropriately.  Submitted by 
120
  J Dickon Glanville <jdglanville@users.sourceforge.net>.
121
 
122
* Update CVS diff parser to handle rdiffs which have new/removed files
123
  in them.
124
 
125
* Creating a topic with an invalid bug ID is now shown as an error to
126
  the user on the create topic screen.
127
 
128
* If there was an error creating a topic, the selected project name
129
  was not retained when the create topic screen was redisplayed.  This
130
  has now been fixed.
131
  Submitted by Edwin Fine <edwin.m.fine@verizon.com>.
132
 
133
* If there is a problem when a comment is created, the error message
134
  will correctly display in the AJAX'ed window.  An example here is if
135
  $mailhost is incorrectly configured.
136
 
137
* If there is an email problem while creating a topic, the error
138
  message is now correctly displayed to the end-user.
139
 
140
* Fixed problem with Subversion repositories on Win32, where
141
  Codestriker was unable to launch the svn program.
142
 
143
* Comments containing '+' characters were changed into ' ' characters
144
  when posted via AJAX.  Other potentially damaging characters are now
145
  escaped.
146
 
147
* Comments with '\' characters are now displayed correctly in all
148
  cases within the tooltip window.
149
 
150
* Temporary files were not being deleted within the
151
  CodestrikerClient.pm module (used for auto-creation of topics on CVS
152
  commits).  Reported by Martin Apel <Martin.Apel@softlab.de>.
153
 
154
* Added support for parsing diffs generated using Subversion's svnlook
155
  program.
156
 
157
* Matching of CVS repository paths when parsing topic text is now
158
  case insensitive to account for the different casing returned by the
159
  Window clients: Cygwin and CvsNT.
160
 
161
* Defining new entries in $comment_state_metrics in codestriker.conf
162
  could not be used for existing topics.  This has now been fixed.
163
 
164
* Support for sending email via SMTP authentication, via the optional
165
  $mailuser and $mailpasswd configuration parameters in
166
  codestriker.conf.  Contributed by "Hertz Wang" <wanghz@neusoft.com>.
167
 
168
* The ClearCase Snapshot repository was not using the $tmpdir setting
169
  in codestriker.conf if it was set when creating temporary files.
170
  This has now been fixed.
171
  Contributed by "John Farrelly (AT/LMI)" <john.farrelly@ericsson.com>.
172
 
173
* Make sure the diffs in the topic are presented in a sorted order by
174
  filename.  Some SCMs create topic texts in a "semi-sorted" order,
175
  such as Subversion.
176
  Contributed by "Vladimir Vysotsky" <vvysotsky@avistar.com>.
177
 
178
* Closed topics could still have comments added to them, by hovering
179
  over an existing comment in the topic text view, and then clicking
180
  the "Add Comment" link in the tooltip window.  This link has now
181
  been removed if the topic is closed.
182
  Contributed by ed.torbett@simulation-systems.co.uk.
183
 
184
* Improved memory usage when integrated with very large LXR databases.
185
  Contributed by Patrick Diamond <patrick_diamond@mailc.net>.
186
 
187
* Newer versions of the Subversion client (1.3.2) were returning
188
  warning text that was not parsed correctly.  This has now been
189
  fixed.  Contributed by Vladimir Sizikov <vsizikov@gmail.com>.
190
 
191
* Make sure the generated Template Toolkit files are stored in 
192
  the web server's temporary directory, or $Codestriker::tmpdir if
193
  that is defined.  Previously, the temporary files were being stored
194
  in sub-directories of cgi-bin.
195
 
196
Version 1.9.1
197
 
198
* Correct problem introduced in 1.9.0 release where the email address
199
  field in the add comment tooltip was not being stored correctly in
200
  the Codestriker cookie.  For reviewers who have never created a
201
  Codestriker topic, the email field not remember the previous value.
202
  This has now been corrected.
203
 
204
* When adding a comment via a link from an email, the confirmation
205
  screen now contains links to the topic text and topic comments, for
206
  convenience.
207
 
208
Version 1.9.0
209
 
210
* Now using overlib javascript library
211
  (http://www.bosrup.com/web/overlib) for formatted "tooltips".  When
212
  the mouse hovers over a line where a comment has been made, a
213
  formatted "tooltip" window appears, which contains the comment text
214
  formatted appropriately, with author and date header information
215
  bolded.  The tooltip is not removed until the mouse is moved off the
216
  line.  Help text on the create topic and search screens have been
217
  modified to use this tooltip library as well as opposed to
218
  javascript alert windows.
219
 
220
* Comments are now added view an overlib tooltip window, rather than
221
  using a separate browser window.  This speeds up the reviewing
222
  process and keeps the reviewer focussed on a single browser window.
223
 
224
* It is now possible to create a comment associated with a specific
225
  file, or the topic itself, rather than being associated with a
226
  specific line.  This allows reviewers to create file-level or
227
  topic-level comments.
228
 
229
* There are patches available for Bugzilla 2.16 and Bugzilla 2.18 in
230
  the bin subdirectory, where the view bug screen is modified to
231
  include the "Create a New Codestriker Topic" and "View All" links
232
  directly under the "Create a New Attachment" and "View All" links.
233
  When a new topic is created via this link, the topic title will be
234
  set initially to the bug title, and the bug id field will be set to
235
  the id of the bug record.  Before applying the patch, the
236
  codestriker_url variable must be set to the URL of your Codestriker
237
  deployment.
238
 
239
* Extra options are now available in the codestriker.conf file in
240
  regards to when emails are sent out.  It is now possible to control
241
  whether emails are sent to the topic author and/or the comment
242
  author when new comments are created.  Also, there is an option
243
  which determines if all reviewers are notified if the topic's state
244
  is changed.  This is all controlled by the $email_send_options
245
  configuration item.  From Jason Remillard.
246
 
247
* Added RSS support, so that the topic list screen now has an
248
  equivalent RSS view.  From Jason Remillard.
249
 
250
* Optimised database connection code, from Jason Remillard.
251
 
252
* Added a "add other reviewers" link next to the Cc: field in the "add
253
  comment" screen.  This allows the comment author to easily Cc all
254
  the other reviewers of the topic, for important comments that needs
255
  to be sent to all reviewers.
256
 
257
* When creating new topics linked to Bugzilla, also include the topic
258
  description field in the Bugzilla comment.
259
 
260
* Searching on the bugid and cc fields was not working correctly.
261
  This has now been fixed.
262
 
263
* On UNIX platforms, missing modules can be fetched and installed
264
  automatically using the CPAN module, if required.
265
 
266
* Subversion 1.1 has changed it diff format slightly.  Parser as been
267
  updated, as reported by Martin Apel <Martin.Apel@softlab.de>.
268
 
269
* Added integration support for Flyspray bug-tracking system.  From
270
  Martin Apel.
271
 
272
* Fixed text message written to bug-tracking system where the topic
273
  author was used instead of the actual user, when the topic state was
274
  changed.  Found by Jason Remilliard.
275
 
276
* Make sure for Win32 deployments, that the PATH environment
277
  variable is not zapped.  This created issues when launching external
278
  programs, such as an SCM program.  Since taint-mode is broken under
279
  Win32, this isn't an issue.  Found by Michael R. Brumm
280
  <michaelbrumm@users.sourceforge.net>.
281
 
282
* Fixed message "Character in 'c' format wrapped in pack at
283
  ... Response.pm", as reported by an anonymous user.
284
 
285
* 'Readonly' topic states are now specified in codestriker.conf.  For
286
  installations that add their own topic states, this allows them to
287
  have more than one state in which topics can be edited.
288
  From Dan Prince <dan.prince@alumni.carleton.edu>.
289
 
290
* Subversion topic creation fixes from Michael R. Brumm
291
  <michaelbrumm@users.sourceforge.net>.  If module refers to file,
292
  path workaround duplicates the file's name at the end of the file
293
  path in the filename field.  Starting and ending slash not removed
294
  from module name during getDiff.
295
 
296
* Modified the Perforce parser to handle file-types that return
297
  "xbinary".  Also handled Perforce diffs which contain unidiff style
298
  '---' and '+++' header lines.  From Hope Duryea <hope_duryea@yahoo.com>.
299
 
300
* Filenames ending in ++, for example, filename.c++ could not be
301
  loaded into the system, due to a bug introduced in 1.8.5.
302
 
303
* Added $svn configuration variable to codestriker.conf, so that the
304
  path to the subversion executable can be specified, which is often a
305
  requirement for Win32 systems.
306
 
307
Version 1.8.5
308
 
309
* Complete support for VSS repositories.  Topics linked to a VSS
310
  repository can now be created by either specifying labels with the
311
  VSS directory of interest for code already committed in the
312
  repository, or pre-commit reviews can be done by generating diff
313
  text with the ssdiff.pl script in the Codestriker bin directory.
314
 
315
* Modified log_accum.pl so that deleted files are also included in the
316
  topic.
317
 
318
* On the topic list screen, there is a new button "Obsolete Topics",
319
  which allows you to create a new topic which superseeds the selected
320
  topics.  The obsoleted topics will be changed to state "Obsoleted"
321
  and will become read-only.  Note the @topic_states configuration
322
  variable in codestriker.conf needs to be modified to include the new
323
  'Obsoleted' state to enable this.  The view topic screens have been
324
  modified to include links if the topic being viewed has been
325
  obsoleted or superseeds other topics.  A single topic can be
326
  obsoleted from the view topic properties page, by selecting the
327
  'Obsoleted' state.
328
 
329
* The $allow_delete config variable has been removed.  If topic
330
  deletion is to be enabled, the 'Deleted' state needs to be added to
331
  the @topic_states configuration variable in codestriker.conf.
332
 
333
* Added new configuration variable @Codestriker::exclude_file_types
334
  which contains a list of filename extensions which Codestriker will
335
  ignore when creating topics.  These generally include those
336
  extensions which are binary, or of not any interest.  Contributed by
337
  Dave Clendenan <dave.clendenan@polycom.com>.
338
 
339
* Added a checkbox "Default to HEAD" on the create topic screen which
340
  is used for topics based off tags.  If this checkbox is enabled, the
341
  '-f' flag is passed to CVS repositories when executing the 'cvs
342
  rdiff' command.  This has the effect of retrieving a file's contents
343
  from revision HEAD if it is not present for the specified tag value.
344
  This option currently has no effect for other repository types at
345
  this stage.  Contributed by Dave Clendenan.
346
 
347
* Minor fix for handing CVS rdiff text which end in a binary entry.
348
  Problem found by Dave Clendenan.
349
 
350
* Shorten the URLs sent in the email messages.
351
 
352
* Minor fix where " characters would not render correctly in the
353
  status bar or in a tool-tip when hovering over a commented line in
354
  the view topic window.
355
 
356
  The following changes are from Jason Remillard:
357
 
358
* Fixed a security problem with the repository not being checked
359
  against the actual configured list. A user could send in any well
360
  formed repository string and Codestriker would just take it, even if
361
  it was not configured.
362
 
363
* Fixed a bug preventing create topic from working when the user had
364
  just one repository working. The cookie was overriding it because it
365
  was missing from the html code.
366
 
367
* Subversion repositories can now be configured with a username and
368
  password in the configuration file if authentication is required.
369
  Any errors from accessing subversion are written to STDERR.
370
 
371
Version 1.8.4
372
 
373
* The topic properties page now displays the start tag, end tag and
374
  module parameters if they were used when the topic was created.
375
  Contribution by Robert Hudson <codestriker@go2town.co.uk>.
376
 
377
* The repository property has been changed to be a read-only property
378
  in the topic properties page, from Robert Hudson.
379
 
380
* The repository selection drop-down is only selected if there is more
381
  than one repository configured in the system, from Robert Hudson.
382
 
383
* If a topic is not in open state, then the "topic information" and
384
  "topic comments" pages are modified to readonly, and adding new
385
  comments is disabled.  From Robert Hudson.
386
 
387
* In the table of contents, display the total number of lines added
388
  and removed for each file.  This gives the reviewer a quick idea
389
  where the major changes in the review are.  From Robert Hudson.
390
 
391
* There is a new configuration option @project_states which controls
392
  whether a project can have its state changed to 'Closed',
393
  which prevents new topics being created within it, and the state
394
  'Deleted', which will delete the project and all its member topics.
395
  Both of these new states are optional, and are not available by
396
  default.  From Robert Hudson.
397
 
398
* When sending emails involving more than one CC recipient, the email
399
  sending may fail because a space wasn't put after each comma.
400
 
401
* Created the CodestrikerClient module in bin which can create a
402
  new topic non-interactively.  The intention is for this module to be
403
  used from scripts that need to create new topics, for example, from
404
  a CVS post-commit script.
405
 
406
* Modified custom CVS post-commit scripts so that a Codestriker topic
407
  is created for each CVS commit, along with a sent email.  The
408
  commit_prep.pl and log_accum.pl are located in the bin directory,
409
  and need to be copied into your CVSROOT area, with a line like the
410
  following in your commitinfo file:
411
 
412
  DEFAULT $CVSROOT/CVSROOT/commit_prep.pl -r
413
 
414
  and a line like the following in your loginfo file:
415
 
416
  DEFAULT $CVSROOT/CVSROOT/log_accum.pl %s
417
 
418
  The log_accum.pl file needs to have some configuration variables set
419
  at the start of the script to reflect your site.
420
 
421
  Note the first line of the log message will be used as the topic
422
  title.  The entire log message is used as the topic description.
423
  Any strings of the form "Bug nnn" in the log message will be taken
424
  as a reference to a bug id, and will be used in the topic's bugid
425
  field.
426
 
427
* Added an optional show_on_mainpage attribute to the comment metrics
428
  configuration, which specifies which comment metric counts will
429
  appear on the topic list page.  From Jason Remillard.
430
 
431
* Reviewers who haven't viewed a topic will have their names
432
  surrounded by parenthesis in the topic list page.  From Jason
433
  Remillard.
434
 
435
* Fixed a number of taint-mode problems when using Perl 5.8.
436
 
437
* Fixed the "Attempt to bless into a reference" error when using
438
  Bugzilla integration and Perl 5.8.
439
 
440
* Migrated the MySQL datetime type from TIMESTAMP to DATETIME, as it
441
  should have always been.  From Jason Remillard.
442
 
443
Version 1.8.3
444
 
445
* It is now possible to specify multiple metrics associated with a
446
  comment "thread".  In previous versions of Codestriker, there was a
447
  configuration variable called @comment_states which had the default
448
  values of "Submitted", "Invalid", or "Completed".  These states
449
  still exist, but under the metric name "Status" by default.
450
 
451
  Some other example configurations are illustrated in the config
452
  file.  For example "Level", "Mode" and "Type" metrics.  These values
453
  are then accumulated in the "Topic Information" tab, along with all
454
  the other topic metrics.
455
 
456
  Apart from the add/edit comment screen, the topic comments screen
457
  allows you to modify any metric associated with any comment thread,
458
  via a series of dropdown form elements.
459
 
460
* It is now possible in the create topic screen to only specify a
461
  single tag and a module name in order to create a new topic, rather
462
  than both the start and end tags, with the module name.  The effect
463
  of a single tag is to create a topic with the full contents of all
464
  tagged files in the specified module.
465
 
466
* In the "Topic Properties" screen, if the Bug IDs field is being
467
  displayed, and $Codestriker::bugtracker is defined, then after this
468
  field will be a number of hyperlinks to the associated bug tracking
469
  records.
470
 
471
* Added the link "List open topics in project" to all the view topic
472
  screens for user convenience on large multi-project deployments.
473
 
474
* Refactored CvsPserver and CvsLocal into a single object, Cvs.
475
 
476
* It is now possible to specify CVS repositories using the :ext access
477
  method with ssh, providing that the user running the Codestriker web
478
  application can ssh into the specified host without requiring a
479
  password (ie setting up an authorized_keys file on the destination
480
  host).  The Codestriker configuration file has an example :ext
481
  repository, and requires the path to ssh to be specified in the $ssh
482
  setting.
483
 
484
* Fixed bug where a comment with a " character in it would cause
485
  Javascript errors with IE on the view topic page.
486
 
487
* In the add comment window, clicking on the "increase context" or
488
  "decrease context" would erase any text which had been written.
489
  This has now been fixed by Kannan Goundan.
490
 
491
* Increasing/decreasing the context from the add comment window would
492
  not focus the main browser window to the exact line the comment was
493
  made from, after the comment has been submitted.  This has now been
494
  fixed.
495
 
496
* Committed in a whole heap of test scripts from Jason Remillard
497
  which are located in the test/ subdirectory.
498
 
499
* The clearcase diff parser can now handle diffs which describe chunk
500
  movements such as:
501
 
502
  -----[deleted/moved 40 after 44 (now at 152)]----- 
503
  -----[deleted/moved 42-43 after 44 (now at 154-155)]----- 
504
  -----[after 135 inserted/moved 152 (was at 40)]-----
505
  -----[after 135 inserted/moved 154-155 (was at 42-43)]-----
506
 
507
* Perforce integration has been improved to work with older versions
508
  of p4.
509
 
510
* The subversion diff parser can now handle diffs which contain
511
  property set changes.
512
 
513
* Make sure topics are linked to the default hidden project when
514
  $allow_projects is set to 0.  This allows the "topic properties"
515
  screen to work correctly.
516
 
517
Version 1.8.2
518
 
519
* Codestriker now has the ability to view a specific file at a time in
520
  the view topic screen, with previous/next file links.  The old
521
  behaviour of viewing the entire topic text in one page is still the
522
  default behaviour.  The default behaviour can be changed by setting
523
  the $default_file_to_view variable in the configuration file.  Note
524
  there are now links on the view topic screen so the user can choose
525
  dynamically which viewing mode they would prefer to use.
526
  Contribution by Oliver Lohmann <oliver_lohmann@gmx.de>.
527
 
528
* Codestriker can now sort by the column headers in the topic list
529
  view, from Jason Remillard.
530
 
531
* It is now possible to create Subversion topics by entering values
532
  in the START_TAG, END_TAG and MODULE fields on the create topic
533
  page, from Jason Remillard.  See the manual for more details.
534
 
535
* In addition to the existing Subversion HTTP server support, it is
536
  now possible to integrate with a native Subversion server as well,
537
  from Jason Remillard.
538
 
539
* Codestriker can now parse basic diff files (non unidiff and context
540
  diff), and also ClearCase serial diffs.
541
 
542
* A ClearCase repository object has been written by Kannan Goundan
543
  which works off a snapshot view.  With the ClearCase serial diff
544
  parser mentioned in the previous item, this provides a
545
  fully-functional ClearCase code-reviewing solution.
546
 
547
* Topic property change emails didn't have the "References" and
548
  "In-Reply-To" mail headers set correctly, so that those emails
549
  weren't grouped into the same "topic" email thread.
550
 
551
* The view topic display has been improved for diffs which contain new
552
  files.  Now the entire width of the screen is used when displaying
553
  new files.  Fix from Jason Remillard and Kannan Goundan.
554
 
555
* The email taint/input checking code has been tightened, from Jason
556
  Remillard.
557
 
558
* Improved the input checking code on the topic properties page.
559
 
560
* The CVS pserver repository specification has been expanded so that
561
  it can accept extra optional arguments, such as:
562
 
563
  :pserver;proxy=abc.com;proxyport=8080:user:pwd@cvs.dev.net
564
 
565
* Modified Codestriker CSS so that monospace fonts use "monospace"
566
  rather than Courier so the user's settings in the browser are
567
  honoured, from Kannan Goundan <kannan@letterboxes.org>.
568
 
569
* Standardised all inline help links to (?) rather than
570
  (What's this?).
571
 
572
* Make sure filenames are properly quoted in the CVS repository
573
  methods, so that filenames with spaces are handled correctly.
574
 
575
Version 1.8.1
576
 
577
* Modified the filename field in the topicfile table back to 255
578
  characters instead of 1024 so that MySQL doesn't complain.
579
 
580
* Added some missing imports which caused compilation errors for
581
  Perl 5.8.3 on Solaris when checksetup.pl was run.
582
 
583
* Made checksetup.pl more graceful when DBI.pm is not installed, and
584
  it is checking what other database modules are required.
585
 
586
* Fixed bug found by Philipp Frauenfelder where LXR integration was
587
  not working when the LXR database was password protected.
588
 
589
The following changes were from Jason Remillard:
590
 
591
* Fixed bug in the metric support has been fixed, which prevented the
592
  metric data from being usable if more than one reviewer was present.
593
 
594
* Fixed bug where the wrong Codestriker time number was reported in
595
  the metric summary page.
596
 
597
* Emails sent from topic property changes now include more information
598
  such as what specific properties were changes.  Topic creation
599
  emails also include the list of files which have been changed.
600
 
601
Version 1.8.0
602
 
603
* Initial support for Perforce integration.  Can handle topic text
604
  from a Perforce describe command, such as:
605
  "p4 describe -du <changenumber>" or "p4 diff -du".
606
 
607
* Codestriker now works under IIS as well as Apache.  Use IPC::Open3
608
  rather than IPC::Run (which doesn't work under IIS) within the
609
  CvsLocal and CvsPserver modules when fetching remote diff data from
610
  CVS.  IPC::Run is no longer used.
611
 
612
* A new configuration variable $tmpdir is in codestriker.conf for
613
  unusual setups which can't use the system default temporary
614
  directory for the creation of temporary files.  Win32 systems are
615
  the usual culprit.
616
 
617
* The CVS rdiff parser didn't correctly handle new files within the
618
  diff on Win32 platforms.
619
 
620
* Add more win32 example configuration to codestriker.conf.
621
 
622
* Include the relevant DBD modules in the checksetup.pl dependency
623
  list, depending on what database system has been configured.
624
 
625
* Some minor fixes to fully support Win32-based CVS repositories,
626
  including use of the older-style :local:c:\\cvsrep syntax.  Also be
627
  more robust in handling directory separators as either forward or
628
  backward slashes, since different versions of CVSNT support this.
629
  Make sure the CVS executable path is quoted, since it will often
630
  contain spaces for Win32 environments.
631
 
632
* Improved useability of messages (when Perl modules are missing) for
633
  Win32 users.
634
 
635
* Now support ODBC and Oracle databases.  The Database
636
  creation/upgrade code has been modified so that it is properly
637
  modularised, and so checksetup.pl is far more maintainable.  Adding
638
  support for new Databases will now be a snap. The file table had to
639
  be renamed to topicfile, and comment to commentdata to avoid
640
  reserved word clashes in ODBC and Oracle.
641
 
642
* Added in a new topic listener which records all changes to a
643
  comment's state, property changes to a topic and when a topic has
644
  been viewed. Three new database tables have been added to store this
645
  information, which can be accessed from the metrics tab of a topic.
646
 
647
* Added in the ability for the topic's properties to be changed,
648
  including the title, author, bug ids, reviewers, cc, repository,
649
  project, description and state.  Updated the topic listeners to now
650
  take the old and new topic objects as arguments.
651
 
652
* Introduction of per-user and per-topic metrics functionality from
653
  Jason Remillard.  In the process, the UI has been changed, plus
654
  some general refactoring.  It is possible to generate reports
655
  based on these metrics over a collection of topics and time,
656
  to give some indications on the effectiveness of code reviewing.
657
 
658
* The $Codestriker::allow_repository configuration variable is removed
659
  since this boolean value can be derived from the length of the
660
  @valid_repositories list.  From Jason Remillard.
661
 
662
* Use tempfile() in Parser.pm to close a potential security hole, from
663
  Jason Remillard.
664
 
665
* The topic search screen has been reworked to contain "What's this?"
666
  links to make the individual search fields clearer.  Also, allowed
667
  the use of wildcards with the Author, Reviewer and Cc search fields.
668
 
669
Version 1.7.8
670
 
671
* If a badly-formatted repository value from codestriker.conf is used
672
  when creating a topic, report this in a user-friendly manner.
673
 
674
* Report an error if a new topic to be created specifies both the
675
  uploaded file and topic tag fields.
676
 
677
* Fixed bug where selecting multiple states in the search screen
678
  reported an input error.
679
 
680
* HTML escaping for the topic title on the topic confirmation screen,
681
  project information on the projects screens were not working
682
  correctly.  Most HTML escaping are now performed within the
683
  templates directly using the html_entity filter.
684
 
685
* In some cases when displaying comment or topic description text,
686
  hyperlinks were not automagically being created.  If the text
687
  contains a URL such as http://zot.com, it needs to be rendered for
688
  convenience as <A HREF="http://zot.com">http://zot.com</A>.  In
689
  addition, if the text contains a pattern like [Bb]ug \d+ (ie Bug
690
  122), this will be hyperlinked to the appropriate URL of the
691
  bugtracking system, if one has been specified in the Codestriker
692
  configuration.
693
 
694
* In the view comments screen with context displayed, very long topic
695
  lines would push the "filename:linenumber", "Parallel" and "Add
696
  Comment" links way off to the far right of the page, requiring
697
  horizontal scrolling to see them.  Rework the display so that they
698
  are always pushed to the left, regardless of the length of the topic
699
  lines.
700
 
701
* Added "Check All"/"Clear All" links in the view comments page for
702
  convenience.
703
 
704
* If there is an error in sending an email, make sure a descriptive
705
  error message is displayed.  Thanks to Jason Remillard
706
  <jremillardshop@yahoo.com> for spotting this.
707
 
708
Version 1.7.7
709
 
710
* The table of contents links on the view topic page didn't include
711
  the brmode parameter, so clicking on a filename link reloaded the
712
  whole topic page, which is inconvenient.  This reloading behaviour
713
  has also been fixed when coming from the topic list or create topic
714
  page.
715
 
716
Version 1.7.6
717
 
718
* Fixed bug where created topics for deployments which had projects
719
  disabled were not handled correctly.
720
 
721
* Fixed bug found by Jason Remillard <jremillardshop@yahoo.com> where
722
  emails were being sent for those lines which already had a comment,
723
  but $allow_comment_email was false.
724
 
725
Version 1.7.5
726
 
727
* Added in support for parsing VSS diffs, and retrieving file data
728
  from a VSS repository.  VSS support is not complete yet, as the
729
  script for generated the diff text has not been submitted yet.
730
 
731
The following changes below were from Aaron Kardell
732
<akardell@altonaed.com>:
733
 
734
* Modified unidiff parser so that diffs created with
735
  --show-function-line and --show-c-function can be parsed and
736
  displayed in the view topic screen.
737
 
738
* Incorporated SubmitCodeReview.pl script, which can be used for
739
  automating the submission of a code review topic from the command
740
  line.  It also has support for incremental code reviews.  See the
741
  script and its help text for more details.
742
 
743
* Added an option to the view topic screen which controls how text is
744
  wrapped.  This can be useful for reviews with long source code lines.
745
 
746
The following changes below were from Jason Remillard
747
<jremillardshop@yahoo.com>:
748
 
749
* The topic view page has been modified so that a non-diff topic makes
750
  better use of screen real-estate.
751
 
752
* Non-diff topic text uploads now include the filename, rather than
753
  just "unknown".
754
 
755
* Turned off more project-specific display that should be hidden when
756
  projects are not enabled.
757
 
758
* Delete topic button moved to topic state option on view topic
759
  screen.
760
 
761
* List comments page modified so that it is now possible to filter by
762
  user and/or comment state.  It is also possible to show the context
763
  text associated with each comment.  This page can now be used as a
764
  form of a printable report, suitable for code inspection meetings.
765
 
766
* Configuration option $allow_comment_email (default true) which
767
  indicates if an email is sent for each comment made.  If the Cc
768
  field in the add comment page is filled, an email will be sent to
769
  that address regardless.
770
 
771
* The default page shown by Codestriker is the list of open topics,
772
  rather than all topics in the system.
773
 
774
* Introduced the notion of soft and hard topic text length limits,
775
  specified in the configuration file.  By default, the limits are not
776
  set, and therefore not enforced.  The rationale is code inspections
777
  become less effective as the size of the review increases.  If a
778
  review is longer than the hard limit, the topic will not be created.
779
  If the topic text length is greater than the soft limit, a warning
780
  message is displayed in the view topic page.
781
 
782
Version 1.7.4
783
 
784
* Major documentation rewrite.  All documentation (installation/user
785
  guide/hacking) is now present in doc/codestriker.sgml, in DocBook
786
  format.
787
 
788
* Now have simple "Help" links on all screens, which link to the
789
  appropriate HTML segment of the Codestriker User's guide.
790
 
791
* The Bugzilla database name can be explicitly specified in the
792
  Codestriker configuration, to cater for non-standard Bugzilla
793
  deployments.
794
 
795
* Modified handling of Subversion diffs so it can handle diffs of the
796
  form cvs diff -r2:3 filename.
797
 
798
The following changes below were from Jason Remillard
799
<jremillardshop@yahoo.com>:
800
 
801
* The Codestriker title is now a link to the list topic page.
802
 
803
* If Bugzilla integration is not enabled (empty $bug_db), hide all of
804
  the references to the topic bug id (topic list, new topic, view
805
  topic and search).
806
 
807
* Added some additional help in the create topic page to clarify with 
808
  usage of the start tag, end tag and module fields.
809
 
810
* Hide the project combo box if the user does not have projects
811
  enabled.
812
 
813
* Fixed some spelling mistakes in the create topic pop-up help.
814
 
815
* The rows in the delta table that are associated with a topic were
816
  not deleted when a topic is deleted.
817
 
818
Version 1.7.3
819
 
820
* Make sure comments are properly HTML-escaped in the list comments
821
  screen, to avoid display problems when comments contain HTML tags.
822
 
823
* Tooltip comments should not be HTML-escaped, for correct rendering.
824
 
825
* Make sure after conducting a search, that pressing the "back" button
826
  will go back to the form with the search parameters still present.
827
 
828
* Modified checksetup.pl so that the module dependencies are checked
829
  before compiling Codestriker, so that meaningful error messages
830
  about missing modules are reported.
831
 
832
* Added a filename checkbox to the search form, so reviews can be
833
  retrieved which contain a certain filename.
834
 
835
* The "Contains text" search field can now handle wildcards, to enable
836
  more sophisticated topic searches.
837
 
838
* Addressed some LXR highlighting issues when the identifier names
839
  clash with HTML entity names.
840
 
841
Version 1.7.2
842
 
843
* Modified so that Codestriker can run on a Windows box with a local
844
  CVS repository.  See the README file for installation details.
845
  The LXR::Run module is now used for increased portability and
846
  reliability under mod_perl.
847
 
848
* Codestriker has been modified slightly to support mod_perl under
849
  Apache 2.X.  See the README file for more information.  To support
850
  Apache 2.X, cgi-bin/codestriker.pl is now auto-generated by the
851
  checksetup.pl script and is no longer included in the distribution.
852
 
853
* Accepted patch from Wesley Smith <wesleysmith@users.sourceforge.net>
854
  which replaces CGI::escapeHTML with HTML::Entities::encode.  Some
855
  versions of CGI::escapeHTML seem to misbehave.
856
 
857
* Accepted patch from Wesley Smith <wesleysmith@users.sourceforge.net>
858
  to indicate that the topic filename needs to be re-entered if there
859
  is an input-field validation problem in the create topic screen and
860
  a topic text file was specified.
861
 
862
* Fixed out-of-date help message for the "Topic text upload" field
863
  reported by Darryl Okahata <darrylo@soco.agilent.com>.
864
 
865
* Implemented suggestion by Darryl Okahata <darrylo@soco.agilent.com>,
866
  where repositories can be optionally mapped to different LXR
867
  databases, rather than just specifying a single LXR database (as was
868
  the case with previous versions).
869
 
870
  This is a minor codestriker.conf syntax change that needs to be
871
  addressed for all upgrades.  The old $lxr_db, $lxr_user,
872
  $lxr_password and $lxr_idlookup_base_url variables have now been
873
  replaced by a single $lxr_map variable.  See the codestriker.conf
874
  file for more details.
875
 
876
* Fixed minor bug where the filename wasn't being properly retrieved
877
  from a CVS diff when a binary file was being removed.
878
 
879
Version 1.7.1.2
880
 
881
* Compressed output (see $use_compression in codestriker.conf) is now
882
  working correctly.
883
 
884
* Set the project id in the cookie for the ListTopics screen, if the
885
  search is only being conducted over a single project.
886
 
887
Version 1.7.1.1
888
 
889
* Problem for creating new projects for MySQL fixed.
890
 
891
* Minor fix to the untaint code for start tag, end tag and module
892
  name, to make it accept filename characters.  That way, the module
893
  argument can be a filename in a CVS repository, rather than a
894
  module.
895
 
896
Version 1.7.1
897
 
898
* The notion of "projects" has been integrated.  Now every topic in
899
  the system is associated with a single project.  There are now
900
  screens for creating new projects, and modifying their
901
  names/descriptions.  It is now possible to perform topic searches
902
  and to limit it within specific projects.  This has been added in to
903
  support deployments where there is a large number of users working
904
  on different projects.  The create topic and view topic screens have
905
  been modified accordingly.
906
 
907
  Note there is a new configuration option in codestriker.conf called
908
  $allow_projects.  If this is set to non-zero, then the project
909
  management screens will be accessible, otherwise they can't be
910
  accessed.  This can be convenient for those deployments which have
911
  set their project data, and don't want it modified.
912
 
913
* Pserver repository type has been added, so that code reviews against
914
  remote CVS repositories can be linked using :pserver.  See the
915
  codestriker.conf file for more information.
916
 
917
* When creating a review, instead of uploading a diff file, a start
918
  tag, end tag and module name can be given as input.  Codestriker
919
  will fetch the review text and initialise the topic appropriately.
920
  This better suited some development processes out there, where
921
  separate branches were used for development, which needed to be
922
  reviewed before collapsing to a trunk.  These options are only
923
  displayed if repositories are enabled ($allow_repositories == 1) in
924
  codestriker.conf.
925
 
926
* Support for parsing output from "cvs rdiff -uN -r TAG1 -r TAG2
927
  module".  This was required to support the "TAG input" method above.
928
 
929
* Make sure that topic text that has DOS line endings \r\n are
930
  correctly parsed.
931
 
932
* Fixed a bug where searches over comment data wasn't returning
933
  correct results.
934
 
935
* Minor changes to checksetup - make sure the template directory is
936
  cleaned out to ensure the templates are regenerated when performing
937
  an upgrade.
938
 
939
* Changed codestriker.conf to use single quotes rather than double, so
940
  that there are no Perl escaping issues.
941
 
942
Version 1.7.0.2
943
 
944
* Remove the topic textarea in the create topic screen.  Now the only
945
  way to generated reviews is to upload a file.  The main motiviation
946
  is in practice, the textarea was no longer used, and to get some
947
  more real-estate for some newer features on this page in future
948
  versions.
949
 
950
Version 1.7.0.1
951
 
952
* Fixed silly bug which prevented repository-linked reviews from
953
  working correctly.
954
 
955
Version 1.7.0
956
 
957
* Massive refactor so that the diff parsing and rendering code is
958
  broken up into a number of clearly defined modules, which will
959
  allow for the easier adoption of different SCM systems in the future.
960
 
961
* In addition to CVS and PATCH modules, which existed in previous
962
  version of codestriker but have now been ported into the new
963
  module structure, Subversion (http://subversion.tigris.org) suppport
964
  has been included.
965
 
966
* Modified HTML generation so topic view output is smaller, by using
967
  javascript functions to reduce the HREF size for each filenumber.
968
 
969
Version 1.6.5
970
 
971
* Modified diff reader to handle diffs of the form:
972
 
973
  cvs diff -uN -r TAG1 -r TAG2
974
 
975
  This allows code reviews to occur for different development
976
  practices, for example, if separate branches are used for
977
  development, which are then reviewed, before collapsing into
978
  the mainline branch.
979
 
980
* Also modified the pre-requisite Perl module version numbers.
981
 
982
Version 1.6.4
983
 
984
* Comments associated with a specific line in a review now have the
985
  notion of state, which includes "Submitted" (the initial state),
986
  "Invalid" (indicating an invalid comment) and "Completed" (indicated
987
  that the comments have been addressed).  The new screen "list
988
  comments" allows an author of the review to see all the comments
989
  appropriately listed (order by line, then date), and allows for the
990
  mass changing of states.
991
 
992
  This is likely to be easier to handle than wading through a mass of
993
  emails.  The screen also allows for replies to comments to be easily
994
  made against existing comments.
995
 
996
Version 1.6.3
997
 
998
* In the topic list screen, it is now possible to selected multiple
999
  topics and mass update their state, or delete them.
1000
 
1001
* Improved error message reporting when topics have been deleted and
1002
  they are trying to be viewed, or the state of a topic is attempted
1003
  to be updated when it has already been changed by another user (ie
1004
  the topic is "stale").
1005
 
1006
* The repository field in the create topic screen is replaced with a
1007
  drop-down list of valid repositories.  The repositories are set in
1008
  codestriker.conf for the configuration variable @valid_repositories.
1009
 
1010
Version 1.6.2
1011
 
1012
* Fixed warnings in checksetup.pl for MySQL databases, where "commits"
1013
  are ignored.
1014
 
1015
* If there are form elements not properly filled in the "create topic"
1016
  screen, redirect to that page with the error messages displayed,
1017
  with the previous form elements remembered.  The only exception is
1018
  the filename in the file upload input box, since browsers usually
1019
  don't accept pre-defined for security reasons.
1020
 
1021
* Fixed minor warnings for topic list screen when the cc field is empty.
1022
 
1023
Version 1.6.1
1024
 
1025
* Modified to use Net::SMTP to allow Codestriker to run under Windows,
1026
  and to not hardwire the mail sending program to "sendmail".
1027
 
1028
* Allow for the list/search topics and topic deletion to possibly be
1029
  disabled.  This is required for a codestriker server which is
1030
  handling "anonymous" reviews on a public site.  This option is set
1031
  from the codestriker.conf file.
1032
 
1033
* Added a "repository" attribute associated with a topic.  This is the
1034
  source code repository associated with the review, and by default is
1035
  set to the value of $default_repository in codestriker.conf.  This
1036
  can be an absolute path, which indicates the CVSROOT of a local cvs
1037
  repository, or a cvsweb or viewcvs URL, followed by a space,
1038
  followed by the CVSROOT.  Other repository types, such as pserver
1039
  CVS, BitKeeper, or Subzero can be added in the future.
1040
 
1041
  For example, when reviewing a codestriker change, the repository
1042
  would be set as:
1043
 
1044
  http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi /cvsroot
1045
 
1046
  For a local repository, it could be just:
1047
 
1048
  /usr/local/cvsroot
1049
 
1050
* Allow for the view file screen to be disabled (allows viewing of an
1051
  entire file before and/or after a proposed change).  On some
1052
  deployments (eg, the sourceforge servers), the firewall has been
1053
  setup so that CGI scripts can't perform any remote HTTP connections.
1054
  This option is set from the codestriker.conf file.
1055
 
1056
* Added a configuration flag to indicate that email addresses should
1057
  be displayed in an "anti spam" form.  Eg:
1058
 
1059
  sits@users.sf.net -> sits@use...
1060
 
1061
  This is required for a public deployment of Codestriker.
1062
 
1063
* Created header and trailer templates which appear on every screen,
1064
  to assist in customising a site's look.
1065
 
1066
* The submit comment and submit topic screens where changed to use
1067
  templates.
1068
 
1069
* Added a lot of on-line help for the create topic screen, to explain
1070
  what all the input form elements mean.  Also added help for the
1071
  update topic status button in the view topic screen.
1072
 
1073
* Changed the look-n-feel slightly for the view topic and edit topic
1074
  screens.
1075
 
1076
Version 1.6.0
1077
 
1078
* Modified to use the "Template Toolkit" so that the HTML pages can be
1079
  easily customised without modifying any perl code.  The templates
1080
  live in template/en/default, where they can be modified in-place.
1081
 
1082
* Modified the Apache configuration instructions to use <Directory>
1083
  instead of <Location>.  Also modified so that the copying of the CSS
1084
  file into the site's main HTML area is no longer necessary, by using
1085
  an additional <Directory> directive.
1086
 
1087
Version 1.5.7
1088
 
1089
* Set the attachment field in the HTTP header when downloading the
1090
  topic text, to make IE happier, as the filename topicXXXX.txt.
1091
 
1092
* Handle CVS diffs which have whitespace at the start of the review.
1093
 
1094
Version 1.5.6
1095
 
1096
* Codestriker has been integrated with LXR, so that when viewing a
1097
  code review, those identifiers known to LXR will be automatically
1098
  hyperlinked.  This is an enormous aid to the code reviewing process,
1099
  as you can quickly determine where a variable/function/method/class
1100
  is defined and where it is used quickly, while studying the proposed
1101
  changes.
1102
 
1103
  See the README file for setting up LXR integration.
1104
 
1105
  The LXR home page is located at http://lxr.sourceforge.net.  The
1106
  integration has been tested with version 0.9.2.
1107
 
1108
  Note the codestriker.css file has been modified slightly to support
1109
  LXR.  Make sure you update this file if using LXR.
1110
 
1111
Version 1.5.5 (if upgrading, make sure you run checksetup.pl, see below):
1112
 
1113
* Modified database schema for MySQL so that review text is not
1114
  limited to 64KB, but up to 24MB, by changing certain fields from
1115
  type "text" to "mediumtext".  PostgreSQL and other databases are not
1116
  affected.  Simply running checksetup.pl in bin will automatically do the
1117
  migration for you.  I highly recommend backing up your database with
1118
  the following command, in case there are problems, which should be
1119
  something like:
1120
 
1121
  mysqldump -u codestriker -p --opt codestrikerdb > /tmp/cs.backup.sql
1122
 
1123
* Don't let IE cache the topic list and edit topic screens.
1124
 
1125
* Implemented a "delete topic" action.
1126
 
1127
* Put a "List open topics" link at the top of the view topic screen to
1128
  easily go to the current list of open topics.
1129
 
1130
* Don't set the Cc and Reviewer field from the cookie if it hasn't
1131
  been set in the create topic form.
1132
 
1133
* Handle patch files where the time stamps are in a different format
1134
  to the typical CVS diff format.
1135
 
1136
* After a comment is added, make sure the focus goes back to the
1137
  window that initiated the add comment action.  This wasn't a
1138
  problenm for Mozilla, but for other browsers.
1139
 
1140
Version 1.5.4:
1141
 
1142
* When the topic state is updated, add a confirmation message to the
1143
  top of the view topic screen.
1144
 
1145
* If the uploaded file doesn't exist, output an appropriate error
1146
  message.
1147
 
1148
* Fixed the table of contents display if a binary file is present.
1149
  Text files after a binary file weren't hyperlinked.  This was a
1150
  database load problem, not a rendering problem.
1151
 
1152
Version 1.5.3:
1153
 
1154
* Further integration with Bugzilla.  When a topic is created, or the
1155
  state is changed, a suitable comment is added to all bugs associated
1156
  with the topic.  This allows important information to be available
1157
  within the context of displaying a bug.  Support for other
1158
  bug-tracking systems should be easy to implement.
1159
 
1160
* Make sure topic titles are HTML escaped in the topic list view.
1161
 
1162
Version 1.5.2:
1163
 
1164
* Fixed minor rendering bug in view single file mode.
1165
 
1166
* Added Message-Id, In-Reply-To and References headers, so Codestriker
1167
  emails relating to the same topic will be displayed in the same
1168
  thread, for those email clients which supported threaded views.
1169
 
1170
Version 1.5.1:
1171
 
1172
* Fixed bug where viewing a file in a popup didn't work for those diffs
1173
  which contained empty lines.
1174
 
1175
Version 1.5.0:
1176
 
1177
* Just some documentation changes.  No code changes from 1.5.0b3.
1178
 
1179
Version 1.5.0b3:
1180
 
1181
* Comments are now entered via a popup window.  This means the
1182
  relatively heavy operation of loading the view topic screen can be
1183
  done just once initially, and many comments can be submitted, rather
1184
  than reloading the view screen after each comment submission.
1185
 
1186
Version 1.5.0b2:
1187
 
1188
* Fixed minor rendering bug in the coloured view mode.
1189
 
1190
Version 1.5.0b1:
1191
 
1192
* Broke up the system into a number of Perl modules to make future
1193
  work far easier to accomplish.
1194
 
1195
* Now uses a database for storing Codestriker's data.  This simplifies
1196
  serching and updating of the data, compared to the previous
1197
  filesystem persistance.
1198
 
1199
* There is now a topic search screen, which displays its results in a
1200
  simple topic list screen.  From here, individual topics can be
1201
  selected for display.
1202
 
1203
* Topic now has a simple notion of state.  When a topic is created, it
1204
  is in state "Open".  When a review has been done and the code has
1205
  been committed, the author changes the state to "Committed".  If the
1206
  review is not to be committed, but needs to be resubmitted, the
1207
  author moves the topic to state "Closed".  These states are useful
1208
  when displaying lists of topics in the system, to see what is
1209
  currently pending.
1210
 
1211
* A migration tool is available to automatically transfer <= 1.4.X
1212
  codestriker data into the database.
1213
 
1214
Version 1.4.5:
1215
 
1216
* Fixed minor rendering bug with line numbers.
1217
 
1218
* Fixed minor bug where adding a CC to a comment with more than one
1219
  person on that line failed.
1220
 
1221
* Support for the handling of binary files in diffs.
1222
 
1223
* Fix bug in popup parallel coloured-diff mode where the anchor names
1224
  weren't being generated properly, resulting in some browsers not
1225
  centering their view in the correct place.
1226
 
1227
* Fixed bug in pop parallel coloured-diff mode where changes right at
1228
  the end of the file weren't rendered.
1229
 
1230
* Support for parsing files generated with cvs diff -b.
1231
 
1232
Version 1.4.4:
1233
 
1234
* Made the CVS file data retrieve command expanded within an eval for
1235
  flexibility.  Included example using the curl command in
1236
  codestriker.conf.
1237
 
1238
* Can now view coloured diff mode either in monospace font (requires
1239
  more real-estate) or in variable-width font (harder to read code).
1240
  The choice can be made dynamically. [Note the monospaced diff mode
1241
  can be set for $default_topic_create_mode in codestriker.conf]
1242
 
1243
* Added a <BASE> tag which reduces the HTML size.  Also used cookies
1244
  more intelligently so that the dreaded edit topic and other URLs
1245
  were cut down to size, which also helped reducing the output.
1246
 
1247
* Took the gzip compression code from CVSweb and plonked it in.  Works
1248
  nicely with Mozilla/Netscape/Konqueror.  If the Compress::Zlib
1249
  library is installed, that is used for compression, otherwise the
1250
  "gzip" executable is used (although this isn't an option if you are
1251
  running this script within mod_perl).  [Note there are two new
1252
  options in codestriker.conf - $use_compression and $gzip]
1253
 
1254
* Codestriker now works under mod_perl successfully.  Updated
1255
  installation instructions for use under mod_perl.
1256
 
1257
Version 1.4.3:
1258
 
1259
* New popup viewing mode "parallel".  In addition to being able to
1260
  bring up a new window containing the contents of a file in its
1261
  original or new form, you can also set the popup display to be a
1262
  coloured diff, containing the contents of the original and the new
1263
  file side by side (similar to the main screen in coloured diff
1264
  mode).  While this mode is more bandwidth intensive, this can also
1265
  aid considerably in the reviewing process.
1266
 
1267
* Tab width can now be changed dynamically between 4 and 8 to handle
1268
  varying review inputs.  Tab expanision is also handled more
1269
  consistently.
1270
 
1271
* Support for "diff -uNp", "diff -uN --show-function-line=regexp",
1272
  "cvs diff -uNp" and "cvs diff -uN  --show-function-line=regexp".
1273
 
1274
* URLs entered in the description or in a comment will be rendered as
1275
  a link to that URL.
1276
 
1277
* Allow the bug field to accept multiple bug IDs.
1278
 
1279
* Introduced codestriker.conf, which isolates a site's configuration
1280
  into a single file.  This simplifies upgrading.
1281
 
1282
Version 1.4.2:
1283
 
1284
* Can now handle diffs which end in: "\ No newline at end of file".
1285
 
1286
* Changed the HTML generation for popup windows displaying old/new
1287
  versions of a file to use <PRE> rather than a table, which cuts down
1288
  the loading time considerably.  Note, the codestriker.css file had
1289
  to be changed.
1290
 
1291
Version 1.4.1:
1292
 
1293
* Popup windows were not resizable in IE due to a bug in the
1294
  javascript code.  Has now been fixed.
1295
 
1296
Version 1.4:
1297
 
1298
* Clicking on an original diff block line heading will open a popup
1299
  window displaying colour-coded contents of the original file.
1300
  Clicking on a new diff block line heading will open a popup window
1301
  displaying colour-coded contents of the new file.  In each case, it
1302
  is possible to click on topic lines to enter comments, which are
1303
  done in the main browser window.
1304
 
1305
* The file names for each file block is now optionally hyperlinked to
1306
  a CVS viewing system, such as cvs web.
1307
 
1308
* An optional bug number field is now a part of the topic creation
1309
  form.  This is displayed in the view topic screen, with a link to
1310
  the appropriate bug tracking (eg bugzilla) page.  Text within the
1311
  description of the form "[Bb][Uu][Gg]\s*\d+" is also rendered to the
1312
  appropriate bug tracking page.
1313
 
1314
* Comment emails sent now include the filename and line number
1315
  (where possible) that the comment was made against.
1316
 
1317
* Creation date for a topic is shown in the view topic screen.
1318
 
1319
* Can download topic text as "text/plain" from view topic screen.
1320
 
1321
Version 1.3: 
1322
 
1323
* Included table of contents for coloured diff mode, which allows for
1324
  fast nagivation, and indicates what files are present in the review.
1325
 
1326
* Added better handling of patch files.
1327
 
1328
Version 1.2:
1329
 
1330
* Converted to use CSS to reduce the resulting HTML size and to enable
1331
  easier customisation.
1332
 
1333
* Coloured diff mode handles ordinary patches, CVS diffs, and ordinary
1334
  text.
1335
 
1336
* Put in more newlines to make the resulting HTML more readable.
1337
 
1338
* Removed a stray <PRE> tag in coloured diff mode.
1339
 
1340