lhc/web/wiklou.git
17 years agoformatting anality
Brion Vibber [Fri, 9 Mar 2007 14:59:06 +0000 (14:59 +0000)]
formatting anality

17 years agoDouble words correction.
Ivan Lanin [Fri, 9 Mar 2007 14:45:45 +0000 (14:45 +0000)]
Double words correction.

17 years agoFix.
Rotem Liss [Fri, 9 Mar 2007 11:53:05 +0000 (11:53 +0000)]
Fix.

17 years agoUpdate.
Rotem Liss [Fri, 9 Mar 2007 11:05:34 +0000 (11:05 +0000)]
Update.

17 years agoAs mentioned by Simetrical in r20250 'newbies' is unused.
Raimond Spekking [Fri, 9 Mar 2007 10:55:34 +0000 (10:55 +0000)]
As mentioned by Simetrical in r20250 'newbies' is unused.
I found 'undeletearticle' unused too.

17 years agoVery minor update for id (sp-contributions-newbies).
Ivan Lanin [Fri, 9 Mar 2007 05:59:37 +0000 (05:59 +0000)]
Very minor update for id (sp-contributions-newbies).

17 years agoUpdates for Indonesian (id) localization and run rebuildLanguage.
Ivan Lanin [Fri, 9 Mar 2007 05:44:13 +0000 (05:44 +0000)]
Updates for Indonesian (id) localization and run rebuildLanguage.

17 years ago* dumpBackup / importDump now work with PostgreSQL
River Tarnell [Fri, 9 Mar 2007 02:07:50 +0000 (02:07 +0000)]
* dumpBackup / importDump now work with PostgreSQL

17 years agomissing \n at end of output
River Tarnell [Fri, 9 Mar 2007 02:06:34 +0000 (02:06 +0000)]
missing \n at end of output

17 years agodumpBackup should instantiate correct database class for db type
River Tarnell [Fri, 9 Mar 2007 02:04:36 +0000 (02:04 +0000)]
dumpBackup should instantiate correct database class for db type
add set_timeout() method to Database

17 years ago* Respect $wgContentNamespaces, patch by Jim R. Wilson (bug 9231)
Aaron Schulz [Thu, 8 Mar 2007 22:27:32 +0000 (22:27 +0000)]
* Respect $wgContentNamespaces, patch by Jim R. Wilson (bug 9231)

17 years ago* (bug 9223) Disallow magic tilde sequences in page titles and usernames
Brion Vibber [Thu, 8 Mar 2007 22:14:53 +0000 (22:14 +0000)]
* (bug 9223) Disallow magic tilde sequences in page titles and usernames

17 years agoconvert archive_insert rule fix to new form
River Tarnell [Thu, 8 Mar 2007 20:45:22 +0000 (20:45 +0000)]
convert archive_insert rule fix to new form
this makes the old update system obsolete; remove it

17 years agoneed to actually implement pg_fkey_deltype()
River Tarnell [Thu, 8 Mar 2007 20:29:19 +0000 (20:29 +0000)]
need to actually implement pg_fkey_deltype()

17 years agoconvert postgres revision_rev_user_fkey update to new form
River Tarnell [Thu, 8 Mar 2007 20:26:00 +0000 (20:26 +0000)]
convert postgres revision_rev_user_fkey update to new form

17 years agomake postgres pagelink_unique updater use new form
River Tarnell [Thu, 8 Mar 2007 20:05:47 +0000 (20:05 +0000)]
make postgres pagelink_unique updater use new form

17 years agouse int4 instead of integer for image/oldimage type changes
River Tarnell [Thu, 8 Mar 2007 17:29:21 +0000 (17:29 +0000)]
use int4 instead of integer for image/oldimage type changes
convert ipb_address type change to new form

17 years agochange hardcoded rc_cur_id update into new flexible form
River Tarnell [Thu, 8 Mar 2007 17:24:52 +0000 (17:24 +0000)]
change hardcoded rc_cur_id update into new flexible form

17 years agoKill another "newbies" in message text. I don't find any use of the 'newbies' messag...
Aryeh Gregor [Thu, 8 Mar 2007 17:17:54 +0000 (17:17 +0000)]
Kill another "newbies" in message text.  I don't find any use of the 'newbies' message anywhere in trunk, incidentally, extensions or phase3, with grep -ri newbies *.php | grep -vi Messages.*\.php -- can it be removed or what?

17 years agoLess of the Internet jargon here
Aryeh Gregor [Thu, 8 Mar 2007 17:05:22 +0000 (17:05 +0000)]
Less of the Internet jargon here

