Subversion Repositories DevTools

Rev

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