lhc/web/wiklou.git
18 years agonew config option: $wgAllowExternalImagesFrom
Erik Moeller [Wed, 26 Oct 2005 22:13:02 +0000 (22:13 +0000)]
new config option: $wgAllowExternalImagesFrom
motivation: people want to remove the wikimedia logos, which are non-free,
from commons. using this, we could move them to a trusted directory on the
wikimedia servers, and access them from all wikis using absolute URLs.

18 years ago* Fix Special:BrokenRedirects on MySQL 5.0
Brion Vibber [Wed, 26 Oct 2005 21:29:34 +0000 (21:29 +0000)]
* Fix Special:BrokenRedirects on MySQL 5.0

18 years ago* (bug 3803) Fix links on Special:Wantedcategories with miser mode off
Brion Vibber [Wed, 26 Oct 2005 20:53:58 +0000 (20:53 +0000)]
* (bug 3803) Fix links on Special:Wantedcategories with miser mode off
Also removed apparently miscopied preprocessing function from another page

18 years agoNo spaces then
Niklas Laxström [Wed, 26 Oct 2005 20:44:25 +0000 (20:44 +0000)]
No spaces then

18 years agoTomg, please test with error_reporting set to E_ALL or we will beat you up!
Brion Vibber [Wed, 26 Oct 2005 20:37:10 +0000 (20:37 +0000)]
Tomg, please test with error_reporting set to E_ALL or we will beat you up!
* Set default value for $this->scrolltop
* Use proper function to get an integer or empty value, instead of bizarre
HTML-escape-random-junk-on-input

18 years agoSome unicode corruption, two messages
Niklas Laxström [Wed, 26 Oct 2005 17:09:34 +0000 (17:09 +0000)]
Some unicode corruption, two messages

18 years ago* (bug 2324) image for redirects should be without text and oriented according to...
Niklas Laxström [Wed, 26 Oct 2005 15:45:30 +0000 (15:45 +0000)]
* (bug 2324) image for redirects should be without text and oriented according to content language

18 years ago* (bug 3798) DoubleRedirects no longer has hard coded arrows
Niklas Laxström [Wed, 26 Oct 2005 12:22:30 +0000 (12:22 +0000)]
* (bug 3798) DoubleRedirects no longer has hard coded arrows

18 years ago+editbox scrollbar thing
Tom Gilder [Wed, 26 Oct 2005 11:18:22 +0000 (11:18 +0000)]
+editbox scrollbar thing

18 years ago(*fanfare*) added scripting to save the position of the edit box scrollbar on preview
Tom Gilder [Wed, 26 Oct 2005 10:59:44 +0000 (10:59 +0000)]
(*fanfare*) added scripting to save the position of the edit box scrollbar on preview

18 years ago* Fixed regressions introduced in the last commit: not only did I modify the
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 10:59:00 +0000 (10:59 +0000)]
* Fixed regressions introduced in the last commit: not only did I modify the
  wrong message, but I made a typo when doing so, ARR!

18 years ago* Sanitizer CSS comment processing order fix
Brion Vibber [Wed, 26 Oct 2005 01:57:56 +0000 (01:57 +0000)]
* Sanitizer CSS comment processing order fix

18 years ago* If there's only one category, display "Category", else display "Categories"
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:57:23 +0000 (01:57 +0000)]
* If there's only one category, display "Category", else display "Categories"

18 years ago* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
Brion Vibber [Wed, 26 Oct 2005 01:45:23 +0000 (01:45 +0000)]
* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
  NOTE: Enabling this may break existing wikis, and still doesn't
  work for all Unicode characters due to MySQL limitations.

The $wgDBmysql5 option will run 'SET NAMES utf8' on connection to the
server so it knows we're speaking UTF-8 to it; switching it on/off
can cause interpretation of non-blob columns to change depending
on the charset options set on the server.

18 years ago* Documentation fix for User::isSysop()
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:02:21 +0000 (01:02 +0000)]
* Documentation fix for User::isSysop()

18 years ago* Duck reference errors on PHP >4.4.0
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:01:56 +0000 (01:01 +0000)]
* Duck reference errors on PHP >4.4.0

18 years agoRewrite of JS onload hook code; allows add-on scripts to run functions as soon as...
Tom Gilder [Wed, 26 Oct 2005 00:57:14 +0000 (00:57 +0000)]
Rewrite of JS onload hook code; allows add-on scripts to run functions as soon as content has loaded (i.e. a lot sooner than the actual onload event)

