User:రహ్మానుద్దీన్/1

From mediawiki.org

<!--T:82--> '''Beta Features''' are a way for you to test new features on Wikipedia and other Wikimedia sites before they are released for everyone. <!--T:128--> Go to [[Special:Preferences#mw-prefsection-betafeatures|your preferences]] to enable Beta Features for yourself; remember enabling features works on a per site basis. <!--T:83--> Please let us know what you think of this program on [[Talk:Beta Features|this discussion page]]. == <!--T:84--> Purpose == <!--T:85--> The primary purpose of Beta Features is to allow for Wikimedia designers and engineers (from the Wikimedia Foundation and community alike) to roll out technical improvements in an environment where large numbers of users can test, give feedback, and use these features in real-world settings. The secondary purpose of Beta Features is to provide a path so that helpful, well-designed gadgets and other community code can be integrated into core after vetting, testing, and reviewing by Wikimedia Design and Engineering. <!--T:86--> The code to provide features like this is in an extension, [[Extension:BetaFeatures]]. Beta Features' preferences are available in a [[Special:Preferences|Preferences]] tab, accessible via the personal bar at the top of the page for all logged-in users. == <!--T:87--> Functionality == <!--T:88--> Right now, users can: * <!--T:89--> manually opt-in to individual features * <!--T:90--> automatically enrol in all additional features as they are subsequently released<ref group="issue"><!--T:91--> Note that this currently doesn't enrol users until they visit the Preferences page.</ref> <!--T:92--> To use either function, users should select the appropriate checkbox, then click 'Save', which will save their Beta Features preferences (like with other preferences). Every now and then new features are made available to users, as outlined at [[Beta Features/Roadmap]]. == <!--T:93--> Current Beta Features == <!--T:94--> Here are the current beta features which we are testing with this system: * <!--T:98--> [[Special:MyLanguage/VisualEditor/Beta_Features/General|VisualEditor Opt-in]] (lead: [[User:Jdforrester (WMF)|James Forrester]]) — edit pages without having to learn wiki code <ref group="note" name=":0"><!--T:99--> The Beta Features for VisualEditor are only available on wikis which have VisualEditor enabled (currently, all Wikipedias) The opt-in feature is only available on wikis that are in opt-in mode (''e.g.'' the English Wikipedia), and not for wikis where all users already have it by default.</ref> * <!--T:101--> [[Special:MyLanguage/Search|New Search]] (lead: [[User:DGarry (WMF)/Priorities|Dan Garry]]) — use a new search engine, "CirrusSearch" <ref group="note"><!--T:102--> Available on wikis where the alternative search backend is provided as an opt-in – wikis which have <code>wmgUseCirrusAsAlternative</code> set to <code>true</code> in [https://noc.wikimedia.org/conf/InitialiseSettings.php.txt InitialiseSettings.php].</ref> * <!--T:103--> [[Special:MyLanguage/Universal Language Selector/Design/Interlanguage links|Compact language links]] (lead: [[User:Pginer|Pau Giner]]) — show a shorter version of the language list, with just the languages that are more relevant to you. <ref group="note"><!--T:104--> Only available on wikis which have the ULS tool alongside the language links in the sidebar.</ref> * <!--T:105--> [[Special:MyLanguage/Beta Features/Hovercards|Hovercards]] (lead: [[User:DGarry (WMF)/Priorities|Dan Garry]]) — give readers a short summary of an article whenever they hover over a link to it. * <!--T:124--> [[Special:MyLanguage/Compact Personal Bar|Compact Personal Bar]] (Lead: [[User:Jaredzimmerman (WMF)|Jared Zimmerman]]) — a simplified site header with quick access to primary tools and a flyout for the rest. * <!--T:125--> [[Special:MyLanguage/VisualEditor/Beta Features/Language|VisualEditor language tool]] (Lead: [[User:Jdforrester (WMF)|James Forrester]]) — a tool for marking the language in which text is written. * <!--T:126--> [[Special:MyLanguage/Beta Features/Other projects sidebar|Other projects sidebar]] (lead: [[User:Tpt|Tpt]] and [[User:Lydia Pintscher (WMDE)|Lydia Pintscher]]) — adds section to the sidebar for sister project links, based on Wikidata site links. * <!--T:127--> [[Special:MyLanguage/HHVM/About|HHVM]] (lead: [[User:Ori.livneh|Ori Livneh]]) — use the servers which are running faster, experimental software, HHVM. <!--T:106--> We invite Wikimedia product teams and community volunteers who want to test out new features, or significant changes to existing features, to do so through this project. <references group="note" /> == <!--T:107--> Creating Your Own == <!--T:108--> Do you want to create your own Beta Feature? Great! [[User:Jdforrester (WMF)|James]] is happy to help guide you. <!--T:109--> First, you should check that your code meets the following basic requirements: * <!--T:110--> Not significantly degrade site performance; * <!--T:111--> Not noticeably degrade perceived performance of the site, or the user's system; * <!--T:112--> Not crash the user's browser; * <!--T:113--> Not cause data loss, or corruption; * <!--T:114--> Pass basic interoperability with other Beta Features features; and<ref group="issue"><!--T:115--> This is not to say that interoperability is a blocker. Interoperability issues need to be surfaced, and blocker-ness will be determined on a case-by-case basis.</ref> * <!--T:116--> Contribute positively to the user's experience of the site, and be additive in nature. ''e.g.'' Beta Features cannot be used to remove site features or functionality without adding features meant to replace what was removed. * <!--T:117--> You should expect to test your new feature on [http://en.wikipedia.beta.wmflabs.org/wiki/Special:Preferences#mw-prefsection-betafeatures the WMF pre-deploy beta server] for at least one week before deploying to production. This testing period is intended to catch any serious bugs before jeopardizing users on production. <!--T:118--> If you're happy your code meets these requirements, you should write-up your proposal on the [[Beta Features/New Features|New Features proposal page]]. As part of creating the Beta Feature, you will be asked for [[Beta Features/Package|some text copy and an image to represent your feature]] in the user interface; the Design and Product teams can help you with this.