<?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:"Bitesize"</description><language>en</language><lastBuildDate>Fri, 08 Feb 2019 15:21:52 -0000</lastBuildDate><item><title>Module rename dialog accepts empty inputs</title><link>https://forge-allura.apache.org/p/allura/tickets/8248/</link><description>User can keep empty and submit. Better to add some validation</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shalitha Suranga</dc:creator><pubDate>Tue, 30 Oct 2018 14:21:22 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8248/</guid></item><item><title>Project Categorization select and button are attached together</title><link>https://forge-allura.apache.org/p/allura/tickets/8247/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shalitha Suranga</dc:creator><pubDate>Tue, 30 Oct 2018 14:21:22 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8247/</guid></item><item><title>Set Home dialog validation fix</title><link>https://forge-allura.apache.org/p/allura/tickets/8246/</link><description>Dialog allows empty inputs then it will create a  wiki page with empty name. So simple html required validation looks good</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shalitha Suranga</dc:creator><pubDate>Tue, 30 Oct 2018 14:21:22 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8246/</guid></item><item><title>Add "title" to envelope icon</title><link>https://forge-allura.apache.org/p/allura/tickets/8233/</link><description>The envelope icon on wiki pages (in upper right dark bar) does not have title text like other icons do, so you can't hover over it to find out what it does.  We should add helpful title text.  Similarly for the envelope icon when it is used other places too, like tickets, etc.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 30 Oct 2018 14:21:21 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8233/</guid></item><item><title>UnicodeEncodeError processing inbound email</title><link>https://forge-allura.apache.org/p/allura/tickets/8160/</link><description>```
08:20:09,675 ERROR [taskd:allura.tasks.mail_tasks.route_email:598c173734309d28a5278156:allura.tasks.mail_tasks] Error routing mail to 1234@tickets.proj.hostname.com
Traceback (most recent call last):
  File "/var/local/allura/Allura/allura/tasks/mail_tasks.py", line 99, in route_email
    c.app.handle_message(userpart, msg)
  File "/var/local/allura/ForgeTracker/forgetracker/tracker_main.py", line 293, in handle_message
    self.handle_artifact_message(ticket, message)
  File "/var/local/allura/Allura/allura/app.py", line 712, in handle_artifact_message
    fp = StringIO(message['payload'])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 596: ordinal not in range(128)
