<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"projectnav"</description><language>en</language><lastBuildDate>Thu, 20 Aug 2015 22:07:57 -0000</lastBuildDate><item><title>Remove capitalize() calls in menu handling</title><link>https://forge-allura.apache.org/p/allura/tickets/6195/</link><description>Followup to [#3699]

`capitalize` is used in a few places on tool names, and it shouldn't.  Example result, SVN is fine but CVS is not: https://sourceforge.net/p/javapathfinder/cvs/

I think tool type is being used instead of tool label in some cases during grouping.  E.g. `hosted_apps` shows in some menus.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/6195/</guid></item><item><title>a way to make the Admin tool the last tool, for all projects</title><link>https://forge-allura.apache.org/p/allura/tickets/5864/</link><description>We'd like to be able to anchor a tool to the **end** of the project toolbar (the Admin tool, specifically).

It'd be nice if this could fit into the existing anchored tool field for Neighborhoods, but it might have to be a separate field and separate logic.

I think it'd also work to set the Admin tool's default position to a very high number so that it's at the end.  And then a script to set it once for all projects in a neighborhood.  I don't mind if a project moves it around later.  That approach might be easier &amp; cleaner then making another type of "anchoring" work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:57 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5864/</guid></item><item><title>Anchored tools shouldn't install something twice</title><link>https://forge-allura.apache.org/p/allura/tickets/5861/</link><description>If you set up a neighborhood's anchored tools to `wiki:Wiki` and then register a new project and mark the checkbox for a wiki, you end up with 2 wikis on your project and also the following error in the logs.

The anchored tool logic works pretty well for existing projects -- when you set the anchored tools and a project already has one, it doesn't install another.  This should work similarly during project registration too.

~~~~
16:26:48,868 ERROR [allura.model.project] wiki is not available
Traceback (most recent call last):
  File "/home/dbrondsema/dbrondsema-7024/forge/Allura/allura/model/project.py", line 453, in install_anchored_tools
    new_tools.append(self.install_app(tool, tool, label, i))
  File "/home/dbrondsema/dbrondsema-7024/forge/Allura/allura/model/project.py", line 544, in install_app
    'Mount point "%s" is already in use' % mount_point)
ToolError: Mount point "wiki" is already in use
~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5861/</guid></item><item><title>Create drop-down for grouped menu items</title><link>https://forge-allura.apache.org/p/allura/tickets/5599/</link><description>Grouped menu items should have a drop-down for quick access to each subitem without going to a separate page.  The drop-down needs a max number, though, since some projects may have dozens or even hundreds of instances a tool.  Maybe it could limit to 10 and have a ...more... link at the bottom going to the listing page.

`_nav.json` should include the drop down data also.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:53 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5599/</guid></item><item><title>Standardize on icons or no icons, in project navbar</title><link>https://forge-allura.apache.org/p/allura/tickets/4945/</link><description>Either remove icons from the Allura navbar, possibly only in our Allura (i.e., leave OSS untouched), for consistency with the SFX and sfpy navbars.  Or, add the icons into sfpy navbars (maybe only for Allura projects, so that "upgrading" gives you icons).  Don't change SFX either way.

The icon area also has a number for grouped menu items.  That is a useful piece of information that's only on the Allura side currently.  Perhaps if [#5599] is implemented then the number won't be as important.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Adams</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/4945/</guid></item><item><title>Fix ordering in the Allura's nav for consistency with sfpy/sfx</title><link>https://forge-allura.apache.org/p/allura/tickets/4943/</link><description>SFX and sfpy always have the same four links first: Summary, Files, Reviews, and Support. Fix Allura to do the same, ideally in a way that would leave the OSS Allura untouched (i.e., still able to order however).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Adams</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/4943/</guid></item><item><title>In project menu, don't uppercase first letter of each word - NEEDS MONGO CMD</title><link>https://forge-allura.apache.org/p/allura/tickets/3699/</link><description>TODO: check all prior labels to see how much existing data is title-cased or lowercase.

As a project owner, I want to give a tool a label and have that exact value presented in the menu.  When multiple capital letters are supposed to be in a label, but only the first character of a word is capitalized in the menu, I am sad.

Make sure that initial &amp; added tools default to good casing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/3699/</guid></item></channel></rss>