Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#17876 closed defect (wontfix)

move page AddValue -> AddTag and adapt context sensitive help

Reported by: Klumbumbus Owned by: team
Priority: normal Milestone:
Component: Core shortcuts Version:
Keywords: Cc:

Description

Since the dialog was renamed in r14926 I'd like to move the wiki page wiki:/Help/Dialog/AddValue. Is the patch for the context sensitive help sufficient?

  • TagEditHelper.java

     
    709709            super(MainApplication.getMainFrame(), tr("Add tag"), tr("OK"), tr("Cancel"));
    710710            setButtonIcons("ok", "cancel");
    711711            setCancelButton(2);
    712             configureContextsensitiveHelp("/Dialog/AddValue", true /* show help button */);
     712            configureContextsensitiveHelp("/Dialog/AddTag", true /* show help button */);
    713713
    714714            mainPanel = new JPanel(new GridBagLayout());
    715715            keys = new AutoCompletingComboBox();

Attachments (0)

Change History (4)

comment:1 by Klumbumbus, 6 years ago

Milestone: 19.06
Resolution: wontfix
Status: newclosed

Hmm... moving the page would break all pages which link there and I don't want to fix all the translated pages.

comment:2 by skyper, 6 years ago

Why not moving the page and keeping a redirect. Think there is a command for trac to show all pages link to a page.

Maybe, stoecker has already some magic to move pages in backhand ?

comment:3 by stoecker, 6 years ago

Actually I don't like redirects and see no big sense in renaming established pages. Who cares for the page name at all. It's the contents who counts, not the URL line.

comment:4 by Klumbumbus, 6 years ago

I agree.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.