17 years agoUsernames which look like IPv6 addresses should not be allowed
River Tarnell [Thu, 8 Mar 2007 16:15:51 +0000 (16:15 +0000)]
Usernames which look like IPv6 addresses should not be allowed

17 years agoUpdate.
Rotem Liss [Thu, 8 Mar 2007 14:14:01 +0000 (14:14 +0000)]
Update.

17 years agoAdd option for "newbies" to SpecialContributions
Raimond Spekking [Thu, 8 Mar 2007 11:54:03 +0000 (11:54 +0000)]
Add option for "newbies" to SpecialContributions
Better XML code for form

17 years agoneed to use mb_strlen, not strlen, for article length
River Tarnell [Thu, 8 Mar 2007 03:53:32 +0000 (03:53 +0000)]
need to use mb_strlen, not strlen, for article length
provide stub mb_strlen for installations missing mb

17 years agotables.sql needs rev_len
River Tarnell [Thu, 8 Mar 2007 03:20:31 +0000 (03:20 +0000)]
tables.sql needs rev_len

17 years ago* (bug 1723) Article size in history
River Tarnell [Thu, 8 Mar 2007 03:07:58 +0000 (03:07 +0000)]
* (bug 1723) Article size in history

17 years agoadd rev_len to revision; store length of revision when saving.
River Tarnell [Thu, 8 Mar 2007 02:55:14 +0000 (02:55 +0000)]
add rev_len to revision; store length of revision when saving.
HEADS UP: schema change to revision table

17 years ago* (bug 9222) PostgreSQL updater should not be version-specific
River Tarnell [Thu, 8 Mar 2007 02:39:03 +0000 (02:39 +0000)]
* (bug 9222) PostgreSQL updater should not be version-specific

17 years agoreal fix for 9097
River Tarnell [Thu, 8 Mar 2007 01:46:12 +0000 (01:46 +0000)]
real fix for 9097

17 years ago(bug 9217) Balance wfProfile calls in Skin::outputPage
Aryeh Gregor [Thu, 8 Mar 2007 01:40:56 +0000 (01:40 +0000)]
(bug 9217) Balance wfProfile calls in Skin::outputPage

17 years ago* (bug 9097) column "pr_pagetype" does not exist
River Tarnell [Wed, 7 Mar 2007 22:58:34 +0000 (22:58 +0000)]
* (bug 9097) column "pr_pagetype" does not exist
misuse of uniqueindexes parameter to replace() caused SQL error on postgres

17 years ago[[Special:Contributions]] with no target causes PHP errors.
River Tarnell [Wed, 7 Mar 2007 22:22:04 +0000 (22:22 +0000)]
[[Special:Contributions]] with no target causes PHP errors.
Notice:  Undefined index:  target in /var/www/html/wiki-pg/includes/SpecialContributions.php on line 391
Notice:  Undefined index:  namespace in /var/www/html/wiki-pg/includes/SpecialContributions.php on line 393

17 years agoERROR: syntax error at or near "a2" at character 22
River Tarnell [Wed, 7 Mar 2007 22:17:43 +0000 (22:17 +0000)]
ERROR:  syntax error at or near "a2" at character 22
LINE 1: DELETE FROM archive2 a2 WHERE a2.ar_title = OLD.ar_title AN...

17 years agonull password is acceptable for postgres using sameident
River Tarnell [Wed, 7 Mar 2007 22:09:24 +0000 (22:09 +0000)]
null password is acceptable for postgres using sameident

17 years ago* (bug 9215) Update Lithuanian extension message
Raimond Spekking [Wed, 7 Mar 2007 18:19:42 +0000 (18:19 +0000)]
* (bug 9215) Update Lithuanian extension message
  patch by Edgaras

17 years agoYAY FOR PHP GLOBAL HANDLING (and thanks Rob)
Aryeh Gregor [Wed, 7 Mar 2007 18:06:14 +0000 (18:06 +0000)]
YAY FOR PHP GLOBAL HANDLING (and thanks Rob)

17 years ago(bug 9202) Move-created redirects not localized in Arabic
Rotem Liss [Wed, 7 Mar 2007 17:48:16 +0000 (17:48 +0000)]
(bug 9202) Move-created redirects not localized in Arabic

17 years agoprettified for rob
Daniel Kinzler [Wed, 7 Mar 2007 16:48:28 +0000 (16:48 +0000)]
prettified for rob

17 years ago* Usable parts of bug 2706
Niklas Laxström [Wed, 7 Mar 2007 15:24:16 +0000 (15:24 +0000)]
* Usable parts of bug 2706

17 years ago* Updates
Niklas Laxström [Wed, 7 Mar 2007 13:32:49 +0000 (13:32 +0000)]
* Updates

