Last modified: 2012-09-27 01:10:43 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36534, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34534 - it will not allow spacing in between lines
it will not allow spacing in between lines
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Unprioritized blocker (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-20 03:47 UTC by jdk370
Modified: 2012-09-27 01:10 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description jdk370 2012-02-20 03:47:57 UTC
(like

this)
 becomes (like this)

'name' => 'TEST',
  <br>
 'version' => '5',
 <br>
 'author' => 'daniel keller',
 <br>
 'url' => 'http://spyinginc.com/wiki',
 <br>
 'descriptionmsg' => 'test-desc');
 <br>
 $wgavailablerights 
<br>
 $wgSpecialPages = 'test';
 <br>
 $permit [popcorn];
<br>
 $permit[DONE];
<br>
$wgGroupPermissions['spyinginc.com']['/wiki'] = true; //view all pages pages
$wgGroupPermissions['test']['DONE']= true; // to delete text
$wgGroupPermissions['test']['popcorn'] = true; //add text through [[special:TEST]]
$wgGroupPermissions['test']['kill'] = true; //for broken glass
$wgGroupPermissions['USE the vote']['codedwiki'] // allows voting of code
$wgGroupPermissions['test']['kickbanpage']
</source>


becomes


this is an extension which adds test to special:version

i need help changing this so there is a special page (special:TEST) which says "test "and that has a place to put text in, and all text goes to special:TESTtext and a checkbox which puts it in 2 categories (coding and other) and rights to remove text from special:TESTtext and other rights which are used to add to special:TEST (all by default) also, you can't add text directly to special:TESTtext but can delete it. all text for the page must be put in through special:TEST also an <addTEST> tag which would do something like <addTEST>text to be tested to see if it works in red<nowiki><addTEST> and has all of that text in a special:TESTtextfromPage and that shows a picture of broken glass on the user's user page (for x amount of time determined by $wgglasstime)if the text has "failed". users with the kill right determine that using special:kill (if it has failed) or special:pass to submit it to special:passedcode (to be put on the site) also another page to hide all of or certain pages with <addTEST> (picked from a list) on it [[special:testing the test]] for an amount of time specified on hiding also the current wiki's code will be on a special page ([[special:code of wiki]]) where it will have a voting for pass or fail (code will not include localsettings.php) the current code is: <br> <BR> <source lang="php"> <?php <br> $wgExtensionCredits['specialpage'][] = array( <br> 'path' => __FILE__, <br> 'name' => 'TEST', <br> 'version' => '5', <br> 'author' => 'daniel keller', <br> 'url' => 'http://spyinginc.com/wiki', <br> 'descriptionmsg' => 'test-desc'); <br> $wgavailablerights <br> $wgSpecialPages = 'test'; <br> $permit [popcorn]; <br> $permit[DONE]; <br> $wgGroupPermissions['spyinginc.com']['/wiki'] = true; //view all pages pages $wgGroupPermissions['test']['DONE']= true; // to delete text $wgGroupPermissions['test']['popcorn'] = true; //add text through [[special:TEST]] $wgGroupPermissions['test']['kill'] = true; //for broken glass $wgGroupPermissions['USE the vote']['codedwiki'] // allows voting of code $wgGroupPermissions['test']['kickbanpage'] </source>



even without the line break
Comment 1 MZMcBride 2012-02-20 03:49:48 UTC
Looks like you're having a problem with the <source> tag? Have you properly installed the extension? Are you using an opening tag (like <source lang="text">)?
Comment 2 jdk370 2012-02-20 03:50:39 UTC
it is on mediqwiki
Comment 3 jdk370 2012-02-20 03:51:17 UTC
*mediawiki


also it is before the source part.

I also need help coding
Comment 4 Daniel Friesen 2012-02-20 03:55:24 UTC
You have an unclosed <nowiki> on your extension page.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links