Assembla home | Assembla project page
 

Ticket #180 (closed Bug Report: fixed)

Opened 1 year ago

Last modified 1 year ago

SwissMonitor doesn't detect file renames

Reported by: swiss Assigned to: garfoot
Priority: High Milestone: 1.23
Component: SwissMonitor Version:
Keywords: Cc:

Description

Files that are renamed are not picked up by SwissMonitor?

Change History

03/12/09 21:56:27 changed by garfoot

  • owner set to garfoot.
  • status changed from new to assigned.

The rename event handler isn't coded in. This will be added and the event will be raised to the php page with a change type of Renamed.

The old path will also be included in the post data as "OldPath?".

03/12/09 23:48:14 changed by garfoot

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1232]) * Completely refactored configuration to now use a custom configuration section

  • Added a <ignoredExtensions> section to the config file
  • Added support for ignored extensions
  • Added support for renames

Closes #180 and #181.