17 years ago* Added clear: both; to the style
Niklas Laxström [Wed, 7 Mar 2007 13:21:08 +0000 (13:21 +0000)]
* Added clear: both; to the style

17 years ago* (bug 9206) Update Cantonese messages
Raimond Spekking [Wed, 7 Mar 2007 11:54:49 +0000 (11:54 +0000)]
* (bug 9206) Update Cantonese messages
  patch by Shinjiman

17 years agoadded hook to isValidPassword (patch by Ger Apeldoorn, Bug 9180)
Daniel Kinzler [Wed, 7 Mar 2007 11:24:13 +0000 (11:24 +0000)]
added hook to isValidPassword (patch by Ger Apeldoorn, Bug 9180)

17 years ago* (bug 9199) Update Russian messages
Raimond Spekking [Wed, 7 Mar 2007 07:34:19 +0000 (07:34 +0000)]
* (bug 9199) Update Russian messages
  file by Alexander Sigachov

17 years agoRemoving messages to be ignored and reformatted with rebuildLanguage
Raimond Spekking [Tue, 6 Mar 2007 22:19:26 +0000 (22:19 +0000)]
Removing messages to be ignored and reformatted with rebuildLanguage

17 years ago* (bug 9012) fix for r20181
Raimond Spekking [Tue, 6 Mar 2007 21:25:54 +0000 (21:25 +0000)]
* (bug 9012) fix for r20181

17 years ago* (bug 9012) Update Bulgarian messages
Raimond Spekking [Tue, 6 Mar 2007 21:02:28 +0000 (21:02 +0000)]
* (bug 9012) Update Bulgarian messages
  file by Darina
  heavily reworked and reformatted with rebuildLanguage

17 years ago* (bug 7859) Update Kazakh messages
Raimond Spekking [Tue, 6 Mar 2007 18:32:34 +0000 (18:32 +0000)]
* (bug 7859) Update Kazakh messages
  patches by AlefZet
  reformatted with rebuildLanguage

17 years agoooops for r20164. Thanks to Nikerabbit
Raimond Spekking [Tue, 6 Mar 2007 15:33:27 +0000 (15:33 +0000)]
ooops for r20164. Thanks to Nikerabbit

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:53:22 +0000 (14:53 +0000)]
Fix.

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:50:14 +0000 (14:50 +0000)]
Fix.

17 years agoAnother fix.
Rotem Liss [Tue, 6 Mar 2007 14:36:55 +0000 (14:36 +0000)]
Another fix.

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:34:37 +0000 (14:34 +0000)]
Fix.

17 years agoRevert r20162; changes behavior of sites that restrict editing, potentially
Brion Vibber [Tue, 6 Mar 2007 14:21:12 +0000 (14:21 +0000)]
Revert r20162; changes behavior of sites that restrict editing, potentially
unsafely (for instance if raw HTML is enabled), without even a warning.

17 years agoUpdate.
Rotem Liss [Tue, 6 Mar 2007 14:06:37 +0000 (14:06 +0000)]
Update.

17 years ago(bug 9176) Add --plural parameter to checkLanguage.php
Rotem Liss [Tue, 6 Mar 2007 14:03:48 +0000 (14:03 +0000)]
(bug 9176) Add --plural parameter to checkLanguage.php

17 years agoUpdate.
Rotem Liss [Tue, 6 Mar 2007 13:30:44 +0000 (13:30 +0000)]
Update.

17 years ago* (bug 9009) Add username entry field to Special:Contributions
Raimond Spekking [Tue, 6 Mar 2007 13:25:56 +0000 (13:25 +0000)]
* (bug 9009) Add username entry field to Special:Contributions
  based on a patch of Sui Min

17 years ago* (bug 9182) Update Cantonese messages
Raimond Spekking [Tue, 6 Mar 2007 10:50:15 +0000 (10:50 +0000)]
* (bug 9182) Update Cantonese messages
  patch by Shinjiman

17 years ago*Add edittalk right to defaultsettings for convenience
Aaron Schulz [Tue, 6 Mar 2007 09:48:39 +0000 (09:48 +0000)]
*Add edittalk right to defaultsettings for convenience

17 years ago* (bug 9175) Update French messages
Raimond Spekking [Tue, 6 Mar 2007 08:26:47 +0000 (08:26 +0000)]
* (bug 9175) Update French messages
  patches by Rémi Kaupp

17 years ago*use $wgRateLimitsExcludedGroups for account creation (bug 9139) (patch by simetrical)
Aaron Schulz [Tue, 6 Mar 2007 04:29:37 +0000 (04:29 +0000)]
*use $wgRateLimitsExcludedGroups for account creation (bug 9139) (patch by simetrical)