18 years agoreally fixed relative path bug
Tim Starling [Wed, 26 Oct 2005 00:22:50 +0000 (00:22 +0000)]
really fixed relative path bug

18 years ago* Two special pages had the same description, meaning that only one showed up
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 00:16:30 +0000 (00:16 +0000)]
* Two special pages had the same description, meaning that only one showed up
  in Special:Specialpages, reported by the rabbit

18 years ago* (bug 3735) Fix to run under MySQL 5's strict mode
Brion Vibber [Tue, 25 Oct 2005 23:26:14 +0000 (23:26 +0000)]
* (bug 3735) Fix to run under MySQL 5's strict mode

18 years agoRemove hard coded project namespaces
Niklas Laxström [Tue, 25 Oct 2005 12:57:18 +0000 (12:57 +0000)]
Remove hard coded project namespaces

18 years agoExif translations, thanks to Ilkka Pirskanen and others
Niklas Laxström [Tue, 25 Oct 2005 11:09:25 +0000 (11:09 +0000)]
Exif translations, thanks to Ilkka Pirskanen and others
Other missing strings added

18 years ago* Five new parsertests for <includeonly>, <onlyinclude> and <noinclude>
Ævar Arnfjörð Bjarmason [Tue, 25 Oct 2005 07:37:16 +0000 (07:37 +0000)]
* Five new parsertests for <includeonly>, <onlyinclude> and <noinclude>

18 years ago* New including feature: <onlyinclude>, see parsertests for uses
Ævar Arnfjörð Bjarmason [Tue, 25 Oct 2005 07:35:48 +0000 (07:35 +0000)]
* New including feature: <onlyinclude>, see parsertests for uses

18 years agofixed relative path bug
Tim Starling [Tue, 25 Oct 2005 07:28:22 +0000 (07:28 +0000)]
fixed relative path bug

18 years agoRemoved obsolete dump cruft
Tim Starling [Tue, 25 Oct 2005 07:01:04 +0000 (07:01 +0000)]
Removed obsolete dump cruft

18 years agoRevert bogus change in 1.36
Brion Vibber [Mon, 24 Oct 2005 23:38:58 +0000 (23:38 +0000)]
Revert bogus change in 1.36
formatNum must return text, not HTML

18 years agoAccessibility: added <label>s
Tom Gilder [Mon, 24 Oct 2005 23:25:21 +0000 (23:25 +0000)]
Accessibility: added <label>s

18 years ago* Wrap uploadtext in <div id="uploadtext"> so that it can be hidden via user CSS
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:16:58 +0000 (23:16 +0000)]
* Wrap uploadtext in <div id="uploadtext"> so that it can be hidden via user CSS

18 years ago* Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale message...
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:09:33 +0000 (23:09 +0000)]
* Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale messages in the cache

18 years ago* Debugging code commited to cvs, oops
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:08:54 +0000 (23:08 +0000)]
* Debugging code commited to cvs, oops
* Use msg:ignorewarnings instead of msg:ignorewarning

18 years ago* Parent message altered, purging old translations
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:59:09 +0000 (22:59 +0000)]
* Parent message altered, purging old translations

18 years ago* Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any...
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:52:03 +0000 (22:52 +0000)]
* Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any warnings'

18 years ago* Made an interface for wpIgnoreWarning, already supported as a raw POST value
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:49:11 +0000 (22:49 +0000)]
* Made an interface for wpIgnoreWarning, already supported as a raw POST value
* Whoeever thought this condensed HTML was readable put down the crackpipe, indented it

18 years agoFixed whitespace cleanup
Tim Starling [Mon, 24 Oct 2005 21:20:09 +0000 (21:20 +0000)]
Fixed whitespace cleanup

18 years agoMeaningful error message when all servers are busy
Tim Starling [Mon, 24 Oct 2005 20:38:46 +0000 (20:38 +0000)]
Meaningful error message when all servers are busy

18 years agosmall fix to include thousands separator (nonbreaking space)
Andrius R [Mon, 24 Oct 2005 11:24:52 +0000 (11:24 +0000)]
small fix to include thousands separator (nonbreaking space)

18 years ago* Added a language name for bug, pih, vec, lmo, udm
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 06:50:54 +0000 (06:50 +0000)]
* Added a language name for bug, pih, vec, lmo, udm

18 years ago* Adding a space to the sh name so that it breaks across lines
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 06:39:54 +0000 (06:39 +0000)]
* Adding a space to the sh name so that it breaks across lines

