Ticket #69 (new enhancement)

Opened 4 years ago

Last modified 1 year ago

[PATCH]Rename pages

Reported by: anonymous Assigned to: developer
Priority: normal Milestone:
Component: Instiki Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

One ought to be able to automagically rename pages and all link references to them with a click of a button.

Attachments

patch.69.diff (8.7 kB) - added by anonymous on 06/16/05 16:37:45.
patch.69.2.diff (8.7 kB) - added by StuGlaser (@gmail.com) on 06/16/05 16:37:56.

Change History

02/18/05 16:19:01 changed by anonymous

  • severity changed from normal to enhancement.

03/28/05 02:09:32 changed by jacius

It would also be good to be able to rename a page without changing all link references to them. Example: you make a page, perhaps called AllAboutEmus?, and a month passes with everyone adding their favorite facts and anecdotes about emus and other flightless birds. Somehow, the discussion has turned entirely to the kiwi bird, and it really isn't about emus any more, so you want to move it to AllAboutKiwis? (ideally moving all the previous revisions along with it), and start a new AllAboutEmus? page. In such a case, you wouldn't want all links to AllAboutEmus? to be changed to AllAboutKiwis?, but to continue to point to AllAboutEmus?.

06/16/05 16:37:20 changed by StuGlaser (@gmail.com)

  • summary changed from Rename pages to [PATCH]Rename pages.

I added functionality for renaming pages. It renames the page and updates links in all previous revisions for each reference.

Disclaimer: This is my first time ever programming in Ruby.

06/16/05 16:37:45 changed by anonymous

  • attachment patch.69.diff added.

06/16/05 16:37:56 changed by StuGlaser (@gmail.com)

  • attachment patch.69.2.diff added.

06/16/05 16:39:39 changed by StuGlaser (@gmail.com)

An accidental keypress caused multiple submissions. Both attachments are exactly the same. Sorry about that.