• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7296: FORMFIELD{...} ignoring the rev parameter

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Normal Closed   major 6.0.0

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

%FORMFIELD{...}% simply ignores the rev parameter despite the documentation.

-- TWiki:Main/HideyoImazu - 2013-07-17

Please make sure that the rev=... URL parameter remains supported.

Wondering why the rev parameter on FORMFIELD is not supported. Current SVN trunk:

sub FORMFIELD {
    my ( $this, $params, $topic, $web ) = @_;
    my $cgiQuery = $this->{request};
    my $cgiRev = $cgiQuery->param('rev') if( $cgiQuery );
    $params->{rev} = $cgiRev unless( $params->{rev} );
    return $this->renderer->renderFORMFIELD( $params, $topic, $web );
}

-- TWiki:Main.PeterThoeny - 2013-07-17

See also related Item7298.

-- TWiki:Main.PeterThoeny - 2013-07-18

TWiki::FORMFIELD() is fine. But TWiki::Render::renderFORMFIELD() ignored the rev parameter.

-- TWiki:Main.HideyoImazu - 2013-07-18

ItemTemplate
Summary FORMFIELD{...} ignoring the rev parameter
ReportedBy TWiki:Main.HideyoImazu
Codebase ~twiki4
SVN Range TWiki-5.1.3-trunk, Thu, 04 Jul 2013, build 26045
AppliesTo Engine
Component

Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:26075 TWikirev:26076
TargetRelease major
ReleasedIn 6.0.0
Edit | Attach | Watch | Print version | History: r9 < r8 < r7 < r6 < r5 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r9 - 2013-10-15 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback