Modify ↓
#2117 closed enhancement (fixed)
Support project htdocs by ImageMacro
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | macro |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I made enhancement of ImageMacro
to support files in project htdocs
directory with new special id 'htdocs'.
And also new keyword 'nolink' which indicates making image without wrapping
<a> tag.
For example,
[[Image(htdocs:foo/bar.png,right,nolink)]]
Here is a patch attached.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | macros.py-ImageMacro-htdocs_support.patch added |
---|
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Slightly modified patch applied in r2301
Note:
See TracTickets
for help on using tickets.
I'll check the patch