From jeremy.goecks@emory.edu Tue Mar 30 15:33:19 2010 From: Jeremy Goecks To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Patch: show User menu's history and dataset options show independent of app.config.use_remote_user setting Date: Tue, 30 Mar 2010 15:33:06 -0400 Message-ID: <16F6B5C4-833C-4055-9EEA-50B2B5E93F47@emory.edu> In-Reply-To: <20100329185122.GI6063@msi.umn.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4900707148445386632==" --===============4900707148445386632== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Still looks good. We'll get it into galaxy-central in the next day or two. Thanks, J. On Mar 29, 2010, at 2:51 PM, Ry4an Brase wrote: > Just a quick re-ping on this one. It still applies cleanly, but I'm > happy to rebase if desired. >=20 > On Tue, Mar 23, 2010 at 04:08:15PM -0500, Ry4an Brase wrote: >> It's not much, but we're using a remote_user setup and the History and >> Datasets menu items were not showing up under the User menu, which >> didn't seem to be by design. Attached is a micro patch to the template, >> which is also available here: >>=20 >> http://bitbucket.org/Ry4an/galaxy-umn-msi-changes/src/tip/always-show-u= sers-history-datasets >>=20 >> Also, What's the preferred patch submission mechanism? Patchbomb? >> Bitbucket pull-request? >>=20 >> Thanks, >>=20 >> --=20 >> Ry4an Brase 612-626-6575 >> University of Minnesota Supercomputing Institute >> for Advanced Computational Research http://www.msi.umn.edu >=20 >> # HG changeset patch >> # User JJ >> # Date 1269360929 18000 >> # Node ID 3424869fd91cfe435e7d46ebca7f1ef94ccbee70 >> # Parent bc2e61c2dac16e6eb37d34f3d3d6dee013b14368 >> Made User menu's history and dataset options show independent of >> app.config.use_remote_user setting. >>=20 >> diff -r bc2e61c2dac1 -r 3424869fd91c templates/base_panels.mako >> --- a/templates/base_panels.mako Tue Mar 23 15:43:58 2010 -0400 >> +++ b/templates/base_panels.mako Tue Mar 23 11:15:29 2010 -0500 >> @@ -269,12 +269,12 @@ >> logout_url =3D h.url_for( controller=3D'/user', ac= tion=3D'logout' ) >> %> >>
  • = Logout
  • >> -

  • >> -
  • Histories
  • >> -
  • Datasets
  • >> - %if app.config.get_bool( 'enable_pages', False ): >> -
  • Pages
  • =20 >> - %endif >> + %endif >> +

  • >> +
  • Histories
  • >> +
  • Datasets
  • >> + %if app.config.get_bool( 'enable_pages', False ): >> +
  • Pages
  • =20 >> %endif >> >> >=20 >=20 > --=20 > Ry4an Brase 612-626-6575 > University of Minnesota Supercomputing Institute > for Advanced Computational Research http://www.msi.umn.edu > ___________________= ____________________________ > galaxy-dev mailing list > galaxy-dev(a)lists.bx.psu.edu > http://lists.bx.psu.edu/listinfo/galaxy-dev --===============4900707148445386632==--