Closed
Bug 569033
Opened 15 years ago
Closed 15 years ago
[k] Implement the ability to insert images (or image paths)
Categories
(support.mozilla.org :: Forum, task, P1)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: stephend, Assigned: paulc)
References
()
Details
Attachments
(1 file)
1.18 MB,
image/png
|
Details |
This probably needs discussion outside of the bug (or wherever you guys choose), but we should implement the ability to insert images, or image paths (via wiki markup).
Updated•15 years ago
|
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → 2.2
Updated•15 years ago
|
Assignee: nobody → paulc
Assignee | ||
Comment 1•15 years ago
|
||
Adding links to wiki pages makes it better to land bug 565801 first. Easy enough.
Depends on: 565801
Assignee | ||
Comment 2•15 years ago
|
||
Fix in py-wikimarkup to allow custom ALLOWED_TAGS and ALLOWED_ATTRIBUTES:
http://github.com/pcraciunoiu/py-wikimarkup/commit/12fca59b62fa1bb2b979421cc301a726095fbd56
Assignee | ||
Comment 3•15 years ago
|
||
This is mostly done. CSS left, and any other issues found by reviewers :)
Comment 4•15 years ago
|
||
Test case for review:
https://litmus.mozilla.org/manage_testcases.cgi?testcase_id=11913
Comment 5•15 years ago
|
||
Better test link:
https://litmus.mozilla.org/show_test.cgi?id=11913
Assignee | ||
Comment 6•15 years ago
|
||
http://github.com/jsocol/kitsune/commit/4c93487326b5c1f9d73eb2868e578eab680dfe0f
Syntax documentation available here:
http://wiki.github.com/jsocol/kitsune/syntax-for-inserting-images
QA: Upload support is coming in bug 578520, so until then you can use the Tiki side (tiki forums or KB) to upload images for testing.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Verified able to insert images on the KB, waiting on bug 578520 to test the rest.
Assignee | ||
Comment 8•15 years ago
|
||
Ah, I should have been clear. Syntax support is already there. The point of uploading images to the KB was so you can use these images to insert them in the forum and question posts. For example, try this:
[[Image:5987269c70c0b84cbd6797a11af336b2-1279569434-782-1.jpg|animal]]
I started it in here so you can get a sense of what I mean:
https://support-stage.mozilla.com/en-US/forums/too-many-forums/695199
Bug 578520 will actually allow you to upload images and insert them on the same (Kitsune!) page, and add a nice UI for the whole thing.
Reporter | ||
Comment 9•15 years ago
|
||
Reporter | ||
Comment 10•15 years ago
|
||
Verified FIXED on https://support-stage.mozilla.com/en-US/questions/37#question-form; so cute!
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•15 years ago
|
||
Rebecca: I think you can just verify the rest over in bug 578520; thanks!
Assignee | ||
Comment 12•15 years ago
|
||
That seems to test just the basic syntax. You may want to play around with the syntax options from the documentation link comment 6, to make sure they all work as expected.
Reporter | ||
Comment 13•15 years ago
|
||
Yeah, good point. Let me just re-close so we'll be sure to hit this again, more thoroughly. Sorry for the spam.
Status: VERIFIED → RESOLVED
Closed: 15 years ago → 15 years ago
Comment 14•15 years ago
|
||
Tested with more variations listed on the image insert syntax page, all checks out.
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•