17 years agoImprove English version of file-svg, and pixels are plural too!
Aryeh Gregor [Tue, 6 Mar 2007 01:56:45 +0000 (01:56 +0000)]
Improve English version of file-svg, and pixels are plural too!

17 years ago*Show deletion log on confirmdelete (bug 9118) (patch by Tango42)
Aaron Schulz [Tue, 6 Mar 2007 00:10:37 +0000 (00:10 +0000)]
*Show deletion log on confirmdelete (bug 9118) (patch by Tango42)

17 years agofix for r20148. Thanks to Nikerabbit for save me from stabbing
Raimond Spekking [Mon, 5 Mar 2007 21:49:26 +0000 (21:49 +0000)]
fix for r20148. Thanks to Nikerabbit for save me from stabbing

17 years agoFix PHP fatal error when doing 'undo' on a revision which exists but has no predecessors.
Brion Vibber [Mon, 5 Mar 2007 20:58:17 +0000 (20:58 +0000)]
Fix PHP fatal error when doing 'undo' on a revision which exists but has no predecessors.
Failure of sanity checks for undo now shows warning instead of silent ignore.

17 years agofix uggo notice selecting commons db
Brion Vibber [Mon, 5 Mar 2007 20:03:45 +0000 (20:03 +0000)]
fix uggo notice selecting commons db

17 years ago* (bug 7782) fix for .svg
Raimond Spekking [Mon, 5 Mar 2007 19:53:41 +0000 (19:53 +0000)]
* (bug 7782) fix for .svg

17 years ago* (bug 8847) Strip spurious #fragments from request URI to fix redirect loops on...
Brion Vibber [Mon, 5 Mar 2007 18:54:27 +0000 (18:54 +0000)]
* (bug 8847) Strip spurious #fragments from request URI to fix redirect loops on some server configurations

17 years agoSame behavior for 'rcnote' as on RC and WL
Raimond Spekking [Mon, 5 Mar 2007 18:44:42 +0000 (18:44 +0000)]
Same behavior for 'rcnote' as on RC and WL
Extra error message if list is empty

17 years ago*Add /16 and /24 ranges with fix for 'newbies' sql error
Aaron Schulz [Mon, 5 Mar 2007 18:17:45 +0000 (18:17 +0000)]
*Add /16 and /24 ranges with fix for 'newbies' sql error

17 years ago* Update to Occitan (oc) by Cedric31
Niklas Laxström [Mon, 5 Mar 2007 17:58:19 +0000 (17:58 +0000)]
* Update to Occitan (oc) by Cedric31

17 years agoRevert of r20085, breaks retrieval with GET and subpage syntax, which breaks transwik...
Tim Starling [Mon, 5 Mar 2007 17:36:58 +0000 (17:36 +0000)]
Revert of r20085, breaks retrieval with GET and subpage syntax, which breaks transwiki and probably various other things.

17 years agoRevert r20075, causes SQL error.
Tim Starling [Mon, 5 Mar 2007 13:06:22 +0000 (13:06 +0000)]
Revert r20075, causes SQL error.

17 years agoBringing foreign connection logic into the core. Committing for test on server.
Tim Starling [Mon, 5 Mar 2007 12:42:19 +0000 (12:42 +0000)]
Bringing foreign connection logic into the core. Committing for test on server.

17 years agowfErrorLog: Safer method to log to a file
Tim Starling [Mon, 5 Mar 2007 12:11:55 +0000 (12:11 +0000)]
wfErrorLog: Safer method to log to a file

17 years agoUse a separate connection for commons DB
Tim Starling [Mon, 5 Mar 2007 11:55:29 +0000 (11:55 +0000)]
Use a separate connection for commons DB

17 years agoFinish what I began in r20065. Tested it in all skins and works except in MySkin...
Leon Weber [Sun, 4 Mar 2007 20:53:48 +0000 (20:53 +0000)]
Finish what I began in r20065. Tested it in all skins and works except in MySkin. I guess this is okay, but I didn't understand yet what MySkin is :)
If something's wrong, please feel free to correct it, as I'll be away for some weeks now.

17 years agoIntroducing broken changes in commits meant to fix broken changes is vaguely ironic.
Aryeh Gregor [Sun, 4 Mar 2007 16:11:25 +0000 (16:11 +0000)]
Introducing broken changes in commits meant to fix broken changes is vaguely ironic.

