Victor Vasiliev
39c665b467
* (bug 6934) Allow separated inclusions, links, redirects on whatlinkshere
2008-04-12 07:25:20 +00:00
Aryeh Gregor
8059fc875b
(bug 13690) Fix PHP notice on accessing some URLs. parse_url() in some versions of PHP doesn't set the path element if it's empty, rather than actually returning it as an empty string.
2008-04-11 19:03:38 +00:00
Roan Kattouw
68bbfc12c0
Committing patch for bug 10931, which also fixes bug 13651. For a detailed explanation of what this commit does, see bug 10931 comment #24
2008-04-11 15:20:45 +00:00
Siebrand Mazeland
e3a5bd4d27
Added message 'mainpage-description' as duplicate of 'mainpage' and added it to message 'sidebar'
...
Fixes: (bug 6332) Lacking entry Mainpage-url
(bug 8617) Separate main page url and name
Thanks: Danny B., Milda (for the implementation and regex)
2008-04-10 19:16:36 +00:00
Alexandre Emsenhuber
bcd99717f1
(bug 13684) Links in Special:ListGroupRights should be in content language
2008-04-10 16:32:32 +00:00
Roan Kattouw
c338619cd3
(bug 13544) Added oldid parameter to action=parse to allow for parsing of old revisions
2008-04-10 10:51:40 +00:00
Raimond Spekking
6d1f1f8d70
* (bug 13604) Add Special:ListGroupRights to show a list of defined usergroups and the rights for these groups.
...
See bug 13603 for the same function added to the API last week
Patch by Mormegil
2008-04-10 10:10:07 +00:00
Aryeh Gregor
2e84565981
(bug 13678) Fix CSS validation for Monobook
2008-04-10 01:39:09 +00:00
Brion Vibber
94c1512697
* (bug 13433) Fix action=render on Image: pages
2008-04-09 22:42:29 +00:00
Brion Vibber
8847b69f3f
* (bug 13458) Preview/edit toolbar spacing now works consistently
2008-04-09 22:20:01 +00:00
Siebrand Mazeland
8dd3014169
Add a few localisations that were update in 1.13
...
Should we keep maintaining this section, or just generate it just before releases?
2008-04-09 10:08:21 +00:00
Brion Vibber
19f2ab0bc4
* (bug 11039) Add missing labels on protection form
...
May help with screen readers which get a bit lost on the listbox-in-table layout
Fixed up some release notes entries
2008-04-09 00:02:13 +00:00
Brion Vibber
41be9ede30
Revert r32842, r32942 for now.
...
* The date-split view is visually disjoint; loss of distinguishing bullets makes the lines harder to read and distinguish, while the extra date headers cause significant vertical expansion of log lists when searched on specific criteria.
2008-04-08 18:20:28 +00:00
Brion Vibber
e5b76c3068
Revert r32811 -- regression in search.
...
Caused search terms containing underscores to fail, as they had the underscores silently changed to spaces.
The means it's impossible to search for many programming terms in body text, say function names like 'str_replace'.
This was listed as a fix for bug 13616, but that seems to actually be about bad links in custom 'no article' text.
The links should be corrected instead.
2008-04-08 17:21:36 +00:00
Brion Vibber
c1f2158242
* (13624) Fix regression with manual thumb= parameter on images
...
Fixes parser test case:
* Fuzz testing: image with bogus manual thumbnail [Fixed between 07-Apr-2008 22:04:11, 1.13alpha (r32931) and 07-Apr-2008 23:29:32, 1.13alpha (r32931)]
2008-04-07 23:30:45 +00:00
Brion Vibber
3725c751a0
* (6943) Added PAGESINCATEGORY: magic word
...
Patch by Mr.Z-man, https://bugzilla.wikimedia.org/attachment.cgi?id=4793
Moves some of the 'expensive parser function' tracking to core.
2008-04-07 22:11:31 +00:00
Roan Kattouw
b3bdc1ec02
(bug 13618) Added rcprop=redirect and rcshow=redirect to list=recentchanges
2008-04-07 13:01:57 +00:00
Shinjiman
7d75663fac
update the RELEASE-NOTES for r32889
2008-04-07 04:53:48 +00:00
Alexandre Emsenhuber
e0417ef455
(bug 12064) BeforePageDisplay hook is now called for all skins
2008-04-06 20:25:45 +00:00
Alexandre Emsenhuber
6a184c23e2
(bug 13630) allow_call_time_pass_reference warnings in Special:Revisiondelete
2008-04-06 17:56:07 +00:00
Niklas Laxström
8e310cb43c
* Logs are grouped under date headings similar to enhanced changes list
...
* This is a second attempt; now with a configuration variable to restore the old behaviour without reverting
2008-04-06 08:59:48 +00:00
Daniel Cannon
ea4061e7d2
Make rev_deleted log entries more intelligible for those of us who "don't speak bitfield".
2008-04-06 06:30:57 +00:00
Niklas Laxström
f8ef9fccfb
* (bug 13463) Login successful page doesn't use user's preferred interface language
2008-04-05 20:01:53 +00:00
Bryan Tong Minh
06d1b8087d
(bug 11673) Return error 'unknown_action' in specified format
2008-04-05 19:32:21 +00:00
Bryan Tong Minh
02387af88e
(bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9
2008-04-05 18:52:33 +00:00
Bryan Tong Minh
9c03862fbd
(bug 11633) Explicitly convert redirect titles to strings due to PHP's very weak typing on array keys.
2008-04-05 18:34:10 +00:00
Bryan Tong Minh
43dfeea8b1
(bug 13616) Replace underscores in search terms by spaces
2008-04-05 14:57:41 +00:00
Bryan Tong Minh
27de29c1f7
(bug 13606) Added archivename to iiprop
2008-04-04 11:49:20 +00:00
Roan Kattouw
f49b53df46
API:
...
* Cleaned up ApiPageSet::getRedirectTargets(), now uses the redirect table rather than the pagelinks table (this fixes bug 13965)
* Added possibility to obtain all external links through list=exturlusage (per MinuteElectron's request on the mediawiki-api list)
2008-04-04 11:22:58 +00:00
Roan Kattouw
3cc7e481f4
(bug 13603) Added siprop=usergroups to meta=siteinfo. Patch by Mormegil
2008-04-03 14:33:36 +00:00
Alexandre Emsenhuber
e594cb011a
* (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
...
* Use Xml::* functions instead of wf* ones
* Call wfDeprecated() in MessageCache::disableTransform(), MessageCache::enableTransform(), MessageCache::setTransform() and MessageCache::getTransform()
2008-04-02 11:49:55 +00:00
Alexandre Emsenhuber
cf22be7996
(bug 13441) Allow Special:Recentchanges to show bots only
2008-04-02 10:47:50 +00:00
Aryeh Gregor
7faf44098f
(bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to $wgUserNotifiedOnAllChanges
2008-04-02 00:45:15 +00:00
Huji
a65711ffc5
(bug 13576) maintenance/rebuildrecentchanges.php fails
2008-04-01 13:44:36 +00:00
Siebrand Mazeland
de32c82b9e
Note removal of 'dum', and 'non'
2008-03-31 14:29:43 +00:00
Andrew Garrett
6723969994
Redesign of Special:Userrights.
2008-03-31 12:55:26 +00:00
Tim Starling
5cb43c65d4
For r32578.
2008-03-30 09:54:57 +00:00
Alexandre Emsenhuber
efb146bc0b
(bug 13556, and possible regression from r32372) Don't show a blank form if no image is attached in Special:Upload
2008-03-29 17:40:55 +00:00
Robert Leverington
65eb9ec865
(bug 13554) PHP Notice in old pre-processor when list item is empty. Patch by Cedric Nilly.
2008-03-29 16:00:33 +00:00
Brion Vibber
d5e9d4e3f5
* (bug 13540) Date format in confirmation e-mail now matches message language
2008-03-28 20:17:55 +00:00
Brion Vibber
23bcdc17cc
* (bug 13543) Updated FAQ link in the installer sidebar
2008-03-28 20:11:48 +00:00
Roan Kattouw
99a2c57c5b
(bug 13544) Added prop=revid to action=parse
2008-03-28 13:27:44 +00:00
Roan Kattouw
8dd17b2b5c
API: Added fallback8bitEncoding to meta=siteinfo output
2008-03-28 13:12:47 +00:00
Roan Kattouw
f227fd9915
(bug 13541) Adding siprop=specialpagealiases to meta=siteinfo
2008-03-28 12:47:21 +00:00
Greg Sabino Mullane
4f7cb8ce1f
Note bug 13532
2008-03-27 21:57:33 +00:00
Raimond Spekking
73233978a7
* (bug 13490) Show upload/file size limit on upload form
2008-03-27 18:34:27 +00:00
Tim Starling
f9756f58b7
Set $wgUploadSizeWarning to false by default. The warning only makes sense in the context of pre-upload downscaling to limit download sizes for the benefit of readers on dialup connections, a reason which has been obsolete since the introduction of server-side scaling.
2008-03-27 01:35:09 +00:00
Brion Vibber
5cbe54fa7b
* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
...
Patch by MinuteElectron - https://bugzilla.wikimedia.org/attachment.cgi?id=4772 with fixes
Replaces an instance variable with a constant, since it doesn't change, which is safe to access when the function is called statically from an outside class, as some extensions do.
2008-03-27 00:00:25 +00:00
Daniel Cannon
fd840361b1
API: (bug 11719) Remove trailing blanks in YAML output.
2008-03-26 23:19:45 +00:00
Roan Kattouw
c437a3c194
API performance enhancements (bug 13511):
...
* Replaced $wgAPIUCUserPrefixMinLength with the more generic $wgAPIMaxDBRows
* Added ApiBase::checkRowCount() which checks whether the amount of rows to be scanned is acceptable (i.e. <$wgAPIMaxDBRows). Not using this anywhere (yet?), but it's nice to have
* Killed a filesort in the usercontribs query, query is now indexed nicely
* Dropped the minimum length for ucuserprefix since it's no longer needed (query optimized)
* Removed drnamespace from list=deletedrevs (filesorts 8M rows for drnamespace=0)
* Support multiple orderings in ApiBase::addWhereRange()
2008-03-26 13:43:11 +00:00