```</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 05 Feb 2018 17:00:37 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8160/</guid></item><item><title>Bulk edit change comment not shown as meta</title><link>https://forge-allura.apache.org/p/allura/tickets/8150/</link><description>If tickets are changed using bulk edit, the change is described by a non-meta comment in ticket discussion. However, editing a ticket posts a meta comment. In the screenshot , the first comment is due to simple ticket edit and the second is due to bulk edit. The correct behaviour should be meta comment for both.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">huzaifafaruqui</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:09 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8150/</guid></item><item><title>Error exporting with certain attachments</title><link>https://forge-allura.apache.org/p/allura/tickets/8148/</link><description>Ran into this error.  Looks like attachment paths need some unicode handling

~~~
04:10:28,132 ERROR [taskd:allura.tasks.export_tasks.bulk_export:58b8eca6bcf63a2f70b65a8e:allura.tasks.export_tasks] Error exporting: discussion on openemr
Traceback (most recent call last):
  File "/var/local/allura/Allura/allura/tasks/export_tasks.py", line 107, in export
    app.bulk_export(f, export_path, with_attachments)
  File "/var/local/allura/ForgeDiscussion/forgediscussion/forum_main.py", line 244, in bulk_export
    self.export_attachments(forum.threads, export_path)
  File "/var/local/allura/ForgeDiscussion/forgediscussion/forum_main.py", line 262, in export_attachments
    self.save_attachments(post_path, post.attachments)
  File "/var/local/allura/Allura/allura/app.py", line 777, in save_attachments
    with open(attachment_path, 'w') as fl:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 132-133: ordinal not in range(128)
~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:09 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8148/</guid></item><item><title>CSS problem in help tooltip</title><link>https://forge-allura.apache.org/p/allura/tickets/8120/</link><description>This is a small issue in CSS I believe. Which I think is occuring because of static hardcoded values of css properties. Though this doesn't happens on this site because of logo, but it might occur as shown in screenshot.

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pranav Sharma</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:07 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8120/</guid></item><item><title>Show merge requests in sidebar, even if there are 0</title><link>https://forge-allura.apache.org/p/allura/tickets/8090/</link><description>This would make it easier for people to know that they even exist.  Also, its more consistent, so you can find them when they are all closed, etc.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 28 Jun 2016 14:36:10 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8090/</guid></item><item><title>ensure_index command should not drop indexes</title><link>https://forge-allura.apache.org/p/allura/tickets/8079/</link><description>In the `EnsureIndexCommand` code, we shouldn't drop any indexes.  I think the original idea was to remove indexes that weren't needed any more.  But if anyone has created their own custom indexes directly (e.g. to support external scripts or code), the command would delete them.  We should change it to not delete any.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 09 May 2016 19:22:56 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8079/</guid></item><item><title>Missing notification when using the one-click merge button</title><link>https://forge-allura.apache.org/p/allura/tickets/8078/</link><description>When using the one-click merge button, the status change is not recorded in the comments and thus not sent out as a notification either.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 05 Jul 2016 19:36:20 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8078/</guid></item><item><title>Prevent pending users from being added to project ACLs</title><link>https://forge-allura.apache.org/p/allura/tickets/8073/</link><description>There is currently nothing to stop a project from granting permissions to a pending user. We should only allow active users.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heith Seewald</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:06 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8073/</guid></item><item><title>Change "asked you to merge" text</title><link>https://forge-allura.apache.org/p/allura/tickets/8072/</link><description>On merge requests, it always says "$USER asked you to merge ....".  The word "you" only makes sense if you have access to merge the request, we shouldn't show it to everyone else (including the contributor).  Pick a different phrase that works better for everyone.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 06 Apr 2016 19:33:31 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8072/</guid></item><item><title>Create wiki page button should work without admin access</title><link>https://forge-allura.apache.org/p/allura/tickets/8071/</link><description>Should be able to use the button with just 'edit' access, but the page goes through the `/admin/` url controller which requires admin access, and then the `create_wiki_page` function requires 'configure' access currently.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 15 Apr 2016 15:16:55 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8071/</guid></item><item><title>Update export API docs &amp; script for with_attachments</title><link>https://forge-allura.apache.org/p/allura/tickets/8064/</link><description>The `with_attachments` param added in [#8052] should be added to `api.raml`.  Also `allura/scripts/project_export` should be updated to have that as a script option.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 17 Mar 2016 15:23:05 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8064/</guid></item><item><title>Moderate page has wrong params for next/prev page</title><link>https://forge-allura.apache.org/p/allura/tickets/8055/</link><description>On the moderation pages, the Next &amp; Previous page links have the wrong `page` param value

More details at https://sourceforge.net/p/forge/site-support/11964/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:05 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8055/</guid></item><item><title>Improvements to AlluraTimerMiddleware</title><link>https://forge-allura.apache.org/p/allura/tickets/7977/</link><description>It'd be useful to have AlluraTimerMiddleware wrap the project nav logic.  This would help identify any issues related to that (e.g. project with tons of tools)

And the first "ming" timer should be renamed "ming-iter" so that the high call counts it produces is separate from the regular ming counts.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 08 Feb 2019 15:21:52 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7977/</guid></item><item><title>API endpoints error when using access_token as URL param</title><link>https://forge-allura.apache.org/p/allura/tickets/7953/</link><description>`TypeError: has_access() got an unexpected keyword argument 'access_token'`

This may also be true for many of our other API endpoints.  We should just be able to add `**kw` to the python controller methods.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 24 Aug 2015 14:29:36 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7953/</guid></item><item><title>Enable voting on tickets by default</title><link>https://forge-allura.apache.org/p/allura/tickets/7929/</link><description>New ticket trackers should have voting enabled be default.  Why not?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 14 Dec 2015 22:05:44 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7929/</guid></item><item><title>Remove "bin" terminology from saved searches pages</title><link>https://forge-allura.apache.org/p/allura/tickets/7911/</link><description>Saved searches used to be called saved bins, but "bin" is confusing now.  Change "bin" to "search" in user-facing text.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 01 Sep 2015 18:57:21 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7911/</guid></item><item><title>Issue with downloading files from repo with spaces in name</title><link>https://forge-allura.apache.org/p/allura/tickets/7899/</link><description>If you download a file from a repo (example: https://sourceforge.net/p/compilibre/code/ci/master/tree/COMPILIBRE-source/COMPILIBRE/installer/Cliquez%20ici%20pour%20d%C3%A9marrer%20COMPILIBRE.bat) it saves with just the first part of the name "Cliquez".  We provide an HTTP header `Content-Disposition: attachment;filename=Cliquez ici pour démarrer COMPILIBRE.bat` but I think we need quotes around the filename= value.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 13 Jul 2015 14:49:21 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7899/</guid></item><item><title>Send email notifiction on wiki page delete</title><link>https://forge-allura.apache.org/p/allura/tickets/7871/</link><description>Creating and modifying a wiki page will send out an email notification, but deleting a page does not.

The email should either include all the deleted text or a link to view the deleted page.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 23 Sep 2015 16:19:51 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7871/</guid></item><item><title>misleading link to wrong rss file</title><link>https://forge-allura.apache.org/p/allura/tickets/7860/</link><description>This is issue was reported in the IRC support channel this is a summary from both Support channel and sog-eng channel, please see the attachment for full support channel transcripts:

this is the user's profile that reported the bug: https://sourceforge.net/u/cprecup/profile/

----

Reported issue:
The bug is community members can see the old content via the RSS feed icon which is unexpected.

----

From Support Channel:
cprecup
I am having an issue with my profile displayed information on sourceforge.net: my activity (old though) is not being displayed anywhere. I can only find it by going to the specific project and searching for my username. Isn't there a way to fix this?

Project link: https://sourceforge.net/projects/brlcad/, Search results: https://sourceforge.net/p/brlcad/mailman/search/?q=cprecup. If you click on my profile page on the "feed" icon, it will still show my latest (but old) contributions in an xml format

----
Example of issue:

https://sourceforge.net/u/cprecup/profile/feed.rss has content, but https://sourceforge.net/u/cprecup/activity/?page=0&amp;limit=100 is empty.

The "User Activity" side-bar on the /u/cprecup/profile/
profile/feed.rss is different from …/profile/activity/feed.rss

Its misleading that the RSS icon above the "User Activity" side-bar goes to …/profile/feed.rss

----

Currently there are no plans to import /profile/feed.rss data into /profile/activity/
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Barrett</dc:creator><pubDate>Thu, 17 Mar 2016 15:21:13 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7860/</guid></item><item><title>Validate URLs when configuring external link tool</title><link>https://forge-allura.apache.org/p/allura/tickets/7820/</link><description>We should validate URLs when setting up an external link.  And add a missing http(s):// automatically would be helpful.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:06:09 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7820/</guid></item><item><title>Showing diffs for renamed files</title><link>https://forge-allura.apache.org/p/allura/tickets/7814/</link><description>Currently if a file got renamed in a commit it will be shown as "copy    old_file to new_file" even if there were changes made to the content for the file. In this case maybe there could be also the entry "(diff)" behind new_file to show the changes.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sworddragon</dc:creator><pubDate>Tue, 27 Jun 2017 17:46:04 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7814/</guid></item></channel></rss>