lhc/web/wiklou.git
16 years agoLocalisation updates German
Raimond Spekking [Fri, 25 Jan 2008 08:56:05 +0000 (08:56 +0000)]
Localisation updates German

16 years agoWorkaround for segfault observed on parse for certain input text. Related to PHP...
Tim Starling [Fri, 25 Jan 2008 07:43:23 +0000 (07:43 +0000)]
Workaround for segfault observed on parse for certain input text. Related to PHP bug 35229, but was observed in call_user_func_array() not call_user_func(). Apparently autoloading is buggy especially when invoked from an unusual context. My workaround is to trigger early autoloading using is_callable(). And if we're going to call is_callable(), we may as well do something sensible if it returns false, right?

16 years ago* Fixed <!-- ~~~~ -->, added parser test
Tim Starling [Fri, 25 Jan 2008 04:14:51 +0000 (04:14 +0000)]
* Fixed <!-- ~~~~ -->, added parser test
* Commented out memCheck()

16 years ago$wgStyleVersion!
Aryeh Gregor [Fri, 25 Jan 2008 02:59:27 +0000 (02:59 +0000)]
$wgStyleVersion!

16 years agoReduce margin for .usermessage, since it no longer needs to be set off from the artic...
Aryeh Gregor [Fri, 25 Jan 2008 02:52:32 +0000 (02:52 +0000)]
Reduce margin for .usermessage, since it no longer needs to be set off from the article content.

16 years ago(bug 12681) New messages bar should appear above page title, for consistency with...
Aryeh Gregor [Fri, 25 Jan 2008 00:21:21 +0000 (00:21 +0000)]
(bug 12681) New messages bar should appear above page title, for consistency with other message boxes

16 years agoRevert 30130, completely breaks editing with fatal PHP error.
Aryeh Gregor [Fri, 25 Jan 2008 00:18:54 +0000 (00:18 +0000)]
Revert 30130, completely breaks editing with fatal PHP error.

16 years agoRemoving some unused global $wgTitle; statements and changing $wgTitle to $this-...
Roan Kattouw [Thu, 24 Jan 2008 20:54:33 +0000 (20:54 +0000)]
Removing some unused global $wgTitle; statements and changing $wgTitle to $this->mTitle in non-UI code. Also fixing indentation of AS_* constants.

16 years agoAvoid relying on isset(). This can cause problems with PHP's (thankfully now uncommo...
Aryeh Gregor [Thu, 24 Jan 2008 20:14:35 +0000 (20:14 +0000)]
Avoid relying on isset().  This can cause problems with PHP's (thankfully now uncommon) register_globals setting.  Instead, just give the variable a default value in the code.

16 years agoAPI:
Roan Kattouw [Thu, 24 Jan 2008 17:59:07 +0000 (17:59 +0000)]
API:
* Added uiuser parameter to meta=userinfo that gets information about users other than the current user.
* Pretty much completely rewrote userinfo to facilitate this

16 years agoUpdate.
Rotem Liss [Thu, 24 Jan 2008 17:07:14 +0000 (17:07 +0000)]
Update.

