Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12870


Ignore:
Timestamp:
Jul 23, 2017, 9:18:10 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Looks fine to me, but patch didn't apply cleanly to the trunk (TracDev/SubmittingPatches). It will need unit tests before we can commit the changes.

We could also add TracAdmin rename and reparent commands. Or maybe combine them in a single move <realm:id> <name> <new_realm:new_id> <new_name> command. We should also consider whether rename and reparent should be combined in a single method, adding an optional filename argument to reparent and possibly renaming the method to move.

log:rjollos.git:t12870_attachment_rename.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12870

    • Property Milestonenext-major-releases
  • Ticket #12870 – API Changes

    initial v1  
    1 * Added `Attachment.rename()`.
    2 * Added `IAttachmentChangeListener.attachment_renamed()`.
     1* Added `Attachment.rename`.
     2* Added `IAttachmentChangeListener.attachment_renamed`.