Modify ↓
#3532 closed defect (fixed)
"trac-admin wiki import" doesn't read stdin
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | admin/console | Version: | 0.9.6 |
Severity: | minor | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
"trac-admin help" says:
wiki export <page> [file] -- Export wiki page to file or stdout wiki import <page> [file] -- Import wiki page from file or stdin
only export to stdout seems to be implemented though, import from stdin isn't
Attachments (1)
Change History (7)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|
comment:2 by , 18 years ago
Milestone: | → 0.10.1 |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
by , 18 years ago
Attachment: | trac-admin-wiki-import-stdin-4297-trunk.diff added |
---|
comment:3 by , 18 years ago
Keywords: | patch added |
---|
comment:4 by , 16 years ago
Component: | general → admin/console |
---|---|
Milestone: | 0.10.6 → 0.11.6 |
comment:5 by , 15 years ago
Milestone: | next-minor-0.12.x → 0.12 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed in [8956].
comment:6 by , 15 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Patch that adds ability to import wiki page from stdin