16 years ago(bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors.
Huji [Thu, 24 Jan 2008 17:06:19 +0000 (17:06 +0000)]
(bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors.
* The previous commit didn't cover the cases where the whole caption line was missing.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-24 17:54 CET)
Siebrand Mazeland [Thu, 24 Jan 2008 16:59:42 +0000 (16:59 +0000)]
Localisation updates for core messages from Betawiki (2008-01-24 17:54 CET)

16 years ago(bug 12214) Add a predefined list of delete reasons to the file deletion form
Huji [Thu, 24 Jan 2008 15:35:44 +0000 (15:35 +0000)]
(bug 12214) Add a predefined list of delete reasons to the file deletion form

16 years agopartly revert of r30110. looks like an accident.
Raimond Spekking [Thu, 24 Jan 2008 13:58:40 +0000 (13:58 +0000)]
partly revert of r30110. looks like an accident.

16 years agoTweaking r30119: changing txt and dbg's MIME type to text and adding txtfm and dbgfm...
Roan Kattouw [Thu, 24 Jan 2008 13:16:34 +0000 (13:16 +0000)]
Tweaking r30119: changing txt and dbg's MIME type to text and adding txtfm and dbgfm with HTML-escaped stuff.

16 years agoNo need to revert r30078: HTML-formatting the data is enough. Attacks like api.php...
Roan Kattouw [Thu, 24 Jan 2008 13:12:03 +0000 (13:12 +0000)]
No need to revert r30078: HTML-formatting the data is enough. Attacks like api.php?action=paraminfo&modules=%3Cscript%3Ealert('Owned');%3C/script%3E&format=txt don't work anymore now.

16 years agoLocalisation updates German
Raimond Spekking [Thu, 24 Jan 2008 13:03:56 +0000 (13:03 +0000)]
Localisation updates German

16 years ago* Sort elements by alphabet
Raimond Spekking [Thu, 24 Jan 2008 12:57:11 +0000 (12:57 +0000)]
* Sort elements by alphabet
* Consistent usage of XML functions

16 years ago* Move special case from core to the Newuserlog extension itself.
Raimond Spekking [Thu, 24 Jan 2008 12:54:18 +0000 (12:54 +0000)]
* Move special case from core to the Newuserlog extension itself.

16 years ago(bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors
Huji [Thu, 24 Jan 2008 12:52:53 +0000 (12:52 +0000)]
(bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors

16 years ago(bug 12738) Database query syntax error in maintenance/storage/compressOld.inc
Huji [Thu, 24 Jan 2008 11:21:36 +0000 (11:21 +0000)]
(bug 12738) Database query syntax error in maintenance/storage/compressOld.inc

16 years ago* Make lc and uc parser functions skip strip markers
Tim Starling [Thu, 24 Jan 2008 09:07:47 +0000 (09:07 +0000)]
* Make lc and uc parser functions skip strip markers
* Made ==foo==<!----> create a valid section edit link
* Changed header processing heuristics -- now double-equals signs are generally respected as header starts, and will break template invocations, and single equals signs are respected as header syntax but might not generate a section edit link.

16 years agoslightly improved behaviour for very small browser windows: title/tab overflow will...
River Tarnell [Thu, 24 Jan 2008 04:33:21 +0000 (04:33 +0000)]
slightly improved behaviour for very small browser windows: title/tab overflow will be hidden instead of wrapping to the next line

16 years agoFix fatal error in eval.php
Tim Starling [Thu, 24 Jan 2008 04:33:21 +0000 (04:33 +0000)]
Fix fatal error in eval.php

16 years ago* Factored out PPD "part" handling into its own class. Verified with differential...
Tim Starling [Thu, 24 Jan 2008 04:29:56 +0000 (04:29 +0000)]
* Factored out PPD "part" handling into its own class. Verified with differential fuzz test.
* Stabilise timestamps generated by the parser to avoid diff test false positives
* Fixed msgnw bug. Use RECOVER_ORIG.
* Fixed editintro bug. Cloning the parser in MessageCache has some side-effects that need to be corrected.
* Fixed typo in Parser_DiffTest.php
* General improvements to preprocessorFuzzTest.php
* Fixed breakage of XML output feature in Special:ExpandTemplates

16 years agoinsert a clear:both div at the bottom of the content to stop floating content from...
River Tarnell [Thu, 24 Jan 2008 04:20:12 +0000 (04:20 +0000)]
insert a clear:both div at the bottom of the content to stop floating content from overrunning the border

16 years agoComment tweak, remove strcmp().
Aryeh Gregor [Thu, 24 Jan 2008 02:00:33 +0000 (02:00 +0000)]
Comment tweak, remove strcmp().

16 years agoCommit some junk: spacing, braces, parentheses, other stylistic stuff.
Aryeh Gregor [Thu, 24 Jan 2008 01:59:35 +0000 (01:59 +0000)]
Commit some junk: spacing, braces, parentheses, other stylistic stuff.

16 years agortl styling for simple
River Tarnell [Thu, 24 Jan 2008 01:49:15 +0000 (01:49 +0000)]
rtl styling for simple

16 years agofix css to style .pBody instead of each portlet id explicitly; makes additional navig...
River Tarnell [Thu, 24 Jan 2008 01:45:08 +0000 (01:45 +0000)]
fix css to style .pBody instead of each portlet id explicitly; makes additional navigation portlets look correct

16 years agousing font-sizes in points breaks text resizing in IE. instead, set the font size...
River Tarnell [Thu, 24 Jan 2008 01:23:22 +0000 (01:23 +0000)]
using font-sizes in points breaks text resizing in IE.  instead, set the font size the same way as monobook: body sets font-size: x-small, and text is scaled back to a reasonable size (130%) in the content area.  130% produces correct alignment of #p-personal in all browsers; 127% makes a 1 pixel gap in Safari at some font sizes.

16 years agobasic styling for rtl sites
River Tarnell [Thu, 24 Jan 2008 00:51:13 +0000 (00:51 +0000)]
basic styling for rtl sites

16 years agoadd another div inside #mw_content to allow users to style font-size in the content...
River Tarnell [Thu, 24 Jan 2008 00:31:30 +0000 (00:31 +0000)]
add another div inside #mw_content to allow users to style font-size in the content area without breaking positioning

16 years agorespect preferences option for underlining except in #footer. looks hella ugly,...
River Tarnell [Thu, 24 Jan 2008 00:15:56 +0000 (00:15 +0000)]
respect preferences option for underlining except in #footer.  looks hella ugly, but users keep whining

16 years agoincrease the left margin for mw_contentwrapper to -15em. appears to have no effect...
River Tarnell [Thu, 24 Jan 2008 00:02:28 +0000 (00:02 +0000)]
increase the left margin for mw_contentwrapper to -15em.  appears to have no effect on the layout but fixed the sidebar in IE6

16 years ago* Security fix for API on MSIE
Brion Vibber [Wed, 23 Jan 2008 23:45:46 +0000 (23:45 +0000)]
* Security fix for API on MSIE

16 years agoRevert r30078 -- formats "txt" and "dbg" dump raw unfiltered text contents into HTML...
Brion Vibber [Wed, 23 Jan 2008 23:06:10 +0000 (23:06 +0000)]
Revert r30078 -- formats "txt" and "dbg" dump raw unfiltered text contents into HTML output. XSS vector.

16 years agoLocalisation updates from Betawiki
Siebrand Mazeland [Wed, 23 Jan 2008 20:57:26 +0000 (20:57 +0000)]
Localisation updates from Betawiki
* update hu magic words, trim trailing whitespace

16 years agoApiQueryImageInfo: Convert sha1 to base16 like before r29981
Bryan Tong Minh [Wed, 23 Jan 2008 20:32:47 +0000 (20:32 +0000)]
ApiQueryImageInfo: Convert sha1 to base16 like before r29981

16 years agoAPI: Added uiprop=editcount to meta=userinfo
Roan Kattouw [Wed, 23 Jan 2008 20:13:58 +0000 (20:13 +0000)]
API: Added uiprop=editcount to meta=userinfo

16 years agoTweak Special:CreateAccount again. Make it smarter without the needing of a new class...
Raimond Spekking [Wed, 23 Jan 2008 19:59:35 +0000 (19:59 +0000)]
Tweak Special:CreateAccount again. Make it smarter without the needing of a new class. Thanks to ialex.

16 years agoAPI: Adding txt and dbg formats, imported from query.php
Roan Kattouw [Wed, 23 Jan 2008 19:51:21 +0000 (19:51 +0000)]
API: Adding txt and dbg formats, imported from query.php

16 years agoFix PHP strict standard. Thanks to Siebrand.
Raimond Spekking [Wed, 23 Jan 2008 19:42:34 +0000 (19:42 +0000)]
Fix PHP strict standard. Thanks to Siebrand.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-23 20:34 CET)
Siebrand Mazeland [Wed, 23 Jan 2008 19:38:49 +0000 (19:38 +0000)]
Localisation updates for core messages from Betawiki (2008-01-23 20:34 CET)

16 years agoAPI:
Roan Kattouw [Wed, 23 Jan 2008 18:40:40 +0000 (18:40 +0000)]
API:
* Fixing buggy class instantiation in ApiParamInfo
* Adding getModules() method to ApiMain and ApiQuery

16 years agoAPI: Adding module prefix information to action=paraminfo
Roan Kattouw [Wed, 23 Jan 2008 17:28:45 +0000 (17:28 +0000)]
API: Adding module prefix information to action=paraminfo

16 years agoUpdate.
Rotem Liss [Wed, 23 Jan 2008 17:27:22 +0000 (17:27 +0000)]
Update.

16 years agoAPI: Adding parameter description to action=paraminfo output
Roan Kattouw [Wed, 23 Jan 2008 16:59:37 +0000 (16:59 +0000)]
API: Adding parameter description to action=paraminfo output

16 years ago(bug 11897) Add alias [[Special:CreateAccount]] & [[Special:Userlogin/signup]] for...
Raimond Spekking [Wed, 23 Jan 2008 15:16:06 +0000 (15:16 +0000)]
(bug 11897) Add alias [[Special:CreateAccount]] & [[Special:Userlogin/signup]] for Special:Userlogin?type=signup

16 years agoUpdate from Betawiki
Bertrand Grondin [Wed, 23 Jan 2008 11:56:52 +0000 (11:56 +0000)]
Update from Betawiki

16 years ago* (bug 12506) Allow URL parameter 'section' in Special:Mypage/Mytalk. Patch by Eneas.
Raimond Spekking [Tue, 22 Jan 2008 22:35:51 +0000 (22:35 +0000)]
* (bug 12506) Allow URL parameter 'section' in Special:Mypage/Mytalk. Patch by Eneas.
 (in addition to r27310 - bug 11848)

16 years agoAPI:
Roan Kattouw [Tue, 22 Jan 2008 21:46:29 +0000 (21:46 +0000)]
API:
* Returning proportions of thumbnailed image
* INTERFACE CHANGE: thumbnail url is now returned as "thumburl" rather than "url"
* Adding RELEASE-NOTES entry that should've been added a couple of days ago

16 years agoLocalisation updates for core messages from Betawiki (2008-01-22 22:34 CET)
Siebrand Mazeland [Tue, 22 Jan 2008 21:39:59 +0000 (21:39 +0000)]
Localisation updates for core messages from Betawiki (2008-01-22 22:34 CET)

16 years ago(bug 12740) adding "Modern" skin's name to the list.
Huji [Tue, 22 Jan 2008 21:37:15 +0000 (21:37 +0000)]
(bug 12740) adding "Modern" skin's name to the list.

16 years ago(bug 12718) Added action=paraminfo module that provides information about API modules...
Roan Kattouw [Tue, 22 Jan 2008 21:22:04 +0000 (21:22 +0000)]
(bug 12718) Added action=paraminfo module that provides information about API modules and their parameters

16 years agoTweak to r30053... Remove unnecessary sprintf()
Brion Vibber [Tue, 22 Jan 2008 20:59:22 +0000 (20:59 +0000)]
Tweak to r30053... Remove unnecessary sprintf()

16 years agoAdded Persian translations
Huji [Tue, 22 Jan 2008 20:46:27 +0000 (20:46 +0000)]
Added Persian translations

16 years agoarticle -> page
Siebrand Mazeland [Tue, 22 Jan 2008 18:07:14 +0000 (18:07 +0000)]
article -> page

16 years agoUpdate.
Rotem Liss [Tue, 22 Jan 2008 17:49:57 +0000 (17:49 +0000)]
Update.

16 years agoRemove some references to Wikipedia
Siebrand Mazeland [Tue, 22 Jan 2008 17:42:40 +0000 (17:42 +0000)]
Remove some references to Wikipedia

16 years ago* Update Chinese translations
Shinjiman [Tue, 22 Jan 2008 16:24:44 +0000 (16:24 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoRevert 30054 at request.
Siebrand Mazeland [Tue, 22 Jan 2008 14:27:05 +0000 (14:27 +0000)]
Revert 30054 at request.

16 years agoImport message from tagalog wikipedia
Bertrand Grondin [Tue, 22 Jan 2008 14:19:54 +0000 (14:19 +0000)]
Import message from tagalog wikipedia

16 years ago* (bug 6436) Localization of Special:Import XML parser Error message(s)
Raimond Spekking [Tue, 22 Jan 2008 14:19:35 +0000 (14:19 +0000)]
* (bug 6436) Localization of Special:Import XML parser Error message(s)
* Add some more specific error messages
* Use proper Xxl:: functions

16 years agoFix for bug 12726: make the internal OT_xxx constants class constants.
Tim Starling [Tue, 22 Jan 2008 10:47:44 +0000 (10:47 +0000)]
Fix for bug 12726: make the internal OT_xxx constants class constants.

16 years agoFix for bug 12705. Fixed refreshLinks.php documentation.
Tim Starling [Tue, 22 Jan 2008 10:10:21 +0000 (10:10 +0000)]
Fix for bug 12705. Fixed refreshLinks.php documentation.

16 years agoUpdate comment.
Rotem Liss [Tue, 22 Jan 2008 09:30:10 +0000 (09:30 +0000)]
Update comment.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-22 8:52 CET)
Siebrand Mazeland [Tue, 22 Jan 2008 07:55:47 +0000 (07:55 +0000)]
Localisation updates for core messages from Betawiki (2008-01-22 8:52 CET)

16 years ago* (bug 12327) Comma in username no longer disrupts mail headers
Brion Vibber [Tue, 22 Jan 2008 03:52:14 +0000 (03:52 +0000)]
* (bug 12327) Comma in username no longer disrupts mail headers

16 years ago* (bug 11593, 12719) Fixes for overzealous invocation of thumb.php.
Brion Vibber [Tue, 22 Jan 2008 03:31:10 +0000 (03:31 +0000)]
* (bug 11593, 12719) Fixes for overzealous invocation of thumb.php.
  Non-image handlers and full-size images may now decline it, fixing
  mystery failures when using $wgThumbnailScriptPath.

16 years agoFull edit width
Aaron Schulz [Tue, 22 Jan 2008 03:08:24 +0000 (03:08 +0000)]
Full edit width

16 years agoMove rev_deleted stuff to shared
Aaron Schulz [Tue, 22 Jan 2008 03:05:32 +0000 (03:05 +0000)]
Move rev_deleted stuff to shared

16 years ago* Log username blocks with canonical form of name instead of input form
Brion Vibber [Mon, 21 Jan 2008 23:09:49 +0000 (23:09 +0000)]
* Log username blocks with canonical form of name instead of input form

16 years ago* (bug 12692) Add the long time existing 'upload-summary' to MessagesEn.php, mark...
Raimond Spekking [Mon, 21 Jan 2008 22:53:53 +0000 (22:53 +0000)]
* (bug 12692) Add the long time existing 'upload-summary' to MessagesEn.php, mark it optional as other '-summary' messages too.

16 years agoDisallow uploads to protected titles (bug 12727)
Aaron Schulz [Mon, 21 Jan 2008 19:47:51 +0000 (19:47 +0000)]
Disallow uploads to protected titles (bug 12727)

16 years agoConvert to the right timestamp format before doing a query
Aaron Schulz [Mon, 21 Jan 2008 19:37:07 +0000 (19:37 +0000)]
Convert to the right timestamp format before doing a query

16 years ago* re-add bug 12655 that was added in r30014 and disappeared in r30020
Siebrand Mazeland [Mon, 21 Jan 2008 18:13:39 +0000 (18:13 +0000)]
* re-add bug 12655 that was added in r30014 and disappeared in r30020
* remove EOL whitespace

16 years agoAdd an comment for used messages, to enssure that grep gives a complete list
Raimond Spekking [Mon, 21 Jan 2008 17:47:16 +0000 (17:47 +0000)]
Add an comment for used messages, to enssure that grep gives a complete list

16 years agoDocument additional available parameters for 'revertpage', introduced with r29794.
Raimond Spekking [Mon, 21 Jan 2008 17:38:36 +0000 (17:38 +0000)]
Document additional available parameters for 'revertpage', introduced with r29794.

16 years agoFix syntax error
Siebrand Mazeland [Mon, 21 Jan 2008 17:31:38 +0000 (17:31 +0000)]
Fix syntax error

16 years agoPostcard from linuxland.
Tim Starling [Mon, 21 Jan 2008 16:36:08 +0000 (16:36 +0000)]
Postcard from linuxland.
* Reduced stack depth by using an internal stack in expand(), and by having some common code paths (e.g. non-subst double-brace during PST) return objects which can be expanded in that internal stack instead of the PHP stack. This is friendly to xdebug but slightly slower than the original version. Also it probably helps robustness when you don't add 7 stack levels per pair of double braces.
* Profiling indicates that expand and PPD are now good targets for porting to C. Abstracted and refactored the relevant code to allow for a drop-in replacement. A factor of 2 reduction in average-case replaceVariables() time may be possible.
* Verified with preprocessorFuzzTest.php against r29950, updated to allow better PST tests.
* Made parserTests.php respect $wgParserConf
* LST and ParserFunctions need a simultaneous update with the core due to changed interfaces. DOM objects are now wrapped rather than directly exposed.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-21 17:19 CET)
Siebrand Mazeland [Mon, 21 Jan 2008 16:30:00 +0000 (16:30 +0000)]
Localisation updates for core messages from Betawiki (2008-01-21 17:19 CET)

16 years ago(bug 12716) Unprotecting a non-protected page leaves a log entry
Roan Kattouw [Mon, 21 Jan 2008 15:04:49 +0000 (15:04 +0000)]
(bug 12716) Unprotecting a non-protected page leaves a log entry

16 years agoTypo in alias for Mostecategories special page
Anders Wegge Jakobsen [Mon, 21 Jan 2008 13:16:53 +0000 (13:16 +0000)]
Typo in alias for Mostecategories special page

16 years agoLocalisation updates German
Raimond Spekking [Mon, 21 Jan 2008 13:16:11 +0000 (13:16 +0000)]
Localisation updates German

16 years agoUse $wgPasswordSender instead of $wgEmergencyContact
Brion Vibber [Mon, 21 Jan 2008 07:42:17 +0000 (07:42 +0000)]
Use $wgPasswordSender instead of $wgEmergencyContact

16 years ago* (bug 12655) Added $wgUserEmailUseReplyTo config option to put sender
Brion Vibber [Mon, 21 Jan 2008 07:05:19 +0000 (07:05 +0000)]
* (bug 12655) Added $wgUserEmailUseReplyTo config option to put sender
  address in Reply-To instead of From for user-to-user emails.
  This protects against SPF problems and privacy-leaking bounce messages
  when using mailers that set the envelope sender to the From header value.

16 years ago* Remove debugging code (errant var_dump)
Tim Starling [Mon, 21 Jan 2008 03:25:57 +0000 (03:25 +0000)]
* Remove debugging code (errant var_dump)
* Mark DBA cache "not recommended"
* Fix warning in escapePHPstring

16 years ago* Update Chinese translations
Shinjiman [Mon, 21 Jan 2008 02:57:13 +0000 (02:57 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoLocalisation updates for core messages from Betawiki (2008-01-21 1:00 CET)
Siebrand Mazeland [Mon, 21 Jan 2008 00:01:31 +0000 (00:01 +0000)]
Localisation updates for core messages from Betawiki (2008-01-21 1:00 CET)

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sun, 20 Jan 2008 23:56:55 +0000 (23:56 +0000)]
Localisation updates for core messages from Betawiki
* an: update skin names, special pages aliases
* dsb: update skin names
* hu: update special page aliases, magic words
* lb: update special page aliases
* zea: exporting import from zea.wikipedia.org

16 years agoLocalisation updates for core messages from Betawiki (2008-01-20 20:21 CET)
Siebrand Mazeland [Sun, 20 Jan 2008 19:32:27 +0000 (19:32 +0000)]
Localisation updates for core messages from Betawiki (2008-01-20 20:21 CET)

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sun, 20 Jan 2008 19:12:05 +0000 (19:12 +0000)]
Localisation updates for core messages from Betawiki
* linktrail for crh-cyrl and crh-latn
* special page names and namespace names using capitalised names for dsb

16 years agoAdd profiling to MagicWord.php
Victor Vasiliev [Sun, 20 Jan 2008 18:46:50 +0000 (18:46 +0000)]
Add profiling to MagicWord.php

30000 GET!

16 years agoFix code formatting
Victor Vasiliev [Sun, 20 Jan 2008 18:42:21 +0000 (18:42 +0000)]
Fix code formatting

16 years agoRevert r29936, r29891 -- lowercase namespace and special names causing vast breakage
Brion Vibber [Sun, 20 Jan 2008 18:35:19 +0000 (18:35 +0000)]
Revert r29936, r29891 -- lowercase namespace and special names causing vast breakage

16 years ago* API: Added apfilterlanglinks parameter to list=allpages, replacing query.php?what...
Roan Kattouw [Sun, 20 Jan 2008 18:20:08 +0000 (18:20 +0000)]
* API: Added apfilterlanglinks parameter to list=allpages, replacing query.php?what=nolanglinks

16 years agoUpdate.
Rotem Liss [Sun, 20 Jan 2008 16:25:55 +0000 (16:25 +0000)]
Update.

16 years ago* Don't follow redirects if image exists
Victor Vasiliev [Sun, 20 Jan 2008 16:05:44 +0000 (16:05 +0000)]
* Don't follow redirects if image exists