Things that need to be fixed in MojoMojo
- The 'Authors' link functionality is broken
http://catwiki.toeat.com/dandv.profile shows no interests/movies but if I edit the page, there are some defined
The diff links form the recent page always think the article is at its first revision
Attaching images to a page and then showing them inline is problematic. I attached some to http://catwiki.toeat.com/meta/tracpagestoport/liveapplications.view and then cannot easily insert images - an image picker would be good. So I tried to put the link in directly with e.g.
but when clicking Save often get exceptions although it seemed to save the page. These might be from the
pluceneindexer, I'm not sure --peterdragon- This is related to Plucene. It has been disabled until we can replace it.
'pre' blocks
'pre' blocks containing blank lines render correctly in the preview, but not in the .highlight page. Example at http://catwiki.toeat.com/NecessaryBackgroundKnowledge.highlight - the blank line breaks the 'pre' block.
A pre block containing spaces or tabs doesn't show them in the output, and # marks are interpreted as header marks (so apparently the contents of the block are parsed as markdown) UNLESS it's the first thing on the page (see http://dev.catalyst.perl.org/new-wiki/gettingstarted/howtos/forms/formfu/full_example for a working example and below for a failing one)
sub input_formfu : Local { my ( $self, $c ) = @_;Create form object
my $form = $self->form;
CSS issues
- Style needs to get fixed for nested lists (see marketinglist )
WikiWord issues
To be honest, I hate implicit wikiwords. Can we make them disabled by default? * marcus * Agree. There is also no way to have WikiWords in langauges without the concept of CapitalCase (e.g. Chinese, Japanese). -- dandv
The automatic parsing of WikiWords gets confused if the "optional title" of an image index contains a WikiWord:

See the result at live applications (search for "Migh").
Fixed in trunk
- The style sheet(s) make no difference between
<em>and<strong>(seereset.css) - pre blocks should have scrollbars set to 'auto'
Fixed
The style sheet(s) make no difference between ordered and unordered lists.
Oddity: at /gettingstarted/catalystoverview, click "GettingStarted" in the breadcrumb area.-
Apparently, the automatic preview doesn't work if the document contains a character with a code point above 127: café.
- -- dandv
The page edit window displayed when creating a new page does not show the "Preview Attachments Syntax" bar.
The Syntax pop-up text for how to insert images needs to be fixed:
- there's a missing ] after "alt text"
- the image URL must NOT be enclosed in double quotes (if it is, the image is not rendered)
Things that would be great to have
- (easy) collapse consecutive edits done by the same user within a given (short) time period to a single edit
- timestamp of the last edit displayed visibly (currently as mouseover):
- on the page
- next to the revision number when going back in time
- Page Info link when going back in time
