Last modified: 2014-05-14 19:16:46 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 T67037, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65037 - Introduce MediaWiki:App.css or something in Extension:MobileApp
Introduce MediaWiki:App.css or something in Extension:MobileApp
Status: RESOLVED FIXED
Product: Wikipedia App
Classification: Unclassified
Generic (Other open bugs)
Android (alpha)
All All
: Normal enhancement
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks: hackathon2014
  Show dependency treegraph
 
Reported: 2014-05-08 18:41 UTC by Liangent
Modified: 2014-05-14 19:16 UTC (History)
3 users (show)

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


Attachments

Description Liangent 2014-05-08 18:41:39 UTC
To make it possible to style documents in the app on wiki.
Comment 1 Sam Reed (reedy) 2014-05-08 18:49:13 UTC
class Foobar extends ResourceLoaderWikiModule {
	/**
	 * @param $context ResourceLoaderContext
	 * @return array
	 */
	protected function getPages( ResourceLoaderContext $context ) {
		return array(
			'MediaWiki:MobileApp.css'      => array( 'type' => 'style' ),
		);
	}
}





$wgAutoloadClasses['Foobar'] = $dir . 'SyntaxHighlight_GeSHi.local.php';
$wgResourceModules['ext.foo.bar'] = array( 'class' => 'Foobar ' );
Comment 2 Gerrit Notification Bot 2014-05-08 21:47:54 UTC
Change 132309 had a related patch set uploaded by Reedy:
Introduce MediaWiki:App.css

https://gerrit.wikimedia.org/r/132309
Comment 3 Gerrit Notification Bot 2014-05-14 19:15:41 UTC
Change 132309 merged by Ori.livneh:
Expose MediaWiki:Mobile.css

https://gerrit.wikimedia.org/r/132309

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


Navigation
Links