17 years agoFix r20109, which was kind of insane. It was a wikitext list with only some output...
Aryeh Gregor [Sun, 4 Mar 2007 15:44:38 +0000 (15:44 +0000)]
Fix r20109, which was kind of insane.  It was a wikitext list with only some output items part of the list, with <br />s at the end of each item.  Converted to a proper classed and id'd XHTML list.

17 years ago* Updates, fixes
Niklas Laxström [Sun, 4 Mar 2007 14:56:36 +0000 (14:56 +0000)]
* Updates, fixes

17 years ago* Update to Upper Sorbian (hsb) by Dundak
Niklas Laxström [Sat, 3 Mar 2007 23:19:20 +0000 (23:19 +0000)]
* Update to Upper Sorbian (hsb) by Dundak

17 years agoFix.
Rotem Liss [Sat, 3 Mar 2007 09:34:36 +0000 (09:34 +0000)]
Fix.

17 years agoUpdate.
Rotem Liss [Sat, 3 Mar 2007 09:22:13 +0000 (09:22 +0000)]
Update.

17 years agoUpdating the Hebrew file.
Rotem Liss [Sat, 3 Mar 2007 09:19:13 +0000 (09:19 +0000)]
Updating the Hebrew file.

17 years ago(bug 9155) Allow footer info to wrap in Monobook. Doesn't look so pretty, but much...
Aryeh Gregor [Fri, 2 Mar 2007 22:04:14 +0000 (22:04 +0000)]
(bug 9155) Allow footer info to wrap in Monobook.  Doesn't look so pretty, but much better than stretching the browser window.

17 years agoadded image/x-png as an alias for image/png
Daniel Kinzler [Fri, 2 Mar 2007 12:33:13 +0000 (12:33 +0000)]
added image/x-png as an alias for image/png

17 years agoUpdates for Indonesian (id) localization.
Ivan Lanin [Fri, 2 Mar 2007 10:17:05 +0000 (10:17 +0000)]
Updates for Indonesian (id) localization.

17 years ago* (bug 9149) Update Cantonese messages
Raimond Spekking [Fri, 2 Mar 2007 07:39:08 +0000 (07:39 +0000)]
* (bug 9149) Update Cantonese messages
  patch by Shinjiman

17 years agoAdd "(this may take a long time!)" to the "deleting old default messages" message
Aryeh Gregor [Fri, 2 Mar 2007 00:27:32 +0000 (00:27 +0000)]
Add "(this may take a long time!)" to the "deleting old default messages" message

17 years ago* (bug 8747) Reformat output of removed entries from watchlist
Raimond Spekking [Thu, 1 Mar 2007 23:26:27 +0000 (23:26 +0000)]
* (bug 8747) Reformat output of removed entries from watchlist

17 years ago* native eol style
Antoine Musso [Thu, 1 Mar 2007 18:33:45 +0000 (18:33 +0000)]
* native eol style
* fix comment

17 years agoremoved whitespace from messages
Daniel Kinzler [Thu, 1 Mar 2007 17:05:58 +0000 (17:05 +0000)]
removed whitespace from messages

17 years ago* (bug 5452) Update for Cree language
Raimond Spekking [Thu, 1 Mar 2007 16:49:33 +0000 (16:49 +0000)]
* (bug 5452) Update for Cree language
  patches by Tristan Miller

17 years agoNote on SpecialContributions.php fix for Postgres timestamps.
Greg Sabino Mullane [Thu, 1 Mar 2007 16:34:37 +0000 (16:34 +0000)]
Note on SpecialContributions.php fix for Postgres timestamps.

17 years agoAllow for timestamps in offset clause in non-integer-datetime databases.
Greg Sabino Mullane [Thu, 1 Mar 2007 16:30:15 +0000 (16:30 +0000)]
Allow for timestamps in offset clause in non-integer-datetime databases.
Fixes bug 9131.

17 years ago* (bug 8728) MediaWiki:Badfiletype splitted into 3 messages
Raimond Spekking [Thu, 1 Mar 2007 15:33:05 +0000 (15:33 +0000)]
* (bug 8728) MediaWiki:Badfiletype splitted into 3 messages

17 years agoTypo in var name
Greg Sabino Mullane [Thu, 1 Mar 2007 03:12:36 +0000 (03:12 +0000)]
Typo in var name

17 years agoBump default version, put in check for 1.8 schema.
Greg Sabino Mullane [Wed, 28 Feb 2007 23:44:02 +0000 (23:44 +0000)]
Bump default version, put in check for 1.8 schema.

17 years ago* (bug 9130) Update Ukrainian messages
Raimond Spekking [Wed, 28 Feb 2007 21:19:50 +0000 (21:19 +0000)]
* (bug 9130) Update Ukrainian messages
  patches by Gutsul