Opened 18 years ago
Last modified 5 years ago
#807 new enhancement
[Patch] Option to list arguments horizontally as well as vertically
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | PollMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be nice if one had the option to list the arguments horizontally as well if needed in place of the default vertical configuration. This can be useful for longer surveys, etc. where some space saving is useful.
Attachments (1)
Change History (9)
comment:1 Changed 18 years ago by
Owner: | changed from Alec Thomas to James Mills |
---|---|
Status: | new → assigned |
Changed 18 years ago by
Attachment: | pollmacro.patch added |
---|
comment:2 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Just use the {{{#! }}}
form for it.
comment:3 Changed 18 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Trac Release: | 0.9 → 0.10 |
I'm re-opening this ticket because it is valid and although from a technical point of view may sound strange some users still want this feature.
IHMO, this macro should be re-built with slightly more flexibilty in mind. :)
comment:4 Changed 16 years ago by
I've tried this patch on the latest PollMacro but I get the following error then:
2008-11-01 13:09:47,932 Trac[__init__] DEBUG: Loading tracpoll from /usr/lib/python2.4/site-packages/TracPoll-0.2-py2.4.egg 2008-11-01 13:09:47,942 Trac[__init__] ERROR: Skipping "tracpoll = tracpoll": (can't import "No module named parseargs")
And it doesn't show upp in the Web Admin Plugins. Im running Trac 0.11.1
comment:5 Changed 16 years ago by
Trac Release: | 0.10 → 0.11 |
---|
comment:6 Changed 15 years ago by
Summary: | Listing arguments horizontally as well as vertically... → [Patch] Option to list arguments horizontally as well as vertically |
---|
comment:7 Changed 14 years ago by
Owner: | changed from James Mills to Ryan J Ollos |
---|---|
Status: | reopened → new |
Reassigning ticket to new maintainer.
comment:8 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
I've attached a patch to accomplish this.
See: attachment:pollmacro.patch