Difference between revisions of "Issues with the Wiki"

From ThinkWiki
Jump to: navigation, search
(multiline cmdresult?)
(Troubles encountered)
Line 25: Line 25:
  
 
[[User:Pebolle|Paul Bolle]] 10:27, 24 January 2006 (CET)
 
[[User:Pebolle|Paul Bolle]] 10:27, 24 January 2006 (CET)
 +
----
 +
I think the best way is to use single cmdresult calls for each line and prefix them with a colon. Like so:
 +
<nowiki>
 +
:{{cmdresult|foo}}
 +
:{{cmdresult|bar}}
 +
:{{cmdresult|baz}}
 +
</nowiki>, which results in
 +
:{{cmdresult|foo}}
 +
:{{cmdresult|bar}}
 +
:{{cmdresult|baz}}
 +
 +
Alternatively, you can use &lt;br /&gt; at the ende of each line within one call, like this:
 +
<tt><nowiki>{{cmdresult|foo&lt;br /&gt;
 +
bar&lt;br /&gt;
 +
baz}}</nowiki></tt>
 +
, which will result in
 +
 +
{{cmdresult|foo<br />
 +
bar<br />
 +
baz}}
  
 
== Troubles confirmed ==
 
== Troubles confirmed ==

Revision as of 13:12, 24 January 2006

This page is a provisorium. It's a list of things that are going wrong after the update to help Akw track and fix them.

Troubles encountered

You can't (easliy do a multiline cmdresult, can you? See:

foo bar baz

or

foo

 bar (after whitespace)
 baz (after whitespace)

This works (but is not so nice)

foo

bar (after empty line)

baz (after empty line)

Any suggestions?

Paul Bolle 10:27, 24 January 2006 (CET)


I think the best way is to use single cmdresult calls for each line and prefix them with a colon. Like so: :{{cmdresult|foo}} :{{cmdresult|bar}} :{{cmdresult|baz}} , which results in

foo
bar
baz

Alternatively, you can use <br /> at the ende of each line within one call, like this: {{cmdresult|foo<br /> bar<br /> baz}} , which will result in

foo
bar
baz

Troubles confirmed

Fixed problems

  • http://thinkwiki.org/ reverted again to the default MediaWiki theme. Cannot reproduce this one (15.01.06, akw)
  • File upload is disabled - Argh. Fixed (15.01.06, akw)
  • URL contains index.php(/) before the actual page name - This has been fixed (28.05.05, akw)
  • The categories page doesn't link to Category:ThinkWiki - Fixed (29.05.05, akw)
  • http://thinkwiki.org/ is broken (no www prefix), this was working before - Fixed (29.05.05, akw)
  • On logging in a requester pops up asking to confirm a password change - seems like it's implicitly been fixed (29.05.2005, wyrfel)
  • In Navigation bar, "&lt;download&gt;" leads to [1] - fixed (30.06.2005)
  • direct link to Category:Models missing in Navigation Fixed (10.07.05, akw)
  • It seems the Wiki has trouble updating the edit history, i'm getting mysql query errors on saving pages. The pages get saved, however. Fixed (12.05.2005)