- Description has changed: Diff:
~~~~ --- old +++ new @@ -1,4 +1,4 @@ -* drop "at this time" from Google Code notes; it implicitly promises that those features are being worked on +* drop "at this time" from Google Code notes; it implicitly promises that those features are being worked on. In fact, better to switch the tone and say what can be imported (i.e. all public tickets) and for things that we don't handle (e.g. home page content, additional repos), tell them how to make it happen themselves. Figure out a way to add a link to site-specific docs. * if no default wiki page from GC, set it to `browse_pages`. Need to make that not show up on the list of pages though. Delete the `Home` page. * allow full GC url to be used in project name field, parse out the project name * error when reaching http://code.google.com/p/gmapcatcher/issues/detail?id=373 see trace below: ~~~~ --- ** [tickets:#6759] GC import: 404 on ticket, list wiki pages, minor form tweaks** **Status:** open **Labels:** import google-code **Created:** Tue Oct 15, 2013 08:05 PM UTC by Dave Brondsema **Last Updated:** Tue Oct 15, 2013 08:05 PM UTC **Owner:** nobody * drop "at this time" from Google Code notes; it implicitly promises that those features are being worked on. In fact, better to switch the tone and say what can be imported (i.e. all public tickets) and for things that we don't handle (e.g. home page content, additional repos), tell them how to make it happen themselves. Figure out a way to add a link to site-specific docs. * if no default wiki page from GC, set it to `browse_pages`. Need to make that not show up on the list of pages though. Delete the `Home` page. * allow full GC url to be used in project name field, parse out the project name * error when reaching http://code.google.com/p/gmapcatcher/issues/detail?id=373 see trace below: . ~~~~ Traceback (most recent call last): File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 119, in import_tool mount_point=mount_point, mount_label=mount_label, **kw) File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 124, in import_tool for ticket_num, issue in GoogleCodeProjectExtractor.iter_issues(project_name): File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 138, in iter_issues yield (int(issue_id), cls(project_name, 'issue', issue_id=issue_id)) File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 139, in __init__ self.get_page(page_name, **kw) File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 172, in get_page parser(self.urlopen(self.url)) File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 145, in urlopen return h.urlopen(req, retries=retries, codes=codes) File "/var/local/allura/Allura/allura/lib/helpers.py", line 975, in urlopen raise e HTTPError: HTTP Error 404: Not Found ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.