lhc/web/wiklou.git
18 years agoSmall updates
Niklas Laxström [Sun, 30 Oct 2005 10:30:32 +0000 (10:30 +0000)]
Small updates

18 years agoUpdate of Ru and Udm language files
Alexander Sigachov [Sun, 30 Oct 2005 10:10:32 +0000 (10:10 +0000)]
Update of Ru and Udm language files

18 years ago* (bug 2885) Remove unnecessary reference parameter which broke classic skin
Brion Vibber [Sun, 30 Oct 2005 01:30:12 +0000 (01:30 +0000)]
* (bug 2885) Remove unnecessary reference parameter which broke classic skin
  talk notification on PHP 5.0.5

18 years agoallow onloadFuncts to be set before wikibits.js is loaded
Tom Gilder [Sun, 30 Oct 2005 00:25:49 +0000 (00:25 +0000)]
allow onloadFuncts to be set before wikibits.js is loaded

18 years agoFixes requested by Alfio Puglisi
Magnus Manske [Sat, 29 Oct 2005 17:08:01 +0000 (17:08 +0000)]
Fixes requested by Alfio Puglisi

18 years ago* (bug 3827) Update
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 15:32:11 +0000 (15:32 +0000)]
* (bug 3827) Update

18 years ago* strtolower() => $wgContLang->lc()
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 12:08:48 +0000 (12:08 +0000)]
* strtolower() => $wgContLang->lc()
* Merged two loops into one
* We're UTF-8 only, always use the /u switch on the regex

18 years ago* (bug 3761) Avoid deprecation warnings in Special:Import
Brion Vibber [Sat, 29 Oct 2005 06:41:43 +0000 (06:41 +0000)]
* (bug 3761) Avoid deprecation warnings in Special:Import

18 years ago* Last commmit fixed, done properly now
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 06:29:19 +0000 (06:29 +0000)]
* Last commmit fixed, done properly now

18 years agoRestore default sig changed without explanation
Brion Vibber [Sat, 29 Oct 2005 06:14:38 +0000 (06:14 +0000)]
Restore default sig changed without explanation

18 years ago* (bug 3667) Add missing global in page move code
Brion Vibber [Sat, 29 Oct 2005 06:02:08 +0000 (06:02 +0000)]
* (bug 3667) Add missing global in page move code
Might or might not mollify PHP 4.1.2, but it's a correctness thing anyway.

18 years ago* NS_USER => $row->namespace (it's going to be the same anyway)
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 03:03:10 +0000 (03:03 +0000)]
* NS_USER => $row->namespace (it's going to be the same anyway)

18 years ago* Logic error: $row->namespace not NS_USER
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 03:01:44 +0000 (03:01 +0000)]
* Logic error: $row->namespace not NS_USER

18 years ago* brion, the preprocessResults() function you removed on the last commit is
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 02:47:49 +0000 (02:47 +0000)]
* brion, the preprocessResults() function you removed on the last commit is
  there so that one large query gets run to check for the existance of pages
  rather than up to 500 individual queries, of course it didn't work but that's
  another issue alltogather..

18 years ago* If the user is at Special:Preferences and logs out, returnto them to the
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 01:54:37 +0000 (01:54 +0000)]
* If the user is at Special:Preferences and logs out, returnto them to the
  default return location rather than to Special:Preferences which they can't
  access when logged out

18 years agoAbility to set the blobs table name for any server in an external cluster. This would...
Tim Starling [Sat, 29 Oct 2005 01:41:36 +0000 (01:41 +0000)]
Ability to set the blobs table name for any server in an external cluster. This would allow, for example, the merging of all external storage for a large wikipedia dump into a single database, with "clusters" distinguished by table name.

18 years ago* (bug 3391) Display a link to the talk page in the default signiture
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 00:27:53 +0000 (00:27 +0000)]
* (bug 3391) Display a link to the talk page in the default signiture

18 years ago* Avoid numerous redundant latest-revision lookups in history
Brion Vibber [Fri, 28 Oct 2005 11:05:32 +0000 (11:05 +0000)]
* Avoid numerous redundant latest-revision lookups in history

18 years ago* (bug 3649) Remove obsolete, broken moveCustomMessages script
Brion Vibber [Fri, 28 Oct 2005 09:47:40 +0000 (09:47 +0000)]
* (bug 3649) Remove obsolete, broken moveCustomMessages script

18 years ago* (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
Brion Vibber [Fri, 28 Oct 2005 09:39:22 +0000 (09:39 +0000)]
* (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
http://bugzilla.wikimedia.org/attachment.cgi?id=1011

18 years ago* (bug 3762) Define missing Special:Import UI messages
Brion Vibber [Fri, 28 Oct 2005 09:32:38 +0000 (09:32 +0000)]
* (bug 3762) Define missing Special:Import UI messages

18 years ago* (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
Brion Vibber [Fri, 28 Oct 2005 09:00:43 +0000 (09:00 +0000)]
* (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
  Why do people invent these crazy options that change language semantics?

18 years agoNew Udmurt language file. Russian messages by default
Alexander Sigachov [Fri, 28 Oct 2005 08:40:51 +0000 (08:40 +0000)]
New Udmurt language file. Russian messages by default

18 years ago* (bug 3816) Throw edit conflict instead of fatal error when a page is
Brion Vibber [Fri, 28 Oct 2005 07:07:21 +0000 (07:07 +0000)]
* (bug 3816) Throw edit conflict instead of fatal error when a page is
  moved or deleted during section edit

18 years ago* MySQL 5.0 strict mode fix for moving unwatched pages
Brion Vibber [Fri, 28 Oct 2005 06:26:16 +0000 (06:26 +0000)]
* MySQL 5.0 strict mode fix for moving unwatched pages
It was doing an empty REPLACE, which apparently is unpopular.

18 years agoGive informative connection errors more often
Tim Starling [Fri, 28 Oct 2005 01:08:49 +0000 (01:08 +0000)]
Give informative connection errors more often

18 years ago* (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
Brion Vibber [Fri, 28 Oct 2005 00:04:30 +0000 (00:04 +0000)]
* (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
  that passes $wgMaxImageArea

18 years agoDon't re-run diff3 with missing files for the debug comment; it'll be wrong.
Brion Vibber [Thu, 27 Oct 2005 23:09:06 +0000 (23:09 +0000)]
Don't re-run diff3 with missing files for the debug comment; it'll be wrong.

18 years agoAdd DB name to sitemap filenames
Jens Frank [Thu, 27 Oct 2005 22:31:44 +0000 (22:31 +0000)]
Add DB name to sitemap filenames

18 years ago* Fail gracefully on invalid namespace in Special:Newpages
Brion Vibber [Thu, 27 Oct 2005 22:20:46 +0000 (22:20 +0000)]
* Fail gracefully on invalid namespace in Special:Newpages

18 years ago* (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
Brion Vibber [Thu, 27 Oct 2005 21:59:53 +0000 (21:59 +0000)]
* (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc

18 years ago***SORRY*** new preference to disable "jump to" links (forgive my sin oh lord [brion...
Tom Gilder [Thu, 27 Oct 2005 00:11:41 +0000 (00:11 +0000)]
***SORRY*** new preference to disable "jump to" links (forgive my sin oh lord [brion]) ***SORRY***

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..