Modify

Opened 18 years ago

Closed 18 years ago

#194 closed defect (fixed)

Doxygen-Plugin won't run

Reported by: SunSailor Owned by: SunSailor
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Radek Bartoň Trac Release: 0.8

Description (last modified by Alec Thomas)

Under circumstances I can't define exactly, the doxygen plugin doesn't run here. Paths are correct, but it seems, that the conversion from req.args[''] to string doesn't work as expected here (Or better said, as expected, as I don't understand why it is running elsewhere at all). Nevertheless, I've attached a patch to get it running here. This patch is also adding png support to the plugin, allowing it to show the embedded images, as I had the same kind of problems with the other patches (See #119).

Attachments (1)

TypeFixAndExtensions.diff (1.9 KB) - added by SunSailor 18 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 Changed 18 years ago by SunSailor

Status: newassigned

comment:2 Changed 18 years ago by SunSailor

This patch also adds a new configuration attribute "index", where you can choose which page shall be the root page (as main.html is only created with 'GENERATE_TREEVIEW'). It has to start with a slash

[doxygen]
path = /path/to/documentation
index = /index.html

Changed 18 years ago by SunSailor

Attachment: TypeFixAndExtensions.diff added

comment:3 Changed 18 years ago by SunSailor

Resolution: fixed
Status: assignedclosed

comment:4 Changed 18 years ago by Alec Thomas

Description: modified (diff)

comment:5 Changed 18 years ago by Alec Thomas

Description: modified (diff)

comment:6 Changed 18 years ago by anonymous

css and gif should be added to line 46 in doxygentrac.py makeing it read: elif re.match(r/.*.(html|png|css|gif)$, req.path_info): this makes doxygen look like it should.

comment:7 Changed 18 years ago by Radek Bartoň

Have you seen my patch in ticket 171. There is a capability to setup all needed files extensions in trac.ini. You could have i. e. custom front page with other files than png css and gif.

comment:8 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: closedreopened

Someone should put together all patches from tickets 119, 171 and 194 and commit result into SVN. Could someone explain me why doxygen pages has /doxygen/ prefix automatically on my Trac running on mod_python but it hasn't on SunSailor's Trac please?

comment:9 Changed 18 years ago by anonymous

Cc: Radek Bartoň added; anonymous removed

comment:10 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: reopenedclosed
Trac Release: 0.8

Patch functionality included in changeset 871.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain SunSailor.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.