{5} Assigned, Active Tickets by Owner (Full Description) (158 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

Results (101 - 158 of 158)

1 2

Yuji OKAZAKI (4 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#8208 Feature to import/export wiki pages for/to TestManagerForTrac-Plugin VisualBasicTracConnectorIntegration enhancement normal Nov 28, 2010

Hi, do you think it's possible to implement similar import/export features for test cases provided by TestManagerForTracPlugin (http://trac-hacks.org/wiki/TestManagerForTracPlugin) ?


#6042 Can't open Object IXMLHTTPRequest VisualBasicTracConnectorIntegration defect normal Oct 27, 2009

If I want to connect via *.mpp I get the message:

The method open for the object IXMLHTTPRequest failed.

The excelsheet needs a never version of excel as I have. I'm using MSOffice 2007 SP2.

Am I right?

didley


#6973 Can't import dates from Trac to Project VisualBasicTracConnectorIntegration defect normal Apr 13, 2010

I have tried setting Start (due_assign) and Finish (due_close) to "2010-01-02" and "2010/01/02" and the dates still come through as today. What format should those fields take?

Also, if percent complete an integer or a fraction? That is, if something is half done, should complete be .50 or 50?


#6958 1004 errors in TicketEdit.xls TracDependencyPlugin defect normal Apr 8, 2010

I can't get TicketEdit to work. I can't even tell if I'm connecting to Trac. I see Debug.print() stuff in the VB code but I don't know where that might be coming out. Can you suggest some strategies for diagnosing the problems?


Olemis Lang (5 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#1055 listLinks() should be implemented XmlRpcPlugin enhancement normal Dec 28, 2006

The listLinks function of the Wiki XML-RPC API should be implemented.


#5527 Include RPC handler to retrieve timed events managed by Timeline module XmlRpcPlugin enhancement normal Jul 17, 2009

TracGViz plugin includes an some XML-RPC handlers. TimelineRPC class's been included since version 1.3.3 (can't provide a link to browse the source code due to the fact that my SVN client is failing and I can't (commit | check) out anything ... sorry :( ).

It returns all timed events offered by instances of ITimelineEventProvider.

Please see below a code snippet illustrating public methods :

class TimelineRPC(Component):
    r""" An interface to Trac's timeline module.
    """
    implements(IXMLRPCHandler)
    sources = ExtensionPoint(ITimelineEventProvider)

    def __init__(self):
        self._event_data = TimelineModule(self.env)._event_data

    # IXMLRPCHandler methods
    def xmlrpc_namespace(self):
        return 'timeline'

    def xmlrpc_methods(self):
        yield ('TIMELINE_VIEW',
                ((list, xmlrpclib.DateTime, xmlrpclib.DateTime, list),
                 (list, xmlrpclib.DateTime, xmlrpclib.DateTime),
                 (list, xmlrpclib.DateTime),
                 (list, )),
                 self.getEvents)
        yield ('TIMELINE_VIEW', ((list,),), self.getEventFilters)

There are still a few open issues and further methods may be needed (e.g. to create, update, delete reports). Besides in order to retrieve all events related to ticket changes (e.g. attachments) timeline.ticket_show_details option in trac.ini needs to be set to true.

It is possible to move it onto XmlRpcPlugin. Feel free to do it !

PS: I tested it using 0.11, that's why I specify that value in Trac Release field . Hope you don't mind.


#5548 Full description text area is misaligned on New Ticket page PyTppThemePlugin defect major Jul 22, 2009

I have Trac 0.11 running on a server and have applied theme PyTpp; wiki, reports, editing tickets all look great, however on the New Ticket page the editing box for the full description is misaligned (see attached screenshots), making it very awkward for end users.


#808 Add Changesets to TracXmlRpc plugin XmlRpcPlugin enhancement normal Oct 14, 2006

Here is a patch adding changeset interface into Trac XmlRpc API. It's not perfect but it works really well.


#1805 Access to Trac reports via XmlRpc XmlRpcPlugin enhancement normal Jul 17, 2007

As of yet, there does not seem to be a way to access the reports in a Trac repository via XML-RPC. Since the reporting engine in Trac is fairly powerful, this would be nice to have. I'm thinking of a simple method like tickets.report(int reportid) returning either a list of IDs of the relevant tickets (which the client can then individually query or process) or returning the whole table as seen in the actual report.


nikolaus (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#6369 InternalError during receiving detailed rss feed DetailedRssFeedPlugin defect normal Dec 24, 2009

After clicking to "Detailed RSS Feed" on the report page I see this:

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 377, in send_error
    'text/html')
  File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 733, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 195, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 265, in _get_session
    return Session(self.env, req)
  File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 159, in __init__
    self.promote_session(sid)
  File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 217, in promote_session
    "WHERE sid=%s OR sid=%s ", (sid, self.req.authname))
  File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 64, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 64, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
InternalError: current transaction is aborted, commands ignored until end of transaction block

I tested it on 0.11.5 and 0.11.6 versions


osimons (2 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#1615 inline mode always produces the same indexing TocMacro defect normal Jun 6, 2007

When using TOC Macro for multiple pages in inline mode, the pages always have the same index number. For example;

[[TOC(MyPage, AnotherPage, inline)]]

results in this output

  1. MyPage
  1. AnotherPage

I would have expected this

  1. MyPage
  2. AnotherPage

#1317 Disable Toc in other modes TocMacro enhancement normal Mar 13, 2007

It would be usefull if you could tell the toc menu to disable when other output formats are being used.

For example use with

http://www.trac-hacks.org/wiki/CombineWikiPlugin

Causes the Toc to appear on every single page....


Petr Škoda (9 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#3029 TracDownloader with TracTags problem? TracDownloaderPlugin defect blocker May 14, 2008

I downloaded the code. I installed it using "python setup.py install" command. I thank all was fine but each time I connect to the trac home page I got the error :

Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/api.py", line 339, in send_error 'text/html') File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/chrome.py", line 684, in render_template data = self.populate_data(req, data) File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/chrome.py", line 592, in populate_data dchrome?.update(req.chrome) File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/api.py", line 168, in getattr value = self.callbacks[name](self) File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/util/compat.py", line 130, in newfunc return func_(*(args + fargs), dict(kwargs, fkwargs)) File "/usr/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/web/chrome.py", line 460, in prepare_request for category, name, text in contributor.get_navigation_items(req): File "build/bdist.linux-i686/egg/tracdownloader/web_ui.py", line 53, in get_navigation_items LookupError: unknown encoding: /projects/project/downloader

In fact, TracDownloader was already installed. I got that error after the installation of TracTags. Is there a link?

I don't know python at all. What I can see is that the error is there:

def get_navigation_items(self, req):

"""Downloader isinstance visible if user hasattr got permission """ if req.perm.has_permission('DOWNLOADER_DOWNLOAD'):

yield 'mainnav', 'downloader', Markup('<a href="%s">Downloader</a>',

self.env.href.downloader())

I can confirm that because if I remove the DOWNLOADER_DOWNLOAD permission, that's better!

Any idea? Thanks.


#2682 temporarily disable files/groups TracDownloaderPlugin enhancement normal Mar 4, 2008

How about temporarily disable downloads? Background: Imagine multiple developers delivering their downloads, which have dependencies to the other downloads of the same group. So one could disable the group for download until all files are complete. Another case: A single file should be disabled because there are some (temporary) issues e.g. concerning copyrights, which came up after the download was added and need to be checked.

The whole thing could be realized by a checkbox. Of course, this would need an additional database field.


#2680 Reset Statistics for a given file TracDownloaderPlugin enhancement normal Mar 4, 2008

It would be nice to have the possibility to reset statistics for a given file. I thought of an additional button on the admin pages when editing a files properties.


#2681 Replace file TracDownloaderPlugin enhancement normal Mar 4, 2008

It would be nice to have the possibility to replace files. This should be done on the admin pages when editing a files properties, and could be realized by adding a file input, introduced by "Replace file:".


#2620 patch for limiting upload file size TracDownloaderPlugin enhancement normal Feb 22, 2008

Small patch which adds file size limiting.


#2683 If a file/category was deleted, statistics are still shown for it TracDownloaderPlugin enhancement normal Mar 4, 2008

I deleted one file and a duplicate category. In the statistics, both are still shown. Could it be the downloader_downloaded table is forgotten to update then (maybe even intentionally)? This could be counted a feature (to see historical statistics even if the stuff doesn't occupy any disk space anymore); but it should at least be possible to let the user decide whether to delete associated statistics as well (e.g. by asking for this after the delete button was pressed - if it is just a checkbox, one may forget to check it, and afterwards there is no chance any more).


#2660 Files download with html appended to the end of them TracDownloaderPlugin defect normal Feb 29, 2008

I have TracDownloader installed on Windows 2003 Server, Apache 2.0.59 , Trac 0.11b1, python v2.4.

Whenever a file is downloaded with TracDownloader, it looks as if the file downloaded fine but there is HTML appended to the end of it. I've attached the html that gets appended to the file.

I've also attached the Apache Error log.

Right now I get around this by zipping the file. (the zip file still opens ok even though it has extra data appended to it).

Here's the URL to my trac page.. http://www.stellar-sat.net:5230/trac_projects/PosRptAppV3/

Another problem that may or not be related is that the data from the last person to fill out the questionaire is still there for the next person who downloads a file.


#2811 error while loading large file TracDownloaderPlugin defect normal Mar 28, 2008

Downloader seems to be working fantastically on smaller files (<20mb) but dies on my primary release package (~500mb). Not neccesarily sure it's downloader dependent but ideas on how to get around/improve downloader to be able to handle files of this size would be greatly appreciated.

Server 2k3, XAMP (Apache 2.2) Trac .11dev and here's the output from the log:

2008-03-27 19:45:06,302 Trac[chrome] DEBUG: Prepare chrome data for request
2008-03-27 19:45:06,349 Trac[session] DEBUG: Retrieving session for ID 'ijones'
2008-03-27 19:45:06,365 Trac[session] DEBUG: Retrieving session for ID 'ijones'
2008-03-27 19:45:06,552 Trac[main] DEBUG: 475 unreachable objects found.
2008-03-27 19:45:06,599 Trac[main] DEBUG: 384 unreachable objects found.
2008-03-27 19:45:18,459 Trac[main] DEBUG: Dispatching <Request "POST u'/admin/general/downloader/files/release/1'">
2008-03-27 19:45:18,474 Trac[main] ERROR: 
Traceback (most recent call last):
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\web\main.py", line 417, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\web\main.py", line 164, in dispatch
    if handler.match_request(req):
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\admin\web_ui.py", line 75, in match_request
    req.args['cat_id'] = match.group(1)
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\web\api.py", line 168, in __getattr__
    value = self.callbacks[name](self)
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\web\api.py", line 444, in _parse_args
    fs = cgi.FieldStorage(fp, environ=self.environ, keep_blank_values=True)
  File "C:\Python25\lib\cgi.py", line 534, in __init__
    self.read_multi(environ, keep_blank_values, strict_parsing)
  File "C:\Python25\lib\cgi.py", line 657, in read_multi
    headers = rfc822.Message(self.fp)
  File "C:\Python25\lib\rfc822.py", line 104, in __init__
    self.readheaders()
  File "C:\Python25\lib\rfc822.py", line 151, in readheaders
    line = self.fp.readline()
  File "c:\python25\lib\site-packages\trac-0.11dev_r6750-py2.5.egg\trac\web\modpython_frontend.py", line 46, in readline
    return self.req.readline(size)
MemoryError
2008-03-27 19:45:18,474 Trac[chrome] DEBUG: Prepare chrome data for request
2008-03-27 19:45:18,490 Trac[session] DEBUG: Retrieving session for ID 'ijones'
2008-03-27 19:45:18,552 Trac[main] DEBUG: 441 unreachable objects found.

#2968 data leakage between users TracDownloaderPlugin defect major Apr 29, 2008

This is a periodic one and is probably only applicable to mod_python (and possibly FCGI) installations but all versions of trac.

Basically, when creating a DownloadData object, it initializes self.schema to the form_data.quest_form object. This is only a reference though. As the code sets values in self.schema, it is also setting them in the global form_data.quest_form. When a different user's request is handled by the same mod_python process, their form data is now prefilled with the data entered by the last user that was served by that process. Unfortunately, this can include sensitive information.

My solution was to import copy and then change the assignment in init to a deepcopy operation.

   self.schema = copy.deepcopy(form_data.quest_form)

Richard Liao (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#7249 "my template" box in the wrong place TracTicketTemplatePlugin defect minor Jun 16, 2010

I'm using firefox 3.6.3 on Windows Vista Business (6.0, Build 6001), and have just installed this plugin. All seems to work fine but there is an aesthetic issue in that when creating a new ticket the "my template" box appears in the wrong place (see attachment firefox_screenshot.jpg), for internet explorer 8 things look even worse (see attachment ie_screenshot.jpg).

Is it just something to do with my setup? or something more inherent?


Ryan J Ollos (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#13914 The macro needs to be faster WantedPagesMacro defect normal Dec 1, 2020

The whole set of wiki pages is parsed each time the macro loads. This makes the macro slow, and it becomes unreasonably slow, often resulting in server timeouts, when there is a lot of wiki content.

Here is a plan to fix that:

  • Save the wanted pages in the database.
  • Add a TracAdmin command to initialize the database.
  • Reparse each page when it changes, using IWikiChangeListener

#13915 Change ticket field label DynamicFieldsPlugin defect normal Dec 3, 2020

BlackMagicTicketTweaksPlugin allows field labels to be changed. This is useful for renaming the built-in fields. Custom ticket fields allow the labels to be specified in the [ticket-custom] section.

BlackMagicTicketTweaksPlugin is deprecated so the feature should be added to this plugin.


#7044 AwesomeAttachments interacts badly with Preview AwesomeAttachmentsPlugin defect critical Apr 29, 2010

Hi, I tried to use AwesomeAttachments plugin and it works nicely in that it simplifies uploading and publishing of the in-line images. It has one unfortunate feature though that renders it practically unusable - after I select file to upload and then click Preview button two things happening:

  1. Image macro inserted into description is rendered as scary red box telling that image does not exists. Would be better to display some sort of placeholder (or maybe even upload image to temporary location and use that location for rendering)
  1. The file name box is cleared in the preview form, so I have to re-select the uploads again. This is not very obvious thing to do, so I always forget this and just click "Submit". If I'm attaching image then Image macro in DEscription produces an error.

R Weigel (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#4580 pls provide a screenshot and a little explanation QaTrackerPlugin task normal Feb 5, 2009

pls provide a screenshot and a little explanation


Ryan J Ollos (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#13907 Make compatible with Trac 1.4 and above TracHoursPlugin defect blocker Nov 12, 2020

It seems like the plugin is not working on 1.4.2, which is really sad as it is such a great plugin! We cannot migrate to 1.4.2 because of this...


Roberto Longobardi (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#10764 Not able to create new TestPlans with 1.5.2 and Trac 0.12 and PostgreSQL TestManagerForTracPlugin defect normal Jan 7, 2013

With Trac 0.12 and PostgreSQL there is a datatype issue. For example when trying to create a TestPlan Pg won't store it because the value for the "time" column does not fit into the integer type range.

As a work-around I changed the data type on my local instance using "alter table testplan alter column time type bigint;" but I guess resorting to bigint is not the nicest resolution.

Looks like

tracgenericclass/trunk/tracgenericclass/util.py:66 to_utimestamp(date_obj)

generate those too large values

INSERT INTO testplan (id,catid,page_name,name,author,time,contains_all,freeze_tc_versions) VALUES (E'42',E'43',E'TC_TT43',E'testtestplan',E'mkroell',1357563642946958,1,0)

#9976 Internal error with Postgresql database. FaqPlugin defect normal Apr 17, 2012

Clicking on the FAQ top menu option generates an Internal Server Error. The trac.log displays:

ProgrammingError: column "wiki.text" must appear in the GROUP BY clause or be used in an aggregate function
LINE 1: SELECT name, text, max(version) FROM wiki WHERE name LIKE 'F...

#9975 Dates are in UTC time zone. NoticePublisherPlugin defect normal Apr 17, 2012

We are in the Pacific time zone, and the creation and expiration dates seem to be in UTC-8 time zone. The times are 8 hours ahead of our local time.


Claudio Manuel Fernández Barreiro (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#5849 Export does not work with other macros WikiExportPlugin defect major Sep 20, 2009

Does not work in conjunction with other wiki macros such as flat-table or the mediawiki processor. Instead, the following message is displayed:

Trac detected an internal error:

com.sun.star.lang.IndexOutOfBoundsException:

(note, pages that use only the trac wiki format are exported correctly).


#6695 doest work with virtualized env WikiExportPlugin defect normal Feb 19, 2010

i have a virtual machine from turnkey linux and it has no x server, so when i run the headless version of the soffice i get this

root@trac:~# soffice "-accept=socket,host=localhost,port=8100;urp;" -headless javaldx: Could not find a Java Runtime Environment! root@trac:~# I18N: Operating system doesn't support locale "en_US" /usr/lib/openoffice/program/soffice.bin X11 error: Can't open display:

Set DISPLAY environment variable, use -display option or check permissions of your X-Server (See "man X" resp. "man xhost" for details)

as a result, when i click the export to doc or odt, trac is unable to connect to the soffice server and then no doc or odt file


#5724 can't import "ImportError: DLL WikiExportPlugin defect normal Aug 26, 2009

I installed WikiExportPlugin with all dependencies

  • python-uno (comes with OOo)
  • Beautifulsoup
  • python-imaging-library

I started OOo in a ServiceMode but always I got in my Logfile

"TracWikiExportPlugin = exportplugin.export": (can't import "ImportError: DLL load failed: Can't find the modul.")

I find no name of the missing dll.

I'm using OOo 3.1


Matthew Chretien (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#4864 Issue with dotted usernames? (user.name) MilestoneTeamsPlugin defect major Apr 2, 2009

After adding users I get this:

Modify Monitoring .,a,c,e,f,h,i,l,n,neil.scholten,o,r,s,sebastian.finck,t

note: Usernames are like this: user.name

Would be nice if you can fix this.


Simon Smithson (5 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#5946 weird display of tickets with short description RssEmbedMacro defect normal Oct 7, 2009

I am using the RssEmbedMacro (thank you, BTW, love it) to scrape issues of several of my plugins on trac-hacks into a wiki page:

https://projects.openplans.org/GeoTrac/wiki/Components

Things display okay, but the end of the page looks a bit broken. See screenshot. Not sure if it is only the short description or other factors. FF 3 in a 1440 x 900 display.


#5944 undefined global, _usage RssEmbedMacro defect normal Oct 7, 2009

doing [[RssEmbed(http://trac-hacks.org/query?status=new&status=assigned&status=reopened&format=rss&component=GeoTicketPlugin&order=priority)]] (note lack of url=) displays an error message about an undefined global, _usage. And sure enough, _usage is not defined:

(Trac-2.4)> cff '_usage'
--->>> /home/jhammel/Trac-2.4/src/TracRssEmbed/rssembed/macro.py :
60-        largs, kwargs = parse_args(args)
61-
62-        if not kwargs.has_key('url'):
63:            return _usage()
64-        url = kwargs['url']
65-
66-        if kwargs.has_key('details'):

#5824 Timeline RSS-Feed doesn't work with Trac 0.11 RssEmbedMacro defect major Sep 15, 2009

I tried to use this macro together with the in trac built in RSS Feed for the timeline But I get this Error:

coercing to Unicode: need string or buffer, NoneType found

The Trac Log tells me this:

2009-09-15 14:28:53,012 Trac[formatter] ERROR: Macro RssEmbed(url=http://***/projects/***/timeline?ticket=on&max=50&daysback=90&format=rss,details=true) failed
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py", line 468, in _macro_formatter
    return macro.process(args, in_paragraph=True)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py", line 179, in process
    text = self.processor(text)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py", line 166, in _macro_processor
    text)
  File "build/bdist.linux-x86_64/egg/rssembed/macro.py", line 91, in expand_macro
    return "Cannot contact server: "+outputText+"\n ("+url+" "+ proxy + ")"
TypeError: coercing to Unicode: need string or buffer, NoneType found

A solution would be welcome.


#5476 Strange sorting order of RssEmbedMacro RssEmbedMacro defect normal Jul 6, 2009

I have RssEmbedMacro to get me a list of Bugzilla bugs (using the Bugzill Feed button). The order shown by the macro is different from the order displayed in Bugzilla. Can i manipulate the sorting order of the macro somehow ?


#5943 RssEmbedMacro should depend on feedparser RssEmbedMacro defect normal Oct 7, 2009

Since feedparser is required, add it to the setup.py:

Index: setup.py
===================================================================
--- setup.py	(revision 6660)
+++ setup.py	(working copy)
@@ -26,7 +26,7 @@
         'Programming Language :: Python',
     ],
 
-    install_requires = ['Trac'],
+    install_requires = ['Trac', 'feedparser'],
 
     entry_points = {
         'trac.plugins': [

Dirk Stöcker (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#11575 Display english page prominently in missing page overview TranslatedPagesMacro enhancement normal Feb 15, 2014

The missing page texts show some similar named pages. This plugin should try to find matching page in default language and show it more prominently.


Tetsuya Morimoto (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#4314 Viddler Support MovieMacro defect normal Dec 20, 2008

Could you do Viddler support?


Takanori Suzuki (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#8809 TypeError: 'NoneType' object is not iterable TicketExtPlugin defect normal May 17, 2011

How to Reproduce

While doing a GET operation on /admin/ticket/template_admin, Trac issued an internal error.

I installed the TicketExt plugin like so:

svn export http://trac-hacks.org/svn/ticketextplugin cd ticketextplugin/0.11 python setup.py bdist_egg and then I moved dist/TicketExtPlugin-0.3.2-py2.6.egg into the plugins directory of trac

Request parameters:

{'cat_id': u'ticket', 'panel_id': u'template_admin', 'path_info': None}

User Agent was: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.10 (maverick) Firefox/3.6.17

System Information

Trac 0.11.7
Python 2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]
setuptools 0.6
SQLite 3.6.22
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
Pygments 1.2.2
Subversion 1.6.6 (r40053)
CustomFieldAdmin 0.2.5
jQuery: 1.3.2

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/dist-packages/trac/admin/web_ui.py", line 114, in process_request
    path_info)
  File "build/bdist.linux-x86_64/egg/ticketext/template_admin.py", line 67, in render_admin_panel
    self._process_read(req, page_param)
  File "build/bdist.linux-x86_64/egg/ticketext/template_admin.py", line 91, in _process_read
    for cf in customfields:
TypeError: 'NoneType' object is not iterable


Theodor Norup (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#13475 Installation requirements should be explicitly mentioned in setup.py TracXsdPlotMacro defect minor Sep 7, 2018

#14172 Imagemagick's command line parameters seems to be changed after a recent upgrade TracXsdPlotMacro defect critical Dec 2, 2022

Error message:

Error: Macro XsdPlot(source:bdk/ServiceLandscape/schemas/messages/8/CmsTrainPositionMessage.xsd,top-element=CmsTrainPositionMessageType,width=600) failed

ImageMagick.convert(source:bdk/ServiceLandscape/schemas/messages/8/CmsTrainPositionMessage.xsd) exit code = 256, command=convert -density 400 SVG:"/opt/trac/si/htdocs/xsd2svg-images/0b69cfb562766a20378d1f733d422b8557d0a2186f9b466741e570f1" -limit area 0  -scale 600 PNG:"/opt/trac/si/htdocs/xsd2svg-images/0b69cfb562766a20378d1f733d422b8557d0a2186f9b466741e570f1.png"

Apparently, convert insists on having the -size parameter given.


#13474 Break $Header:$ line TracXsdPlotMacro enhancement minor Sep 7, 2018

... in order to avoid excessively wide images, the Header information at the bottom should be broken after the file name.


Thijs Triemstra (2 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#5464 [patch] Implement AccountManagerPlugin Jira authentication support JiraToTracIntegration enhancement critical Jul 3, 2009

The AccountManagerPlugin needs to support base64 encoded sha-512 passwords from Jira, so users can authenticate with their existing credentials. Currently this is hacked into the AccountManagerPlugin using a patch but this should be properly implemented.


#5463 Ability to import into a new local Trac db JiraToTracIntegration enhancement normal Jul 3, 2009

Would be nice if the commandline tool's had a --new option that allows you to create a new Trac instance from scratch, based on the settings in a .cfg file, and import the Jira into.


ttressieres (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#6172 Have the link at the top of the included source highlight the indicated section IncludeMacro enhancement normal Nov 6, 2009

On the rendered wiki page, this macro produces a box containing source code, line numbers, and a "title bar" of sorts with a hyperlink to the file in the browser. I think it would be nice if this hyperlink would:

  1. Link to a line just prior to the section being illustrated. (5 lines before?)
  2. Highlight the indicated section (between the start= and end=)

Kudos on the plugin! Very nice!


txcraig (7 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#5909 Users can't log out HttpAuthPlugin defect normal Oct 2, 2009

When HttpAuthPlugin is enabled user can't log out.

I'm running Trac 0.11 via tracd and I've got the following plugins: XMLRpcPlugin, AccountManager.


#2498 Unable to login - even from browser HttpAuthPlugin defect normal Jan 31, 2008

I enable the plugin, but then when I test it by go to the /xmlrpc, trying to enter any username/password created by AccountManager plugin doesn't work.


#10777 TypeError: Incorrect padding after enabling the plugin HttpAuthPlugin defect critical Jan 9, 2013

Activating the plugin, causes the following traceback, even if I just want to access the root of the Trac installation (e.g. /trac and not /trac/login/xmlrpc).

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/api.py", line 502, in send_error
    data, 'text/html')
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/chrome.py", line 955, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/api.py", line 304, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/main.py", line 268, in _get_session
    return Session(self.env, req)
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/session.py", line 200, in __init__
    if req.authname == 'anonymous':
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/api.py", line 304, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/web/main.py", line 135, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/httpauth/filter.py", line 65, in authenticate
    user = self._check_password(req)
  File "build/bdist.linux-x86_64/egg/httpauth/filter.py", line 76, in _check_password
    user, passwd = b64decode(token).split(':', 1)
  File "/usr/lib/python2.6/base64.py", line 76, in b64decode
    raise TypeError(msg)
TypeError: Incorrect padding

Shouldn’t the plugin just ignore folders that don’t match the path and return a proper HTTP error code on missing auth parameters instead of raising an exception?


#5711 Running tracd, can't get XMLRPC login module to appear HttpAuthPlugin defect minor Aug 24, 2009

Hi, I've recently installed Trac and have been loving it. Now that i've got the basics up and running and everyone happy, I'm trying to take advantage of some of the tools and am having trouble. Specifically, I'm trying to get XMLRPC running. I've got it installed and am now a little stumped by this directive in the documentation:


Problems when AccountManagerPlugin is enabled ¶

If you have the AccountManagerPlugin enabled and you followed their advice/example to disable the standard login module with

[components] trac.web.auth.LoginModule = disabled

the /login/xmlrpc URL for authorized access will not work as expected. Every access will look like anonymous access. You can use the HttpAuthPlugin to correct this.


I have HttpAuthPlugin and AccountManager both installed. However, i'm still unclear on exactly what I need to do in trac.ini to get this to work. I'm including the relevant sections of my .ini file. Can I get some clarity on what i'm doing wrong?

Note, I'm running tracd. I'm also posting here b/c i don't see a forums where this would go. Feel free to point me in the right direction. Thanks!

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled
condfields.* = enabled
condfields.web_ui.* = enabled
iniadmin.iniadmin.iniadminplugin = enabled
navadd.navadd.navadd = enabled
tickettemplate.ttadmin.* = enabled
tickettemplate.ttadmin.tickettemplatemodule = disabled
trac.web.auth.loginmodule = disabled
tracrpc.* = enabled
httpauth.* = enabled

[httpauth]
paths = /xmlrpc, /tracproject/login/xmlrpc

#5853 NoAnonymous plugin cause exception HttpAuthPlugin defect normal Sep 22, 2009

If NoAnonymous plugin is installed i get an exception on empty string. I attached a patch that works for me.


#3100 Do not reauthenticate if already authenticated (via form login or such) HttpAuthPlugin enhancement minor May 29, 2008

I have a case in which users are already logged in (via form login) so http basic authentication is not required. So to eliminate extra password browser prompts i created the attached patch.


#6304 basic authenticating only specific client, otherwise requiring normal login HttpAuthPlugin enhancement normal Dec 9, 2009

Original Trac's login feature is useful for human user, but programs prefer basic auth. Such programs are not only XML-RPC clients, some of them need to read normal pages.

One example that i encounter is search engine crawler in intranet which has basic auth client function but does not support cookie.


ursaw (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#10358 Resolution of image after convert is horrid PdfImagePlugin defect minor Sep 21, 2012

The resulting png file produced is of very low quality. I recommend a modification adding -density 300 or a configurable density before input pdf path & name. The default convert uses produces a very ugly and almost illegible png.


Mark Ryan (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#9103 Closed parents with open children ChildTicketsPlugin defect normal Aug 18, 2011
  • Tracchildtickets: 2.4.4
  • Trac: 0.12.2

We have a parent ticket that has been closed, however at least one of its children has not.

We now want to close the child ticket, however we cannot as the parent is closed, and the ticket update form reports:

Warning: The ticket field 'parent' is invalid: The parent ticket (#7328) is not an active ticket (status: closed).

I've not tested, but it seems that it would in fact be impossible to make any changes to an open child ticket once the parent has been closed.

I have tested closing parent tickets with open children, and it seems that this is not prevented.


Alex Willmer (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#10114 Reindex of empty repository fails with NoSuchChangeset FullTextSearchPlugin defect normal Jun 20, 2012
Trac [/home/willmerae/src/fts-env]> fulltext reindex
Wiping search index and re-indexing all items in realms: ticket, wiki, milestone, changeset, attachment
NoSuchChangeset: No changeset 1 in the repository

1 2
Note: See TracReports for help on using and creating reports.