18 years agoRestore Special:Userrights and bureaucrat log messages mysteriously deleted under...
Brion Vibber [Mon, 24 Oct 2005 03:07:29 +0000 (03:07 +0000)]
Restore Special:Userrights and bureaucrat log messages mysteriously deleted under the impression they belonged to a plugin.

18 years agoReverting fix for 2585; some users report seeing error displays of some
Brion Vibber [Mon, 24 Oct 2005 02:41:54 +0000 (02:41 +0000)]
Reverting fix for 2585; some users report seeing error displays of some
kind with some versions of MSIE (unable to reproduce here).

18 years agoAvoid hexadecimal directory names where possible
Tim Starling [Mon, 24 Oct 2005 00:43:49 +0000 (00:43 +0000)]
Avoid hexadecimal directory names where possible

18 years ago* Place a block user link in the sidebar on user pages for administrators
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 00:31:02 +0000 (00:31 +0000)]
* Place a block user link in the sidebar on user pages for administrators

18 years agoRun onload functions after content has loaded, not when onload fires (otherwise can...
Tom Gilder [Sun, 23 Oct 2005 23:59:48 +0000 (23:59 +0000)]
Run onload functions after content has loaded, not when onload fires (otherwise can take ages due to images)

18 years ago* Renamed the $extensionTypes hook to be unambiguous
Ævar Arnfjörð Bjarmason [Sun, 23 Oct 2005 19:53:27 +0000 (19:53 +0000)]
* Renamed the $extensionTypes hook to be unambiguous
* whitespace

18 years ago* msg:ncategories => msg:nlinks, all links might not be categories
Ævar Arnfjörð Bjarmason [Sun, 23 Oct 2005 19:10:16 +0000 (19:10 +0000)]
* msg:ncategories => msg:nlinks, all links might not be categories

18 years agoAdding Avar and Niklas to author list. Both made a lot of changes.
Antoine Musso [Sun, 23 Oct 2005 18:51:55 +0000 (18:51 +0000)]
Adding Avar and Niklas to author list. Both made a lot of changes.

18 years ago* A querypage to show the most linked to categories
Ævar Arnfjörð Bjarmason [Sun, 23 Oct 2005 18:26:37 +0000 (18:26 +0000)]
* A querypage to show the most linked to categories

18 years agoofficial site, direct link to viewcvs
Antoine Musso [Sun, 23 Oct 2005 15:28:16 +0000 (15:28 +0000)]
official site, direct link to viewcvs

18 years agoadd wiki script, wikipedia-specific
Tim Starling [Sun, 23 Oct 2005 13:39:57 +0000 (13:39 +0000)]
add wiki script, wikipedia-specific

18 years agoSecond attempt at fixing unicode case folding
Tim Starling [Sun, 23 Oct 2005 13:30:55 +0000 (13:30 +0000)]
Second attempt at fixing unicode case folding

18 years ago--list : list special pages names
Antoine Musso [Sun, 23 Oct 2005 11:39:17 +0000 (11:39 +0000)]
--list : list special pages names

18 years agoAdded @import for [[MediaWiki:Common.css]] to all skins
Tim Starling [Sun, 23 Oct 2005 10:47:43 +0000 (10:47 +0000)]
Added @import for [[MediaWiki:Common.css]] to all skins

18 years ago* Fix wfMsg*() replacements; args containing literal $[2-9] were wiped
Brion Vibber [Sat, 22 Oct 2005 23:06:03 +0000 (23:06 +0000)]
* Fix wfMsg*() replacements; args containing literal $[2-9] were wiped

18 years agoRestore WikiSysop as default to avoid confusing useless change
Brion Vibber [Sat, 22 Oct 2005 22:43:58 +0000 (22:43 +0000)]
Restore WikiSysop as default to avoid confusing useless change

18 years agoInclude usercss
Tim Starling [Sat, 22 Oct 2005 21:51:49 +0000 (21:51 +0000)]
Include usercss

18 years agoSmall changes
Niklas Laxström [Sat, 22 Oct 2005 21:37:25 +0000 (21:37 +0000)]
Small changes

18 years agomediawiki:missingarticle to wikitext
Niklas Laxström [Sat, 22 Oct 2005 21:33:59 +0000 (21:33 +0000)]
mediawiki:missingarticle to wikitext

18 years agokilling double quotes. width attribute is invalid for input element, using size inste...
Antoine Musso [Sat, 22 Oct 2005 21:33:53 +0000 (21:33 +0000)]
killing double quotes. width attribute is invalid for input element, using size instead (the value is the number of character)

18 years agoCode obfuscation (useless $r)
Antoine Musso [Sat, 22 Oct 2005 21:26:11 +0000 (21:26 +0000)]
Code obfuscation (useless $r)

18 years ago* in_string() function, for us strpos haters
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 21:19:50 +0000 (21:19 +0000)]
* in_string() function, for us strpos haters

