aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove [[]] for protectedarticle and unprotectedarticle. Avoid having a link ↵Antoine Musso2004-11-1319-38/+38
| | | | | | | enclosed by brackets in the protection log. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6227
* Allow the user to select what kind of shared memory they want, in the installerTim Starling2004-11-132-2/+118
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6226
* Using a test for template namespace initialisation that's more likely to ↵Tim Starling2004-11-131-2/+3
| | | | | | | return true Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6225
* Using a test for template namespace initialisation that's more likely to ↵Tim Starling2004-11-131-1/+1
| | | | | | | return true. Fixed minor bug, missing $wgDatabase Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6224
* Let administrators disable extra hits for user CSS and Javascript pages,Evan Prodromou2004-11-136-30/+64
| | | | | | | | and for site-wide CSS and Javascript settings. Can save 4 dynamic Web hits (modulo caching) by turning off these features. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6223
* Special:Userlogin would display "sysop access required" message when user ↵Arne Heizmann2004-11-121-2/+2
| | | | | | | | | was already logged in. Fixed Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6222
* ignore one letter directories (aka any image)Antoine Musso2004-11-121-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6221
* bug 770 implemented. bug 857 fixed.Antoine Musso2004-11-122-39/+13
| | | | | | | Deprecate Special:Listadmins and redirect to Special:Userlevels. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6220
* We dont want to commit phpdoc generated documentation in cvs. It is better ↵Antoine Musso2004-11-121-0/+5
| | | | | | | to generate it localy. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6219
* timeline and tmp as wellAntoine Musso2004-11-121-1/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6218
* ignore ./thumb* ./archive* ./math*Antoine Musso2004-11-121-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6217
* Partially implement http://bugzilla.wikipedia.org/show_bug.cgi?id=770Antoine Musso2004-11-121-3/+96
| | | | | | | | | * Group is shown instead of rights. * Filter per group. * Search by exact username match Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6216
* ignore eclipse folder ( .metadata )Antoine Musso2004-11-121-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6215
* Removed uncalled method Title::getURL whose only purpose was to tellEvan Prodromou2004-11-121-7/+0
| | | | | | | you it was obsolete. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6214
* (bug 26) Defer sending cache headers until the skin runs, so that the skin ↵Brion Vibber2004-11-121-2/+6
| | | | | | | can declare the page as uncacheable Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6211
* PG hack for temporary tables breaks MySQL 4.1. :P special-case itBrion Vibber2004-11-121-1/+7
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6210
* Whitespace fixup.Evan Prodromou2004-11-111-63/+63
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6209
* Whitespace fixupEvan Prodromou2004-11-111-59/+59
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6208
* Added my name to the list of authors.Evan Prodromou2004-11-111-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6207
* Add a Russian test file to the benchmark (2-byte characters, using ASCII ↵Brion Vibber2004-11-112-1/+5
| | | | | | | spacing and punctuation) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6206
* UI switching and Chinese conversionZheng Zhu2004-11-091-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6202
* use the ZhClient interface to do the Chinese text processingZheng Zhu2004-11-092-49/+29
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6199
* ZhClient queries zhdaemon to provide Chinese text processing service.Zheng Zhu2004-11-091-0/+239
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6198
* Remember to set variables before they are used, unless you *enjoy* SQL ↵Brion Vibber2004-11-091-1/+2
| | | | | | | injection via register_globals vulnerability. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6197
* XHTML output (update)Magnus Manske2004-11-091-3/+32
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6192
* Patch by "Neil Barsema" <neil@barsema.org> :Antoine Musso2004-11-091-0/+5
| | | | | | | | | http://bugzilla.wikipedia.org/show_bug.cgi?id=809 Attempt to load mysql php extension if it is not loaded. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6190
* XHTML output (link dummy)Magnus Manske2004-11-081-3/+32
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6189
* Tweak benchmark a bit; display times in milliseconds instead of seconds for ↵Brion Vibber2004-11-071-6/+12
| | | | | | | legibility. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6187
* cleanUp() optimization: speed up Japanese, Korean tests by another 15% by ↵Brion Vibber2004-11-072-85/+148
| | | | | | | | | rearranging the loop and avoiding rebuilding the string if there are no illegal characters. Removed restrictions on U+FDD0 and friends; these do seem to be allowed by XML, though they 'recommend' you avoid them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6186
* [[Wikinews:Bla]] should not be matched as a news:// URL type.Erik Moeller2004-11-071-1/+1
| | | | | | | | | | | Change regex to require that URL_PROTOCOLS is at the beginning of a link (e.g. [[news:bla]]) for it to match. Note: This will break if someone decides to reverse the order of replaceExternal and replaceInternal again. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6185
* fix broken stringErik Moeller2004-11-071-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6184
* removed sectionedit and commentedit messages. Replaced by editingsection and ↵Jens Frank2004-11-0633-66/+70
| | | | | | | | | editingcomment messages. Should be easier to translate for languages that want to have the (section) somewhere else than at the end Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6180
* Don't run the control characters through the invariant test, as they are ↵Brion Vibber2004-11-061-1/+2
| | | | | | | stripped by cleanUp() for XML safety. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6179
* Don't forgot to actually _make_ the replacements for illegal chars. :PBrion Vibber2004-11-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6178
* Adding some extra tests for the cleanUp() functionBrion Vibber2004-11-061-0/+217
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6177
* single quotesAntoine Musso2004-11-051-15/+15
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6176
* tableName: change backticks into double quotes for parent-transformed table ↵Domas Mituzas2004-11-051-0/+3
| | | | | | | names Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6175
* Shave off a few more milliseconds from cleanUp() inner loop.Brion Vibber2004-11-051-5/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6174
* Shave a few more percentage points from times on cleanUp() on unicode text ↵Brion Vibber2004-11-051-7/+8
| | | | | | | by building a combined NFC-check hash. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6173
* More incremental optimization on cleanUp():Brion Vibber2004-11-051-33/+57
| | | | | | | | | * when splitting ascii vs non-ascii chunks, don't split punctuation and control chars as aggressively; this benefits the Korean test data * use output buffer and echo; it's _slightly_ faster than string concatenation. * Separate the surrogate check from the others; many Korean letters fall in the adjacent area with the same head byte, so this gives a small speed boost on Korean text Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6172
* cleanUp() optimization: about 1/8 speed boost on unicode-dominant text ↵Brion Vibber2004-11-051-17/+20
| | | | | | | (Japanese, Korean test data) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6171
* cleanUp() optimization: split the string into pure ASCII chunks and chunks ↵Brion Vibber2004-11-051-69/+72
| | | | | | | which need to be checked byte by byte. Over 5x speedup for German text sample. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6170
* Optimization on cleanUp(): roughly 1/3 speed boost on ascii-dominant but not ↵Brion Vibber2004-11-041-0/+8
| | | | | | | ascii-pure text (eg German) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6169
* Optimize inner loop in cleanUp(): boosts performance on non-ASCII text by ↵Brion Vibber2004-11-041-68/+73
| | | | | | | | | about 20%. Also, trim the XML-illegal control characters from pure ASCII as well as non-ASCII strings. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6168
* XML parser XHTML outputMagnus Manske2004-11-033-1/+151
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6164
* Changed single-quotes to double quotes in string containing $groupJason Richey2004-11-031-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6163
* Remove insecure mode (causes infinite loops due to protection against ↵Brion Vibber2004-11-021-6/+1
| | | | | | | Internet Explorer hole) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6160
* Month namesBrion Vibber2004-11-021-0/+23
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6157
* Stub file for Kannada; contains only numeral transliterationsBrion Vibber2004-11-011-0/+29
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6148
* small fixes of the manual conversion tables.Zheng Zhu2004-11-014-15/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6146