From: jenkins-bot Date: Fri, 12 Apr 2013 00:54:25 +0000 (+0000) Subject: Merge "Add devunt to CREDITS as patch contributor" X-Git-Tag: 1.31.0-rc.0~20020 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=3e65b390b91a987affa7faf603a4eee614f5f4d5;hp=9af89d7432d45b62c4ae1e855fa2e06a41713e57;p=lhc%2Fweb%2Fwiklou.git Merge "Add devunt to CREDITS as patch contributor" --- diff --git a/.jshintignore b/.jshintignore index 3869deb913..30b6ee1056 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,7 @@ +# Generated documentation +docs/html/ +docs/js/ + # third-party libs extensions/ node_modules/ diff --git a/CREDITS b/CREDITS index 9736ebe086..6cc28c19ca 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -MediaWiki 1.21 is a collaborative project released under the +MediaWiki 1.22 is a collaborative project released under the GNU General Public License v2. We would like to recognize the following names for their contribution to the product. @@ -80,7 +80,7 @@ following names for their contribution to the product. * Thomas Bleher * Tim Starling * Timo Tijhof -* Tom Gries +* Thomas Gries * Trevor Parscal * Victor Vasiliev * Yesid Carrillo diff --git a/HISTORY b/HISTORY index 02ba8d89e4..45eab2e9d1 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,337 @@ -Change notes from older releases. For current info see RELEASE-NOTES-1.21. +Change notes from older releases. For current info see RELEASE-NOTES-1.22. + +== MediaWiki 1.21 == + +MediaWiki 1.21 is an alpha-quality branch and is not recommended for use in +production. + +=== Configuration changes in 1.21 === +* (bug 29374) $wgVectorUseSimpleSearch is now enabled by default. +* Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname' + instead. +* (bug 39957) Added $wgUnwatchedPageThreshold, specifying minimum count + of page watchers required for the number to be accessible to users + without the unwatchedpages permission. +* $wgBug34832TransitionalRollback has been removed. +* (bug 29472) $wgUseDynamicDates has been removed and its functionality + disabled. + +=== New features in 1.21 === +* (bug 38110) Schema changes (adding or dropping tables, indices and + fields) can be now be done separately from from other changes that + update.php makes. This is useful in environments that use database + permissions to restrict schema changes but allow the DB user that + MediaWiki normally runs as to perform other changes that update.php + makes. Schema changes can be run separately. See the file UPGRADE + for more information. +* (bug 34876) jquery.makeCollapsible has been improved in performance. +* Added ContentHandler facility to allow extensions to support other content + than wikitext. See docs/contenthandler.txt for details. +* New feature was developed for showing high-DPI thumbnails for high-DPI mobile + and desktop displays (configurable with $wgResponsiveImages). +* Added new backend to represent and store information about sites and site + specific configuration. +* jQuery upgraded from 1.8.2 to 1.8.3. +* jQuery UI upgraded from 1.8.23 to 1.8.24. +* Added separate fa_sha1 field to filearchive table. This allows sha1 + searches with the api in miser mode for deleted files. +* Add initial and programmatic sorting for tablesorter. +* Add the event "sortEnd.tablesorter", triggered after sorting has completed. +* The Job system was refactored to allow for different backing stores for + queues as well as cross-wiki access to queues, among other things. The schema + for the DB queue was changed to support better concurrency and reduce + deadlock errors. +* Added ApiQueryORM class to facilitate creation of query API modules based on + tables that have a corresponding ORMTable class. +* (bug 40876) Icon for PSD (Adobe Photoshop) file types. +* (bug 40641) Implemented Special:Version/Credits with a list of contributors. +* (bug 7851) Implemented one-click AJAX patrolling. +* The ,