18 years agocomment
Antoine Musso [Sat, 22 Oct 2005 21:09:14 +0000 (21:09 +0000)]
comment

18 years agoCommitting various live hacks from Wikimedia servers
Brion Vibber [Sat, 22 Oct 2005 20:52:30 +0000 (20:52 +0000)]
Committing various live hacks from Wikimedia servers

18 years ago* Copyvio that shouldn't have been checked in
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 20:48:38 +0000 (20:48 +0000)]
* Copyvio that shouldn't have been checked in

18 years ago* Avoid notice warning on edit with no User-Agent header
Brion Vibber [Sat, 22 Oct 2005 20:27:26 +0000 (20:27 +0000)]
* Avoid notice warning on edit with no User-Agent header

18 years agoExperimental dark skin by Nikerabbit. Need some feedback and bug fixing though
Antoine Musso [Sat, 22 Oct 2005 20:26:43 +0000 (20:26 +0000)]
Experimental dark skin by Nikerabbit. Need some feedback and bug fixing though

18 years ago* {{lc:}} magic word
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 19:57:38 +0000 (19:57 +0000)]
* {{lc:}} magic word
* {{uc:}} magic word

18 years ago* I'm not even sure this is needed (see last commit) since everything should
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 19:39:51 +0000 (19:39 +0000)]
* I'm not even sure this is needed (see last commit) since everything should
  inherit the LanguageUtf8 class, but just in case..

18 years ago* Added two new functions: lc() and uc(), they work like the function of the same...
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 19:37:55 +0000 (19:37 +0000)]
* Added two new functions: lc() and uc(), they work like the function of the same name on Perl

18 years ago* {{lcfirst:}} magic word
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 18:18:08 +0000 (18:18 +0000)]
* {{lcfirst:}} magic word
* {{ucfirst:}} magic word

18 years ago--endid option, minor tweaks
Tim Starling [Sat, 22 Oct 2005 17:19:17 +0000 (17:19 +0000)]
--endid option, minor tweaks

18 years agoa couple of minor things accidentally left out of the last commit
Tim Starling [Sat, 22 Oct 2005 17:12:48 +0000 (17:12 +0000)]
a couple of minor things accidentally left out of the last commit

18 years agodumpHTML improvements:
Tim Starling [Sat, 22 Oct 2005 16:25:05 +0000 (16:25 +0000)]
dumpHTML improvements:
* Removed dumpHTML-related clutter from Title.php, using hook functions instead
* Prominent link to the online copy
* Better directory distribution
* action=raw support
* Fixed unicode case folding (hopefully)
* Added cool JavaScript "go" button

18 years agoPreserve object references
Tim Starling [Sat, 22 Oct 2005 16:19:03 +0000 (16:19 +0000)]
Preserve object references

18 years agoFix textarea
Antoine Musso [Sat, 22 Oct 2005 16:11:04 +0000 (16:11 +0000)]
Fix textarea

18 years agoSomehow forgot this file from previous batch (undeletedtext)
Niklas Laxström [Sat, 22 Oct 2005 11:56:01 +0000 (11:56 +0000)]
Somehow forgot this file from previous batch (undeletedtext)

18 years ago* Removed msg:geo
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 11:32:22 +0000 (11:32 +0000)]
* Removed msg:geo

18 years ago* Fixed typo
Ævar Arnfjörð Bjarmason [Sat, 22 Oct 2005 10:46:10 +0000 (10:46 +0000)]
* Fixed typo

18 years agoGenerator for Google sitemaps
Jens Frank [Sat, 22 Oct 2005 10:40:49 +0000 (10:40 +0000)]
Generator for Google sitemaps

18 years ago--redirects option
Tim Starling [Sat, 22 Oct 2005 09:03:03 +0000 (09:03 +0000)]
--redirects option

18 years ago* Wrap message page insertions in a transaction to speed up installation
Brion Vibber [Sat, 22 Oct 2005 06:57:23 +0000 (06:57 +0000)]
* Wrap message page insertions in a transaction to speed up installation
Testing 1.5 on my Mac w/ MySQL 5.0.13 this gets the message page setup down
to under a minute; fast enough that the browser doesn't time out. :P
Still too slow; bulk inserts would perhaps be an improvement.

18 years agotrailling whitespace for underline-always. Patch by Mormegil on IRC. Quotes
Antoine Musso [Fri, 21 Oct 2005 20:44:59 +0000 (20:44 +0000)]
trailling whitespace for underline-always. Patch by Mormegil on IRC. Quotes

18 years agoMinor enhancements
Niklas Laxström [Fri, 21 Oct 2005 19:07:11 +0000 (19:07 +0000)]
Minor enhancements

18 years agoBug 3722: Update of Arabic language (ar)
Niklas Laxström [Fri, 21 Oct 2005 18:48:39 +0000 (18:48 +0000)]
Bug 3722: Update of Arabic language (ar)
Namespace changes (may break few links)

18 years ago* A new special page to list wanted categories
Ævar Arnfjörð Bjarmason [Fri, 21 Oct 2005 02:07:29 +0000 (02:07 +0000)]
* A new special page to list wanted categories

18 years ago* Code style: normalized indenting
Ævar Arnfjörð Bjarmason [Fri, 21 Oct 2005 02:06:22 +0000 (02:06 +0000)]
* Code style: normalized indenting

18 years ago* Source code formatting, spaces are cheap, use 'em
Ævar Arnfjörð Bjarmason [Fri, 21 Oct 2005 01:41:02 +0000 (01:41 +0000)]
* Source code formatting, spaces are cheap, use 'em

18 years ago* (bug 3754) wikified 1movedto2 and 1movedto2_redir
Ævar Arnfjörð Bjarmason [Thu, 20 Oct 2005 20:03:54 +0000 (20:03 +0000)]
* (bug 3754) wikified 1movedto2 and 1movedto2_redir

18 years ago* Added a TODO comment
Ævar Arnfjörð Bjarmason [Thu, 20 Oct 2005 20:03:08 +0000 (20:03 +0000)]
* Added a TODO comment

18 years ago* (bug 3756)
Ævar Arnfjörð Bjarmason [Thu, 20 Oct 2005 19:54:07 +0000 (19:54 +0000)]
* (bug 3756)

18 years agovalign attribute is invalid for img element
Antoine Musso [Thu, 20 Oct 2005 19:33:55 +0000 (19:33 +0000)]
valign attribute is invalid for img element

18 years agoHTML fix, id and name are shared and should be identical see http://www.w3.org/TR...
Antoine Musso [Thu, 20 Oct 2005 19:21:09 +0000 (19:21 +0000)]
HTML fix, id and name are shared and should be identical see w3.org/TR/html4/struct/links.html#edef-A

18 years ago* Removed the messages Special:Makesysop uses, it's an extension
Ævar Arnfjörð Bjarmason [Thu, 20 Oct 2005 18:20:33 +0000 (18:20 +0000)]
* Removed the messages Special:Makesysop uses, it's an extension

18 years agosome additional test cases for templates
Andrius R [Thu, 20 Oct 2005 04:09:11 +0000 (04:09 +0000)]
some additional test cases for templates

18 years agoBug 2981: Linktrail for Tamil (ta)
Niklas Laxström [Wed, 19 Oct 2005 21:46:36 +0000 (21:46 +0000)]
Bug 2981: Linktrail for Tamil (ta)

18 years agoFixlet for two-pass dump: strip carriage returns to normalize newlines.
Brion Vibber [Wed, 19 Oct 2005 20:51:01 +0000 (20:51 +0000)]
Fixlet for two-pass dump: strip carriage returns to normalize newlines.

18 years agoMaximum image area
Tim Starling [Wed, 19 Oct 2005 12:12:14 +0000 (12:12 +0000)]
Maximum image area

18 years agofiw for bug 3526: generic template and template argument parsing to remove inconsiste...
Andrius R [Wed, 19 Oct 2005 06:24:30 +0000 (06:24 +0000)]
fiw for bug 3526: generic template and template argument parsing to remove inconsistencies

18 years ago* Added the querypages to $wgQueryPages that were missing
Ævar Arnfjörð Bjarmason [Wed, 19 Oct 2005 01:39:12 +0000 (01:39 +0000)]
* Added the querypages to $wgQueryPages that were missing

18 years agoTest case files and fixes for text-prefetch two-and-a-half-pass dump.
Brion Vibber [Wed, 19 Oct 2005 00:05:22 +0000 (00:05 +0000)]
Test case files and fixes for text-prefetch two-and-a-half-pass dump.
Will want to test a little more before making another dump. :P